Ansicht
Dokumentation

ISU_JBP_CONFLICT_SOLVE - INTERNAL: Find and Resolve Conflicts for Meter Readings

ISU_JBP_CONFLICT_SOLVE - INTERNAL: Find and Resolve Conflicts for Meter Readings

CL_GUI_FRONTEND_SERVICES - Frontend Services   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This is a test function module and demonstrates the interaction between the following function modules, which are used to detect and resolve conflicts in meter reading results.

  • Allowed functions defined in the system table EJBPFUNC, each of which can be used to resolve a conflict.

All the allowed functions must have the same interface. For example, this function module contains the following call:

CALL FUNCTION WESOLEXEC-FBNAME
EXPORTING
X_ESOLEXEC = WESOLEXEC
CHANGING
IFJBPFUNC = IFJBPFUNC
XY_OBJ = XY_OBJ
EXCEPTIONS
GENERAL_FAULT = 1
OTHERS = 2.
IF SY-SUBRC <> 0.
MAC_MSG_REPEAT CO_MSG_ERROR GENERAL_FAULT.
ENDIF.


The most important functions are as follows:





Parameters

IFJBPFUNC
XY_CVAR
XY_OBJ
X_MASS
X_MOVE_IN_OUT

Exceptions

GENERAL_FAULT

Function Group

EJBP_FM

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

Length: 1856 Date: 20240523 Time: 135302     sap01-206 ( 23 ms )