Submit Report Without Return

Scenario

How to suppress write statements when report is submitted from FM.

Report name: /SCMTMS/SFIR_CREATE_BATCH

Input

SAP Report Help

Output

Write statements in internal table.

SAP Report Tips

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

 

Backup Coding:

SAP Submit Report Without Return