Scenario
How to suppress write statements when report is submitted from FM.
Report name: /SCMTMS/SFIR_CREATE_BATCH
Input
Output
Write statements in internal table.
Cloud: CDA, CTA, CSA.
System: TMW/800
RFC: ZFM_FO_SETTLEMENT
Syntax for submitting report:
SUBMIT /scmtms/sfir_create_batch WITH SELECTION-TABLE
seltab EXPORTING LIST TO MEMORY AND RETURN.
Extract message from List memory to internal binary code.
FM used: LIST_FROM_MEMORY
Convert binary message to user language ASCII code.
FM used: LIST_TO_ASCI