SAP Reports / Programs

/SAPPO/SAMPLE_BAPI_CR_MULT_SC SAP ABAP Report - PPO Application Example - Deprecated







/SAPPO/SAMPLE_BAPI_CR_MULT_SC 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 /SAPPO/SAMPLE_BAPI_CR_MULT_SC into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /SAPPO/SAMPLE_BAPI_CR_MULT_SC. "Basic submit
SUBMIT /SAPPO/SAMPLE_BAPI_CR_MULT_SC AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPO/SAMPLE_BAPI_CR_MULT_SC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BPRC = Business Process
Selection Text: P_COMP = Component
Selection Text: P_MSGID = Message Class
Selection Text: P_MSGNO = Message Number
Selection Text: P_MSGTY = Message Type
Selection Text: P_OBJ1 = Key - Main Object 1
Selection Text: P_OBJ2 = Key - Main Object 2
Selection Text: P_OBJ3 = Key - Main Object 3
Selection Text: P_OBJKU = Key - Related Object
Selection Text: P_OBJT = Object Type - Main Object
Selection Text: P_OBJTU = Object Type - Related Object
Title: PPO Application Example - Deprecated
Text Symbol: 001 = Mass Run Details
Text Symbol: 002 = Main Objects
Text Symbol: 003 = Base object
Text Symbol: 004 = Main Message


INCLUDES used within this REPORT /SAPPO/SAMPLE_BAPI_CR_MULT_SC

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/SAPPO/BAPI_ORDER_SET_CONTEXT CALL FUNCTION '/SAPPO/BAPI_ORDER_SET_CONTEXT' EXPORTING component = p_comp businessprocess = p_bprc * BUSINESSPROCESSID = * CHECKBAR = * PROCESSEXTENSION = * IMPORTING * PROCESSISACTIVE = TABLES return = lt_return * EXTENSIONIN = .

/SAPPO/BAPI_ORDER_CREATE CALL FUNCTION '/SAPPO/BAPI_ORDER_CREATE' EXPORTING mainobject = mainobject basicobject = basicobject * ENVOBJECT1 = * ENVOBJECT2 = mainmessage = mainmessage * POSTDATE = * CREATIONDATE = * CUSTOMEREXIT = 'X' * IMPORTING * ORDER = TABLES * OBJECTS = * MESSAGES = return = lt_return * EXTENSIONIN = .

/SAPPO/BAPI_ORDER_SAVE CALL FUNCTION '/SAPPO/BAPI_ORDER_SAVE' * EXPORTING * PROCESSEXTENSION = TABLES return = lt_return .

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' * EXPORTING * WAIT = * IMPORTING * RETURN = .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPPO/SAMPLE_BAPI_CR_MULT_SC or its description.