Ansicht
Dokumentation

OIRA_COMPILE_WORKLIST - Compile process checklist

OIRA_COMPILE_WORKLIST - Compile process checklist

BAL_S_LOG - Application Log: Log header data   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function compares the entries in the process dependency table with the entries in the process control group and compiles a final worklist for prerequisite checks by intersecting the entries.

In this procedure the entries in the process control group will overrule the entries of the process dependencies.

Example

Entries in the process dependency table for main process PR3: PR1, PR2
Entries in the process control group: PR1
The final work list will consist of only one entry: PR1

Example call:

data: begin of l_location_check_results occurs 0.
include structure oira_process_list.
data: end of l_location_check_results.

data: begin of l_process_dependencies occurs 0.
include structure oira_process_list2.
data: end of l_process_dependencies.

data: begin of l_location_check_results occurs 0.
include structure oira_process_list.
data: end of l_location_check_results.

...

call function 'OIRA_COMPILE_WORKLIST'
tables
pt_pcgp = l_pcgp
pt_process_dependencies = l_process_dependencies
pt_location_check_results = l_location_check_results
exceptions
no_worklist_exists = 1
others = 2.

Notes

Further information





Parameters

PT_LOCATION_CHECK_RESULTS
PT_PCGP
PT_PROCESS_DEPENDENCIES

Exceptions

Function Group

OIRA_APP01

CPI1466 during Backup   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1764 Date: 20240523 Time: 143445     sap01-206 ( 23 ms )