The command GENERATE-BCMAP-FILE converts a mapping save file into a readable format (command file).
GENERATE-BCMAP-FILE is a dialog command.
The mapping definitions can be subsequently reimported from the command file with the command CALL-BCAM-COMMANDS.
GENERATE-BCMAP-FILE |
FILE-NAME = <filename> ,CMDFILE = <filename> |
FILE-NAME=<filename>
Corresponds to the name of the mapping save file that was generated with the command /BCMAP FUNCT=SAVE,FILE=filename.
Do not choose a temporary filename as the filename here.
CMDFILE=<filename>
Name of the file containing the mapping definitions in readable format.
Example
Create the mapping save file MAPPING.FILE.TEST with the command:
BCMAP FUNCT=SAVE,FILE=MAPPING.FILE.TEST.
This file serves as the input for the conversion. The file assigned as the output is CBC.MAPPING.FILE.TEST:
GENERATE-BCMAP-FILE FILE-NAME=MAPPING.FILE.TEST,CMDFILE=CBC.MAPPING.FILE.TEST
This makes the mapping functions available in a readable and editable format in the file CBC.MAPPING.FILE.TES.
If required, you can reimport the file CBC.MAPPING.FILE.TEST as a command file with the command:
CALL-BCAM-COMMANDS CBC.MAPPING.FILE.TEST