TEST_INTEROP_10_2 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 TEST_INTEROP_10_2 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_WRKCNT = Workcenter
Selection Text: P_TEXT = Notif. Short Text
Selection Text: P_REPEAT = Repeat Test (1 = only once)
Selection Text: P_QMNUM = Notif. Number (QMNUM)
Selection Text: P_QMART = Notif type (QMART)
Selection Text: P_PPLANT = Planning Plant
Selection Text: P_PLANT = Workcenter Plant
Selection Text: P_ORDTXT = Order Short Text
Selection Text: P_OLDO = Use existing Order
Selection Text: P_OLDN = Use existing Notification
Selection Text: P_NEWO = Create Order before assigning
Selection Text: P_NEWN = Create new Notification
Selection Text: P_HDRLVL = Assign on header level
Selection Text: P_COMORD = Commit after Order creation
Selection Text: P_COMMIT = Commit work
Selection Text: P_AUFNR = Order Number (AUFNR)
Selection Text: P_AUFART = Order type (AUFART)
Title: BAPI Interop: Case 10_2 - Assign Notification to Order via BAPI
Text Symbol: 004 = At end of test case execution
Text Symbol: 003 = Order to assign the Notification to
Text Symbol: 002 = Assignment of Notif to Order
Text Symbol: 001 = Notification to be assigned to Order
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TEST_INTEROP_10_2 - BAPI Interop: Case 10_2 - Assign Notification to Order via BAPI TEST_INTEROP_10_2 - BAPI Interop: Case 10_2 - Assign Notification to Order via BAPI TEST_INTEROP_10_1 - BAPI Interop: Case 10_1 - Assign Notification to Order via BO TEST_INTEROP_10_1 - BAPI Interop: Case 10_1 - Assign Notification to Order via BO TEST_INTEROP_02_2 - BAPI Interop: Case 02_2 - Create Notification via BAPI TEST_INTEROP_02_2 - BAPI Interop: Case 02_2 - Create Notification via BAPI