US20010018708A1 - Platform-independent programmable batch processing engine - Google Patents

Platform-independent programmable batch processing engine Download PDF

Info

Publication number
US20010018708A1
US20010018708A1 US09/758,565 US75856501A US2001018708A1 US 20010018708 A1 US20010018708 A1 US 20010018708A1 US 75856501 A US75856501 A US 75856501A US 2001018708 A1 US2001018708 A1 US 2001018708A1
Authority
US
United States
Prior art keywords
section
processing
specifications
report
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/758,565
Inventor
Harry Shisler
Kevin Reitz
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oracle International Corp
Original Assignee
Shisler Harry E
Reitz Kevin D
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shisler Harry E, Reitz Kevin D filed Critical Shisler Harry E
Priority to US09/758,565 priority Critical patent/US20010018708A1/en
Publication of US20010018708A1 publication Critical patent/US20010018708A1/en
Assigned to ORACLE INTERNATIONAL CORPORATION reassignment ORACLE INTERNATIONAL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: J.D. EDWARDS & COMPANY, LLC, PEOPLESOFT, INC.
Assigned to ORACLE INTERNATIONAL CORPORATION reassignment ORACLE INTERNATIONAL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: J.D. EDWARDS & COMPANY, LLC, PEOPLESOFT, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/564Enhancement of application control based on intercepted application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • This invention relates generally to client/server data processing systems, and specifically to systems permitting applications prepared on a client computer to be submitted for processing on any of a variety of connected server computers, which servers may be of different platform types.
  • Modem data processing systems are often implemented in “client-server” configurations in which a number of “client” computers, typically personal computers or workstations, communicate with one or more “server” computers and request such server computers to perform processing tasks.
  • each client computer is required to be compatible in some manner with each server computer so that the client and server computers can understand one another. In some environments, this requirement is easily met, as each client and server computer is of the same platform type, e.g., UNIX, Windows, Macintosh OS. In other environments, special translation protocols are implemented to permit a particular client platform type to communicate with a particular server platform type.
  • platform type e.g., UNIX, Windows, Macintosh OS.
  • special translation protocols are implemented to permit a particular client platform type to communicate with a particular server platform type.
  • Some known systems restrict processing of the user-created application to the user's client computer in order to entirely avoid the problems caused by multiple platform types.
  • Other systems process the user-created application on the client computer but allow access to databases stored on other computers on the network, typically by the use of a common database protocol such as the standard known as SQL.
  • Input-output services are typically restricted either to directly attached devices or devices such as printers shared at a workgroup or local area network (LAN) level.
  • a batch processing engine includes a design tool subsystem operable on a client computer that creates a set of specifications in response to user input.
  • a processing subsystem located either on the client computer or on some remote computer performs processing in response to the specifications.
  • a middleware subsystem is used for communication of the specifications to the processing subsystem.
  • the specifications are sent from the client computer to a server computer for storage, and are sent from the server computer to the processing subsystem for processing.
  • the network includes database facilities, and a database middleware subsystem directs access to the database facilities in accordance with the specifications.
  • the network includes input-output facilities, and an input-output middleware subsystem directs access to the input-output facilities.
  • a remote computer that is processing an application in accordance with the specifications sends to the client computer completion data in response to completion of processing of the application.
  • a remote computer processing an application in accordance with the specifications sends to the client computer error data in response to detection of an error in processing of the application.
  • the input-output middleware subsystem selectively routes an input-output data stream to one of a plurality of input-output devices and converts the data stream to a format suitable for the selected one of the input-output devices.
  • FIG. 1 is a block diagram of a system ( 100 ) for data processing in accordance with the present invention.
  • FIG. 2 is a block diagram of a batch processing engine ( 200 ), in accordance with the present invention.
  • FIG. 3 is a flow diagram of processing for a design tool subsystem of the batch processing engine illustrated in FIG. 2.
  • FIG. 4 is a flow diagram of processing for a processing subsystem of the batch processing engine illustrated in FIG. 2.
  • FIG. 5 is a flow diagram of the terminate report subprocess shown in FIG. 4.
  • FIG. 6 is a flow diagram of the Fetch Section Data Records subprocess shown in FIG. 4.
  • FIG. 7 is a flow diagram of the Process Level Breaks subprocess shown in FIG. 6.
  • FIG. 8 is a flow diagram of the Process Tabular Level Breaks subprocess shown in FIG. 7.
  • FIG. 9 is a flow diagram of the Print Objects subprocess shown in FIG. 4.
  • FIG. 10 is a flow diagram of the Process Child Sections subprocess shown in FIG. 7.
  • FIGS. 11A, 11B, and 11 C illustrate exemplary reports produced by system 100 .
  • FIG. 12 illustrates a user interface object librarian dialog screen for adding a new object.
  • FIG. 13 illustrates a user interface batch engine librarian dialog screen for working with version and templates.
  • FIG. 14 illustrates a user interface pull-down menu screen for creating new sections.
  • FIG. 15 illustrates a user interface screen for setting page header section properties.
  • FIG. 16 illustrates a user interface screen for inserting objects into reports.
  • FIG. 17 a user interface screen for setting properties for constants.
  • FIG. 18 is a user interface screen for setting properties for sections.
  • FIG. 19 is a user interface screen for selecting business views.
  • FIG. 20 is a user interface screen for quick section selection.
  • FIG. 21 is a user interface screen for selecting and sequencing section sort objects.
  • FIG. 22 is another user interface screen for selecting and sequencing section sort objects.
  • FIG. 23 is a user interface screen for group section and variable properties.
  • FIG. 24 is a user interface screen for aligning objects.
  • FIG. 25 is a user interface screen for report rendering.
  • FIG. 26 is a user interface screen for connecting accumulated objects.
  • FIG. 27 is a user interface screen for connecting level break objects.
  • FIG. 28 is a user interface screen for report properties.
  • FIG. 29 is a user interface screen for adding a version.
  • FIG. 30 is a user interface screen for version overrides.
  • FIG. 31 is a user interface screen for data selection in a section.
  • FIG. 32 is a user interface screen for a final version of a report.
  • FIG. 33 is a user interface screen for setting up printing for a report.
  • FIG. 34 is a user interface screen for joining sections.
  • FIG. 35 is a user interface screen for selecting business rules.
  • FIG. 36 is a user interface screen for event rules design.
  • FIG. 37 is a user interface screen for designing a calculation.
  • FIG. 38 is a user interface screen for an expression manager.
  • FIG. 39 is a user interface screen for a business function search.
  • FIG. 40 is a user interface screen for passing values in a business function.
  • FIG. 41 is a user interface screen for displaying an event rule.
  • system 100 for data processing in accordance with the present invention.
  • system 100 includes a number of client computers, e.g., 111 , 112 , and a number of server computers, e.g., 121 - 128 , all of which are interconnected by a network 150 .
  • client computers e.g., 111 , 112
  • server computers e.g., 121 - 128
  • client computers 111 , 112 are implemented using conventional personal computer workstations, such as conventional machines using the Windows operating environment. It should be noted that in an alternate embodiment, not all of the client computers need be of the same platform type. For instance, in such an embodiment client computer 111 may be a Windows-based machine, while client computer 112 may be a UNIX-based workstation.
  • server computers 121 - 128 may be of a variety of platforms.
  • server computers 121 and 122 are conventional mid-range server computers operating as UNIX platform machines, while server computer 123 is a mainframe host computer using the MVS operating system.
  • Server computers 124 and 125 are conventional print servers specifically designed to provide certain types of printing facilities.
  • print server computer 124 is a conventional high speed shared-access laser printer and print server computer 125 is a high speed shared access line printer. It should be noted that these devices may or may not operate according to a common protocol.
  • Server computer 126 is a conventional server used as a repository of report templates as described below.
  • Server computers 127 and 128 are conventional database server computers specifically designed to provide database facilities.
  • database server 127 is a UNIX-based server computer implementing an Oracle® relational database facility
  • database server 128 is a Windows-based server computer implementing a SQL Server relational database facility.
  • Clients 111 , 112 and servers 121 - 128 are interconnected by a conventional network 150 .
  • network 150 is implemented by conventional network hardware and software for implementation of local area networks (LANs) and wide area networks (WANs), providing, for instance, conventional “intranet” connectivity of computers 111 , 112 , and 121 - 128 .
  • LANs local area networks
  • WANs wide area networks
  • system 100 includes a batch processing engine 200 implemented by the various components of system 100 illustrated in FIG. 1.
  • batch processing engine 200 includes a design tool subsystem 210 , a local processing subsystem 211 , a client middleware subsystem 212 , a server middleware subsystem 213 , an input/output middleware subsystem 214 , and a database middleware subsystem 215 .
  • Design tool subsystem 210 is an application software program operable on client computer 111 .
  • design tool subsystem 210 provides a user with facilities for requesting certain services from system 100 , for instance a report of all customers whose names are stored in system 100 and who reside in the state of Colorado.
  • design tool subsystem 210 generates a set of specifications describing the processing services desired by the user of client computer 111 .
  • the example of reports is used for the description below, but other processing services are attainable in a similar manner as well.
  • Client middleware subsystem 212 and server middleware subsystem 213 are used to send messages to other computers in system 100 through a high level application programming interface (API) that insulates a programmer of system 100 from concerns about platform differences among the various computers of system 100 .
  • API application programming interface
  • These conventional middleware subsystems send data files and launch processes across system 100 and also receive messages back from these processes, such as information about process completion or print files that can be viewed locally, e.g., by client computer 111 .
  • I/O middleware subsystem 214 provides print job management across system 100 through a high level API that insulates a programmer of system 100 from concerns about platform differences among the various computers of system 100 .
  • Subsystem 214 which is conventional input/output middleware, works in conjunction with a print server computer 124 to spool print jobs requested by one or more of the computers of system 100 .
  • Subsystem 214 ensures delivery of print jobs and enables print jobs to be stopped, started, and repositioned.
  • Subsystem 214 further provides for transformation of print job data streams from one or more formats supported by batch processing engine 200 into data streams not supported by batch processing engine 200 but available for use by print server computer 124 .
  • Database middleware subsystem 215 provides access to a variety of databases, for instance implemented on database server computer 128 or other computers of system 100 through a high level API that insulates a programmer of system 100 from concerns about platform differences among the various computers of system 100 .
  • Subsystem 215 conventionally supports relational database operations, reads data from a database in a “logical view” manner that is independent of the physical organization of data; allows selection and sequencing of data; provides the ability to insert and update data, as well as commitment control (i.e., transaction processing) that allows a series of related changes to the database to be grouped together. These changes can subsequently be committed (i.e., applied) to the database or rolled back (i.e., canceled).
  • FIG. 3 there is illustrated a flow diagram showing processing for design tool subsystem 210 .
  • the report specifications generated by design tool subsystem 210 are stored initially on the client computer of the user who designed the report, e.g., 111 .
  • the specifications are conventionally stored in a binary format in a data management portion of the design tool subsystem 210 .
  • the data management portion is implemented in portable C language computer code that is executable on any of the client or server computers of system 100 .
  • the specifications for the report are initially saved locally in design tool subsystem 210 of client computer 111 so that they may be used as a template for use in creating other reports.
  • the specifications of the template are also sent for storage to specification server 126 so that they may be accessible to a second user of another computer in system 100 .
  • the template is copied, or “checked in,” to specification server 126 from the client computer on which the template was created.
  • the second user subsequently copies the template to the second user', client, e.g., 112 , and uses the template as desired to create the second user's own version of the template for execution.
  • versions may also be checked in to servers and thereby be made accessible to other users.
  • versions that are checked in to a server may be executed directly on that server or may be executed remotely on any other computer of system 100 .
  • a given report may sort and select data in a particular way, may request certain output from a database, may include parameters that affect the logic of how the report is processed, may identify database sources and target locations for database outputs, use a particular layout, and include other parameters.
  • a user may override such sorting, data selection, database output, execution time parameters, database source/target identifiers, report layout, and other parameters of a preexisting report that may not be applicable or helpful for that user.
  • processing for design tool subsystem 301 commences by specifying properties that the user desires for a report.
  • these properties include assignment of report defaults such as the font and color of text, numeric scaling factors for numeric quantities (e.g., writing numbers in terms of thousands or millions) for the presentation of numerical data in the report, a source database from which information for the report will be obtained, and a target database to which the report's data will be written.
  • execution time report parameters such as user-defined options for selecting different depreciation methods are also selected.
  • Other properties defining the report include the number of database records that are desired to process (such as the number of matches to seek), and whether numerical totals and grand totals are to be printed. It should be evident that other parameters and attributes of a report could also be specified.
  • report-level C-language program code to perform any particular desired operation may also be selected by a user of client computer 111 and attached to events constituting the report, as detailed below.
  • the available section types are a report header section, a page header section, a group section, a tabular section, a report footer section, a page footer section, and a columnar section.
  • FIGS. 11 A- 11 C there are shown an exemplary report with various sections. Referring now specifically to FIG. 11A, there is shown a columnar section report 1111 having a page header section 1112 , a level break header section 1113 , a columnar section 1114 , a level break footer section 1115 , and a page footer section 1116 .
  • a page header section prints at the top of a page whenever a page break event is issued.
  • a page break event occurs whenever a page overflow occurs or when a data level break occurs and the user has specified that a page break event be issued for this level break.
  • This section is free-form, meaning that objects can be arranged in any manner within it.
  • a level break header section is a section that prints at a data level break event.
  • this section is connected to a company number level break and prints whenever the company number changes. It is used to denote the beginning of a set of data sharing the same value for a given data item. This section is also free-form.
  • a columnar section consists of data items arranged in columns in a row. A column heading occurs above each item to identify the item. A row is printed for each database record retrieved. The level breaks that occur in this section trigger the printing of level break sections. In a preferred embodiment this section is not free-form, and objects are arranged in a single row with column headings above, as shown in FIG. 11A.
  • a level break footer section is a section that prints at a data level break event.
  • the section is connected to a company number level break and prints whenever the company number changes. It is used to denote the end of a set of data sharing the same value for a given data item and typically prints one or more totals for that item. This section is free-form.
  • a page footer section prints at the bottom of a page whenever a page break event is issued. It prints before the advance to the next page. It is typically used for a footnote, as shown in FIG. 11A. This section is free form.
  • FIG. 11B there is shown a group section report 1121 including a page header section 1122 , a level break header section 1123 , and a group section 1124 .
  • the page header section and level break header section are as described above.
  • a group section unlike a columnar section, is free-form.
  • Data item identifiers are typically placed to the left of the data item, but can be oriented in any manner in relation to the data item (e.g., to the right, above, below).
  • a row is printed for each database record retrieved.
  • the level breaks that occur in this section trigger the printing of level break sections.
  • FIG. 11 B the same data from the columnar report is displayed in a free-form format.
  • group section reports can include these sections just as in columnar section reports.
  • FIG. 11C there is shown a tabular section report 1131 including a page header section 1132 , a level break header section 1133 , and a tabular section 1134 .
  • the page header section and level break header section are as described above.
  • a tabular section is a variant on a columnar section, and consists of data items arranged in columns in a finite set of rows that the user defines. a column heading occurs above each item to identify the item. A row description is defined by the user for each row to identify the data in that row.
  • database records are not printed as they are retrieved but rather are accumulated in the individual cells (i.e., intersections of columns and rows) in the section until a level break occurs. In the example of FIG. 11C, data are accumulated in the cells until the company number value changes.
  • FIG. 11C illustrates how Revenues, Expenses, and Profits/Loss represent text rows. Revenues—Class 1, Revenues—Class 2, Direct Costs—Class 1 and Direct Costs—Class 2 are inclusion-type rows. These rows are associated with data selection criteria that determine the accumulation of database amounts into cells in the row. Total Revenues, Total Direct Costs, and Net Profit/Loss are calculation-type rows. A calculation associated with each of these rows defines a calculation that is to be applied to each cell in the row. For example, the row total revenues has a Calculation Revenues—Class 1+Revenues—Class 2 that is applied to the cells for January, February, and March.
  • a database logical view is associated with the section, or the section is designated as a section to be printed out where there is a level break in the data (e.g., information to be printed out whenever a company name changes in a list of data pertaining to many companies).
  • a level break in the data e.g., information to be printed out whenever a company name changes in a list of data pertaining to many companies.
  • selected portions of a database table may be defined to be a view and that view may then be associated with the current section.
  • section defaults are assigned, including in a preferred embodiment the font and text color for the section and the numeric scaling factor if they differ from the values globally set for the report.
  • Section print properties are also assigned, including in a preferred embodiment whether there is to be a page break after printing or otherwise displaying the section, whether a page header is to be printed, and whether the section is to be visible at all in the printout (as opposed to not being a portion of the report printout).
  • section level C-language program code is selected by a user of client computer 111 and attached to events corresponding to the section. Still further, the user specifies inter-section relationships, such as parent/child relationships among sections and whether to connect level break headers and footers of the current section to those of another section.
  • a report may include company-specific information for each of several years and the yearly information for a company may have a child relationship with respect to the overall company information.
  • database objects or user-defined objects are placed in the section by conventional graphical user interface “drag and drop” techniques in which objects are moved to their desired locations in the section by user manipulation of a pointing device such as a mouse.
  • a pointing device such as a mouse.
  • a user may select an object from a list of available database objects.
  • a rectangle appears at the cursor of the mouse in the section design window. This rectangle depicts the dimensions of the object to be placed in the section.
  • the rectangle follows. In this manner, the user may visually place the object in the desired location in the report section.
  • the user By pressing the mouse button, the user creates the selected object at the location of the rectangle in the section.
  • such objects include alphanumeric variables, date-type variables, constants, bit-map images, lines and other graphics.
  • the object properties for that section are specified 304 .
  • display properties are first assigned, including the font and text color for the object, a numeric scaling factor, display size, formatting, and the decimal presentation used for the object, underlines, overlines, and boxes used in presentation of the object, justification of display elements (e.g., text) for the object, and whether the object is to be visibly displayed.
  • Other properties are then assigned, including whether the object is to be treated as corresponding to a global variable (available throughout the report), whether the object is to cause printing only when a value corresponding to the object changes (such as a company name), whether level break totals for the object are to be printed, whether a grand total for the object is to be printed, and whether printing of the object is to be suppressed for a row in which total values are provided. For example, a table showing numbers of black & white and color televisions would not print an object specifying “black & white” or “color” in a row providing a total number of all television sets.
  • object-level C-language program code for performance of particular operations is attached to an event corresponding to the object so that it is processed with the object; calculation logic, if needed for the processing of the object, is attached to an event corresponding to the object; and the object is mapped to columns in a database by a dialog screen asking the user to specify which element of which database in system 100 corresponds with the object.
  • the section is not a tabular section, i.e., corresponding to a spreadsheet-type format, the design of the section is complete, as indicated by routing 305 , and processing flows to 309 as discussed below.
  • tabular column properties are assigned 306 .
  • data inclusion properties are assigned as needed, including attaching column inclusion C-language program code to an event corresponding to the section, data selection criteria, and column calculation logic.
  • column inclusion C-language program code can use an execution time, user-supplied parameter that defines the financial reporting period desired for a report. The C-language program would calculate a year-to-date amount based on the requested reporting period and this amount would be accumulated in the column.
  • Data inclusion in a column could be further affected by adding data selection criteria to the column. For example, only budget amounts could be selected. This would result in the column accumulating only year-to-date budget amounts.
  • a column's data could also be obtained from calculation of data from other columns. These other columns could derive their amounts from column inclusion properties or could themselves result from calculations.
  • tabular rows are specified 307 .
  • data are collected into columns (“horizontal” distribution of data) through data inclusion properties as described above. These data are then distributed to the various rows defined for the table (“vertical” distribution of data). This process occurs for each record fetched from the database.
  • a data inclusion row is a row that has data selection criteria attached to it. The data selection criteria determine which amounts included in each column will be accumulated in a given row.
  • a calculation row like a column calculation described above, derives its amounts from a calculation of data from other rows. These other rows derive their amounts from a data inclusion row or from calculations if they themselves are calculation rows.
  • a free-form text row is a row of text that may be one or more lines in length. Text rows are usually used for table notation in a tabular report. Underline rows are lines drawn for each column in a row. They are typically used for underlines preceding a total.
  • Row display properties are then assigned, including row font and text color, numeric scaling factor, display size, formatting, and decimal place format, underlines, overlines, boxes, justification, and visibility.
  • Row level C-language program code may then optionally be attached to an event corresponding to the row, and data inclusion properties are assigned by attaching row data selection criteria or row calculation logic to the row.
  • Processing then flows to specifying 308 tabular cell overrides.
  • First cell display properties are assigned, including cell font and text color, numeric scaling factor, display size, formatting, decimal places, underlines, overlines, boxes, justification, and visibility.
  • Cell level program code is then attached to the cell override, and data inclusion properties are assigned as needed, including attaching cell data selection criteria, and cell calculation logic to the cell override.
  • Processing subsystem 211 directs client computer 211 to perform the processing corresponding to the specifications produced by design tool subsystem 210 when the user has requested such processing to be performed locally (i.e., by client computer 111 ). Specifically, and referring now to FIG. 4, processing subsystem 211 performs processing on report applications designed as discussed above in connection with FIG. 3. Should the user direct a report to be processed on another computer, e.g., server computer 121 , a processing subsystem 218 on that computer similarly performs processing based on the specifications for the report.
  • FIG. 4 illustrates how local processing subsystem 211 of system 100 , or a processing subsystem (e.g., 218 ) of another computer of system 100 , performs such file and report processing.
  • Processing subsystem 211 processes, or “renders,” reports from the top to bottom for sections and for top to bottom and left to right for objects within a section.
  • sections are arranged hierarchically, with sections that do not depend on other sections (i.e., “level one sections”) being processed before sections that depend on other sections (i.e., “level break header sections, level break footer sections, total sections that provide totaled quantities when a specified event occurs, children, and custom sections). All dependent sections are processed as if they were objects of the level one section upon which they depend. Thus, processing commences first for level one sections, top to bottom, and then for dependent sections and objects, top to bottom and left to right, as applicable.
  • the general flow for each section being processed is to perform an “initialize section” event, a “do section” event, and an “end section” event, as more fully described below.
  • An additional “advance section” event is used for sections that include a business view attached before the “do section” event; the “advance section” event reads the next record of the specified business view.
  • local processing subsystem 211 allocates memory for each level one section and its dependent objects at the time that the section is processed, and de-allocates memory when processing for that section is complete.
  • memory for dependent sections and objects is not de-allocated until processing for the corresponding level one section is complete.
  • report header section processing of a report by building 401 report-level memory structures. Specifically, memory is allocated for data structures to hold report-wide parameters such as text font, text color, and numeric scaling factors.
  • report header section specifications are fetched 402 . A check is made 403 to see whether such specifications were found. If so, the memory structures for holding section information are built and populated based on the specifications. This information includes section-wide information such as text font, text color, and numeric scaling factors where those are to differ from their report-level counterparts.
  • Every object in the section is also constructed in memory at this point, and custom program logic, known as event rules, may be executed at this point if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • event rules custom program logic
  • an event is an action performed by a user or system 100 in the processing of a computing task.
  • An event can be as simple as tabbing out of a quantity field, which can initiate a calculation for a “total” column; or it can be as complex as a change to a database record that initiates a series of events.
  • event rules programming business functionality can be attached to particular events according to the needs of the organization. Changing application procedures is accomplished by changing the business rules executed at particular event points, which in many cases may be accomplished without writing programming code.
  • the event rules allow system 100 to operate as a programmable batch engine.
  • the business rules mentioned above are reusable, encapsulated objects that are attached to the event points described above and initiated when the appropriate event occurs.
  • a sales order entry application consists of a number of business rules and procedures, such as check credit history, check inventory availability, commit inventory, determine pricing, select a freight carrier, and so forth.
  • business rules are implemented as polymorphic and encapsulated objects rather than lines of code in a procedural program, they can be changed and rearranged independently of the other objects constituting the application. These objects are obtained from an object repository or “librarian” and are attached to event points through a graphical user interface as described herein.
  • New objects can be conventionally created by programmers in conventional computer languages that support dynamically linked libraries, including C, C++, COBOL, Fortran, and PL/1.
  • a print objects subprocess is then called 405 .
  • the memory structures for the report header are destroyed 406 by de-allocating the memory used for them so that this memory may be used again for other purposes.
  • first level section i.e., a section that is not subordinate to any other “parent” section.
  • sections may be hierarchically arranged so that one section is nested within another in a parent/child relationship, and this nesting may be an arbitrary number of layers deep.
  • first level sections are processed, they spawn child sections based on level breaks in the data retrieved into the section.
  • first level sections are processed from top to bottom spatially in the report, the placement having been determined through use of the design tool subsystem 210 .
  • This information includes section-wide information such as text font, text color, and numeric scaling factors, where different from the corresponding report-level information. Every object in the section is also constructed in memory. Database request strings are constructed for data selection and sequencing. Event rules may also be processed at this time if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • section data records are fetched 411 , as more fully detailed in connection with FIG. 6, and data for the section is printed.
  • the memory structures for the section are destroyed 412 , and an attempt is made to fetch 407 another set of first level section specifications.
  • check 408 indicates that there are no more first level section specifications, a terminate report subprocess 409 is invoked.
  • FIG. 5 there is illustrated a flow diagram for the terminate report subprocess 409 .
  • an attempt is made to fetch 501 report footer section specifications. If a check 502 indicates that specifications for a footer section were successfully fetched, the memory structures for information pertaining to the footer section are constructed 503 and populated based on the specifications. As previously explained, this information includes text font, color, and numeric scaling factors where they differ from superordinate values. Every object in the section is also constructed in memory, and event rules are executed at this time if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. Then, the footer section objects are printed 504 as detailed below in connection with FIG. 9. When footer section printing is complete, all memory structures for this footer section are destroyed 505 .
  • FIG. 6 there is shown a flow diagram for the fetch section data subprocess 411 of FIG. 4.
  • event rules are executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • a process level breaks subprocess is run, as further described in connection with FIG. 7, to process all level breaks before terminating the section and returning 612 to the previous process.
  • a user may specify a maximum number of records to be processed and the end of data indication will be triggered once the specified maximum number of records has been processed.
  • a level break indicates a change in processing from one section to another in the hierarchy of nested parent/child sections as described above. Prior to testing for a level break, event rules may be processed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • the process level breaks subprocess is run 605 . In any event, a check 606 is then made to determine whether the current section is a tabular section type. If so, the values of the columnar objects in the section are accumulated into appropriate tabular rows and cells as determined by the specifications.
  • Each tabular row and cell of a type known as TYPE_INCLUSION has associated with it data selection criteria. These are evaluated on a cell-by-cell basis in each row to determine if the columnar object value should be added to the cell. Tabular sections accumulate data and do not print until a level break or end of data indication occurs. Once tabular section processing 607 is completed, processing returns to fetch 601 additional database records.
  • any objects in the section that are designated to produce totals then have their current values added to corresponding accumulators for printing upon occurrence of a data level break.
  • the print objects subprocess is executed 611 to print the objects in the section, and processing returns to fetch 601 another database record.
  • FIG. 7 there is illustrated a flow diagram for the level break subprocess.
  • a determination is made 701 as to the highest level break that has occurred by comparing prior to current database values that are designated as level break items.
  • a check is then made 702 to determine whether any level breaks have occurred. If not, processing returns 709 to the calling process. Otherwise, a check is made 703 to determine whether the current section is a tabular section type. If so, a process tabular level breaks subprocess is executed 704 as detailed in connection with FIG. 8, and processing then returns 710 to the calling process. If the current section is not a tabular section type, a level break specification is fetched 705 .
  • a level break specification identifies the object in the report that is being monitored for a data break and the level at which it occurs.
  • the level break specification also carries the current and previous value for the object to determine when a break occurs.
  • a flag in the specification indicates if a report page break should occur when a break is processed.
  • FIG. 8 there is illustrated a flow diagram for the tabular level break subprocess 704 .
  • Processing commences by fetching 801 level break specifications. A check is made 802 to determine whether specifications have successfully been retrieved. If no specification is received, processing returns 810 to the calling process. Otherwise, a check is made 803 to determine whether the current level is subordinate to the highest level that has had a level break. If not, processing returns 811 to the calling process. Otherwise, processing continues by resolving 804 all cells in the current matrix of the lowest level tabular section. Specifically, column calculations, followed by row calculations, and finally cell calculations are performed for this matrix.
  • Tabular sections print a section for every level break defined, starting with the lowest level break that has been defined and going up through every level including the highest level that has had a level break. For example, three level breaks may be defined: Company (the highest), Division, and Cost Center (the lowest). If a level break occurs for Cost Center only, then the section (matrix) is printed only for Cost Center and the values in the Cost Center matrix are accumulated into the Division matrix. If the highest level break occurs for Division, the section is printed for Cost Center and the values in the Cost Center matrix are accumulated into the Division matrix. The section is also printed for Division and the values in the Division matrix are accumulated into the Company matrix.
  • Numeric cells in the current level break are added 808 to corresponding cells in the next higher level break. For example, if the current level provides totals for a division of a company, these values are added to overall company totals for the next higher level break in the report. All numeric cells at the current level are then initialized 809 to, zero in anticipation of subsequent data, the current level number is incremented by 1 , and the next set of specifications are fetched 801 as described above.
  • FIG. 9 there is shown a flow diagram of the print objects subprocess, e.g., 405 .
  • Processing commences by fetching 901 the specifications for the object to be printed. Prior to this fetching, event rules may be processed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. If retrieval of the specifications is not successful, processing returns 905 to the calling process. Otherwise, a print object is built. Specifically, coordinates for the object on the print page are determined relative to the position of the last section that was printed. Any object that will not fit on the page is suspended from printing until a page advance occurs and any page header section or other section designated to print on a page break has printed.
  • event rules for the object may be executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • event rules for the object may be executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • the object is then converted into a printable character string based on display properties, e.g., edit codes, formatting rules, display length, display decimals, and the stored value which may not be in a printable format.
  • numeric matrix cells are stored in an internal non-printable mathematical format, i.e., floating point, and call for conversion to a printable string formattable with commas, decimal points, credit signs, and the like prior to printing.
  • event rules corresponding to the page break are executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • APIs application programming interfaces
  • the APIs call software code portions appropriate for the type of computing and printing hardware being used.
  • An I/O middleware subsystem 214 is used to provide the platform-specific code to drive the actual printer being used.
  • batch processing engine 200 operates with the same program code on each supported platform, with the exception of a small amount of platform-specific middleware 214 .
  • database middleware system 215 The same approach is used for database accesses using database middleware system 215 .
  • a common set of APIs are thus used to access a variety of databases for both input and output of data. These APIs are then implemented in separate program code as appropriate for each database.
  • event rules corresponding to the end of the object processing are executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. Processing then once again fetches 901 object specifications.
  • FIG. 10 there is shown a flow diagram of the process child sections subprocess 708 .
  • Processing commences by fetching 1001 a child section specification for the current parent section.
  • child sections may represent a level break header or footer section, or they may represent detail information
  • a check is then made 1002 to determine whether specifications were indeed retrieved. If not, processing returns 1006 to the calling process. Otherwise the memory structures for information about the child section are constructed 1003 and populated according to the specifications. This information includes section-wide information such as text font and color, and numerical scaling factors, if different from that specified for the report or superordinate sections. Every object in the section is also constructed in memory, and database request strings are constructed for data selection and sequencing.
  • Event rules are also executed at this time if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • section data records are fetched 1004 as described above in connection with FIG. 6 to retrieve and print data for the child section. Since this child section could itself have child sections, data level breaks could occur in connection with processing of this child section that would cause recursive child section processing for such subordinate child sections. Processing for a parent section is suspended while processing for subordinate child sections takes place.
  • FIGS. 12 through 41 illustrate user interface screens that are displayed on a user's computer, e.g., client computer 111 , in connection with operation of system 100 .
  • FIG. 12 there is shown an object librarian user interface screen 1200 illustrating how a new report is added using system 100 .
  • An object librarian window 1201 displays to a user of a client computer, e.g., 111 , a list of previously made report templates.
  • Screen 1200 permits specification of an object type, for example “UBE” for universal batch engine indicating that the object is a report template for use with batch processing engine 200 .
  • object type for example “UBE” for universal batch engine indicating that the object is a report template for use with batch processing engine 200 .
  • Other identifying information such as system codes, object names, descriptions, use codes, and the like, are also provided.
  • System 100 includes conventional search facilities to locate report templates based on searches for templates that match any of these criteria selected by the user.
  • screen 1300 includes a UBE librarian window 1301 for storing and retrieving templates.
  • a new template is “checked in” using window 1301 ; checking in a template causes the specifications corresponding to the template to be stored on specification server 126 .
  • Existing templates are “checked out” using window 1301 ; checking out a template causes a copy of it to be retrieved from specification server 126 .
  • Window 1301 also includes a button labeled “Design” that commences operation of design tool subsystem 210 to allow the user to begin designing a new template or making changes to an existing template.
  • a “Versions List” button brings the user to a window that allows the user to add or change report versions.
  • a “Copy” button copies a highlighted template into a new template.
  • FIG. 14 there is shown a menu screen 1400 for creating sections.
  • the highlighted “Create” selection brings up a submenu to allow creation of a report header that prints at the beginning of a report, a report footer that prints at the end of a report, a page header that prints at the top of every page, a page footer that prints at the bottom of every page, a group section in which fields can be arranged in any order and position, and a columnar section in which fields are automatically arranged across the page with column headings at the top and detailed information below.
  • Screen 1400 also permits the user to select properties of a section through a section properties screen, to connect level break objects through a Level Break Header Section selection, to connect level break or accumulated objects through a Total Section selection, to delete a section through the Destroy selection, to select a business view to associate with a section, to select fields from the business view and order them on the report through the Quick Section selection, to select Data Selection Criteria, to select a Sort Sequence, to joint a child to a parent section based on fields common to both sections using a Join Sections selection, to selectively determine which parts of a template will be overridden in the version created from the template, and to permit file creation and update using a Database Output selection.
  • various pieces of the template can be overridden at the section level, and each piece that the user wishes to override can be designation through section overrides.
  • FIG. 15 there is shown a user interface screen 1500 for setting page header section properties.
  • Window 1501 includes an objects box displaying objects or fields that the user has selected and allowing the user to get to an object properties screen for any particular object that is displayed.
  • a “Description” area of window 1501 permits the user to type in a title to describe the function of this section, such as page header or report footer. Alternatively, if a business view is selected for the current section, the Description defaults to the name of the business view.
  • An “Override” area of window 1501 allows the user to override the properties that have been set for the report so that different properties can be used for the current section.
  • Screen 1500 also includes an untitled window 1502 that is used to show the contents of the current section and a report rendering window 1503 that is used to show the user what the report being designed will look like when it is printed.
  • FIG. 16 there is shown a user interface screen 1600 for inserting objects into reports.
  • Screen 1600 includes a pull down menu 1601 allowing the user to select different types of objects for insertion into a report.
  • a constant is an object that can be used to hold text that does not change;
  • an alpha variable is an object used to hold alphanumeric information that may change based on fetched database information, a calculation, or event rules that assign a value to it;
  • a numeric variable is an object used to hold numbers;
  • a date variable is an object used to hold dates.
  • a Run Time selection permits the user to add Report Date, Report Time, and Report Page Number objects.
  • Database Item and Dictionary Item selections allow corresponding items to be inserted into a section.
  • Screen 1600 as shown on FIG. 16 includes a page header window 1602 , indicating that the current section for which objects are to be inserted is a page header section and showing the contents of that section.
  • Screen 1600 further includes report rendering window 1503 as discussed above.
  • Screen 1700 includes a constant properties window 1701 allowing a user to define properties for each constant object that is to be used in a report. These properties are a title and overrides for the font and color for the constant object. Screen 1700 further includes a page header window 1702 showing the contents of the current section, including the selected constant object. Screen 1700 also includes report rendering window 1503 as previously discussed.
  • Screen 1800 includes a page header section properties window 1801 permitting the user to select one or more objects of a particular section and redefine properties of those objects, such as font, as previously discussed.
  • the user has selected to override the original font properties for the report by clicking on a “Font” button, which has resulted in font window 1802 being displayed.
  • Window 1802 permits text font, style, size, color, and effects (i.e., strikeout, underline) to be set, and displays a sample of text with the selected properties.
  • Screen 1800 also includes a report rendering window 1503 and a page header window 1702 as previously discussed.
  • Screen 1900 includes a select business object window 1901 that permits the user to populate a section with information from a specific table by associating a business view with that section.
  • Window 1901 includes a list of available business views, which may be limited by the user entering a particular system code or business view code. For instance, a business view code of “400” is used in system 100 to indicate business views that are of particular relevance to reports, as opposed to having different primary uses. Available business views may include joined business views in which two or more files have been linked together to access fields from the joined files.
  • Untitled window 1902 displays the contents of the selected section, and the title of this window changes to the name of the business view as soon as one of the listed business view objects in window 1901 is selected.
  • Screen 1900 also includes the page header and report rendering windows 1702 , 1503 previously discussed.
  • FIG. 20 there is shown a user interface screen 2000 for quick section selection.
  • Screen 2000 includes a column layout for supplier master report window 2001 and a supplied master report window 2002 .
  • Selection of Quick Section from the menu on screen 1400 of FIG. 14 results in display of window 2001 to allow the user to select which columns or fields will appear on the report.
  • the window is entitled “Column Layout . . . ” for columnar sections, “Quick Section Layout . . . ” for group sections, and “Data Dictionary for Quick Section Layout . . . ” if no business view has been associated with the section.
  • Window 2001 includes a “Columns not in row” area and a “Columns in row” area.
  • the former lists the various database items that are available from the business view attached to the section; the latter lists columns that the user has selected from the former to appear in the report. Once columns have been selected to appear in the report, the window also allows the user to arrange the listed columns in the order that they are to appear. An “OK” button on window 2001 is used to populate the current section with the selected columns. Window 2002 displays the layout that has been selected by the user.
  • FIGS. 21 and 22 there are shown a user interface screens 2100 , 2200 for selecting and sequencing section sort objects.
  • Screen 2100 is displayed when a user activates the “close” button on window 2001 of FIG. 20, and allows the user to indicate which columns or fields are to be used for sorting in the current section.
  • a select and sequence section sort objects window 2102 allows the user to choose and order objects to be sorted from a list of objects not sorted, using the same mechanism as described in connection with window 2001 .
  • window 2102 includes a “Properties” button which, when selected after highlighting an object in the list of objects to be sorted, causes a sort properties window 2101 to be displayed.
  • Window 2101 allows the user to select an ascending or descending sort order, and to select whether the current object is to be used as a level break indicator. As discussed previously, sections can be joined at a level break, totals can be evaluated at a level break, and level break header sections can be triggered at a level break. Window 2101 also allows the user to select whether the current object is to be used as a page break indicator. Screen 2100 also includes supplier master report window 2002 as previously discussed.
  • screen 2100 of FIG. 21 illustrates sort properties for a Business Unit that is a level break data item sorted in ascending order
  • screen 2200 illustrates sort properties for a YTD Vouchered Amount that is not a level break item and that is sorted in descending order.
  • window 2102 shows the selection of “Business Unit”
  • window 2101 shows indicates both an ascending sort order and a level break.
  • window 2202 shows the selection of YTD Vouchered Amount
  • window 2201 shows a descending sort order and no level break.
  • Screen 2300 includes a variable properties window 2301 that is displayed when a user double-dicks on a variable object displayed in another window.
  • Window 2301 lists the title of the variable, as well as its properties. These properties can be set or changed by the user through window 2301 .
  • window 2301 shows a variable object with a display length of 15 characters, two decimal places, and an edit code governing display characteristics. Font, color, scaling factor, and justification can also be over-ridden as previously described via this window.
  • Screen 2300 also includes a group total section window 2302 that includes the variable object for which the user desired to view/set/change properties, and windows 1502 , 2002 , and 2204 as previously discussed.
  • FIG. 24 there is shown a user interface screen 2400 for aligning objects.
  • database items When database items are placed in a section, they include two objects: a label that is a constant object type and a variable portion that holds the database value, e.g., Company Name xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  • Company Name is the label and the x's represent a 30 character alphanumeric variable that holds the name of the company from the database.
  • Screen 2400 includes a group total section window 2401 and a layout menu 2402 .
  • a user selects the objects needing alignment, for instance here by selecting items in group total section window 2401 for which alignment is desired, selecting a particular one of those to which the others will be aligned, and then using the layout menu 2402 to select the type of alignment desired, i.e., left, center, right, top, middle, bottom.
  • the “align database” menu selection aligns a series of the object pairs such as shown above that are placed vertically.
  • the “grid alignment” selection of menu 2402 sets a grid to which objects may be “snapped” when the user initially designs a report.
  • FIG. 25 there is shown a user interface screen 2500 for report rendering.
  • Screen 2500 includes a report rendering window 2501 that provides a user with an indication of what the report currently being designed will look like when it is printed.
  • Window 2501 is similar to window 1503 previously shown, but in addition includes a portion 2502 that is highlighted, indicating that the highlighted section is currently being worked on by the user.
  • highlighting of cells in supplier master report window 2002 labeled “Business Unit”, “Address Number”, “Alpha Name”, and “Amount Vouchered YTD” indicate that this window is currently being worked on by the user, and the portion 2502 of window 2501 corresponding to window 2002 is therefore highlighted by small squares.
  • report rendering window 2501 is displayed for a report having a new section with no components yet, the section is indicated by a small box at the left side of the report rendering window 2501 .
  • Screen 2500 also includes windows 2303 and 2503 for the other sections illustrated in report rendering window 2501 .
  • FIG. 26 there is shown a user interface screen 2600 for determining which objects in a main section are to be accumulated into which objects in a total section.
  • Screen 2600 includes report rendering window 1503 and a section menu 2601 .
  • To connect sections at a level break as exemplified in FIG. 26 a user highlights an object in a total section representing an amount being totaled, as indicated by the box 2603 (?) surrounding the value in window 1503 .
  • the user selects the section menu 2601 and the total section choice provided by menu 2601 , which permits a connect accumulated object choice and a connect level break object choice.
  • object 2602 is then displayed in a red box to indicate that it is connected to object 2603 .
  • FIG. 27 there is shown a user interface screen 2700 for connecting level break objects so as to determine which level break in a main section triggers the printing of a total section.
  • Screen 2701 includes menu 2601 as previously described and report rendering window 2701 .
  • the user selects the total section 2702 which becomes highlighted as indicated by small squares, and then selects the connect level break object selection from menu 2601 .
  • the user selects an object in the main section, for example Business Unit that has been designated for a level break.
  • the report executes, the total section will be produced whenever the value for the level break object changes.
  • Screen 2800 includes a report properties window 2801 and allows the user to set properties that will affect the entire report.
  • Window 2801 permits the user to select text font, style and size; to have text printed with underline or overstrike; to scale numeric values; to print totals only, to allow/suppress the printing of grand totals at the end of the report; to limit the number of primary table rows so that only a few records rather than all records will print; to select special forms as desired; to set default printing options; and to select among a number of available processing options, which are presented in the form of a list in window 2801 .
  • Screen 2800 also includes windows 1503 , 2002 , and 2503 as previously discussed.
  • Screen 2900 includes a version add window 2901 that permits a user to add a version of a template.
  • the user selects a versions list button from UBE librarian window 1201 to cause a versions list window 2902 to be displayed.
  • the versions list window 2902 as well as the version add window 2901 , are displayed with the group name of the current template.
  • Version add window 2901 provides areas for providing a version name, a version title, a number (either 1 or 0) to indicate whether processing options are to be displayed when the report is submitted, and description in free-form text to describe in greater detail the purpose of the report.
  • Screen 2900 also includes previously discussed window 1202 .
  • Screen 3000 includes a section specification window 3001 that allows a user to select which specifications of a version the user wishes to override.
  • a version is an exact copy of the template from which it was made, so such overrides allow a user to make slight changes as desired when working with versions.
  • Section specification window 3001 allows the user to select section layout, if the user wishes to change the arrangement of objects in the section or add/delete objects.
  • Section specification window 3001 also permits the user to make changes to the section sort and sequence, section data selection, and section database output as discussed above.
  • Screen 3000 also includes previously discussed windows 1503 , 2303 , 2002 , and 2503 .
  • Screen 3100 for data selection in a section.
  • Screen 3100 includes a criterion design window 3101 and a literal window 3102 .
  • window 3102 allows the user to compare the previously selected item to a literal value provided by the user, a range of such values, or a list of such values.
  • the user can use screen 3100 to direct the selection, for instance, of all entries having vouchered year-to-date amounts between 45,000 and 60,000.
  • Screen 3100 also includes previously discussed windows 1503 , 2002 , and 2503 .
  • FIG. 32 there is shown a completed report design. All three sections of the report are shown in a report rendering window 3201 at the top of the design, followed by individual windows 3202 - 3204 for each section.
  • FIG. 33 there is shown a print setup dialog that appears when the user submits a report for execution.
  • the user can select a printer on the network, paper orientation (portrait or landscape), and size and type of paper.
  • An options button provides printer features that typically do not require changing, such as dot resolution and color/monochrome selection.
  • a network button allows the user to explore a network for a printer.
  • Screen 3400 includes a join child section to parent window 3401 that allows a user to associate a child section with a parent section.
  • Window 3401 provides the user with choices to show only joined child objects, to join on a level break, and to show all the objects in the child and parent sections that are available to be joined or unjoined.
  • Screen 3400 also includes other windows 3402 - 3404 , examples of which have been previously discussed.
  • FIG. 35 there is shown a user interface screen 3500 for selecting business rules.
  • Screen 3500 includes an edit menu 3501 that permits the user to select a business rules choice.
  • FIG. 36 there is shown a user interface screen 3600 for event rules design.
  • Screen 3600 includes an event rules design window 3601 in which the user may initiate the process of attaching custom code to an event. Window 3601 further provides a menu 3602 in which the user may select at what event during processing the custom code should be executed.
  • the DO_SECTION event is selected. This event occurs at the start of printing a section, before any objects in the section have been printed.
  • FIG. 37 there is shown a user interface screen 3700 for designing a calculation.
  • Screen 3700 includes an assignment window 3701 that allows a user to connect custom code to an event.
  • the user has selected an assignment by pressing an “assign” button.
  • Performing an assignment involves selecting a target from a left-hand listing box and a source from a right-hand listing box.
  • the left-hand box shows all objects that are available to the section for assignment.
  • the right-hand box shows only those objects that are valid for assignment to the selected target object.
  • a user connects such custom code without resorting to any C-language programming.
  • Pressing a “sysfunc” button of window 3601 allows the user to perform certain system level functions such as hiding or showing a section or skipping a database record, again without the need for any C-language programming.
  • the user can also add conditional statements to the custom code such as if/else logic or while loops without writing C-language code by pressing an if/while button of window 3601 .
  • the user can also perform complex calculations without writing C-language code by pressing an “f(x)” button on window 3701 . Where additional functionality is desired beyond the capabilities already mentioned, the user can press the functions button and select a business function, i.e., custom C-language code for a desired task.
  • Screen 3800 includes an expression manager window 3801 that allows a user to define complex expressions by selecting objects from a list of available objects and pressing operation buttons.
  • Advanced functions such as trigonometric functions, are also selectable from a separate submenu.
  • FIG. 39 there is shown a user interface screen 3900 for a business function search.
  • Screen 3900 includes a PO header event rules design window 3901 and a business function search window 3902 .
  • Business function search window 3902 appears when a user selects a “functions” button from event rules design window 3901 .
  • Window 3902 permits a user to find and connect C-language custom code to a particular event (in this case DO_SECTION) during the processing of the report.
  • These program modules known as business functions, are categorized by a system code, a category code, and a use code. This categorization, along with a textual description, facilitates location of a desired business function in a repository that may include hundreds of such business functions.
  • FIG. 40 there is shown a user interface screen 4000 for passing values in a business function.
  • Screen 4000 includes a business function-values to pass window 4001 that appears after selecting a business function.
  • Most business functions require certain parameters to be provided. For example, a function that performs depreciation calculations requires a depreciation method parameter so that the function can perform the appropriate calculation.
  • Window 4001 allows the user to map objects available to the section to the parameters required by the business function.
  • Screen 4000 also includes previously described window 3901 .
  • FIG. 41 there is shown a user interface screen 4100 for displaying an event rule.
  • Screen 4100 includes an event rules design window 4101 that shows the entire custom code definition connected to an event after completing the processing described in connection with FIGS. 37 - 40 .
  • a business function will be called.

