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.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment