WO2000062191A2 - Interface for an enterprise resource planning program - Google Patents

Interface for an enterprise resource planning program Download PDF

Info

Publication number
WO2000062191A2
WO2000062191A2 PCT/US2000/009912 US0009912W WO0062191A2 WO 2000062191 A2 WO2000062191 A2 WO 2000062191A2 US 0009912 W US0009912 W US 0009912W WO 0062191 A2 WO0062191 A2 WO 0062191A2
Authority
WO
WIPO (PCT)
Prior art keywords
file
data
parameter
parameters
resource planning
Prior art date
Application number
PCT/US2000/009912
Other languages
French (fr)
Other versions
WO2000062191A3 (en
Inventor
Michael D. Stapf
Original Assignee
Adc Telecommunications, Inc.
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 Adc Telecommunications, Inc. filed Critical Adc Telecommunications, Inc.
Priority to CA002368173A priority Critical patent/CA2368173C/en
Priority to AU43459/00A priority patent/AU4345900A/en
Priority to EP00923311A priority patent/EP1171832A2/en
Publication of WO2000062191A2 publication Critical patent/WO2000062191A2/en
Publication of WO2000062191A3 publication Critical patent/WO2000062191A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • the present invention relates generally to the field of computer software and, in particular, to an interface for an enterprise resource planning program.
  • ERP Enterprise Resource Planning
  • ERP systems are integrated information systems that have been developed to serve a variety of departments within an enterprise, e.g., corporation, to make effective use of its information.
  • ERP systems evolved out of the manufacturing industry.
  • ERP systems use packaged software rather than proprietary software written by or for one customer.
  • ERP modules may be able to interface with an organization's own software with varying degrees of effort, and, depending on the vendor, ERP software may be alterable via programming.
  • ERP systems typically include software that manages information for use in manufacturing, order entry, accounts receivable and payable, general ledger, purchasing, warehousing, transportation and human resources.
  • ERP systems are commercially available from companies such as SAP, PeopleSoft, Oracle, Baan, J.D. Edwards, and others.
  • legacy data is provided to the ERP system through a custom-built interface.
  • SAP's R/3 ERP system the following steps are typically used to provide legacy data to the ERP system: 1. Determine the on-line transaction needed to load/update/delete the data in the ERP system. 2. Manually execute the screens for the transaction, writing down each screen and field name that is populated, as well as what buttons are pushed to navigate through the screens.
  • BDC SAP Batch Data Conversion
  • SAP system This process is time consuming and requires the expertise of a number of different people.
  • an SAP business analyst or end user gathers the information on the particular screens needed to get the data into the ERP system and to execute the final SAP BDC program.
  • a programmer familiar with SAP BDC and ABAP programming language creates and tests the SAP BDC program.
  • a programmer or analyst familiar with a programming language such as COBOL or C++ creates code to extract the data from the legacy system.
  • an SAP BASIS transport specialist moves the SAP BDC program into production mode.
  • misunderstanding between each of these individuals could cause severe problems in providing the data to the ERP system.
  • this process must be worked through completely to create a custom interface for each set of data to be provided to the ERP system.
  • An interface which provides data to an enterprise resource planning program from a data source using a parameter file that maps the enterprise resource planning system with the data source.
  • Figure 1 is a data flow diagram of an illustrative embodiment of a process for an interface for an enterprise resource planning program according to the teachings of the present invention.
  • Figure 2 is a flow chart that illustrates one embodiment of a process for an interface for an enterprise resource planning program according to the teachings of the present invention.
  • Figures 3A through 3E are screen shots that illustrate one embodiment of a process for an interface for an enterprise resource planning program according to the teachings of the present invention.
  • FIG. 4 is a block diagram of an embodiment of a computer system having an interface for an enterprise resource planning program according to the teachings of the present invention. Detailed Description
  • FIG. 1 is a data flow diagram of an illustrative embodiment of a process for an interface, indicated generally at 102, for providing data to an enterprise resource planning (ERP) system 100 according to the teachings of the present invention.
  • ERP enterprise resource planning
  • ERP system 100 is an integrated information system that serves a variety of departments within an enterprise.
  • ERP system 100 includes software that, for example, manages information for use in manufacturing, order entry, accounts receivable and payable, general ledger, purchasing, warehousing, transportation and human resources.
  • ERP system 100 may comprise an ERP system that is commercially available from SAP, PeopleSoft, Oracle, Baan, J.D. Edwards, or other vendors.
  • ERP system 100 is described in terms of the SAP's R/3 ERP system although it is understood that interface 102 can be adapted for use with other ERP systems.
  • ERP system 100 has an interface for receiving data input.
  • the interface is a graphical user interface (GUI) that is represented by three groups of screens.
  • GUI graphical user interface
  • ERP system 100 includes screens for loading data for material masters 103, customers 104, and human resources 106. Each group of screens is used to enter data into associated fields for different transactions for ERP system 100. It is understood that these screens are shown by way of example and not by way of limitation. The screens provided in ERP system 100 can be varied as necessary for the specific needs of an enterprise.
  • Interface 102 provides data from data files 108 to ERP system 100 using one or more associated parameter files 110.
  • interface 102 provides a standard interface for all of the transactions for ERP system 100.
  • Parameter files 110 provide interface 102 with the unique information necessary to provide data to ERP system 100 for a particular transaction.
  • a user need only create an appropriate parameter file that maps data in data file 108 with the appropriate screens and fields of ERP system 100.
  • Interface 102 uses the parameter file to load the data into the correct fields of the ERP system. Since the parameter file is simply a map between the data file and the ERP system, it can be created using any acceptable text editor and does not require knowledge of a unique prograrnming language.
  • Interface 102 can use a number of other files in providing data to ERP system 100. These files are identified in Table 1 below. Some of these files are described in further detail below. The particular files used in processing data for a transaction can be determined by the parameter file.
  • Parameter files 110 describe the relationship between a data file and ERP system 100. Essentially, a parameter file describes, for interface 102, where to find data in the associated data file for each field of the screens of ERP system 100 and how to navigate through the screens of ERP system 100.
  • the parameter file contains a list of parameters to be processed by interface 102.
  • Parameter files can be created using any appropriate text editor. Each parameter is provided as one or more lines within the parameter file.
  • Table 2 provides one embodiment of a format for general parameters of parameter file 110. This embodiment is provided by way of illustration and not by way of limitation and relates to the SAP R/3 ERP system.
  • each parameter is placed in a single line within parameter file 110.
  • parameter files 110 can differ from the parameter format described above with respect to Table 2.
  • the order ofthe fields in the parameter can be changed.
  • the parameters can be based on additional information that is useful in generating commands to provide data to ERP system 100. An example ofthe implementation of this parameter format is provided below in Section II.
  • the value in the default area of field 8 ofthe parameter is used even if the parameter specifies a valid offset. This is advantageous for providing spaces to a field ofthe ERP system without providing a space filler field on the data file (INFLLE).
  • the value in the default area (field 8) is used by interface 102. If length (field 7) is greater than zero, that number of characters from the default area (field 8) is used. This is another way to place a defined number of spaces into a field on a screen ofthe ERP system. If the value in field 5 does not correspond to a valid record number, then interface 102 ignores the parameter. Further, when the record number in field 5 is zero (00000), the record will always be processed. In this case, the default value in Field 8 will be used, and not data from the input file (LNFILE).
  • Parameter file 102 may also include conditional logic so that parameters may be executed conditionally.
  • this conditional logic includes LF/ELSE/ENDLF and FOR/NEXT constructs although other conventional logic functions can be used.
  • the LF construct can take one of at least two different forms.
  • the IF construct can be formatted as follows:
  • the IF statements can be formatted as: ?LF aaaaa,bbbb,ccccc OP ddddd,eeee,fffff
  • aaaaa and ddddd correspond to a record number for a record in the data file.
  • bbbbb and eeeee correspond to a starting column for a field in the data file.
  • the elements ccccc and fffff correspond to the length ofthe field in the data file.
  • the element "OP" defines the basis ofthe comparison for the conditional logic. Exemplary values for the OP element are provided in Table 3. It is understood that the OP element can also take on other values.
  • the end of an if statement is defined by an 7ENDIF element.
  • the "7ELSE" conditional logic may be used in conjunction with the ?LF conditional logic to provide an alternative in the event that the condition ofthe ?LF statement is not met.
  • the ?LF statements can be nested.
  • Parameter file 110 can also provide control statements. Control statements typically start in column one of a parameter. In general, these control statements provide instruction to interface 102 to control the processing of data. For example, in one embodiment, control statements include "?EOT” and "7OFFSETMULTI.” Each of these control statements are discussed in turn.
  • the control statement "?EOT” can be used to indicate the end of a transaction. This causes the CALL TRANSACTION function of ERP system 100 to be explicitly performed.
  • the ?EOT control statement can be located at any point within parameter file 110. It allows a CALL TRANSACTION function to be performed before all ofthe parameters are processed for a particular data record in data file 108.
  • the control statement "7OFFSETMULTJ" can be used to allow start columns to refer to the actual column in multi-record input files, instead of relative to the beginning ofthe data area ofthe multi-record input file.
  • Multi- record input files are described in more detail below in Section LB.
  • field starting columns are generally defined for interface 102 as being relative to the beginning of where data values starts.
  • the 7OFFSETMULTI statement can be used to allow the parameter to indicate that data starts in column 63 instead of column 1 ofthe data area.
  • Interface 102 can include an option (RESTARTING OPTIONS) to control restart of interface 102 for datafile 108.
  • the values for this parameter can be "No restart,” “Restart: run if prev run OK,” and “Restart: NO RUN if prev run OK.” It is understood that other restart options can also be used. Each of these three options are described in turn below.
  • No restart means that interface 102 is to always start with the first record in the input file whether or not a prior run processed some or all of the data in datafile 108 successfully.
  • Interface 102 may also include one or more ofthe miscellaneous options described in Table 4.
  • Data files 108 can take on many different forms.
  • data file 108 may comprise data from an existing system that is being replaced by ERP system 100.
  • the data of data file 108 may be generated by a stand-alone system that creates data in an on-going manner, e.g., shipping software, that may be used by ERP system 100.
  • the data in data files 108 is referred to generally as "legacy data.”
  • Data file 108 (LNFILE) can have two slightly different record layouts. The particular layout is indicated to interface 102 using the MULTIRCD option described above. When the value ofthe MULTIRCD option is "Y,” multiple data records are necessary to complete a transaction for ERP system 100.
  • the format of data file 108 in this case is provided, by way of example and not by way of limitation, in table 5 below.
  • all ofthe columns in data file 108 (e.g., columns 1 - 8000) each contain data values.
  • the unique key distinguishes for interface 102 which records belong together in a record set.
  • the record number keeps the records in a record set in the correct order.
  • the accumulator field provides a way to give a total for failed and successful transactions.
  • a "record set” is all the records that, combined, provide the data needed to complete all the ERP transactions in the PARMFILE once (e.g., to be able to create 1 Material Master).
  • the value ofthe MULTIRCD parameter is "N,” there is only one record needed to complete all the SAP transactions in the PARMFILE once.
  • the following additional files may be used by interface 102 in processing data for ERP system 100.
  • the RCDDESC file is used to define where the key field [KEYFLD], accumulator field(s) [ACCUM], and field data values [FLDNLUS] appear on the input file.
  • the layout of one embodiment of a RCDDESC file is provided in Table 6.
  • the MAILIST file contains e-mail addresses that are used to report errors. Each line ofthe file is a single E-mail address. Each address will receive a copy ofthe MAILFILE formatted errors file.
  • the AUDFILE stores information while interface 102 processes data in input file 108.
  • interface 102 looks for a completed AUDFILE before beginning processing. This prevents accidental re-running of already processed data. To process further data, the AUDFILE is removed from the system.
  • the Interface Process Figure 2 is a flow chart that illustrates one embodiment of a process for an interface for an enterprise resource planning program according to the teachings ofthe present invention.
  • the method begins at block 200 and opens the files associated with the data to be processed by interface 102. For example, the method opens parameter file 110 (PARMFILE), data file 108 (INFLLE), and any other files associated with the data to be processed.
  • the method reads the parameters into an internal table from the PARMFILE.
  • the method retrieves information from the AUDFILE as to whether a previous run existed, and if so, if the previous run was successfully completed.
  • the method determines whether there was a previous rung. If there was a previous run, the method proceeds to block 244. If there were no previous run, the method proceeds to block 256.
  • the method determines whether the Restart option was "No Restart.” Ifso, the method proceeds to block 256. If the Restart option was not "No Restart,” the method proceeds to block 246.
  • the method determines whether the Restart option was "Run if Prev OK.” If so, the method proceeds to block 250. If the Restart option was not "Run if Prev OK,” the method proceeds to block 248. At block 248, the Restart option is assumed to be "NO RUN if prev run
  • the method determines whether the previous run completed successfully. If the previous run completed successfully, the method proceeds to block 254 and interface 102 ends processing. If the previous run did not complete successfully, the method proceeds to block 252.
  • the method determines whether the previous run completed successfully. Ifso, the method proceeds to block 256. If the previous run did not complete successfully, the method proceeds to block 252 where it retrieves data from the LNFILE until it obtains the set following the last correctly processed set of data. The method then proceeds to block 206.
  • the method retrieves the first set of data records from the LNFILE and proceeds to block 206.
  • the method determines whether the end ofthe data in the LNFILE has been reached. If so, the method proceeds to block 260, where all associated input and output files are closed, and then to block 262, where the MAILFILE is sent via e-mail to all specified recipients. Interface 102 then ends processing at block 210.
  • the method proceeds to block 258 and retrieves the first parameter in the PARMFILE.
  • the method determines whether the end of the parameters has been reached for this data record. If the end ofthe parameters in the PARMFILE has not been reached, the method proceeds to block 214.
  • the method determines whether there is data associated with the parameter. If not, the method proceeds to block 208 and retrieves the next parameter and then returns to block 212. If, at block 214, the method determines that there is data associated with the parameter, then the method proceeds to block 216.
  • the method creates an SAP BDC command from the parameter and data values. This command is placed in an internal table. The method proceeds to block 208 and retrieves the next parameter.
  • PARMFILE has been processed, the method proceeds to block 218.
  • the method uses the internal table to do an SAP "CALL TRANSACTION" to execute screens based on the processed parameters ofthe PARMFILE.
  • the method proceeds to block 220.
  • the method determines whether there are errors in processing the screens for the CALL TRANSACTION. If there are errors, the errors are written to ERRFILE, REJFILE, and MAILFILE as defined above.
  • the method then returns to block 204 and retrieves the next set of data records.
  • the method closes files at block 260, sends e-mail at block 262, and ends at block 220.
  • Example Figures 3 A through 3E are screen shots that illustrate an example ofthe process of Figures 1 and 2 for providing data to an ERP system. This example also includes the PARMFILE and LNFILES listed below. This example relates to updating a profit center on a material master.
  • the PARMFILE for this example is as follows: 7IF 00001, 00001, 00004 EQ '0000' ** do nothing . . . . invalid plant LD 7ELSE
  • This PARMFILE uses three conditional parameters. First, the PARMFILE looks for a plant LD in the first four columns ofthe data file. The value "0000" is defined as an invalid plant LD. The second conditional parameter looks for a material number in the 18 columns following the plant ID. The conditional parameter fails if the material number is missing (e.g., spaces only, no data). The final conditional parameter determines whether the profit center is found in the ten spaces beginning in column 47. If a data record does not fail any one of these conditional parameters, then interface 102 proceeds to gather information to perform a CALL TRANSACTION using the data in the selected data record ofthe LNFILE. The layout ofthe LNFILE is described below.
  • the LNFILE for this example includes three main fields. These fields include: a plant ID, a material number and a profit center.
  • the LNFILE for this example contains four records. The first three each fail to meet one ofthe conditional parameters. The final entry is valid and Figures 3A through 3F illustrate the manner in which the data is applied to ERP system 100 using the PARMFILE.
  • the LNFILE includes the following four lines of data records:
  • Interface 102 The Operation of Interface 102
  • the first record contains the value "0000.” This is defined as an invalid plant LD.
  • interface 102 skips the remaining parameters within the associated 7ENDIF statement.
  • the second record contains a valid plant LD.
  • the value is 0081.
  • the record fails the second conditional parameter because the material number is missing. Again, interface 102 skips the remaining parameters within the associated 7ENDIF statement.
  • the third record contains a valid plant ID (0081) and a valid material number (1000197), but fails to meet the third conditional parameter. Interface 102 thus skips all ofthe remaining parameters within the associated 7ENDLF statement.
  • the fourth record passes the three conditional parameters and thus moves on to allow interface 102 to process the data in the fourth row ofthe LNFILE.
  • 00000 X instructs interface 102 to select the Basic data option in the Select Niew(s) screen 306 as indicated by check box 308.
  • Computer System Figure 4 is a block diagram of an embodiment of a computer system, indicated generally at 400, having an interface for an enterprise resource planning program according to the teachings ofthe present invention.
  • computer system 400 may implement embodiments ofthe processes described above with respect to Figures 1 and 2.
  • System 400 is a microprocessor based computer.
  • Computer 400 includes processor 403 such as a Power PC 604, 604E, or 564 from IBM Corporation.
  • Processor 403 is coupled to memory 405, and data storage device(s) 407 (e.g., hard disk drive, floppy disk drive, CD ROM or other appropriate computer readable medium).
  • the computer uses an operating system such as AIX 4.2.1 from IBM Corporation or other appropriate operating system.
  • Processor 403 is further coupled to screen 404, and input devices 406.
  • Input device(s) 406 includes, for example, a key pad, keyboard, mouse, touch screen, serial port or other device for providing inputs to processor 403.
  • Storage device(s) 407 stores program code for executing instructions to implement one or more ofthe methods described above to provide data to an ERP system from a legacy data source.
  • storage device(s) 407 store at least one parameter file and at least one data file and program code for interface 102 that are used to provide the data to an ERP system.

Abstract

A method for interfacing with an enterprise resource planning system is provided. The method includes providing a file containing data to be loaded into the enterprise planning system (the 'data file'). A file containing at least one parameter (the 'parameter file') is created. The parameter file maps data from the data file to screens of the enterprise resource planning system. Each record in the data file is processed according to the parameters in the parameter file to execute screens of the enterprise resource planning system so as to provide the data from the data file to the enterprise resource planning system.

Description

Interface for an Enterprise Resource Planning Program
Technical Field of the Invention The present invention relates generally to the field of computer software and, in particular, to an interface for an enterprise resource planning program.
Background With the explosion of information available today, it has become critical for organizations to carefully manage their information to meet organizational objectives. Enterprise Resource Planning (ERP) systems are integrated information systems that have been developed to serve a variety of departments within an enterprise, e.g., corporation, to make effective use of its information. ERP systems evolved out of the manufacturing industry. Generally, ERP systems use packaged software rather than proprietary software written by or for one customer. ERP modules may be able to interface with an organization's own software with varying degrees of effort, and, depending on the vendor, ERP software may be alterable via programming.
ERP systems typically include software that manages information for use in manufacturing, order entry, accounts receivable and payable, general ledger, purchasing, warehousing, transportation and human resources. ERP systems are commercially available from companies such as SAP, PeopleSoft, Oracle, Baan, J.D. Edwards, and others.
One problem with ERP systems is loading or interfacing the ERP systems with data from existing systems, so-called "legacy data." For purposes of this specification, the terms "loading" and "interfacing" are used interchangeably to refer to providing data from a non-ERP system or data source to an ERP system. Conventionally, legacy data is provided to the ERP system through a custom-built interface. Taking SAP's R/3 ERP system as an example, the following steps are typically used to provide legacy data to the ERP system: 1. Determine the on-line transaction needed to load/update/delete the data in the ERP system. 2. Manually execute the screens for the transaction, writing down each screen and field name that is populated, as well as what buttons are pushed to navigate through the screens.
3. Design a fixed-format file layout for the legacy data. 4. Write a program to extract the legacy data from the legacy system using the file layout to format the data.
5. Write an SAP Batch Data Conversion (BDC) program to read data from the file extracted from the legacy system, and, using the data collected in (2) above, write a program in "ABAP" code~a specialized language for SAP's ERP system— to execute each screen, populate each field, and execute the navigation in the correct sequence.
6. Create test data using the file layout from (3) above.
7. Test the SAP BDC program to make sure it works properly, and that all fields and screens contain the correct data.
8. Execute the program generated in (4) above.
9. Redo (7) using the data from (8).
10. Once all debugging is complete, use SAP "transports" to move the SAP BDC program into a production mode. 11. Execute the SAP BDC program against the live production of the
SAP system. This process is time consuming and requires the expertise of a number of different people. For example, an SAP business analyst or end user gathers the information on the particular screens needed to get the data into the ERP system and to execute the final SAP BDC program. A programmer familiar with SAP BDC and ABAP programming language creates and tests the SAP BDC program. A programmer or analyst familiar with a programming language such as COBOL or C++ creates code to extract the data from the legacy system. Finally, an SAP BASIS transport specialist moves the SAP BDC program into production mode. At each point in this process, misunderstanding between each of these individuals could cause severe problems in providing the data to the ERP system. Further, this process must be worked through completely to create a custom interface for each set of data to be provided to the ERP system. For the reasons stated above, and for other reasons stated below which will become apparent to those skilled in the art upon reading and understanding the present specification, there is a need in the art for an improved interface for enterprise resource planning programs. Summary
The above mentioned problems with interfacing with an enterprise resource planning program and other problems are addressed by the present invention and will be understood by reading and studying the following specification. An interface is described which provides data to an enterprise resource planning program from a data source using a parameter file that maps the enterprise resource planning system with the data source.
Brief Description of the Drawings Figure 1 is a data flow diagram of an illustrative embodiment of a process for an interface for an enterprise resource planning program according to the teachings of the present invention.
Figure 2 is a flow chart that illustrates one embodiment of a process for an interface for an enterprise resource planning program according to the teachings of the present invention.
Figures 3A through 3E are screen shots that illustrate one embodiment of a process for an interface for an enterprise resource planning program according to the teachings of the present invention.
Figure 4 is a block diagram of an embodiment of a computer system having an interface for an enterprise resource planning program according to the teachings of the present invention. Detailed Description
The following detailed description refers to the accompanying drawings which form a part of the specification. The drawings show, and the detailed description describes, by way of illustration specific illustrative embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention. Other embodiments may be used and logical, mechanical and electrical changes may be made without departing from the scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense. I. Overview Figure 1 is a data flow diagram of an illustrative embodiment of a process for an interface, indicated generally at 102, for providing data to an enterprise resource planning (ERP) system 100 according to the teachings of the present invention. As described above, ERP system 100 is an integrated information system that serves a variety of departments within an enterprise. ERP system 100 includes software that, for example, manages information for use in manufacturing, order entry, accounts receivable and payable, general ledger, purchasing, warehousing, transportation and human resources. ERP system 100 may comprise an ERP system that is commercially available from SAP, PeopleSoft, Oracle, Baan, J.D. Edwards, or other vendors. ERP system 100 is described in terms of the SAP's R/3 ERP system although it is understood that interface 102 can be adapted for use with other ERP systems.
ERP system 100 has an interface for receiving data input. In the embodiment of Figure 1, the interface is a graphical user interface (GUI) that is represented by three groups of screens. ERP system 100 includes screens for loading data for material masters 103, customers 104, and human resources 106. Each group of screens is used to enter data into associated fields for different transactions for ERP system 100. It is understood that these screens are shown by way of example and not by way of limitation. The screens provided in ERP system 100 can be varied as necessary for the specific needs of an enterprise.
Interface 102 provides data from data files 108 to ERP system 100 using one or more associated parameter files 110. Advantageously, interface 102 provides a standard interface for all of the transactions for ERP system 100. Parameter files 110 provide interface 102 with the unique information necessary to provide data to ERP system 100 for a particular transaction. Thus, to provide data to ERP system 100 for a particular transaction, a user need only create an appropriate parameter file that maps data in data file 108 with the appropriate screens and fields of ERP system 100. Interface 102 then uses the parameter file to load the data into the correct fields of the ERP system. Since the parameter file is simply a map between the data file and the ERP system, it can be created using any acceptable text editor and does not require knowledge of a unique prograrnming language. Interface 102 can use a number of other files in providing data to ERP system 100. These files are identified in Table 1 below. Some of these files are described in further detail below. The particular files used in processing data for a transaction can be determined by the parameter file.
Figure imgf000007_0001
Table 1
A. Parameter File f ARMFTT E) Parameter files 110 describe the relationship between a data file and ERP system 100. Essentially, a parameter file describes, for interface 102, where to find data in the associated data file for each field of the screens of ERP system 100 and how to navigate through the screens of ERP system 100.
In one embodiment, the parameter file contains a list of parameters to be processed by interface 102. Parameter files can be created using any appropriate text editor. Each parameter is provided as one or more lines within the parameter file. I. General parameters
Table 2 provides one embodiment of a format for general parameters of parameter file 110. This embodiment is provided by way of illustration and not by way of limitation and relates to the SAP R/3 ERP system.
Figure imgf000008_0001
Table 2
In this embodiment, each parameter is placed in a single line within parameter file 110.
It is understood that the parameters used in parameter files 110 can differ from the parameter format described above with respect to Table 2. For example, the order ofthe fields in the parameter can be changed. Further, the parameters can be based on additional information that is useful in generating commands to provide data to ERP system 100. An example ofthe implementation of this parameter format is provided below in Section II.
If the field length defined in field 7 ofthe parameter is zero, the value in the default area of field 8 ofthe parameter is used even if the parameter specifies a valid offset. This is advantageous for providing spaces to a field ofthe ERP system without providing a space filler field on the data file (INFLLE).
If the record number defined in field 5 is zero, the value in the default area (field 8) is used by interface 102. If length (field 7) is greater than zero, that number of characters from the default area (field 8) is used. This is another way to place a defined number of spaces into a field on a screen ofthe ERP system. If the value in field 5 does not correspond to a valid record number, then interface 102 ignores the parameter. Further, when the record number in field 5 is zero (00000), the record will always be processed. In this case, the default value in Field 8 will be used, and not data from the input file (LNFILE).
2. Conditional Logic Parameters
Parameter file 102 may also include conditional logic so that parameters may be executed conditionally. In one embodiment, this conditional logic includes LF/ELSE/ENDLF and FOR/NEXT constructs although other conventional logic functions can be used. The LF construct can take one of at least two different forms. First, the IF construct can be formatted as follows:
?IF aaaaa,bbbbb,ccccc OP 'up to 132 characters of value to test against' Alternatively, the IF statements can be formatted as: ?LF aaaaa,bbbbb,ccccc OP ddddd,eeeee,fffff
In these cases, aaaaa and ddddd correspond to a record number for a record in the data file. Further, bbbbb and eeeee correspond to a starting column for a field in the data file. The elements ccccc and fffff correspond to the length ofthe field in the data file. The element "OP" defines the basis ofthe comparison for the conditional logic. Exemplary values for the OP element are provided in Table 3. It is understood that the OP element can also take on other values.
Figure imgf000009_0001
Table 3
The end of an if statement is defined by an 7ENDIF element. The "7ELSE" conditional logic may be used in conjunction with the ?LF conditional logic to provide an alternative in the event that the condition ofthe ?LF statement is not met.
The ?LF statements can be nested.
When ?LF logic is encountered, if there is an error in the ?LF statement (such as referring to a record that does not exist), control passes to the statement beyond the corresponding "7ENDLF" statement and no intervening statements are executed.
3. Control Statements
Parameter file 110 can also provide control statements. Control statements typically start in column one of a parameter. In general, these control statements provide instruction to interface 102 to control the processing of data. For example, in one embodiment, control statements include "?EOT" and "7OFFSETMULTI." Each of these control statements are discussed in turn. The control statement "?EOT" can be used to indicate the end of a transaction. This causes the CALL TRANSACTION function of ERP system 100 to be explicitly performed. The ?EOT control statement can be located at any point within parameter file 110. It allows a CALL TRANSACTION function to be performed before all ofthe parameters are processed for a particular data record in data file 108. The control statement "7OFFSETMULTJ" can be used to allow start columns to refer to the actual column in multi-record input files, instead of relative to the beginning ofthe data area ofthe multi-record input file. Multi- record input files are described in more detail below in Section LB. At this point, it is sufficient to state that when multiple records are grouped together for a single transaction, the data in each record does not begin in the first column. However, field starting columns are generally defined for interface 102 as being relative to the beginning of where data values starts. Thus, when the data field starts in column 63, for example, the 7OFFSETMULTI statement can be used to allow the parameter to indicate that data starts in column 63 instead of column 1 ofthe data area.
4. Restart Option
Interface 102 can include an option (RESTARTING OPTIONS) to control restart of interface 102 for datafile 108. The values for this parameter can be "No restart," "Restart: run if prev run OK," and "Restart: NO RUN if prev run OK." It is understood that other restart options can also be used. Each of these three options are described in turn below.
The value "No restart" means that interface 102 is to always start with the first record in the input file whether or not a prior run processed some or all of the data in datafile 108 successfully.
The value "Restart: run if prev run OK" means that interface 102 is to start with the first record in the input file if the AUDFILE indicates that the prior run completed correctly. If however, the prior run ended abnormally, this option means that interface 102 is to start with the next record after the last correctly processed record.
Finally, the value "Restart: NO RUN if prev run OK" means that if a prior run completed normally, interface 102 is to do nothing. However, if the prior run aborted, interface 102 is to start with the next record.
5. Miscellaneous Options
Interface 102 may also include one or more ofthe miscellaneous options described in Table 4.
Figure imgf000012_0001
Table 4
B. The Data Files Data files 108 can take on many different forms. For example, data file 108 may comprise data from an existing system that is being replaced by ERP system 100. Alternatively, the data of data file 108 may be generated by a stand-alone system that creates data in an on-going manner, e.g., shipping software, that may be used by ERP system 100. The data in data files 108 is referred to generally as "legacy data." Data file 108 (LNFILE) can have two slightly different record layouts. The particular layout is indicated to interface 102 using the MULTIRCD option described above. When the value ofthe MULTIRCD option is "Y," multiple data records are necessary to complete a transaction for ERP system 100. The format of data file 108 in this case is provided, by way of example and not by way of limitation, in table 5 below.
Figure imgf000013_0001
Table 5
When the value ofthe MULTIRCD parameter is "N," all ofthe columns in data file 108 (e.g., columns 1 - 8000) each contain data values.
When the value ofthe MULTIRCD parameter is "Y," the unique key distinguishes for interface 102 which records belong together in a record set.
Further, the record number keeps the records in a record set in the correct order.
The accumulator field provides a way to give a total for failed and successful transactions. A "record set" is all the records that, combined, provide the data needed to complete all the ERP transactions in the PARMFILE once (e.g., to be able to create 1 Material Master). When the value ofthe MULTIRCD parameter is "N," there is only one record needed to complete all the SAP transactions in the PARMFILE once.
C. Other Files
The following additional files may be used by interface 102 in processing data for ERP system 100.
I. RCDDESC:
The RCDDESC file is used to define where the key field [KEYFLD], accumulator field(s) [ACCUM], and field data values [FLDNLUS] appear on the input file. The layout of one embodiment of a RCDDESC file is provided in Table 6.
Figure imgf000014_0001
Table 6
2. MAILLIST
The MAILIST file contains e-mail addresses that are used to report errors. Each line ofthe file is a single E-mail address. Each address will receive a copy ofthe MAILFILE formatted errors file.
3. AUDFILE
The AUDFILE stores information while interface 102 processes data in input file 108. In one embodiment, interface 102 looks for a completed AUDFILE before beginning processing. This prevents accidental re-running of already processed data. To process further data, the AUDFILE is removed from the system.
D. The Interface Process Figure 2 is a flow chart that illustrates one embodiment of a process for an interface for an enterprise resource planning program according to the teachings ofthe present invention. The method begins at block 200 and opens the files associated with the data to be processed by interface 102. For example, the method opens parameter file 110 (PARMFILE), data file 108 (INFLLE), and any other files associated with the data to be processed. At block 202, the method reads the parameters into an internal table from the PARMFILE.
At block 240, the method retrieves information from the AUDFILE as to whether a previous run existed, and if so, if the previous run was successfully completed. At block 242, the method determines whether there was a previous rung. If there was a previous run, the method proceeds to block 244. If there were no previous run, the method proceeds to block 256.
At block 244, the method determines whether the Restart option was "No Restart." Ifso, the method proceeds to block 256. If the Restart option was not "No Restart," the method proceeds to block 246.
At block 246, the method determines whether the Restart option was "Run if Prev OK." If so, the method proceeds to block 250. If the Restart option was not "Run if Prev OK," the method proceeds to block 248. At block 248, the Restart option is assumed to be "NO RUN if prev run
OK" since the other two options failed. Here, the method determines whether the previous run completed successfully. If the previous run completed successfully, the method proceeds to block 254 and interface 102 ends processing. If the previous run did not complete successfully, the method proceeds to block 252.
At block 250, the method determines whether the previous run completed successfully. Ifso, the method proceeds to block 256. If the previous run did not complete successfully, the method proceeds to block 252 where it retrieves data from the LNFILE until it obtains the set following the last correctly processed set of data. The method then proceeds to block 206.
At block 256, the method retrieves the first set of data records from the LNFILE and proceeds to block 206.
At block 206, the method determines whether the end ofthe data in the LNFILE has been reached. If so, the method proceeds to block 260, where all associated input and output files are closed, and then to block 262, where the MAILFILE is sent via e-mail to all specified recipients. Interface 102 then ends processing at block 210.
If the end ofthe data in the LNFILE has not been reached at block 206, then the method proceeds to block 258 and retrieves the first parameter in the PARMFILE. At block 212, the method determines whether the end of the parameters has been reached for this data record. If the end ofthe parameters in the PARMFILE has not been reached, the method proceeds to block 214. At block 214, the method determines whether there is data associated with the parameter. If not, the method proceeds to block 208 and retrieves the next parameter and then returns to block 212. If, at block 214, the method determines that there is data associated with the parameter, then the method proceeds to block 216. At block 216, the method creates an SAP BDC command from the parameter and data values. This command is placed in an internal table. The method proceeds to block 208 and retrieves the next parameter.
If, at block 212, the method determines that the last parameter from the
PARMFILE has been processed, the method proceeds to block 218. At block 218, the method uses the internal table to do an SAP "CALL TRANSACTION" to execute screens based on the processed parameters ofthe PARMFILE. The method proceeds to block 220.
At block 220, the method determines whether there are errors in processing the screens for the CALL TRANSACTION. If there are errors, the errors are written to ERRFILE, REJFILE, and MAILFILE as defined above.
These files are used to track errors in the process executed by interface 102. The method proceeds to block 224.
If there are no errors, then the method proceeds from block 220 to block
224 and writes the results to an audit file (e.g., AUDFILE). The method then returns to block 204 and retrieves the next set of data records. When all data records have been processed, the method closes files at block 260, sends e-mail at block 262, and ends at block 220.
II. Example Figures 3 A through 3E are screen shots that illustrate an example ofthe process of Figures 1 and 2 for providing data to an ERP system. This example also includes the PARMFILE and LNFILES listed below. This example relates to updating a profit center on a material master.
A. The PARMFILE
The PARMFILE for this example is as follows: 7IF 00001, 00001, 00004 EQ '0000' ** do nothing . . . . invalid plant LD 7ELSE
7IF 00001, 00005, 00018 EQ '
**do nothing . . . . material number is missing
7ELSE 7IF 00001 , 00047, 00010 EQ '
**do nothing . . . . profit center is missing
7ELSE
*enter part number, and press SELECT NIEW(S)
MM02 SAPLMGMM 0060 RMMG1-MATΝR 001 00005 00018
MM02 SAPLMGMM 0060 BDC_OKCODE 001 00000
00000 /5 *
* Select Basic Data view from pop-up and press ENTER MM02 SAPLMGMM 0070 MSICHTAUSW-KZSEL(l) 001 00000
00000 X
MM02 SAPLMGMM 0070 BDC_OKCODE 001 00000
00000 /00 *
*From the Basic Data Screen, select the menu option to go to the Storage screen
MM02 SAPLMGMM 3004 BDCJDKCODE 001 00000
00000 SP13 * * On pop-up, enter the plant number and press ENTER to continue to Storage screen
MM02 SAPLMGMM 0081 RMMGl-WERKS 001 00001
00004
MM02 SAPLMGMM 0081 BDC_OKCODE 001 00000 00000 /00
*Update the profit center on the Storage screen, and press SANE button MM02 SAPLMGMM 3000 MARC-PRCTR 001 00047
00010
MM02 SAPLMGMM 3000 BDC_OKCODE 001 00000
00000 /11 *
7ENDIF 7ENDIF 7ENDLF
This PARMFILE uses three conditional parameters. First, the PARMFILE looks for a plant LD in the first four columns ofthe data file. The value "0000" is defined as an invalid plant LD. The second conditional parameter looks for a material number in the 18 columns following the plant ID. The conditional parameter fails if the material number is missing (e.g., spaces only, no data). The final conditional parameter determines whether the profit center is found in the ten spaces beginning in column 47. If a data record does not fail any one of these conditional parameters, then interface 102 proceeds to gather information to perform a CALL TRANSACTION using the data in the selected data record ofthe LNFILE. The layout ofthe LNFILE is described below.
B. The TNFTT.K The LNFILE for this example includes three main fields. These fields include: a plant ID, a material number and a profit center. The LNFILE for this example contains four records. The first three each fail to meet one ofthe conditional parameters. The final entry is valid and Figures 3A through 3F illustrate the manner in which the data is applied to ERP system 100 using the PARMFILE. The LNFILE includes the following four lines of data records:
0000 0081
00811000197
00811000197 ADM This data is extracted from a legacy system using either an off-the-shelf extraction program or a custom designed extraction program.
C. The Operation of Interface 102 The first record contains the value "0000." This is defined as an invalid plant LD. Thus, the first 7LF statement is not satisfied and interface 102 skips the remaining parameters within the associated 7ENDIF statement.
The second record contains a valid plant LD. The value is 0081. However, the record fails the second conditional parameter because the material number is missing. Again, interface 102 skips the remaining parameters within the associated 7ENDIF statement.
The third record contains a valid plant ID (0081) and a valid material number (1000197), but fails to meet the third conditional parameter. Interface 102 thus skips all ofthe remaining parameters within the associated 7ENDLF statement.
Finally, the fourth record passes the three conditional parameters and thus moves on to allow interface 102 to process the data in the fourth row ofthe LNFILE. As shown in Figure 3 A, the parameter:
MM02 SAPLMGMM 0060 RMMG1-MATNR 001 00005
00018
places part number, 1000197, into the material field 300 of screen 302. The next parameter
MM02 SAPLMGMM 0060 BDCjOKCODE 001 00000
00000/5
selects Select Niew(s) button 304 of screen 302. This brings up Select Niew(s) screen 306 of Figure 3B. The parameter
MM02 SAPLMGMM 0070 MSICHTA USW-KZSEL(l) 001 00000
00000 X instructs interface 102 to select the Basic data option in the Select Niew(s) screen 306 as indicated by check box 308. The parameter
MM02 SAPLMGMM 0070 BDCJOKCODE 001 00000 00000/00
selects the ENTER key. Next, Basic Data screen 310 of Figure 3C is displayed. The parameter
MM02 SAPLMGMM 3004 BDCJOKCODE 001 00000
00000 SP13
selects organization levels button 311 to proceed to the organization levels screen 312 of Figure 3D. When screen 312 pops-up, the parameter
MM02 SAPLMGMM 0081 RMMG1-WERKS 001 00001
00004
causes the plant LD to be applied to field 314 of screen 312. The parameter
MM02 SAPLMGMM 0081 BDCjOKCODE 001 00000
00000 /00
causes the ENTER key to be pressed to bring up storage screen 316 of Figure 3E. The parameter
MM02 SAPLMGMM 3000 MARC-PRCTR 001 00047
00010
updates profit center field 318 on the Storage screen 316 with the value "ADM." The parameter MM02 SAPLMGMM 3000 BDCjOKCODE 001 00000
00000 /11
presses SANE button.
TTI. Computer System Figure 4 is a block diagram of an embodiment of a computer system, indicated generally at 400, having an interface for an enterprise resource planning program according to the teachings ofthe present invention. For example, computer system 400 may implement embodiments ofthe processes described above with respect to Figures 1 and 2.
System 400 is a microprocessor based computer. Computer 400 includes processor 403 such as a Power PC 604, 604E, or 564 from IBM Corporation. Processor 403 is coupled to memory 405, and data storage device(s) 407 (e.g., hard disk drive, floppy disk drive, CD ROM or other appropriate computer readable medium). The computer uses an operating system such as AIX 4.2.1 from IBM Corporation or other appropriate operating system. Processor 403 is further coupled to screen 404, and input devices 406. Input device(s) 406 includes, for example, a key pad, keyboard, mouse, touch screen, serial port or other device for providing inputs to processor 403. Storage device(s) 407 stores program code for executing instructions to implement one or more ofthe methods described above to provide data to an ERP system from a legacy data source. For example, storage device(s) 407 store at least one parameter file and at least one data file and program code for interface 102 that are used to provide the data to an ERP system.
Conclusion Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiment shown. This application is intended to cover any adaptations or variations ofthe present invention. For example, the embodiments are described in terms of an interface for an ERP system from SAP. It is understood that the interface described herein is not limited to use with the SAP system. Parameter files and data files can be used with interface 102 to interface with other ERP systems. Further, other conditional logic parameters can be used in conjunction with or in place ofthe conditional logic parameters described herein. It is further noted that although computer system 400 is described in terms of a Power PC from IBM, it is understood that a computer using another type of processor, such as a processor from Intel Corporation, and the Microsoft Windows NT operation system available from Microsoft Corporation can also be used.

