Ansicht
Dokumentation

OIRA_GET_PROCESS_DEPENDENCIES - Get process dependencies with corresponding check routines

OIRA_GET_PROCESS_DEPENDENCIES - Get process dependencies with corresponding check routines

General Material Data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function will retrieve all prerequisite processes for the entered dependant process.

In addition to that it will also retrieve the corresponding check routines belonging to each prerequisite process.

Example

Example call:

data: process like oiraprocdef-procdef.

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

...

call function 'OIRA_GET_PROCESS_DEPENDENCIES'
exporting
pi_process = process
tables
pt_process_dependencies = process_dependencies
exceptions
prereq_check_rout_not_found = 1
others = 2.

Notes

Further information





Parameters

PI_PROCESS
PT_PROCESS_DEPENDENCIES

Exceptions

PREREQ_CHECK_ROUT_NOT_FOUND

Function Group

OIRA_APP01

CPI1466 during Backup   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1139 Date: 20240605 Time: 182802     sap01-206 ( 19 ms )