SAP Program RLMG0060 - Batch Input for Material Master Data Transfer, Storage Type View

Description
This report serves as a tool to assist in taking over the material /warehouse master / storage type view from R/2 warehouses into an R/3warehouse. To do this, it reads a sequential data file using thestructure LDK31 and generates a batch input file to create a materialmaster record warehouse management view with storage type data (takeoverof MLGT).

Precondition
Prerequisite is that the sequential file with the old data must be inECC format and ECC structure LDK31. The fields all have CHAR-format,that is, no packed fields will be accepted.
The sequential file can be created from the R/2 System by RemoteFunction Call to the function building block L_DATASET_CREATION in theERP System. An internal table in the LDK31 structure, a dummy tableLDK30, and the table name MLGT are transferred.
Instead of creating a batch input file, you can also take over dataon-line. For most data, this is not recommended and should therefore becarried out for test purposes only. To do this, you use a CALLTRANSACTION USING ... which brings up the screens in the foreground.That way you can see how this report works.
Via a function module, the system searches for the path name and thefile name of the sequential files in the Table V_FILENAME (to bemaintained using SM30 V_FILENAME).

Output
You can display a screen with a log of the data that was read for whicha batch input file was created.