Abstract

A data processing system includes a multitude of client computers and server computers, of various platform types, interconnected by a network. A batch processing engine permits an application resident on a client computer to specify processing to be performed by one or more of the computers connected to the network, regardless of the platform type of such computers. The batch processing engine is implemented in part by middleware.

Description

    BACKGROUND AND FIELD OF THE INVENTION
  • This invention relates generally to client/server data processing systems, and specifically to systems permitting applications prepared on a client computer to be submitted for processing on any of a variety of connected server computers, which servers may be of different platform types. [0001]
  • Modem data processing systems are often implemented in “client-server” configurations in which a number of “client” computers, typically personal computers or workstations, communicate with one or more “server” computers and request such server computers to perform processing tasks. [0002]
  • In conventional client-server configurations, each client computer is required to be compatible in some manner with each server computer so that the client and server computers can understand one another. In some environments, this requirement is easily met, as each client and server computer is of the same platform type, e.g., UNIX, Windows, Macintosh OS. In other environments, special translation protocols are implemented to permit a particular client platform type to communicate with a particular server platform type. [0003]
  • As client-server systems become larger and serve entire enterprises, such as large corporations or institutions, conventional techniques for facilitating communication between and among client and server computers become more difficult to use, while the need for processing that is seamlessly distributed among the systems' constituent client and server computers generally increases. [0004]
  • For example, if a user of a particular client machine creates a particular report application program that provides a printed report of general value throughout the organization, it would be extremely valuable for other users, perhaps working with clients and servers of different platform types, to be able to use the report application program. [0005]
  • Some known systems restrict processing of the user-created application to the user's client computer in order to entirely avoid the problems caused by multiple platform types. Other systems process the user-created application on the client computer but allow access to databases stored on other computers on the network, typically by the use of a common database protocol such as the standard known as SQL. Input-output services are typically restricted either to directly attached devices or devices such as printers shared at a workgroup or local area network (LAN) level. These solutions may be adequate in some environments, but for applications that make intensive use of database or input-output facilities, such implementations result in significant processing delays. [0006]
  • Recognizing the need to reduce dependency on platform types in distributed processing systems, a number of known schemes have been developed that employ a layer of system services and protocols commonly known as “middleware” that operates at a level that is above each computer's operating system and network facilities but below each computer's specific set of application programs. For an overview of such known middleware techniques, see, e.g., P. Bernstein, [0007] Middleware: A Model for Distributed System Services, 39 COMMUNICATIONS OF THE ACM 2 at 86-98 (February 1996), the contents of which are hereby incorporated by reference as if fully set forth herein.
  • Still absent from the known art, however, is a system for allowing a user of a client computer to create an application program locally and run that application, as desired, either on the user's own client computer or any other computer that is connected by a network to the user's client computer. [0008]
  • In addition, enterprise-wide data processing systems commonly use a variety of databases and input-output devices, and the need remains for a system to allow such an application, regardless of which machine executes the application, to access any such database or input-output facilities that are connected to the network, again without regard to the type of platform on which such facilities are implemented. [0009]
  • SUMMARY OF THE INVENTION
  • In accordance with the present invention, a batch processing engine includes a design tool subsystem operable on a client computer that creates a set of specifications in response to user input. A processing subsystem located either on the client computer or on some remote computer performs processing in response to the specifications. A middleware subsystem is used for communication of the specifications to the processing subsystem. [0010]
  • In another aspect of the invention, the specifications are sent from the client computer to a server computer for storage, and are sent from the server computer to the processing subsystem for processing. [0011]
  • In another aspect of the invention, the network includes database facilities, and a database middleware subsystem directs access to the database facilities in accordance with the specifications. [0012]
  • In still another aspect of the invention, the network includes input-output facilities, and an input-output middleware subsystem directs access to the input-output facilities. [0013]
  • In yet another aspect of the invention, a remote computer that is processing an application in accordance with the specifications sends to the client computer completion data in response to completion of processing of the application. [0014]
  • In a further aspect of the invention, a remote computer processing an application in accordance with the specifications sends to the client computer error data in response to detection of an error in processing of the application. [0015]
  • In yet a further aspect of the invention, the input-output middleware subsystem selectively routes an input-output data stream to one of a plurality of input-output devices and converts the data stream to a format suitable for the selected one of the input-output devices. [0016]
  • The features and advantages described in the specification are not all-inclusive, and particularly, many additional features and advantages will be apparent to one of ordinary skill in the art in view of the drawings, specification, and claims hereof. Moreover, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter, resort to the claims being necessary to determine such inventive subject matter. [0017]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of a system ([0018] 100) for data processing in accordance with the present invention.
  • FIG. 2 is a block diagram of a batch processing engine ([0019] 200), in accordance with the present invention.
  • FIG. 3 is a flow diagram of processing for a design tool subsystem of the batch processing engine illustrated in FIG. 2. [0020]
  • FIG. 4 is a flow diagram of processing for a processing subsystem of the batch processing engine illustrated in FIG. 2. [0021]
  • FIG. 5 is a flow diagram of the terminate report subprocess shown in FIG. 4. [0022]
  • FIG. 6 is a flow diagram of the Fetch Section Data Records subprocess shown in FIG. 4. [0023]
  • FIG. 7 is a flow diagram of the Process Level Breaks subprocess shown in FIG. 6. [0024]
  • FIG. 8 is a flow diagram of the Process Tabular Level Breaks subprocess shown in FIG. 7. [0025]
  • FIG. 9 is a flow diagram of the Print Objects subprocess shown in FIG. 4. [0026]
  • FIG. 10 is a flow diagram of the Process Child Sections subprocess shown in FIG. 7. [0027]
  • FIGS. 11A, 11B, and [0028] 11C illustrate exemplary reports produced by system 100.
  • FIG. 12 illustrates a user interface object librarian dialog screen for adding a new object. [0029]
  • FIG. 13 illustrates a user interface batch engine librarian dialog screen for working with version and templates. [0030]
  • FIG. 14 illustrates a user interface pull-down menu screen for creating new sections. [0031]
  • FIG. 15 illustrates a user interface screen for setting page header section properties. [0032]
  • FIG. 16 illustrates a user interface screen for inserting objects into reports. [0033]
  • FIG. 17 a user interface screen for setting properties for constants. [0034]
  • FIG. 18 is a user interface screen for setting properties for sections. [0035]
  • FIG. 19 is a user interface screen for selecting business views. [0036]
  • FIG. 20 is a user interface screen for quick section selection. [0037]
  • FIG. 21 is a user interface screen for selecting and sequencing section sort objects. [0038]
  • FIG. 22 is another user interface screen for selecting and sequencing section sort objects. [0039]
  • FIG. 23 is a user interface screen for group section and variable properties. [0040]
  • FIG. 24 is a user interface screen for aligning objects. [0041]
  • FIG. 25 is a user interface screen for report rendering. [0042]
  • FIG. 26 is a user interface screen for connecting accumulated objects. [0043]
  • FIG. 27 is a user interface screen for connecting level break objects. [0044]
  • FIG. 28 is a user interface screen for report properties. [0045]
  • FIG. 29 is a user interface screen for adding a version. [0046]
  • FIG. 30 is a user interface screen for version overrides. [0047]
  • FIG. 31 is a user interface screen for data selection in a section. [0048]
  • FIG. 32 is a user interface screen for a final version of a report. [0049]
  • FIG. 33 is a user interface screen for setting up printing for a report. [0050]
  • FIG. 34 is a user interface screen for joining sections. [0051]
  • FIG. 35 is a user interface screen for selecting business rules. [0052]
  • FIG. 36 is a user interface screen for event rules design. [0053]
  • FIG. 37 is a user interface screen for designing a calculation. [0054]
  • FIG. 38 is a user interface screen for an expression manager. [0055]
  • FIG. 39 is a user interface screen for a business function search. [0056]
  • FIG. 40 is a user interface screen for passing values in a business function. [0057]
  • FIG. 41 is a user interface screen for displaying an event rule. [0058]
  • DESCRIPTION OF A PREFERRED EMBODIMENT
  • The figures depict a preferred embodiment of the present invention for purposes of illustration only. One skilled in the art will readily recognize from the following discussion that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the invention described herein. [0059]
  • Referring now to FIG. 1, there is shown a [0060] system 100 for data processing in accordance with the present invention. The operation of system 100 is illustrated by discussion of the component parts illustrated in FIG. 1. As illustrated in FIG. 1, system 100 includes a number of client computers, e.g., 111, 112, and a number of server computers, e.g., 121-128, all of which are interconnected by a network 150.
  • In a preferred embodiment, [0061] client computers 111, 112 are implemented using conventional personal computer workstations, such as conventional machines using the Windows operating environment. It should be noted that in an alternate embodiment, not all of the client computers need be of the same platform type. For instance, in such an embodiment client computer 111 may be a Windows-based machine, while client computer 112 may be a UNIX-based workstation.
  • Similarly, server computers [0062] 121-128 may be of a variety of platforms. For example, in one embodiment server computers 121 and 122 are conventional mid-range server computers operating as UNIX platform machines, while server computer 123 is a mainframe host computer using the MVS operating system.
  • [0063] Server computers 124 and 125 are conventional print servers specifically designed to provide certain types of printing facilities. For instance, in one embodiment print server computer 124 is a conventional high speed shared-access laser printer and print server computer 125 is a high speed shared access line printer. It should be noted that these devices may or may not operate according to a common protocol.
  • [0064] Server computer 126 is a conventional server used as a repository of report templates as described below.
  • [0065] Server computers 127 and 128 are conventional database server computers specifically designed to provide database facilities. In one embodiment, database server 127 is a UNIX-based server computer implementing an Oracle® relational database facility, and database server 128 is a Windows-based server computer implementing a SQL Server relational database facility.
  • [0066] Clients 111, 112 and servers 121-128 are interconnected by a conventional network 150. In a preferred embodiment, network 150 is implemented by conventional network hardware and software for implementation of local area networks (LANs) and wide area networks (WANs), providing, for instance, conventional “intranet” connectivity of computers 111, 112, and 121-128.
  • Since the various computers connected using [0067] network 150 are of a variety of platform types, they cannot interoperate in a conventional manner. Therefore, to provide the features and advantages discussed above and referring now also to FIG. 2, system 100 includes a batch processing engine 200 implemented by the various components of system 100 illustrated in FIG. 1. Specifically, batch processing engine 200 includes a design tool subsystem 210, a local processing subsystem 211, a client middleware subsystem 212, a server middleware subsystem 213, an input/output middleware subsystem 214, and a database middleware subsystem 215.
  • [0068] Design tool subsystem 210 is an application software program operable on client computer 111. In a preferred embodiment, design tool subsystem 210 provides a user with facilities for requesting certain services from system 100, for instance a report of all customers whose names are stored in system 100 and who reside in the state of Colorado. In response to user input, design tool subsystem 210 generates a set of specifications describing the processing services desired by the user of client computer 111. For purposes of illustration, the example of reports is used for the description below, but other processing services are attainable in a similar manner as well.
  • [0069] Client middleware subsystem 212 and server middleware subsystem 213 are used to send messages to other computers in system 100 through a high level application programming interface (API) that insulates a programmer of system 100 from concerns about platform differences among the various computers of system 100. These conventional middleware subsystems send data files and launch processes across system 100 and also receive messages back from these processes, such as information about process completion or print files that can be viewed locally, e.g., by client computer 111.
  • I/[0070] O middleware subsystem 214 provides print job management across system 100 through a high level API that insulates a programmer of system 100 from concerns about platform differences among the various computers of system 100. Subsystem 214, which is conventional input/output middleware, works in conjunction with a print server computer 124 to spool print jobs requested by one or more of the computers of system 100. Subsystem 214 ensures delivery of print jobs and enables print jobs to be stopped, started, and repositioned. Subsystem 214 further provides for transformation of print job data streams from one or more formats supported by batch processing engine 200 into data streams not supported by batch processing engine 200 but available for use by print server computer 124.
  • [0071] Database middleware subsystem 215 provides access to a variety of databases, for instance implemented on database server computer 128 or other computers of system 100 through a high level API that insulates a programmer of system 100 from concerns about platform differences among the various computers of system 100. Subsystem 215 conventionally supports relational database operations, reads data from a database in a “logical view” manner that is independent of the physical organization of data; allows selection and sequencing of data; provides the ability to insert and update data, as well as commitment control (i.e., transaction processing) that allows a series of related changes to the database to be grouped together. These changes can subsequently be committed (i.e., applied) to the database or rolled back (i.e., canceled).
  • Specifically, and referring now to FIG. 3, there is illustrated a flow diagram showing processing for [0072] design tool subsystem 210. In general, the report specifications generated by design tool subsystem 210 are stored initially on the client computer of the user who designed the report, e.g., 111. The specifications are conventionally stored in a binary format in a data management portion of the design tool subsystem 210. In a preferred embodiment, the data management portion is implemented in portable C language computer code that is executable on any of the client or server computers of system 100.
  • When a report is first designed, the specifications for the report are initially saved locally in [0073] design tool subsystem 210 of client computer 111 so that they may be used as a template for use in creating other reports. The specifications of the template are also sent for storage to specification server 126 so that they may be accessible to a second user of another computer in system 100. Specifically, the template is copied, or “checked in,” to specification server 126 from the client computer on which the template was created. The second user subsequently copies the template to the second user', client, e.g., 112, and uses the template as desired to create the second user's own version of the template for execution. In a preferred embodiment, it is these versions created from templates that are actually executed to generate the desired report rather than the templates themselves.
  • Through use of such versions, users are able to tailor report templates to their own particular needs. If such versions are of direct use to others, the versions may also be checked in to servers and thereby be made accessible to other users. In a preferred embodiment, versions that are checked in to a server may be executed directly on that server or may be executed remotely on any other computer of [0074] system 100. A given report may sort and select data in a particular way, may request certain output from a database, may include parameters that affect the logic of how the report is processed, may identify database sources and target locations for database outputs, use a particular layout, and include other parameters.
  • Through use of versions, a user may override such sorting, data selection, database output, execution time parameters, database source/target identifiers, report layout, and other parameters of a preexisting report that may not be applicable or helpful for that user. [0075]
  • Specifically, processing for [0076] design tool subsystem 301 commences by specifying properties that the user desires for a report. In a preferred embodiment, these properties include assignment of report defaults such as the font and color of text, numeric scaling factors for numeric quantities (e.g., writing numbers in terms of thousands or millions) for the presentation of numerical data in the report, a source database from which information for the report will be obtained, and a target database to which the report's data will be written. In addition, execution time report parameters such as user-defined options for selecting different depreciation methods are also selected. Other properties defining the report include the number of database records that are desired to process (such as the number of matches to seek), and whether numerical totals and grand totals are to be printed. It should be evident that other parameters and attributes of a report could also be specified. In addition, report-level C-language program code to perform any particular desired operation may also be selected by a user of client computer 111 and attached to events constituting the report, as detailed below.
  • Next, processing continues by specifying [0077] 302 section types for the report being designed. In a preferred embodiment, the available section types are a report header section, a page header section, a group section, a tabular section, a report footer section, a page footer section, and a columnar section. Referring now also to FIGS. 11A-11C, there are shown an exemplary report with various sections. Referring now specifically to FIG. 11A, there is shown a columnar section report 1111 having a page header section 1112, a level break header section 1113, a columnar section 1114, a level break footer section 1115, and a page footer section 1116.
  • A page header section prints at the top of a page whenever a page break event is issued. A page break event occurs whenever a page overflow occurs or when a data level break occurs and the user has specified that a page break event be issued for this level break. This section is free-form, meaning that objects can be arranged in any manner within it. [0078]
  • A level break header section is a section that prints at a data level break event. In the example of FIG. 11A, this section is connected to a company number level break and prints whenever the company number changes. It is used to denote the beginning of a set of data sharing the same value for a given data item. This section is also free-form. [0079]
  • A columnar section consists of data items arranged in columns in a row. A column heading occurs above each item to identify the item. A row is printed for each database record retrieved. The level breaks that occur in this section trigger the printing of level break sections. In a preferred embodiment this section is not free-form, and objects are arranged in a single row with column headings above, as shown in FIG. 11A. [0080]
  • A level break footer section is a section that prints at a data level break event. In this example, the section is connected to a company number level break and prints whenever the company number changes. It is used to denote the end of a set of data sharing the same value for a given data item and typically prints one or more totals for that item. This section is free-form. [0081]
  • A page footer section prints at the bottom of a page whenever a page break event is issued. It prints before the advance to the next page. It is typically used for a footnote, as shown in FIG. 11A. This section is free form. [0082]
  • Referring now to FIG. 11B, there is shown a [0083] group section report 1121 including a page header section 1122, a level break header section 1123, and a group section 1124. The page header section and level break header section are as described above.
  • A group section, unlike a columnar section, is free-form. Data item identifiers are typically placed to the left of the data item, but can be oriented in any manner in relation to the data item (e.g., to the right, above, below). A row is printed for each database record retrieved. The level breaks that occur in this section trigger the printing of level break sections. In the example of FIG. 11 B, the same data from the columnar report is displayed in a free-form format. Although the level break footer and page footer sections do not exist in [0084] report 1121, group section reports can include these sections just as in columnar section reports.
  • Referring now to FIG. 11C, there is shown a [0085] tabular section report 1131 including a page header section 1132, a level break header section 1133, and a tabular section 1134. The page header section and level break header section are as described above.
  • A tabular section is a variant on a columnar section, and consists of data items arranged in columns in a finite set of rows that the user defines. a column heading occurs above each item to identify the item. A row description is defined by the user for each row to identify the data in that row. Unlike a columnar section, database records are not printed as they are retrieved but rather are accumulated in the individual cells (i.e., intersections of columns and rows) in the section until a level break occurs. In the example of FIG. 11C, data are accumulated in the cells until the company number value changes. If [0086] report 1131 was modified to level break on business unit as well as company number, the user would define a level break header section for each business unit as well and the report would produce a printed page for each business unit and for each company. Four types of rows are shown in FIG. 11C. Underline rows are placed before Total Revenues and Total Direct Costs. The lines Revenues, Expenses, and Profits/Loss represent text rows. Revenues—Class 1, Revenues—Class 2, Direct Costs—Class 1 and Direct Costs—Class 2 are inclusion-type rows. These rows are associated with data selection criteria that determine the accumulation of database amounts into cells in the row. Total Revenues, Total Direct Costs, and Net Profit/Loss are calculation-type rows. A calculation associated with each of these rows defines a calculation that is to be applied to each cell in the row. For example, the row total revenues has a Calculation Revenues—Class 1+Revenues—Class 2 that is applied to the cells for January, February, and March.
  • Referring again to FIG. 3, once the various desired sections are specified [0087] 302 by the user, processing continues by designing 303 one of those sections. Specifically, a database logical view is associated with the section, or the section is designated as a section to be printed out where there is a level break in the data (e.g., information to be printed out whenever a company name changes in a list of data pertaining to many companies). For example, selected portions of a database table may be defined to be a view and that view may then be associated with the current section. Furthermore, section defaults are assigned, including in a preferred embodiment the font and text color for the section and the numeric scaling factor if they differ from the values globally set for the report. Section print properties are also assigned, including in a preferred embodiment whether there is to be a page break after printing or otherwise displaying the section, whether a page header is to be printed, and whether the section is to be visible at all in the printout (as opposed to not being a portion of the report printout). Additionally, section level C-language program code is selected by a user of client computer 111 and attached to events corresponding to the section. Still further, the user specifies inter-section relationships, such as parent/child relationships among sections and whether to connect level break headers and footers of the current section to those of another section.
  • For instance, a report may include company-specific information for each of several years and the yearly information for a company may have a child relationship with respect to the overall company information. Finally, database objects or user-defined objects are placed in the section by conventional graphical user interface “drag and drop” techniques in which objects are moved to their desired locations in the section by user manipulation of a pointing device such as a mouse. For instance, a user may select an object from a list of available database objects. Upon selecting an item, a rectangle appears at the cursor of the mouse in the section design window. This rectangle depicts the dimensions of the object to be placed in the section. When the user moves the pointing device in the window, the rectangle follows. In this manner, the user may visually place the object in the desired location in the report section. By pressing the mouse button, the user creates the selected object at the location of the rectangle in the section. In a preferred embodiment, such objects include alphanumeric variables, date-type variables, constants, bit-map images, lines and other graphics. [0088]
  • Once a section is designed [0089] 303, the object properties for that section are specified 304. For each object, display properties are first assigned, including the font and text color for the object, a numeric scaling factor, display size, formatting, and the decimal presentation used for the object, underlines, overlines, and boxes used in presentation of the object, justification of display elements (e.g., text) for the object, and whether the object is to be visibly displayed. Other properties are then assigned, including whether the object is to be treated as corresponding to a global variable (available throughout the report), whether the object is to cause printing only when a value corresponding to the object changes (such as a company name), whether level break totals for the object are to be printed, whether a grand total for the object is to be printed, and whether printing of the object is to be suppressed for a row in which total values are provided. For example, a table showing numbers of black & white and color televisions would not print an object specifying “black & white” or “color” in a row providing a total number of all television sets. Next, object-level C-language program code for performance of particular operations is attached to an event corresponding to the object so that it is processed with the object; calculation logic, if needed for the processing of the object, is attached to an event corresponding to the object; and the object is mapped to columns in a database by a dialog screen asking the user to specify which element of which database in system 100 corresponds with the object.
  • At this point, if the section is not a tabular section, i.e., corresponding to a spreadsheet-type format, the design of the section is complete, as indicated by routing [0090] 305, and processing flows to 309 as discussed below. If the section is a tabular section, tabular column properties are assigned 306. Specifically, data inclusion properties are assigned as needed, including attaching column inclusion C-language program code to an event corresponding to the section, data selection criteria, and column calculation logic. For example, column inclusion C-language program code can use an execution time, user-supplied parameter that defines the financial reporting period desired for a report. The C-language program would calculate a year-to-date amount based on the requested reporting period and this amount would be accumulated in the column. Data inclusion in a column could be further affected by adding data selection criteria to the column. For example, only budget amounts could be selected. This would result in the column accumulating only year-to-date budget amounts. A column's data could also be obtained from calculation of data from other columns. These other columns could derive their amounts from column inclusion properties or could themselves result from calculations.
  • After assigning [0091] 306 tabular column properties, tabular rows are specified 307. In a tabular section, data are collected into columns (“horizontal” distribution of data) through data inclusion properties as described above. These data are then distributed to the various rows defined for the table (“vertical” distribution of data). This process occurs for each record fetched from the database. A data inclusion row is a row that has data selection criteria attached to it. The data selection criteria determine which amounts included in each column will be accumulated in a given row. A calculation row, like a column calculation described above, derives its amounts from a calculation of data from other rows. These other rows derive their amounts from a data inclusion row or from calculations if they themselves are calculation rows. A free-form text row is a row of text that may be one or more lines in length. Text rows are usually used for table notation in a tabular report. Underline rows are lines drawn for each column in a row. They are typically used for underlines preceding a total.
  • Row display properties are then assigned, including row font and text color, numeric scaling factor, display size, formatting, and decimal place format, underlines, overlines, boxes, justification, and visibility. Row level C-language program code may then optionally be attached to an event corresponding to the row, and data inclusion properties are assigned by attaching row data selection criteria or row calculation logic to the row. [0092]
  • Processing then flows to specifying [0093] 308 tabular cell overrides. First cell display properties are assigned, including cell font and text color, numeric scaling factor, display size, formatting, decimal places, underlines, overlines, boxes, justification, and visibility. Cell level program code is then attached to the cell override, and data inclusion properties are assigned as needed, including attaching cell data selection criteria, and cell calculation logic to the cell override.
  • At this point, processing flows to a [0094] check 309 to determine whether there are more sections. If so, the next section is designed 303 as discussed above. Otherwise, the design is complete 310, and the specifications for the report are stored on client computer 111 or transferred to specification server 127 as directed by the user of client computer 111.
  • [0095] Processing subsystem 211 directs client computer 211 to perform the processing corresponding to the specifications produced by design tool subsystem 210 when the user has requested such processing to be performed locally (i.e., by client computer 111). Specifically, and referring now to FIG. 4, processing subsystem 211 performs processing on report applications designed as discussed above in connection with FIG. 3. Should the user direct a report to be processed on another computer, e.g., server computer 121, a processing subsystem 218 on that computer similarly performs processing based on the specifications for the report.
  • Traditionally, batch processing includes database manipulation and report generation. The processes illustrated in FIG. 4 provide both of these capabilities. Combining file processing with reports provides most of the aspects of traditional batch process jobs. FIG. 4 illustrates how [0096] local processing subsystem 211 of system 100, or a processing subsystem (e.g., 218) of another computer of system 100, performs such file and report processing.
  • [0097] Processing subsystem 211 processes, or “renders,” reports from the top to bottom for sections and for top to bottom and left to right for objects within a section. In addition, sections are arranged hierarchically, with sections that do not depend on other sections (i.e., “level one sections”) being processed before sections that depend on other sections (i.e., “level break header sections, level break footer sections, total sections that provide totaled quantities when a specified event occurs, children, and custom sections). All dependent sections are processed as if they were objects of the level one section upon which they depend. Thus, processing commences first for level one sections, top to bottom, and then for dependent sections and objects, top to bottom and left to right, as applicable. The general flow for each section being processed is to perform an “initialize section” event, a “do section” event, and an “end section” event, as more fully described below. An additional “advance section” event is used for sections that include a business view attached before the “do section” event; the “advance section” event reads the next record of the specified business view. In a preferred embodiment, local processing subsystem 211 allocates memory for each level one section and its dependent objects at the time that the section is processed, and de-allocates memory when processing for that section is complete. In a preferred embodiment, memory for dependent sections and objects is not de-allocated until processing for the corresponding level one section is complete.
  • With specific reference now to FIG. 4, if a report header section is present, processing of a report by building [0098] 401 report-level memory structures. Specifically, memory is allocated for data structures to hold report-wide parameters such as text font, text color, and numeric scaling factors. Next, report header section specifications are fetched 402. A check is made 403 to see whether such specifications were found. If so, the memory structures for holding section information are built and populated based on the specifications. This information includes section-wide information such as text font, text color, and numeric scaling factors where those are to differ from their report-level counterparts. Every object in the section is also constructed in memory at this point, and custom program logic, known as event rules, may be executed at this point if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • In general, an event is an action performed by a user or [0099] system 100 in the processing of a computing task. An event can be as simple as tabbing out of a quantity field, which can initiate a calculation for a “total” column; or it can be as complex as a change to a database record that initiates a series of events. In event rules programming, business functionality can be attached to particular events according to the needs of the organization. Changing application procedures is accomplished by changing the business rules executed at particular event points, which in many cases may be accomplished without writing programming code. Thus, the event rules allow system 100 to operate as a programmable batch engine.
  • The business rules mentioned above are reusable, encapsulated objects that are attached to the event points described above and initiated when the appropriate event occurs. For example, a sales order entry application consists of a number of business rules and procedures, such as check credit history, check inventory availability, commit inventory, determine pricing, select a freight carrier, and so forth. Because business rules are implemented as polymorphic and encapsulated objects rather than lines of code in a procedural program, they can be changed and rearranged independently of the other objects constituting the application. These objects are obtained from an object repository or “librarian” and are attached to event points through a graphical user interface as described herein. New objects can be conventionally created by programmers in conventional computer languages that support dynamically linked libraries, including C, C++, COBOL, Fortran, and PL/1. [0100]
  • A print objects subprocess, more fully detailed below in connection with FIG. 9, is then called [0101] 405. After printing for the report header section has completed, the memory structures for the report header are destroyed 406 by de-allocating the memory used for them so that this memory may be used again for other purposes.
  • At this point, or if [0102] check 403 indicated that there was no report header section to process, an attempt is made 407 to fetch report specifications for a first level section, i.e., a section that is not subordinate to any other “parent” section. As described herein, sections may be hierarchically arranged so that one section is nested within another in a parent/child relationship, and this nesting may be an arbitrary number of layers deep. As first level sections are processed, they spawn child sections based on level breaks in the data retrieved into the section. As previously described, first level sections are processed from top to bottom spatially in the report, the placement having been determined through use of the design tool subsystem 210.
  • A check is made [0103] 408 to determine whether a first level section was successfully fetched, and if so, memory structures for the section are built 410 and populated based on the specifications. This information includes section-wide information such as text font, text color, and numeric scaling factors, where different from the corresponding report-level information. Every object in the section is also constructed in memory. Database request strings are constructed for data selection and sequencing. Event rules may also be processed at this time if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • Next, section data records are fetched [0104] 411, as more fully detailed in connection with FIG. 6, and data for the section is printed. When processing of data for the section is completed, the memory structures for the section are destroyed 412, and an attempt is made to fetch 407 another set of first level section specifications. When check 408 indicates that there are no more first level section specifications, a terminate report subprocess 409 is invoked.
  • Referring now to FIG. 5, there is illustrated a flow diagram for the terminate [0105] report subprocess 409. First, an attempt is made to fetch 501 report footer section specifications. If a check 502 indicates that specifications for a footer section were successfully fetched, the memory structures for information pertaining to the footer section are constructed 503 and populated based on the specifications. As previously explained, this information includes text font, color, and numeric scaling factors where they differ from superordinate values. Every object in the section is also constructed in memory, and event rules are executed at this time if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. Then, the footer section objects are printed 504 as detailed below in connection with FIG. 9. When footer section printing is complete, all memory structures for this footer section are destroyed 505.
  • After footer section processing is complete, or if [0106] check 502 indicated that there were no footer sections, all memory structures for the report are destroyed 506, and processing for the report is complete.
  • Referring now to FIG. 6, there is shown a flow diagram for the fetch section data subprocess [0107] 411 of FIG. 4. First, an attempt is made to fetch a database record corresponding to the section. Prior to fetching a record, event rules are executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. If an end of data indication is encountered 602, a process level breaks subprocess is run, as further described in connection with FIG. 7, to process all level breaks before terminating the section and returning 612 to the previous process. In one embodiment, a user may specify a maximum number of records to be processed and the end of data indication will be triggered once the specified maximum number of records has been processed.
  • If no end of data indication is encountered, a check is made [0108] 604 to determine whether a level break has been detected. A level break indicates a change in processing from one section to another in the hierarchy of nested parent/child sections as described above. Prior to testing for a level break, event rules may be processed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. If a level break is detected, the process level breaks subprocess is run 605. In any event, a check 606 is then made to determine whether the current section is a tabular section type. If so, the values of the columnar objects in the section are accumulated into appropriate tabular rows and cells as determined by the specifications. Each tabular row and cell of a type known as TYPE_INCLUSION has associated with it data selection criteria. These are evaluated on a cell-by-cell basis in each row to determine if the columnar object value should be added to the cell. Tabular sections accumulate data and do not print until a level break or end of data indication occurs. Once tabular section processing 607 is completed, processing returns to fetch 601 additional database records.
  • If the section type was not a tabular section as determined by [0109] check 606, a check is made 608 to see whether database output requests have been made, such as an update of an existing record or an insertion of a new record into the database. If so, the requests are processed 609. If a section is not tabular, it may produce database output based on database output mapping specifications. These specifications determine which objects in the section have their current values sent as output to database items. This output may be in the form of a record inserted into the database or selected values in the record may be updated from object values in the section.
  • In any event, any objects in the section that are designated to produce totals then have their current values added to corresponding accumulators for printing upon occurrence of a data level break. Finally, the print objects subprocess is executed [0110] 611 to print the objects in the section, and processing returns to fetch 601 another database record.
  • Referring now to FIG. 7, there is illustrated a flow diagram for the level break subprocess. First, a determination is made [0111] 701 as to the highest level break that has occurred by comparing prior to current database values that are designated as level break items. A check is then made 702 to determine whether any level breaks have occurred. If not, processing returns 709 to the calling process. Otherwise, a check is made 703 to determine whether the current section is a tabular section type. If so, a process tabular level breaks subprocess is executed 704 as detailed in connection with FIG. 8, and processing then returns 710 to the calling process. If the current section is not a tabular section type, a level break specification is fetched 705. A level break specification identifies the object in the report that is being monitored for a data break and the level at which it occurs. The level break specification also carries the current and previous value for the object to determine when a break occurs. A flag in the specification indicates if a report page break should occur when a break is processed.
  • A check is then made [0112] 706 to determine whether a level break specification has been fetched. If no specification is retrieved, processing returns 711 to the calling process. Otherwise, a check is made 707 to determine whether the current level being processed is at a data break. If not, processing returns to fetch 705 another level break specification. If the current level being processed is determined to be at a data break, child section processing 708 takes place as detailed in connection with FIG. 10, and processing then fetches 705 the next level break specification.
  • Referring now to FIG. 8, there is illustrated a flow diagram for the tabular [0113] level break subprocess 704. Processing commences by fetching 801 level break specifications. A check is made 802 to determine whether specifications have successfully been retrieved. If no specification is received, processing returns 810 to the calling process. Otherwise, a check is made 803 to determine whether the current level is subordinate to the highest level that has had a level break. If not, processing returns 811 to the calling process. Otherwise, processing continues by resolving 804 all cells in the current matrix of the lowest level tabular section. Specifically, column calculations, followed by row calculations, and finally cell calculations are performed for this matrix. Tabular sections print a section for every level break defined, starting with the lowest level break that has been defined and going up through every level including the highest level that has had a level break. For example, three level breaks may be defined: Company (the highest), Division, and Cost Center (the lowest). If a level break occurs for Cost Center only, then the section (matrix) is printed only for Cost Center and the values in the Cost Center matrix are accumulated into the Division matrix. If the highest level break occurs for Division, the section is printed for Cost Center and the values in the Cost Center matrix are accumulated into the Division matrix. The section is also printed for Division and the values in the Division matrix are accumulated into the Company matrix.
  • Next, a determination is made [0114] 805 to see whether any database output requests have been made, such as an update of an existing record or an insertion of a new record into the database from the rows in the matrix. If so, the requests are processed 806 based on the corresponding specifications. In any event, the print objects subprocess is then invoked 807 to print the objects in the section for the current level break. Next, Numeric cells in the current level break are added 808 to corresponding cells in the next higher level break. For example, if the current level provides totals for a division of a company, these values are added to overall company totals for the next higher level break in the report. All numeric cells at the current level are then initialized 809 to, zero in anticipation of subsequent data, the current level number is incremented by 1, and the next set of specifications are fetched 801 as described above.
  • Referring now to FIG. 9, there is shown a flow diagram of the print objects subprocess, e.g., [0115] 405. Processing commences by fetching 901 the specifications for the object to be printed. Prior to this fetching, event rules may be processed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. If retrieval of the specifications is not successful, processing returns 905 to the calling process. Otherwise, a print object is built. Specifically, coordinates for the object on the print page are determined relative to the position of the last section that was printed. Any object that will not fit on the page is suspended from printing until a page advance occurs and any page header section or other section designated to print on a page break has printed. Space is also reserved at the bottom of the page for a page footer section if one is defined. Prior to determining theses print coordinates, event rules for the object may be executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. After determining the print coordinates, event rules for the object may be executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. The object is then converted into a printable character string based on display properties, e.g., edit codes, formatting rules, display length, display decimals, and the stored value which may not be in a printable format. This is done because numeric matrix cells are stored in an internal non-printable mathematical format, i.e., floating point, and call for conversion to a printable string formattable with commas, decimal points, credit signs, and the like prior to printing. When a page break occurs, event rules corresponding to the page break are executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code.
  • Next, a set of application programming interfaces (APIs) are called [0116] 904 to implement the actual printing. The APIs call software code portions appropriate for the type of computing and printing hardware being used. An I/O middleware subsystem 214 is used to provide the platform-specific code to drive the actual printer being used. In this manner, batch processing engine 200 operates with the same program code on each supported platform, with the exception of a small amount of platform-specific middleware 214. The same approach is used for database accesses using database middleware system 215. A common set of APIs are thus used to access a variety of databases for both input and output of data. These APIs are then implemented in separate program code as appropriate for each database. After printing the object, event rules corresponding to the end of the object processing are executed if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. Processing then once again fetches 901 object specifications.
  • Referring now to FIG. 10, there is shown a flow diagram of the process child sections subprocess [0117] 708. Processing commences by fetching 1001 a child section specification for the current parent section. As described above, child sections may represent a level break header or footer section, or they may represent detail information A check is then made 1002 to determine whether specifications were indeed retrieved. If not, processing returns 1006 to the calling process. Otherwise the memory structures for information about the child section are constructed 1003 and populated according to the specifications. This information includes section-wide information such as text font and color, and numerical scaling factors, if different from that specified for the report or superordinate sections. Every object in the section is also constructed in memory, and database request strings are constructed for data selection and sequencing. Event rules are also executed at this time if custom code has been provided for this event; otherwise a flag is set so that when this event occurs again no search will be made for such non-existent custom code. Next, section data records are fetched 1004 as described above in connection with FIG. 6 to retrieve and print data for the child section. Since this child section could itself have child sections, data level breaks could occur in connection with processing of this child section that would cause recursive child section processing for such subordinate child sections. Processing for a parent section is suspended while processing for subordinate child sections takes place.
  • When all data have been processed for the current section, the memory structures for the section are destroyed [0118] 1005. Event rules for the current section are executed prior to destroying the data structures if there is custom code for the event, and if not a flag is set so that when this event occurs again no search will be made for such non-existent custom code. A new child section specification is then fetched 1001, and processing continues as previously described.
  • FIGS. 12 through 41 illustrate user interface screens that are displayed on a user's computer, e.g., [0119] client computer 111, in connection with operation of system 100.
  • Referring now to FIG. 12, there is shown an object librarian [0120] user interface screen 1200 illustrating how a new report is added using system 100. An object librarian window 1201 displays to a user of a client computer, e.g., 111, a list of previously made report templates. Screen 1200 permits specification of an object type, for example “UBE” for universal batch engine indicating that the object is a report template for use with batch processing engine 200. Other identifying information, such as system codes, object names, descriptions, use codes, and the like, are also provided. System 100 includes conventional search facilities to locate report templates based on searches for templates that match any of these criteria selected by the user.
  • Referring now to FIG. 13, there is shown a user interface batch engine librarian dialog screen for working with versions and templates. In addition to [0121] windows 1201 and 1202 described above, screen 1300 includes a UBE librarian window 1301 for storing and retrieving templates. A new template is “checked in” using window 1301; checking in a template causes the specifications corresponding to the template to be stored on specification server 126. Existing templates are “checked out” using window 1301; checking out a template causes a copy of it to be retrieved from specification server 126. Window 1301 also includes a button labeled “Design” that commences operation of design tool subsystem 210 to allow the user to begin designing a new template or making changes to an existing template. A “Versions List” button brings the user to a window that allows the user to add or change report versions. A “Copy” button copies a highlighted template into a new template.
  • Referring now to FIG. 14, there is shown a [0122] menu screen 1400 for creating sections. The highlighted “Create” selection brings up a submenu to allow creation of a report header that prints at the beginning of a report, a report footer that prints at the end of a report, a page header that prints at the top of every page, a page footer that prints at the bottom of every page, a group section in which fields can be arranged in any order and position, and a columnar section in which fields are automatically arranged across the page with column headings at the top and detailed information below. Screen 1400 also permits the user to select properties of a section through a section properties screen, to connect level break objects through a Level Break Header Section selection, to connect level break or accumulated objects through a Total Section selection, to delete a section through the Destroy selection, to select a business view to associate with a section, to select fields from the business view and order them on the report through the Quick Section selection, to select Data Selection Criteria, to select a Sort Sequence, to joint a child to a parent section based on fields common to both sections using a Join Sections selection, to selectively determine which parts of a template will be overridden in the version created from the template, and to permit file creation and update using a Database Output selection. Thus, various pieces of the template can be overridden at the section level, and each piece that the user wishes to override can be designation through section overrides.
  • Referring now to FIG. 15, there is shown a [0123] user interface screen 1500 for setting page header section properties. This screen allows section overrides and attributes to be set. Window 1501 includes an objects box displaying objects or fields that the user has selected and allowing the user to get to an object properties screen for any particular object that is displayed. A “Description” area of window 1501 permits the user to type in a title to describe the function of this section, such as page header or report footer. Alternatively, if a business view is selected for the current section, the Description defaults to the name of the business view. An “Override” area of window 1501 allows the user to override the properties that have been set for the report so that different properties can be used for the current section. Properties that can be overridden are font, color, positioning and scaling factor. An “Attributes” area allows the user to indicate whether the section is a level break header section, a total or grand total section, whether the section will reprint on a page break, will cause a page break after it prints, will not have a page header, or will not be visible (but instead be used only for intermediate calculations). Screen 1500 also includes an untitled window 1502 that is used to show the contents of the current section and a report rendering window 1503 that is used to show the user what the report being designed will look like when it is printed.
  • Referring now to FIG. 16, there is shown a [0124] user interface screen 1600 for inserting objects into reports. Screen 1600 includes a pull down menu 1601 allowing the user to select different types of objects for insertion into a report. A constant is an object that can be used to hold text that does not change; an alpha variable is an object used to hold alphanumeric information that may change based on fetched database information, a calculation, or event rules that assign a value to it; a numeric variable is an object used to hold numbers; and a date variable is an object used to hold dates. A Run Time selection permits the user to add Report Date, Report Time, and Report Page Number objects. Database Item and Dictionary Item selections allow corresponding items to be inserted into a section. Screen 1600 as shown on FIG. 16 includes a page header window 1602, indicating that the current section for which objects are to be inserted is a page header section and showing the contents of that section. Screen 1600 further includes report rendering window 1503 as discussed above.
  • Referring now to FIG. 17, there is shown a user interface screen for setting properties for constants. [0125] Screen 1700 includes a constant properties window 1701 allowing a user to define properties for each constant object that is to be used in a report. These properties are a title and overrides for the font and color for the constant object. Screen 1700 further includes a page header window 1702 showing the contents of the current section, including the selected constant object. Screen 1700 also includes report rendering window 1503 as previously discussed.
  • Referring now to FIG. 18, there is shown a [0126] user interface screen 1800 for setting properties for sections. Screen 1800 includes a page header section properties window 1801 permitting the user to select one or more objects of a particular section and redefine properties of those objects, such as font, as previously discussed. In the example illustrated in screen 1800, the user has selected to override the original font properties for the report by clicking on a “Font” button, which has resulted in font window 1802 being displayed. Window 1802 permits text font, style, size, color, and effects (i.e., strikeout, underline) to be set, and displays a sample of text with the selected properties. Screen 1800 also includes a report rendering window 1503 and a page header window 1702 as previously discussed.
  • Referring now to FIG. 19, there is shown a [0127] user interface screen 1900 for selecting business views. Screen 1900 includes a select business object window 1901 that permits the user to populate a section with information from a specific table by associating a business view with that section. Window 1901 includes a list of available business views, which may be limited by the user entering a particular system code or business view code. For instance, a business view code of “400” is used in system 100 to indicate business views that are of particular relevance to reports, as opposed to having different primary uses. Available business views may include joined business views in which two or more files have been linked together to access fields from the joined files. Untitled window 1902 displays the contents of the selected section, and the title of this window changes to the name of the business view as soon as one of the listed business view objects in window 1901 is selected. Screen 1900 also includes the page header and report rendering windows 1702, 1503 previously discussed.
  • Referring now to FIG. 20, there is shown a [0128] user interface screen 2000 for quick section selection. Screen 2000 includes a column layout for supplier master report window 2001 and a supplied master report window 2002. Selection of Quick Section from the menu on screen 1400 of FIG. 14 results in display of window 2001 to allow the user to select which columns or fields will appear on the report. The window is entitled “Column Layout . . . ” for columnar sections, “Quick Section Layout . . . ” for group sections, and “Data Dictionary for Quick Section Layout . . . ” if no business view has been associated with the section. Window 2001 includes a “Columns not in row” area and a “Columns in row” area. The former lists the various database items that are available from the business view attached to the section; the latter lists columns that the user has selected from the former to appear in the report. Once columns have been selected to appear in the report, the window also allows the user to arrange the listed columns in the order that they are to appear. An “OK” button on window 2001 is used to populate the current section with the selected columns. Window 2002 displays the layout that has been selected by the user.
  • Referring now to FIGS. 21 and 22, there are shown a [0129] user interface screens 2100, 2200 for selecting and sequencing section sort objects. Screen 2100 is displayed when a user activates the “close” button on window 2001 of FIG. 20, and allows the user to indicate which columns or fields are to be used for sorting in the current section. A select and sequence section sort objects window 2102 allows the user to choose and order objects to be sorted from a list of objects not sorted, using the same mechanism as described in connection with window 2001. In addition, window 2102 includes a “Properties” button which, when selected after highlighting an object in the list of objects to be sorted, causes a sort properties window 2101 to be displayed. Window 2101 allows the user to select an ascending or descending sort order, and to select whether the current object is to be used as a level break indicator. As discussed previously, sections can be joined at a level break, totals can be evaluated at a level break, and level break header sections can be triggered at a level break. Window 2101 also allows the user to select whether the current object is to be used as a page break indicator. Screen 2100 also includes supplier master report window 2002 as previously discussed.
  • Whereas [0130] screen 2100 of FIG. 21 illustrates sort properties for a Business Unit that is a level break data item sorted in ascending order, screen 2200 illustrates sort properties for a YTD Vouchered Amount that is not a level break item and that is sorted in descending order. Specifically, in FIG. 21, window 2102 shows the selection of “Business Unit”, and window 2101 shows indicates both an ascending sort order and a level break. In FIG. 22, window 2202 shows the selection of YTD Vouchered Amount, and window 2201 shows a descending sort order and no level break.
  • Referring now to FIG. 23, there is shown a [0131] user interface screen 2300 for group section and variable properties. Screen 2300 includes a variable properties window 2301 that is displayed when a user double-dicks on a variable object displayed in another window. Window 2301 lists the title of the variable, as well as its properties. These properties can be set or changed by the user through window 2301. For example, window 2301 shows a variable object with a display length of 15 characters, two decimal places, and an edit code governing display characteristics. Font, color, scaling factor, and justification can also be over-ridden as previously described via this window. In addition, attributes can be set to determine whether the object is to be visible or hidden, whether it is to be the result of a calculation (i.e., “derived”), whether it is to be a total or a grand total, whether it is to be invisible on a line having totals, whether it is to be of variable length, whether it will only print when its value changes, and whether it is to be a global variable available for use in all sections. Screen 2300 also includes a group total section window 2302 that includes the variable object for which the user desired to view/set/change properties, and windows 1502, 2002, and 2204 as previously discussed.
  • Referring now to FIG. 24, there is shown a [0132] user interface screen 2400 for aligning objects. When database items are placed in a section, they include two objects: a label that is a constant object type and a variable portion that holds the database value, e.g.,
    Company Name xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  • where Company Name is the label and the x's represent a [0133] 30 character alphanumeric variable that holds the name of the company from the database.
  • [0134] Screen 2400 includes a group total section window 2401 and a layout menu 2402. To align objects in a row or column, a user selects the objects needing alignment, for instance here by selecting items in group total section window 2401 for which alignment is desired, selecting a particular one of those to which the others will be aligned, and then using the layout menu 2402 to select the type of alignment desired, i.e., left, center, right, top, middle, bottom. The “align database” menu selection aligns a series of the object pairs such as shown above that are placed vertically. For example, the following database items may initially be placed in a section:
    Company Number xxxx
    Company Name xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Cost Center Number xxxxxxxxxxxx
    Cost Center Description xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  • By drawing a rectangle around these items to group them together, and then selecting the constant company Number as the point of reference for aligning the other object, the Align database menu selection from [0135] menu 2402 provides the following results:
    Company Number xxxx
    Company Name xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Cost Center Number xxxxxxxxxxxx
    Cost Center Description xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  • Similarly, the “grid alignment” selection of [0136] menu 2402 sets a grid to which objects may be “snapped” when the user initially designs a report.
  • Referring now to FIG. 25, there is shown a [0137] user interface screen 2500 for report rendering. Screen 2500 includes a report rendering window 2501 that provides a user with an indication of what the report currently being designed will look like when it is printed. Window 2501 is similar to window 1503 previously shown, but in addition includes a portion 2502 that is highlighted, indicating that the highlighted section is currently being worked on by the user. In this example, highlighting of cells in supplier master report window 2002 labeled “Business Unit”, “Address Number”, “Alpha Name”, and “Amount Vouchered YTD” indicate that this window is currently being worked on by the user, and the portion 2502 of window 2501 corresponding to window 2002 is therefore highlighted by small squares. Where report rendering window 2501 is displayed for a report having a new section with no components yet, the section is indicated by a small box at the left side of the report rendering window 2501. Screen 2500 also includes windows 2303 and 2503 for the other sections illustrated in report rendering window 2501.
  • Referring now to FIG. 26, there is shown a [0138] user interface screen 2600 for determining which objects in a main section are to be accumulated into which objects in a total section. Screen 2600 includes report rendering window 1503 and a section menu 2601. To connect sections at a level break, as exemplified in FIG. 26 a user highlights an object in a total section representing an amount being totaled, as indicated by the box 2603(?) surrounding the value in window 1503. The user then selects the section menu 2601 and the total section choice provided by menu 2601, which permits a connect accumulated object choice and a connect level break object choice. The user then selects the accumulated object choice, and after that selects in report rendering window 1503 the object(s) that the user wants totaled, in this case the object 2602. In a preferred embodiment, object 2602 is then displayed in a red box to indicate that it is connected to object 2603.
  • Referring now to FIG. 27, there is shown a [0139] user interface screen 2700 for connecting level break objects so as to determine which level break in a main section triggers the printing of a total section. Screen 2701 includes menu 2601 as previously described and report rendering window 2701. The user selects the total section 2702 which becomes highlighted as indicated by small squares, and then selects the connect level break object selection from menu 2601. The user then selects an object in the main section, for example Business Unit that has been designated for a level break. When the report executes, the total section will be produced whenever the value for the level break object changes.
  • Referring now to FIG. 28, there is shown a user interface screen for report properties. [0140] Screen 2800 includes a report properties window 2801 and allows the user to set properties that will affect the entire report. Window 2801 permits the user to select text font, style and size; to have text printed with underline or overstrike; to scale numeric values; to print totals only, to allow/suppress the printing of grand totals at the end of the report; to limit the number of primary table rows so that only a few records rather than all records will print; to select special forms as desired; to set default printing options; and to select among a number of available processing options, which are presented in the form of a list in window 2801. Screen 2800 also includes windows 1503, 2002, and 2503 as previously discussed.
  • Referring now to FIG. 29, there is shown a [0141] user interface screen 2900 for adding a version. Screen 2900 includes a version add window 2901 that permits a user to add a version of a template. The user selects a versions list button from UBE librarian window 1201 to cause a versions list window 2902 to be displayed. The versions list window 2902, as well as the version add window 2901, are displayed with the group name of the current template. Version add window 2901 provides areas for providing a version name, a version title, a number (either 1 or 0) to indicate whether processing options are to be displayed when the report is submitted, and description in free-form text to describe in greater detail the purpose of the report. Screen 2900 also includes previously discussed window 1202.
  • Referring now to FIG. 30, there is shown a [0142] user interface screen 3000 for version overrides. Screen 3000 includes a section specification window 3001 that allows a user to select which specifications of a version the user wishes to override. A version is an exact copy of the template from which it was made, so such overrides allow a user to make slight changes as desired when working with versions. Section specification window 3001 allows the user to select section layout, if the user wishes to change the arrangement of objects in the section or add/delete objects. Section specification window 3001 also permits the user to make changes to the section sort and sequence, section data selection, and section database output as discussed above. Screen 3000 also includes previously discussed windows 1503, 2303, 2002, and 2503.
  • Referring now to FIG. 31, there is shown a [0143] user interface screen 3100 for data selection in a section. Screen 3100 includes a criterion design window 3101 and a literal window 3102. To have data selection in a section, the user selects that section and selects a pull down menu choices for data selection and defining section criteria. Criterion design window 3101 presents the user with a number of items to select, such as “Amount-Vouchered YTD”, a number of comparison operations, e.g., = or >, and a number of items against which the previously select item is to be compared. Alternatively, window 3102 allows the user to compare the previously selected item to a literal value provided by the user, a range of such values, or a list of such values. Thus, the user can use screen 3100 to direct the selection, for instance, of all entries having vouchered year-to-date amounts between 45,000 and 60,000. Screen 3100 also includes previously discussed windows 1503, 2002, and 2503.
  • Referring now to FIG. 32, there is shown a completed report design. All three sections of the report are shown in a [0144] report rendering window 3201 at the top of the design, followed by individual windows 3202-3204 for each section.
  • Referring now to FIG. 33, there is shown a print setup dialog that appears when the user submits a report for execution. The user can select a printer on the network, paper orientation (portrait or landscape), and size and type of paper. An options button provides printer features that typically do not require changing, such as dot resolution and color/monochrome selection. A network button allows the user to explore a network for a printer. [0145]
  • Referring now to FIG. 34, there is shown a [0146] user interface screen 3400 for joining sections. Screen 3400 includes a join child section to parent window 3401 that allows a user to associate a child section with a parent section. Window 3401 provides the user with choices to show only joined child objects, to join on a level break, and to show all the objects in the child and parent sections that are available to be joined or unjoined. Screen 3400 also includes other windows 3402-3404, examples of which have been previously discussed.
  • Referring now to FIG. 35, there is shown a [0147] user interface screen 3500 for selecting business rules. Screen 3500 includes an edit menu 3501 that permits the user to select a business rules choice. Referring now also to FIG. 36, there is shown a user interface screen 3600 for event rules design. Screen 3600 includes an event rules design window 3601 in which the user may initiate the process of attaching custom code to an event. Window 3601 further provides a menu 3602 in which the user may select at what event during processing the custom code should be executed. In the example of FIG. 36, the DO_SECTION event is selected. This event occurs at the start of printing a section, before any objects in the section have been printed.
  • Referring now to FIG. 37, there is shown a [0148] user interface screen 3700 for designing a calculation. Screen 3700 includes an assignment window 3701 that allows a user to connect custom code to an event. In the example of FIG. 37, the user has selected an assignment by pressing an “assign” button. Performing an assignment involves selecting a target from a left-hand listing box and a source from a right-hand listing box. The left-hand box shows all objects that are available to the section for assignment. The right-hand box shows only those objects that are valid for assignment to the selected target object. Thus, a user connects such custom code without resorting to any C-language programming. Pressing a “sysfunc” button of window 3601 allows the user to perform certain system level functions such as hiding or showing a section or skipping a database record, again without the need for any C-language programming. The user can also add conditional statements to the custom code such as if/else logic or while loops without writing C-language code by pressing an if/while button of window 3601. The user can also perform complex calculations without writing C-language code by pressing an “f(x)” button on window 3701. Where additional functionality is desired beyond the capabilities already mentioned, the user can press the functions button and select a business function, i.e., custom C-language code for a desired task.
  • Referring now to FIG. 38, there is shown a [0149] user interface screen 3800 for an expression manager. Screen 3800 includes an expression manager window 3801 that allows a user to define complex expressions by selecting objects from a list of available objects and pressing operation buttons. Advanced functions, such as trigonometric functions, are also selectable from a separate submenu.
  • Referring now to FIG. 39, there is shown a [0150] user interface screen 3900 for a business function search. Screen 3900 includes a PO header event rules design window 3901 and a business function search window 3902. Business function search window 3902 appears when a user selects a “functions” button from event rules design window 3901. Window 3902 permits a user to find and connect C-language custom code to a particular event (in this case DO_SECTION) during the processing of the report. These program modules, known as business functions, are categorized by a system code, a category code, and a use code. This categorization, along with a textual description, facilitates location of a desired business function in a repository that may include hundreds of such business functions.
  • Referring now to FIG. 40, there is shown a user interface screen [0151] 4000 for passing values in a business function. Screen 4000 includes a business function-values to pass window 4001 that appears after selecting a business function. Most business functions require certain parameters to be provided. For example, a function that performs depreciation calculations requires a depreciation method parameter so that the function can perform the appropriate calculation. Window 4001 allows the user to map objects available to the section to the parameters required by the business function. Screen 4000 also includes previously described window 3901.
  • Referring now to FIG. 41, there is shown a [0152] user interface screen 4100 for displaying an event rule. Screen 4100 includes an event rules design window 4101 that shows the entire custom code definition connected to an event after completing the processing described in connection with FIGS. 37-40. In the example illustrated in FIG. 41, a business function will be called.
  • From the above description, it will be apparent that the invention disclosed herein provides a novel and advantageous system for enterprise-wide data processing using a batch processing engine. The foregoing discussion discloses and describes merely exemplary methods and embodiments of the present invention. [0153]
  • As will be understood by those familiar with the art, the invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. Accordingly, the disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims. [0154]

