Ansicht
Dokumentation

OIRA_STANDARD_PROCESSING - Process Control - Standard processing

OIRA_STANDARD_PROCESSING - Process Control - Standard processing

Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function executes the the whole functionality of SSR Process Control. It calles the following functions in turn.

  • OIRA_PROCESS_PREREQ_CHECK
  • OIRA_PROCESS_EXECUTION
  • OIRA_PROCESS_STATUS_UPDATE

Before this function is run the following 2 functions need to be called:

  • OIRA_GET_PROCESS_CUSTOMISING
  • OIRA_GET_LOCATION_LIST / OIRA_GET_CHOBJ_LIST

Example

Example call:

data: PC_PC_OBJ type OIRA1_PC_REFOBJ.
data: PC_CE_OBJ type OIRA1_CE_REFOBJ .
data: PC_MM01_OBJ type OIRA1_MM01_REFOBJ .

...

CALL FUNCTION 'OIRA_STANDARD_PROCESSING'

CHANGING
pc_pc_obj = pc_pc_obj
pc_ce_obj = pc_ce_obj
pc_mm01_obj = pc_mm01_obj

EXCEPTIONS
unknown_error = 1
application_log_not_set_up = 2
prereq_check_rout_not_defined = 3
status_update_not_possible = 4
OTHERS = 5.

...

Notes

Further information

OIRA_GET_PROCESS_CUSTOMISING
OIRA_GET_LOCATION_LIST
OIRA_PROCESS_PREREQ_CHECK
OIRA_PROCESS_EXECUTION
OIRA_PROCESS_STATUS_UPDATE





Parameters

PC_CC01_OBJ
PC_CE_OBJ
PC_CR_OBJ
PC_DR01_OBJ
PC_IS01_OBJ
PC_MM01_OBJ
PC_MR01_OBJ
PC_PC_OBJ
PC_PR01_OBJ
PC_PRN1_OBJ
PI_NO_PREREQ_CHECK
PI_NO_STATUS_UPD

Exceptions

APPLICATION_LOG_NOT_SET_UP
PREREQ_CHECK_ROUT_NOT_DEFINED
STATUS_UPDATE_NOT_POSSIBLE
UNKNOWN_ERROR

Function Group

OIRA_APP01

PERFORM Short Reference   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 2417 Date: 20240605 Time: 211335     sap01-206 ( 29 ms )