Description With this program, you can transfer BOMs with all> their longtexts from a non-SAP system to the SAP System. The BOMs that you cancreate include document structures, equipment BOMs, material BOMs,standard BOMs, and functional location BOMs. The program reads the specified sequential file and processes the datacontained in the file.
- The sequential file can be stored on an in-house application server, the
presentation server, or an external application server. In the lattercase, you must enter the name of the server. To select an applicationserver, you can use the possible entries function.
- If you want the data to be written to one or more batch input sessions,
which you can process at a later date, select 'Create session'. If you do not select this parameter, all BOMs are created online. Onlythe BOMs that were created incorrectly are written to batch inputsessions.Precondition Before you can start the report, you must extract the required BOM datafrom the source system and write it to a sequential file>. Todo this, you must run a program in the source system that compiles thedata in the required format and creates the file. For the file created, you must define a logical file name in the IMGas a link to the physical file name. To define the logicalfile name, start the report, then choose the possible entriesfunction for the field Logical file name>. The system expects the BOM data to be transferred to have the followingformat in the sequential file:
- Record type 0>: One session record (structure BGR00) per session
The session record contains general management data on the batch inputsession to be created. All further records of the sequential file up tothe next session record are allocated to the current session.
- Record type 1>: One header record (structure BICSK)
per BOM to be created The BOM header record contains the transaction code (for example, CS01'Create material BOM') and the header data. In the BICSK-TCODE field of structure BICSK, you define the BOMcategory, which determines the transaction to be called. The followingentries are possible: - CV11 for document structures - IB01 for equipment BOMs - CS01 for material BOMs - CS51 for standard BOMs - IB11 for function location BOMs
- Record type 2>: One or more header long text records (structure
LTEXT_BI) per header record Records of record type 2 are optional records.
- Record type 3>: One or more alternative long text records
(structure LTEXT_BI) per header record Records of record type 3 are optional records.
- Record type 4>: One item record (structure BICSP) per item
All BOM item records up to the next header record or session record areallocated to the BOM header that was last read.
|