When you create the Main program, you must include /BTR/MDR_INCLUDE. This can be done at the start of the Main program as in the below example:
*---------------------------------------------------------------------------------*
* Sample Diffuser Program
*---------------------------------------------------------------------------------*
REPORT Z_SAMPLE_PROGRAM.
INCLUDE:
/btr/mdr_include.
This is also where you should include other declarations such as other includes, type declarations, global data declarations and table statements.
Post your comment on this topic.