Claims

What is claimed is:
1. A method for interfacing with an enterprise resource planning system, the method comprising: providing a file containing data to be loaded into the enterprise planning system (the "data file"); creating a file containing at least one parameter (the "parameter file"), wherein the parameter file maps data from the data file to screens ofthe enterprise resource planning system; and processing each record in the data file according to the parameters in the parameter file to execute screens ofthe enterprise resource planning system so as to provide the data from the data file to the enterprise resource planning system.
2. The method of claim 1, wherein providing the file containing data comprises extracting the data from an legacy system.
3. The method of claim 1, wherein creating a file containing at least one parameter includes creating a file that also includes conditional logic associated with the parameters.
4. The method of claim 1 , wherein creating a file containing at least one parameter comprises creating a file with a text editor.
5. The method of claim 1, wherein creating a file containing at least one parameter comprises creating a file with at least one parameter that includes a transaction code, a screen identification code, a screen number, and a field name associated with the enterprise resource planning system and a field location value and a field length associated with the data file.
6. The method of claim 1 , wherein processing each record in the data file comprises: retrieving a record from the data file; retrieving parameters from the parameter file; creating commands for the enteφrise resource planning system based on the parameters and the data in the retrieved record; and executing screens ofthe enteφrise resource planning system based on the created commands.
7. The method of claim 6, wherein retrieving parameters includes retrieving conditional logic parameters.
8. The method of claim 1, and further recording errors when executing screens ofthe enteφrise resource planning system.
9. The method of claim 1, and further recording in an audit file a result for each record ofthe data file.
10. The method of claim 1 , and further comprising transmitting results of a run ofthe method to at least one e-mail address.
11. The method of claim 1 , and further selectively ceasing processing the records in the data file.
12. The method of claim 1, and further comprising restarting the processing of records in the data file at a point in the data file corresponding to a last record processed during a prior execution ofthe method with the data file.
13. A method for providing data to an Enteφrise Resource Planning system, the method comprising: opening a parameter file containing a plurality of parameters; opening an associated data file containing a plurality of records; wherein the parameter file maps data from the data file to screens ofthe Enteφrise Resource Planning system; for each record in the data file, creating commands based on the plurality of parameters; and executing the commands to provide the data from the data file to the Enteφrise Resource Planning system.
14. The method of claim 13, wherein opening a parameter file comprises opening a parameter file that includes conditional parameters.
15. The method of claim 13, wherein opening a parameter file comprises opening a parameter file that includes a restart option.
16. The method of claim 13, and further recording in an audit file a result for each record ofthe data file.
17. The method of claim 13, and further comprising transmitting processing results to at least one e-mail address.
18. The method of claim 13, wherein creating commands based on the plurality of parameters comprises creating commands based on the plurality of parameters and at least two associated records.
19. The method of claim 13, wherein opening a parameter file comprises opening a parameter file that includes parameters that each have a transaction code, a screen identification code, a screen number, and a field name associated with the enteφrise resource planning system and a field location value and a field length associated with the data file.
20. A computer-readable medium encoded with a computer program for execution by a processor to perform a method comprising: opening a parameter file containing a plurality of parameters; opemng an associated data file containing a plurality of records; for each record in the data file, creating commands based on the plurality of parameters; and executing the commands to provide the data from the data file to an Enteφrise Resource Planning system.
21. The computer readable medium of claim 20, wherein opening a parameter file comprises opening a parameter file that includes conditional parameters.
22. The computer readable medium of claim 20, wherein opening a parameter file comprises opening a parameter file that includes a restart option.
23. The computer readable medium of claim 20, and further recording in an audit file a result for each record ofthe data file.
24. The computer readable medium of claim 20, and further comprising transmitting processing results to at least one e-mail address.
25. The computer readable medium of claim 20, wherein creating commands based on the plurality of parameters comprises creating commands based on the plurality of parameters and at least two associated records.
26. The computer readable medium of claim 20, wherein opening a parameter file comprises opening a parameter file that includes parameters that each have a transaction code, a screen identification code, a screen number, and a field name associated with the enteφrise resource planning system and a field location value and a field length associated with the data file.
PCT/US2000/009912 1999-04-14 2000-04-13 Interface for an enterprise resource planning program WO2000062191A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CA002368173A CA2368173C (en) 1999-04-14 2000-04-13 Interface for an enterprise resource planning program
AU43459/00A AU4345900A (en) 1999-04-14 2000-04-13 Interface for an enterprise resource planning program
EP00923311A EP1171832A2 (en) 1999-04-14 2000-04-13 Interface for an enterprise resource planning program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/291,535 US7197741B1 (en) 1999-04-14 1999-04-14 Interface for an enterprise resource planning program
US09/291,535 1999-04-14