Claims (15)

What is claimed is:
1. A programmable batch processing engine, comprising:
a design tool subsystem operable on a first computer that creates a set of specifications in response to user input;
a processing subsystem adapted to perform processing in response to the specifications; and
a middleware subsystem providing communication of the specifications from the design tool subsystem to the processing subsystem.
2. An engine as in
claim 1
, wherein the processing subsystem is implemented using the first computer.
3. An engine as in
claim 1
, wherein the processing subsystem is implemented using a second computer.
4. An engine as in
claim 1
, further comprising a second computer, wherein the specifications are sent from the first computer to the second computer for storage, and are sent from the second computer to the processing subsystem for processing.
5. An engine as in
claim 1
, further comprising a network having database facilities and further comprising a database middleware subsystem adapted to direct access to the database facilities in accordance with the specifications.
6. An engine as in
claim 1
, further comprising a network having input-output facilities and further comprising an input-output middleware subsystem adapted to direct access to the input-output facilities in accordance with the specifications.
7. An engine as in
claim 1
, wherein said processing subsystem is implemented using a second computer adapted to send to the first computer completion data in response to completion of processing in accordance with the specifications by the second computer.
8. An engine as in
claim 1
, wherein said processing subsystem is implemented using a second computer adapted to send to the first computer error data in response to detection of an error in processing according to the specifications by the second computer.
9. An engine as in
claim 6
, wherein the input-output middleware subsystem is adapted to selectively route an input-output data stream to one of a plurality of input-output devices and to convert the data stream to a format suitable for the selected one of the plurality of input-output devices.
10. A data processing method, comprising:
defining a set of specifications for an application;
storing the set of specifications on a specifications server, the specifications thereby being available to a plurality of users;
sending the set of specifications to a processing subsystem for processing; and
sending the results of the processing to one of said plurality of users.
11. A method as in
claim 10
, further comprising directing access to database facilities in accordance with the specifications by using database middleware.
12. A method as in
claim 10
, further comprising directing access to input-output facilities in accordance with the specification by using input-output middleware.
13. A method as in
claim 10
, further comprising sending completion data from the processing subsystem in response to completion of processing in accordance with the specifications by the processing subsystem.
14. A method as in
claim 10
, further comprising sending error data from the processing subsystem in response to detection of an error in processing in accordance with the specifications by the processing subsystem.
15. A method as in
claim 12
, further comprising selectively routing, by the input-output middleware, an input-output data stream to one of a plurality of input-output devices and converting the data stream to a format suitable thereto.
US09/758,565 1996-11-05 2001-01-11 Platform-independent programmable batch processing engine Abandoned US20010018708A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/758,565 US20010018708A1 (en) 1996-11-05 2001-01-11 Platform-independent programmable batch processing engine

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/743,201 US6801926B1 (en) 1996-11-05 1996-11-05 Platform-independent programmable batch processing engine
US09/758,565 US20010018708A1 (en) 1996-11-05 2001-01-11 Platform-independent programmable batch processing engine

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US08/743,201 Continuation US6801926B1 (en) 1996-11-05 1996-11-05 Platform-independent programmable batch processing engine

