SAP Program REMIG050 - Migration: Generate Table Description for Programming Language

Use
This program generates source descriptions of tables from the ABAP/4Dictionary.

Note
The program generates source descriptions from the ABAP/4 Dictionarythat are dependent on the input files. This data is displayed on thescreen, and can be written to a sequential dataset when you specify thedataset name. In the process, the first "&" is replaced by the tablename in lower-case (or the first * is replaced by the table name inupper-case) (for example: "d.cob.&" and table T000 results in"d.cob.t000"; "D.COB.*" results in "D.DOB.T000" as the output dataset).You must ensure that the generated names do not become too large.Inputs in lower-case are not converted to upper-case. If no dataset isspecified, the generated sources are displayed or printed.
You can define the set of tables to process by entering a command filename as the table name (the command file then searches for the tablenames) or by entering an identifier in table TSRCG. You can use C,PL/1, or COBOL as programming languages for the source descriptions.
If gaps exist between individual fields in the ABAP work areas(alignment for certain field types), you can use the "Generatealignment fields" parameter to generate dummy fields for these gaps.