Publications (2)

Publication Number Publication Date
WO2000062191A2 true WO2000062191A2 (en) 2000-10-19
WO2000062191A3 WO2000062191A3 (en) 2001-02-08

Family

ID=23120698

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/009912 WO2000062191A2 (en) 1999-04-14 2000-04-13 Interface for an enterprise resource planning program

Country Status (5)

Country Link
US (1) US7197741B1 (en)
EP (1) EP1171832A2 (en)
AU (1) AU4345900A (en)
CA (1) CA2368173C (en)
WO (1) WO2000062191A2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020031675A (en) * 2000-10-23 2002-05-03 국오선 System for enterprise resource planning by using voice cognition and method thereof
WO2002077815A2 (en) * 2001-03-23 2002-10-03 Orchid Systems, Inc. System for and method of automatically migrating data among multiple legacy applications
WO2003010700A2 (en) * 2001-07-25 2003-02-06 Electronic Data Systems Corporation Method and tool for achieving data consistency in an enterprise resource planning system
WO2004049231A1 (en) * 2002-11-26 2004-06-10 Advanced Micro Devices, Inc. Fabrication architecture including enterprise resource planning integration
US7069269B2 (en) 2002-12-03 2006-06-27 International Business Machines Corporation Method, system and program product for mapping data fields between a data source and a data target
US8478705B2 (en) 2010-01-15 2013-07-02 International Business Machines Corporation Portable data management using rule definitions
US8666998B2 (en) 2010-09-14 2014-03-04 International Business Machines Corporation Handling data sets
US8898104B2 (en) 2011-07-26 2014-11-25 International Business Machines Corporation Auto-mapping between source and target models using statistical and ontology techniques
US8949166B2 (en) 2010-12-16 2015-02-03 International Business Machines Corporation Creating and processing a data rule for data quality

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6854120B1 (en) * 2000-01-14 2005-02-08 International Business Machines Corporation Accessing a ERP application over the internet using strongly typed declarative language files
US7424702B1 (en) * 2002-08-19 2008-09-09 Sprint Communications Company L.P. Data integration techniques for use in enterprise architecture modeling
US20070067276A1 (en) * 2005-09-20 2007-03-22 Ilja Fischer Displaying stored content in a computer system portal window
US20080196012A1 (en) * 2007-02-12 2008-08-14 Panaya Ltd. System and methods for static analysis of large computer programs and for presenting the results of the analysis to a user of a computer program
US7946260B2 (en) * 2007-06-22 2011-05-24 Von Mayenburg Michael Internal combustion engine with variable compression ratio
US10255562B2 (en) * 2008-05-29 2019-04-09 Oracle International Corporation Syndicating enterprise application system data
US8775327B2 (en) * 2008-07-03 2014-07-08 Oracle International Corporation Combined directory of personal and enterprise application system data
US20100005085A1 (en) * 2008-07-03 2010-01-07 Oracle International Corporation Creating relationship maps from enterprise application system data
US9141928B2 (en) 2010-08-02 2015-09-22 At&T Intellectual Property I, L.P. System and method for vendor and customer management in a supply chain
US9021055B2 (en) 2010-11-24 2015-04-28 Oracle International Corporation Nonconforming web service policy functions
US8726349B2 (en) 2010-11-24 2014-05-13 Oracle International Corporation Optimizing interactions between co-located processes
US9589145B2 (en) 2010-11-24 2017-03-07 Oracle International Corporation Attaching web service policies to a group of policy subjects
US8635682B2 (en) 2010-11-24 2014-01-21 Oracle International Corporation Propagating security identity information to components of a composite application
US8650250B2 (en) 2010-11-24 2014-02-11 Oracle International Corporation Identifying compatible web service policies
US8560819B2 (en) * 2011-05-31 2013-10-15 Oracle International Corporation Software execution using multiple initialization modes
US8914843B2 (en) 2011-09-30 2014-12-16 Oracle International Corporation Conflict resolution when identical policies are attached to a single policy subject
US10095471B2 (en) 2013-09-20 2018-10-09 Oracle International Corporation Context aware voice interface for computing devices
GB201514336D0 (en) * 2015-08-12 2015-09-23 Basis Technologies Internat Ltd Testing of enterprise resource management systems
CN110472064A (en) * 2019-07-17 2019-11-19 陕西千山航空电子有限责任公司 A kind of health management system arranged design constructing method based on unmanned plane flight data

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5084815A (en) * 1986-05-14 1992-01-28 At&T Bell Laboratories Sorting and merging of files in a multiprocessor
US5805897A (en) * 1992-07-31 1998-09-08 International Business Machines Corporation System and method for remote software configuration and distribution
US5844554A (en) * 1996-09-17 1998-12-01 Bt Squared Technologies, Inc. Methods and systems for user interfaces and constraint handling configurations software
US5913061A (en) * 1997-01-08 1999-06-15 Crossroads Software, Inc. Modular application collaboration
US5995945A (en) * 1997-08-25 1999-11-30 I2 Technologies, Inc. System and process for inter-domain planning analysis and optimization using model agents as partial replicas of remote domains
US6167395A (en) * 1998-09-11 2000-12-26 Genesys Telecommunications Laboratories, Inc Method and apparatus for creating specialized multimedia threads in a multimedia communication center
US6170011B1 (en) * 1998-09-11 2001-01-02 Genesys Telecommunications Laboratories, Inc. Method and apparatus for determining and initiating interaction directionality within a multimedia communication center
US6167406A (en) * 1998-05-08 2000-12-26 Allen-Bradley Company, Llc System, method and article of manufacture for building an enterprise-wide data model
US6157864A (en) * 1998-05-08 2000-12-05 Rockwell Technologies, Llc System, method and article of manufacture for displaying an animated, realtime updated control sequence chart
US6108662A (en) * 1998-05-08 2000-08-22 Allen-Bradley Company, Llc System method and article of manufacture for integrated enterprise-wide control
US6119149A (en) * 1998-06-05 2000-09-12 I2 Technologies, Inc. System and process allowing collaboration within and between enterprises for optimal decision making
US6192370B1 (en) * 1998-06-19 2001-02-20 Sap Aktiengesellschaft Method and system for rapid memory-resident processing of transactional data
US6256676B1 (en) * 1998-11-18 2001-07-03 Saga Software, Inc. Agent-adapter architecture for use in enterprise application integration systems
US6199099B1 (en) * 1999-03-05 2001-03-06 Ac Properties B.V. System, method and article of manufacture for a mobile communication network utilizing a distributed communication network
US6289382B1 (en) * 1999-08-31 2001-09-11 Andersen Consulting, Llp System, method and article of manufacture for a globally addressable interface in a communication services patterns environment
US6268853B1 (en) * 1999-09-30 2001-07-31 Rockwell Technologies, L.L.C. Data structure for use in enterprise controls

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BAUM, DAVI W: "Please Pass the Data" MANUFACTURING SYSTEMS, vol. 16, no. 9, September 1998 (1998-09), pages 104-108, XP002152583 *
DONAHOO, M J ET AL.: "From Data to Knowledge: Method-Specific Transformations" PROC. OF THE 10TH INT SYMPOSIUM ON FOUNDATIONS OF INTELLIGENT SYSTEMS, 15 - 18 October 1997, pages 411-420, XP002152584 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020031675A (en) * 2000-10-23 2002-05-03 국오선 System for enterprise resource planning by using voice cognition and method thereof
WO2002077815A2 (en) * 2001-03-23 2002-10-03 Orchid Systems, Inc. System for and method of automatically migrating data among multiple legacy applications
WO2002077815A3 (en) * 2001-03-23 2004-01-08 Orchid Systems Inc System for and method of automatically migrating data among multiple legacy applications
WO2003010700A2 (en) * 2001-07-25 2003-02-06 Electronic Data Systems Corporation Method and tool for achieving data consistency in an enterprise resource planning system
WO2003010700A3 (en) * 2001-07-25 2003-12-18 Electronic Data Syst Corp Method and tool for achieving data consistency in an enterprise resource planning system
US6839601B1 (en) 2002-11-26 2005-01-04 Advanced Micro Devices, Inc. Fabrication architecture including enterprise resource planning integration
WO2004049231A1 (en) * 2002-11-26 2004-06-10 Advanced Micro Devices, Inc. Fabrication architecture including enterprise resource planning integration
US7069269B2 (en) 2002-12-03 2006-06-27 International Business Machines Corporation Method, system and program product for mapping data fields between a data source and a data target
US8478705B2 (en) 2010-01-15 2013-07-02 International Business Machines Corporation Portable data management using rule definitions
US9256827B2 (en) 2010-01-15 2016-02-09 International Business Machines Corporation Portable data management using rule definitions
US8666998B2 (en) 2010-09-14 2014-03-04 International Business Machines Corporation Handling data sets
US8949166B2 (en) 2010-12-16 2015-02-03 International Business Machines Corporation Creating and processing a data rule for data quality
US8898104B2 (en) 2011-07-26 2014-11-25 International Business Machines Corporation Auto-mapping between source and target models using statistical and ontology techniques