Publications (1)

Publication Number Publication Date
US20010018708A1 true US20010018708A1 (en) 2001-08-30

Family

ID=24987890

Family Applications (3)

Application Number Title Priority Date Filing Date
US08/743,201 Expired - Lifetime US6801926B1 (en) 1996-11-05 1996-11-05 Platform-independent programmable batch processing engine
US09/758,565 Abandoned US20010018708A1 (en) 1996-11-05 2001-01-11 Platform-independent programmable batch processing engine
US10/007,547 Expired - Lifetime US7085803B1 (en) 1996-11-05 2001-11-06 Platform-independent programmable batch processing engine

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US08/743,201 Expired - Lifetime US6801926B1 (en) 1996-11-05 1996-11-05 Platform-independent programmable batch processing engine

Family Applications After (1)

Application Number Title Priority Date Filing Date
US10/007,547 Expired - Lifetime US7085803B1 (en) 1996-11-05 2001-11-06 Platform-independent programmable batch processing engine

Country Status (1)

Country Link
US (3) US6801926B1 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040078797A1 (en) * 2002-10-03 2004-04-22 Hsin-Chi Liao Method for arranging object event timing on a web page
US20040088650A1 (en) * 2002-10-30 2004-05-06 Actuate Corporation Methods and apparatus for generating a spreadsheet report template
US6772156B1 (en) * 1999-11-29 2004-08-03 Actuate Corporation Method and apparatus for creating and displaying a table of content for a computer-generated report having page-level security
US6817289B1 (en) * 1999-11-15 2004-11-16 Gateway, Inc. Method and apparatus for modifying and controlling print information
US6859805B1 (en) * 1999-11-29 2005-02-22 Actuate Corporation Method and apparatus for generating page-level security in a computer generated report
US20060064428A1 (en) * 2004-09-17 2006-03-23 Actuate Corporation Methods and apparatus for mapping a hierarchical data structure to a flat data structure for use in generating a report
US20100257194A1 (en) * 2009-04-02 2010-10-07 Microsoft Corporation Retrieving data in batches from a line of business system
US7870480B1 (en) 2005-03-14 2011-01-11 Actuate Corporation Methods and apparatus for storing and retrieving annotations accessible by a plurality of reports
US20110320433A1 (en) * 2010-06-25 2011-12-29 Microsoft Corporation Automated Joining of Disparate Data for Database Queries
US8171474B2 (en) 2004-10-01 2012-05-01 Serguei Mankovski System and method for managing, scheduling, controlling and monitoring execution of jobs by a job scheduler utilizing a publish/subscription interface
US8266477B2 (en) 2009-01-09 2012-09-11 Ca, Inc. System and method for modifying execution of scripts for a job scheduler using deontic logic
CN104360826A (en) * 2014-12-10 2015-02-18 用友软件股份有限公司 Custom paging printing device and method of report forms
US20180088984A1 (en) * 2016-09-23 2018-03-29 EMC IP Holding Company LLC Methods and devices of batch process of content management

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020194125A1 (en) * 1998-07-01 2002-12-19 Michael F.Krieger Method and software article for selecting electronic payment of vendors in an automated payment environment
JP3737334B2 (en) * 2000-03-21 2006-01-18 シャープ株式会社 Image information processing apparatus, image information processing method, recording medium, and transmission medium
US20040205692A1 (en) * 2001-01-12 2004-10-14 Robinson Marck R. Method and system for creating reusable software components through a uniform interface
US6999193B2 (en) * 2001-03-29 2006-02-14 International Business Machines Corporation Computer generated report printing method and system
US7774435B2 (en) * 2001-07-26 2010-08-10 Oracle America, Inc. System and method for batch tuning intelligent devices
US20030204547A1 (en) * 2002-04-29 2003-10-30 Kevin Davis Technique for scheduling computer processes
US7447764B2 (en) * 2002-09-27 2008-11-04 Hewlett-Packard Development Company, L.P. Peripheral devices, systems for providing job operations for a plurality of host devices, and peripheral device monitoring methods
US7484219B2 (en) * 2002-11-21 2009-01-27 Microsoft Corporation Synchronizing centralized data store from distributed independent data stores using fixed application programming interfaces
US7810097B2 (en) * 2003-07-28 2010-10-05 Hewlett-Packard Development Company, L.P. Priority analysis of access transactions in an information system
US7912771B2 (en) * 2005-05-24 2011-03-22 Young Robert A Financial planning document and process therefor
WO2007068091A1 (en) * 2005-12-12 2007-06-21 Audiokinetic Inc. Method and system for multi-version digital authoring
US20070179634A1 (en) * 2006-01-27 2007-08-02 The Procter & Gamble Company Method of controlling a process
US8370839B2 (en) * 2007-07-20 2013-02-05 International Business Machines Corporation Monitoring message queues in message queuing information systems and initiating batch jobs to perform functions on the message queues
US20090241055A1 (en) * 2008-03-21 2009-09-24 Augustine Nancy L Systems and methods for side by side display of data modification
US20090241026A1 (en) * 2008-03-21 2009-09-24 Augustine Nancy L Systems and methods for displaying rolling sequences
US20090240611A1 (en) * 2008-03-21 2009-09-24 Augustine Nancy L Systems and methods for displaying a data modification timeline
US20090241053A1 (en) * 2008-03-21 2009-09-24 Augustine Nancy L Systems and methods for displaying rolling sequences
US8516098B2 (en) 2009-01-13 2013-08-20 International Business Machines Corporation Improving scale between consumer systems and producer systems of resource monitoring data
US20100211485A1 (en) * 2009-02-17 2010-08-19 Augustine Nancy L Systems and methods of time period comparisons
US20110246553A1 (en) * 2010-04-06 2011-10-06 Somani Mahesh K Validation of internal data in batch applications
US9652726B2 (en) 2010-08-10 2017-05-16 X Systems, Llc System and method for analyzing data
US9176979B2 (en) 2010-08-10 2015-11-03 X Systems, Llc System and method for analyzing data
US9665836B2 (en) 2010-08-10 2017-05-30 X Systems, Llc System and method for analyzing data
US8849638B2 (en) 2010-08-10 2014-09-30 X Systems, Llc System and method for analyzing data
US9665916B2 (en) 2010-08-10 2017-05-30 X Systems, Llc System and method for analyzing data
US8775463B2 (en) * 2010-11-24 2014-07-08 Business Objects Software Limited Detection and display of semantic errors in a reporting tool
CA2954037A1 (en) * 2016-01-21 2017-07-21 Wal-Mart Stores, Inc. Codeless information service for abstract retrieval of disparate data
CN110213317B (en) * 2018-07-18 2021-10-29 腾讯科技(深圳)有限公司 Message storage method, device and storage medium

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5204947A (en) 1990-10-31 1993-04-20 International Business Machines Corporation Application independent (open) hypermedia enablement services
US5566330A (en) 1991-08-20 1996-10-15 Powersoft Corporation Method for forming a reusable and modifiable database interface object
US5465359A (en) * 1993-11-01 1995-11-07 International Business Machines Corporation Method and system for managing data and users of data in a data processing system
US5481715A (en) * 1993-12-15 1996-01-02 Sun Microsystems, Inc. Method and apparatus for delegated communications in a computer system using trusted deputies
JPH0863478A (en) * 1994-08-26 1996-03-08 Toshiba Corp Method and processor for language processing
US5678039A (en) * 1994-09-30 1997-10-14 Borland International, Inc. System and methods for translating software into localized versions
US5689708A (en) * 1995-03-31 1997-11-18 Showcase Corporation Client/server computer systems having control of client-based application programs, and application-program control means therefor
US5706456A (en) 1995-04-18 1998-01-06 Unisys Corporation Application specific graphical user interface (GUI) that is window programmable and capable of operating above a windows operating system GUI
US5737592A (en) * 1995-06-19 1998-04-07 International Business Machines Corporation Accessing a relational database over the Internet using macro language files
US5870719A (en) * 1996-07-03 1999-02-09 Sun Microsystems, Inc. Platform-independent, usage-independent, and access-independent distributed quote configuraton system
US5757925A (en) * 1996-07-23 1998-05-26 Faybishenko; Yaroslav Secure platform independent cross-platform remote execution computer system and method
US6038562A (en) * 1996-09-05 2000-03-14 International Business Machines Corporation Interface to support state-dependent web applications accessing a relational database
US5826258A (en) * 1996-10-02 1998-10-20 Junglee Corporation Method and apparatus for structuring the querying and interpretation of semistructured information
US6065002A (en) * 1996-10-31 2000-05-16 Systems And Computer Technology Corporation Simplified interface for relational database access using open database connectivity

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6817289B1 (en) * 1999-11-15 2004-11-16 Gateway, Inc. Method and apparatus for modifying and controlling print information
US6772156B1 (en) * 1999-11-29 2004-08-03 Actuate Corporation Method and apparatus for creating and displaying a table of content for a computer-generated report having page-level security
US6859805B1 (en) * 1999-11-29 2005-02-22 Actuate Corporation Method and apparatus for generating page-level security in a computer generated report
US20040078797A1 (en) * 2002-10-03 2004-04-22 Hsin-Chi Liao Method for arranging object event timing on a web page
US20040088650A1 (en) * 2002-10-30 2004-05-06 Actuate Corporation Methods and apparatus for generating a spreadsheet report template
US7370271B2 (en) 2002-10-30 2008-05-06 Actuate Corporation Methods and apparatus for generating a spreadsheet report template
US7925658B2 (en) 2004-09-17 2011-04-12 Actuate Corporation Methods and apparatus for mapping a hierarchical data structure to a flat data structure for use in generating a report
US20060064428A1 (en) * 2004-09-17 2006-03-23 Actuate Corporation Methods and apparatus for mapping a hierarchical data structure to a flat data structure for use in generating a report
US8171474B2 (en) 2004-10-01 2012-05-01 Serguei Mankovski System and method for managing, scheduling, controlling and monitoring execution of jobs by a job scheduler utilizing a publish/subscription interface
US7870480B1 (en) 2005-03-14 2011-01-11 Actuate Corporation Methods and apparatus for storing and retrieving annotations accessible by a plurality of reports
US8266477B2 (en) 2009-01-09 2012-09-11 Ca, Inc. System and method for modifying execution of scripts for a job scheduler using deontic logic
US20100257194A1 (en) * 2009-04-02 2010-10-07 Microsoft Corporation Retrieving data in batches from a line of business system
US8533220B2 (en) * 2009-04-02 2013-09-10 Microsoft Corporation Retrieving data in batches from a line of business system
US20110320433A1 (en) * 2010-06-25 2011-12-29 Microsoft Corporation Automated Joining of Disparate Data for Database Queries
CN104360826A (en) * 2014-12-10 2015-02-18 用友软件股份有限公司 Custom paging printing device and method of report forms
US20180088984A1 (en) * 2016-09-23 2018-03-29 EMC IP Holding Company LLC Methods and devices of batch process of content management
CN107870814A (en) * 2016-09-23 2018-04-03 伊姆西Ip控股有限责任公司 Method and apparatus for Content Management batch processing
US10936360B2 (en) * 2016-09-23 2021-03-02 EMC IP Holding Company LLC Methods and devices of batch process of content management

