FGRWRE29_MODIFY_TADIR 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 FGRWRE29_MODIFY_TADIR 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = ' ' WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'PROG' WI_TADIR_OBJ_NAME = OBJ_NAME WI_TADIR_AUTHOR = SY-UNAME WI_TADIR_DEVCLASS = '$TMP' WI_TADIR_MASTERLANG = SY-LANGU WI_SET_GENFLAG = L_GENFLAG EXCEPTIONS TADIR_ENTRY_NOT_EXISTING = 1 TADIR_ENTRY_ILL_TYPE = 2 NO_SYSTEMNAME = 3 NO_SYSTEMTYPE = 4 ORIGINAL_SYSTEM_CONFLICT = 5 OBJECT_RESERVED_FOR_DEVCLASS = 6 OBJECT_EXISTS_GLOBAL = 7 OBJECT_EXISTS_LOCAL = 8 OBJECT_IS_DISTRIBUTED = 9 OBJ_SPECIFICATION_NOT_UNIQUE = 10 NO_AUTHORIZATION_TO_DELETE = 11 DEVCLASS_NOT_EXISTING = 12 SIMULTANIOUS_SET_REMOVE_REPAIR = 13 ORDER_MISSING = 14 NO_MODIFICATION_OF_HEAD_SYST = 15 PGMID_OBJECT_NOT_ALLOWED = 16 MASTERLANGUAGE_NOT_SPECIFIED = 17 DEVCLASS_NOT_SPECIFIED = 18 SPECIFY_OWNER_UNIQUE = 19 LOC_PRIV_OBJS_NO_REPAIR = 20 GTADIR_NOT_REACHED = 21 OBJECT_LOCKED_FOR_ORDER = 22 CHANGE_OF_CLASS_NOT_ALLOWED = 23 NO_CHANGE_FROM_SAP_TO_TMP = 24 OTHERS = 25.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FGRWRE29_MODIFY_TADIR - FGRWRE29MODIFYTADIR FGRWRE29_E29_GENERATE_REPORT_G - FGRWRE29E29GENERATEREPORTG FGRWRE29_DEQUEUE_JOB_OBJECTS - FGRWRE29DEQUEUEJOBOBJECTS FGRWRE29_ABORT_GENERATION - FGRWRE29ABORTGENERATION FGRWRE29 - documentation and ABAP source code FGRWRE27_READ_RP_REPORT - FGRWRE27READRPREPORT