OT_PROCESS_OUTBOUND_FRAME 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 OT_PROCESS_OUTBOUND_FRAME 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.
Title: Outbound process of idocs for Outsourcing
INCLUDE RPUPMDP3.
INCLUDE OT_REPORT_AND_VARIANT.
No SAP DATABASE tables are accessed within this REPORT code!
HRPY_PROCESS_SET_ALL_PERNR_ST * call function 'HRPY_PROCESS_SET_ALL_PERNR_ST' * exporting * imp_parcel = pyparaid * imp_set_suc = 'X' * tables * pernr_index = pernr_index * exceptions * others = 0.
HRPY_PROCESS_FIRE_EVENT call function 'HRPY_PROCESS_FIRE_EVENT' exporting imp_parcel = pyparaid imp_event_name = 'JOB_ENDED' tables imp_container = pw_container.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OT_PROCESS_OUTBOUND_FRAME - Outbound process of idocs for Outsourcing OT_PROCESS_OUTBOUND_FRAME - Outbound process of idocs for Outsourcing OTYPTRVL - Program for Object Type TRAVEL : Trip Document OTYPTRVL - Program for Object Type TRAVEL : Trip Document OTYPPRELD3DE - Program for Object Type PRELD3DE : DEUEV Statement OTYPPRELD3DE - Program for Object Type PRELD3DE : DEUEV Statement