Ansicht
Dokumentation

OIRA_GET_OPTIMIZATION_SETTINGS - Get optimization settings for process

OIRA_GET_OPTIMIZATION_SETTINGS - Get optimization settings for process

Fill RESBD Structure from EBP Component Structure   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function retrieves the optimization settings from customizing for the given process. If no entries were found, or the entries are incomplete a corresponding error is returned.

Example

Example call:

data: process like oiraprocdef-procdef.

data: begin of l_opt_settings occurs 1.
include structure oiraproctech.
data: end of l_opt_settings.

...

call function 'OIRA_GET_OPTIMIZATION_SETTINGS'
exporting
pi_process = process
tables
pt_oiraproctech = l_opt_settings
exceptions
no_entries_found = 1
entries_not_fully_maintained = 2
others = 5.

Notes

Further information





Parameters

PI_PROCESS
PT_OIRAPROCTECH

Exceptions

ENTRIES_NOT_FULLY_MAINTAINED
NO_ENTRIES_FOUND

Function Group

OIRA_APP01

ABAP Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1144 Date: 20240523 Time: 145634     sap01-206 ( 19 ms )