Also Published As

Publication number Publication date
WO2000062191A3 (en) 2001-02-08
EP1171832A2 (en) 2002-01-16
CA2368173C (en) 2008-06-17
US7197741B1 (en) 2007-03-27
AU4345900A (en) 2000-11-14
CA2368173A1 (en) 2000-10-19

Similar Documents

Publication Publication Date Title
US7197741B1 (en) Interface for an enterprise resource planning program
US8126760B2 (en) Work item tracking system for projects
US6668253B1 (en) Enterprise information management system and methods
US8689137B2 (en) Command user interface for displaying selectable functionality controls in a database application
US5778387A (en) Database automated recovery system
US6901407B2 (en) System and method for updating project management scheduling charts
US20020198750A1 (en) Risk management application and method
US20030204637A1 (en) Method and apparatus for generating compilable application programs
US20080091707A1 (en) Method and medium for managing data
US9280752B2 (en) Method, system and computer-readable medium for E-form information extraction template creation
US20080222576A1 (en) Design support apparatus, method for supporting design, and medium recording design support program
WO2001088703A1 (en) System for developing data collection software applications
US20030110175A1 (en) Deploying predefined data warehouse process models
US7000182B1 (en) assistant for creation of layouts or reports for databases
US8392442B2 (en) Method and computer program product for creating content management systems
JPH1097417A (en) Program assembling device and storage medium
US20060257188A1 (en) Check printing system
JPH11296578A (en) Accounting processor, transaction data input device, and regressive correcting method for error data
US7533053B2 (en) Method and apparatus for accommodating quality review in an automated account statement generation process
JP5821528B2 (en) Data check program, data check method, and data check device
JP4805491B2 (en) Dictionary management program and computer system
JP3290778B2 (en) Trouble analysis support device
JP2692196B2 (en) Test data editing method
JP2008009966A (en) Device and method for setting business process
JP2008033815A (en) Project management device, method and program

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

ENP Entry into the national phase

Ref document number: 2368173

Country of ref document: CA

Ref country code: CA

Ref document number: 2368173

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 2000923311

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000923311

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: JP

DPE2 Request for preliminary examination filed before expiration of 19th month from priority date (pct application filed from 20040101)