Hi Experts,
I've enhanced the Move-Out Screen with custom fields(CI_EVER). I need to populate the same in the contract (CI_EVER). But unable to do so. I'm trying the same in the exit stated below.
How and what to set the value of Y_HANDLE to so the same ?
FUNCTION EXIT_SAPLES20_006.
*"----
""Lokale Schnittstelle:
*" IMPORTING
*" VALUE(X_VERTRAG) LIKE EVER-VERTRAG
*" VALUE(X_WMODE) LIKE REGEN-WMODE
*" VALUE(X_UPD_ONLINE) LIKE REGEN-UPD_ONLINE
*" VALUE(X_NO_DIALOG) LIKE REGEN-NO_DIALOG
*" VALUE(X_EVER) TYPE ISU01_CONTRACT-EVER
*" VALUE(X_AUTO) TYPE ISU01_CONTRACT_AUTO
*" EXPORTING
*" VALUE(Y_HANDLE) LIKE REGEN-HANDLE
*" EXCEPTIONS
*" DATA_INCONSISTENCY
*" NOT_AUTHORIZED
*" FOREIGN_LOCK
Documentation of the Exit:-
The function module EXIT_SAPLES20_006 is the OPEN function module for the customer enhancement EMDK0001. This module opens the dependent object for the object enhancement. It also reads the data.
Since the structure of the application data in the development class EE01 (master data) is not known, the data cannot be forwarded. It therefore stays in the local memory of the function group. If several instances of an object class are to be processed, a handle (an object reference) must be returned to the calling program.