Ansicht
Dokumentation

EXIT_SAPLKYP1_001 - EC-EIS: Global Variables for Drilldown

EXIT_SAPLKYP1_001 - EC-EIS: Global Variables for Drilldown

Addresses (Business Address Services)   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

This function module is used to call up user-exit routines for the report variables in EC-EIS (replacement type 3). Information on each report is available in the variables (I_RKB1D, I_RKB1F and I_RKB1X) and various tables (I_VARTAB, I_SEIG, I_FDEP_TAB and I_FIELD_TAB). Note that the call up time is determined when the report variables are defined. The user exit is either called up before you enter the report variables, or afterwards (I_AFTERINPUT flag). You need to do the coding in the include file ZXYEXU01 for the exit routine.

Notes

The I_VARTAB and I_SEIG tables are only transferred as a copy, and thus are only used for information purposes. These tables cannot be modified in the user-exit module. SAP strongly advises you NOT to change the I_FDEP_TAB or I_FIELD_TAB table.

Note the following differences between the variable categories:

  • Export parameter E_KEYID must be set by the user exit for variable category 1 (characteristic category).
  • In additiion to E_KEYID, the E_TEXT and E_LENGTH export parameters need to be set by the exit routine for variable category 3 (text).
  • The E_VALUE export parameter needs to be set for variable category 4 (formula). It is not possible to use the I_AFTERINPUT flag to differentiate. Processing is always triggered after data has been entered.

The RKD_VARIABLE (realizes the replacement type of the SAP exit) uses the same method as used in the user-exit. This function module can thus be used as a template for your own exit modules.





Parameters

C_TS_VRANGE
E_KEYID
E_LENGTH
E_MEEHT
E_MEFAC
E_TEXT
E_TYPE
E_VALUE
E_WAERS
E_WHFAC
I_AFTERINPUT
I_FDEP_TAB
I_FIELD_TAB
I_FNAM
I_RKB1D
I_RKB1F
I_RKB1X
I_SEIG
I_VARTAB
I_VARTYP
I_VNAM

Exceptions

UNKNOWN_VARIABLE

Function Group

XYEX

BAL Application Log Documentation   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 2128 Date: 20240523 Time: 054955     sap01-206 ( 54 ms )