OT_RUN_PROCESS_MODEL 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_RUN_PROCESS_MODEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M05_OFPM - Special payroll process
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: Special pay process model for Outsourcing
Text Symbol: T01 = Model
Text Symbol: T02 = (Started by
Text Symbol: T03 = on
Text Symbol: T04 = at
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRPY_PUST_CREATE_PROCESS CALL FUNCTION 'HRPY_PUST_CREATE_PROCESS' EXPORTING process_text = text modellid = model creator_name = sy-uname IMPORTING processid = processid EXCEPTIONS creation_aborted = 1 creation_error = 2 process_text_missing = 3 unknown_model = 4 number_circle_does_not_exist = 5 model_must_be_active = 6 OTHERS = 7.
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_RUN_PROCESS_MODEL - Special pay process model for Outsourcing OT_RUN_PROCESS_MODEL - Special pay process model for Outsourcing OT_REPORT_AND_VARIANT - Report and variant for Process Workbench - OT 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