Also Published As

Publication number Publication date
US7085803B1 (en) 2006-08-01
US6801926B1 (en) 2004-10-05

Similar Documents

Publication Publication Date Title
US6801926B1 (en) Platform-independent programmable batch processing engine
US5233513A (en) Business modeling, software engineering and prototyping method and apparatus
US7979377B2 (en) Method and system of deploying server-based applications
US6621505B1 (en) Dynamic process-based enterprise computing system and method
US5745712A (en) Graphical programming system and methods for assisting a user with creating screen objects on a screen device
US7302444B1 (en) System for designating grid-based database reports
US6647390B2 (en) System and methods for standardizing data for design review comparisons
US7370271B2 (en) Methods and apparatus for generating a spreadsheet report template
US5630126A (en) Systems and methods for integrating computations into compound documents
US5748188A (en) Hypertext markup language (HTML) extensions for graphical reporting over an internet
US7505998B2 (en) Apparatuses and methods for dynamic creation of phase Gantt charts
US5630069A (en) Method and apparatus for creating workflow maps of business processes
US6484149B1 (en) Systems and methods for viewing product information, and methods for generating web pages
US7734617B2 (en) Optimization using a multi-dimensional data model
US8806368B2 (en) User interface having quick views and full views
US6732114B1 (en) System and method for creating a customizable network diagram
US9384174B1 (en) Automated system for assisting the architectural process
US7113960B2 (en) Search on and search for functions in applications with varying data types
Sakamoto et al. Supporting business systems planning studies with the DB/DC data dictionary
Analyzer User manual
WO2000049532A1 (en) Spatially enabled document management system
JP2002175297A (en) Information resource management method and system using xml, and computer program product
JPH10254979A (en) Data processing system and data base design system
Chandrashekar et al. A project engineering tool to assist in the development and maintenance of project life cycles
Musitano Jr Annotated Plot of z/OS Auxiliary Storage Local Page Slot Allocation Using SAS/GRAPH® and MXG® software

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: ORACLE INTERNATIONAL CORPORATION,CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PEOPLESOFT, INC.;J.D. EDWARDS & COMPANY, LLC;REEL/FRAME:016950/0887

Effective date: 20051028

Owner name: ORACLE INTERNATIONAL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PEOPLESOFT, INC.;J.D. EDWARDS & COMPANY, LLC;REEL/FRAME:016950/0887

Effective date: 20051028

AS Assignment

Owner name: ORACLE INTERNATIONAL CORPORATION,CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PEOPLESOFT, INC.;J.D. EDWARDS & COMPANY, LLC;REEL/FRAME:017730/0927

Effective date: 20051028

Owner name: ORACLE INTERNATIONAL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PEOPLESOFT, INC.;J.D. EDWARDS & COMPANY, LLC;REEL/FRAME:017730/0927

Effective date: 20051028