SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Change Documents(BC-SRV-ASF-CHD) SAP BC

RSCD0F71 SAP ABAP INCLUDE - Change documents: Tadir accesses for generation







RSCD0F71 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 RSCD0F71 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSCD0F71. "Basic submit
SUBMIT RSCD0F71 AND RETURN. "Return to original report after report execution complete
SUBMIT RSCD0F71 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Change documents: Tadir accesses for generation


INCLUDES used within this REPORT RSCD0F71

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = 'X' WI_TADIR_PGMID = PGMID WI_TADIR_OBJECT = OBJECT WI_TADIR_OBJ_NAME = OBJ_NAME * wi_tadir_srcsystem = ' ' * wi_tadir_author = ' ' * wi_tadir_devclass = ' ' WI_READ_ONLY = 'X' IMPORTING * error_text = NEW_GTADIR_ENTRY = GTADIR_WA NEW_TADIR_ENTRY = TADIR_WA EXCEPTIONS ACTION_ONLY_DDIC_AND_OWNER = 01 TADIR_ENTRY_DELETED = 02 TADIR_ENTRY_NOT_EXISTING = 03 TADIR_ENTRY_ILL_TYPE = 04 NAMECLASS_CONFLICT_GEN_OBJECTS = 05 NO_SYSTEMNAME = 06 NO_SYSTEMTYPE = 07 OBJECT_NOT_EXISTING = 08 ORIGINAL_SYSTEM_CONFLICT = 09 OBJECT_RESERVED_FOR_DEVCLASS = 10 OBJECT_EXISTS_GLOBAL = 11 OBJECT_EXISTS_LOCAL = 12 OBJECT_IS_DISTRIBUTED = 13 OBJ_SPECIFICATION_NOT_UNIQUE = 14 NO_AUTHORIZATION_TO_DELETE = 15 DEVCLASS_NOT_EXISTING = 16 SIMULTANIOUS_SET_REMOVE_REPAIR = 17 NO_REPAIR_ORDER = 18 REMOVE_REPFLAG_ONLY_OWNER_DDIC = 19 REPAIR_ORDER_NOT_RELEASED = 20 ORDER_MISSING = 21 NO_MODIFICATION_OF_HEAD_SYST = 22 MODIFY_REPFLAG_ONLY_EXIST_OBJ = 23 PGMID_OBJECT_NOT_ALLOWED = 24 MASTERLANGUAGE_NOT_SPECIFIED = 25 DEVCLASS_NOT_SPECIFIED = 26 SPECIFY_OWNER_UNIQUE = 27 MOD_DEVCLASS_ONLY_OWNER_DDIC = 28 REPAIR_ONLY_OLD_OBJECTS = 29 LOC_PRIV_OBJS_NO_REPAIR = 30 GTADIR_NOT_REACHED = 31 OBJECT_LOCKED_FOR_ORDER = 32 CHANGE_OF_CLASS_NOT_ALLOWED = 33 NO_CHANGE_FROM_SAP_TO_TMP = 34.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = 'X' WI_TADIR_PGMID = PGMID WI_TADIR_OBJECT = OBJECT WI_TADIR_OBJ_NAME = OBJ_NAME WI_TADIR_SRCSYSTEM = SRCSYSTEM WI_TADIR_AUTHOR = AUTHOR WI_TADIR_DEVCLASS = DEVCLASS * Mastersprache evtl immer deutsch? * wi_tadir_masterlang = ' ' WI_SET_GENFLAG = GENFLAG * importing * error_text = * new_gtadir_entry = * new_tadir_entry = EXCEPTIONS ACTION_ONLY_DDIC_AND_OWNER = 01 TADIR_ENTRY_DELETED = 02 TADIR_ENTRY_NOT_EXISTING = 03 TADIR_ENTRY_ILL_TYPE = 04 NAMECLASS_CONFLICT_GEN_OBJECTS = 05 NO_SYSTEMNAME = 06 NO_SYSTEMTYPE = 07 OBJECT_NOT_EXISTING = 08 ORIGINAL_SYSTEM_CONFLICT = 09 OBJECT_RESERVED_FOR_DEVCLASS = 10 OBJECT_EXISTS_GLOBAL = 11 OBJECT_EXISTS_LOCAL = 12 OBJECT_IS_DISTRIBUTED = 13 OBJ_SPECIFICATION_NOT_UNIQUE = 14 NO_AUTHORIZATION_TO_DELETE = 15 DEVCLASS_NOT_EXISTING = 16 SIMULTANIOUS_SET_REMOVE_REPAIR = 17 NO_REPAIR_ORDER = 18 REMOVE_REPFLAG_ONLY_OWNER_DDIC = 19 REPAIR_ORDER_NOT_RELEASED = 20 ORDER_MISSING = 21 NO_MODIFICATION_OF_HEAD_SYST = 22 MODIFY_REPFLAG_ONLY_EXIST_OBJ = 23 PGMID_OBJECT_NOT_ALLOWED = 24 MASTERLANGUAGE_NOT_SPECIFIED = 25 DEVCLASS_NOT_SPECIFIED = 26 SPECIFY_OWNER_UNIQUE = 27 MOD_DEVCLASS_ONLY_OWNER_DDIC = 28 REPAIR_ONLY_OLD_OBJECTS = 29 LOC_PRIV_OBJS_NO_REPAIR = 30 GTADIR_NOT_REACHED = 31 OBJECT_LOCKED_FOR_ORDER = 32 CHANGE_OF_CLASS_NOT_ALLOWED = 33 NO_CHANGE_FROM_SAP_TO_TMP = 34.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSCD0F71 or its description.