SDSBWAPSPS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SDSBWAPSPS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_NCUST = New Customer Customizing
Selection Text: P_REST = Restart
Selection Text: P_TRMNO = Transfer Number
Selection Text: S_IDOC = IDoc Table
Title: Report to Start a Verification Step
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_SBWAP_PRESTEP_LOOP CALL FUNCTION 'SD_SBWAP_PRESTEP_LOOP' EXPORTING I_TRMNO_INT = US_TRMNO I_ACTUAL_IDOC = US_DOCNUM I_USE_DATABASE = 'X' I_USE_IDOC = SPACE I_RESTART = US_RESTART I_NEW_CUST_CUSTOMIZING = US_NEW_CUST_CUSTOMIZING IMPORTING * E_ERROR_CNT = E_PROBLEM_TABLE = DA_PROBLEM_TABLE EXCEPTIONS DB_PROBLEM = 1 INVALID_PARAMETERS = 2 TRM_LOCKED = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDSBWAPSPS - Report to Start a Verification Step SDSBWAPSPS - Report to Start a Verification Step SDSBWAPSMS - Report to start update step for SBWAP SDSBWAPSMS - Report to start update step for SBWAP SDSBWAPRSWUS - SD Self-Billing Procedure, Maintain EDI Partner per User SDSBWAPRSWUS - SD Self-Billing Procedure, Maintain EDI Partner per User