Description This report is used to copy bills of material without> a longtext from an external system to the SAP System. It supports thecreation of document structures, equipment BOMs, material BOMs,standard object BOMs, and functional location BOMs. The program reads the sequential file entered and processes the data init.
- The sequential file can be on your local application server, the
presentation server, or an external application server. In the lattercase, you must enter the server name.
- If you want the system to write the data to one or more batch input
sessions, which you can process manually later, select the reportparameter "Create session". If you leave the report parameter "create session" with its initialvalue, all the bills of material are created online. In this case, onlythose BOMs where an error occured when they were created are collectedin batch input sessions. You can then edit these later.Precondition Before you can start this report, you need to extract the BOM data tobe copied from the source system and write it to a sequential>file. To do this, you need to implement a program in the source systemthat compiles the data in the prescribed format and creates the file. You must define a logical name for the sequential file in thecustomizing functions. This logical name is the reference to thephysical name. You can maintain the logical name when you start thereport, by calling online help (F1) on the Logicalfile name> field. The format for the BOM data in the sequential file is as follows:
- Record type 0>: one session record (structure BGR00) per session
The session header contains general administrative data on the batchinput session to be created. All records that follow the header in thesequential file are assigned to the current session, until the nextheader occurs in the file.
- Record type 1>: one session record (structure BICSK) for each BOM
The BOM header record contains the transaction code (for example, CS01Create material BOM) and the header data. In the field BICSK-TCODE in structure BISCK, you define the BOMcategory. The BOM category determines the SAP transaction to be called.The following entries are possible: - CV11 for document structures - IB01 for equipment BOMs - CS01 for material BOMs - CS51 for standard BOMs - IB11 for functional location BOMs
|