Ansicht
Dokumentation

OIRA_PROC_EXE_CHECK - SSR Process Control - check objects for execution

OIRA_PROC_EXE_CHECK - SSR Process Control - check objects for execution

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function checks if a process is still relevant for processing at a certain date. To do this it reads the table OIRAPROCSTAT with the a given date, object and process ID. If a record was found it then checks if this status is relevant for reprocessing (i.e. 03 - execution failed). If the object is not valid for reprocessing it is then added to the table for the rejected objects and deleted from the original object table.

Example

data: l_object_tab TYPE TABLE OF roira_object_list,
l_obj_rej_tab TYPE TABLE OF roira_objects_rejected.

...

CALL FUNCTION 'OIRA_PROC_EXE_CHECK'

EXPORTING
pi_object_type = pc_pc_obj-parameters-object_type

CHANGING
pc_pc_obj = pc_pc_obj
pc_ce_obj = pc_ce_obj
pc_obj_list = l_object_tab
pc_obj_rej = l_obj_rej_tab.

...

Notes

Further information

OIRA_GET_LOCATION_LIST
OIRA_GET_CHOBJ_LIST





Parameters

PC_CC01_OBJ
PC_CE_OBJ
PC_CR_OBJ
PC_DR01_OBJ
PC_IS01_OBJ
PC_MM01_OBJ
PC_MR01_OBJ
PC_OBJ_LIST
PC_OBJ_REJ
PC_PC_OBJ
PC_PR01_OBJ
PC_PRN1_OBJ
PI_OBJECT_TYPE

Exceptions

Function Group

OIRA_APP01

TXBHW - Original Tax Base Amount in Local Currency   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1649 Date: 20240523 Time: 122959     sap01-206 ( 34 ms )