Ansicht
Dokumentation

OIRA_GET_PROCESS_RNBT - Get relevant business type for process

OIRA_GET_PROCESS_RNBT - Get relevant business type for process

Addresses (Business Address Services)   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function will retrieve the business type linked to a process. The SSR processes will take the returned business type to access the location master to get the relevant data fot the process.

Example

Example call:

data: l_process like oiraprocdef-procdef,
l_rnbt like oirarnbt-rnbt.

...

call function 'OIRA_GET_PROCESS_RNBT'
exporting
pi_process = l_process
importing
pe_rnbt = l_rnbt
exceptions
main_process_not_found = 1
business_type_not_found = 2
others = 3.

Notes

Further information





Parameters

PE_RNBT
PI_PROCESS

Exceptions

PROCESS_NOT_LINKED_TO_RNBT

Function Group

OIRA_APP01

ABAP Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 1038 Date: 20240523 Time: 145522     sap01-206 ( 17 ms )