IEVALTXT is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter IEVALTXT into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Data definitions for reading texts for fixed values
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUE_TEXT_GET * call function 'DDUT_DOMVALUE_TEXT_GET' * exporting * name = domname * VALUE = domvalue * LANGU = SY-LANGU * TEXTS_ONLY = ' ' * IMPORTING * DD07V_WA = domvalwa * exceptions * not_found = 1 * illegal_input = 2 * OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IEVALTXT - Data definitions for reading texts for fixed values IEUPDMOD - Definition of Constants for the Update Flag X_UPD_MODE IEUMZMAC - Macros for Both Move-Out and Move-In Functions IETRSLOG - Constants for Transfer of LOGKIZW IETIVOR - Allocation of Numerical-Alphanumeric IDs for Internal Transactions IETHPPM - Constants for Data Element THPPM_KK