Ansicht
Dokumentation

FARR_CONTRACT_PP_0100 - Logic at the Start of a Mass Run

FARR_CONTRACT_PP_0100 - Logic at the Start of a Mass Run

Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is called at the start of a mass run in order to control possible changes to parameters in the case of a restart, or to delete old, interrupted runs of the application - assuming these are no longer needed.

The application type is transferred in parameter I_APPLCATG.

The I_XNEWRUN indicator indicates that the run to be started is new. In that case, the old parameter record I_STR_OLDPARAM does not have any meaning. The current parameter record I_STR_CURRPARAM is copied directly to the export parameter E_STR_NEWPARAM.

If the I_XNEWRUN indicator is not set, then the run is a restart. In that case, you have to compare the old parameter record I_STR_OLDPARAM and the current record I_STR_CURRPARAM.

Data that cannot be changed has to be filled with the original values from I_STR_OLDPARAM in the export structure E_STR_NEWPARAM; data that can be changed has to be filled with values from I_STR_CURRPARAM.

Implementing this module is optional.

Example

Notes

Further information





Parameters

E_STR_NEWPARAM
I_APPLCATG
I_STR_CURRPARAM
I_STR_OLDPARAM
I_XNEWRUN

Exceptions

Function Group

FARR_CONTRACT_CHECK_PP

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1412 Date: 20240523 Time: 051956     sap01-206 ( 34 ms )