SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | BRFplus - ABAP-Based Business Rules(BC-SRV-BR) SAP BC

FDT_DCONV_0006 SAP ABAP Report - BRFplus: TADIR consistency check







FDT_DCONV_0006 is a standard Executable ABAP Report 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 FDT_DCONV_0006 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 FDT_DCONV_0006. "Basic submit
SUBMIT FDT_DCONV_0006 AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_DCONV_0006 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_M_DEL = Include marked for delete
Selection Text: P_OSYS = Respect Original System
Selection Text: P_SKIP = Display skipped applications
Selection Text: P_TEST = Test Mode
Title: BRFplus: TADIR consistency check
Text Symbol: 001 = Check and correct missing or outdated TADIR entries of BRFplus applications
Text Symbol: 002 = In test mode no corrections are performed
Text Symbol: A00 = Test Mode Selection
Text Symbol: A01 = Output Options


INCLUDES used within this REPORT FDT_DCONV_0006

INCLUDE FDT_INCL_REPORT_UTILITIES.


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' "#EC NOTEXT EXPORTING wi_test_modus = lv_test_mode "Test mode parameter !!! wi_delete_tadir_entry = 'X' "#EC NOTEXT wi_tadir_pgmid = gc_appl_tr_pgmid wi_tadir_object = gc_appl_tr_object wi_tadir_obj_name = ls_tadir-obj_name IMPORTING * NEW_GTADIR_ENTRY = new_tadir_entry = ls_tadir EXCEPTIONS object_is_distributed = 1 OTHERS = 2.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' "#EC NOTEXT EXPORTING wi_read_only = 'X' "#EC NOTEXT wi_tadir_pgmid = gc_appl_tr_pgmid wi_tadir_object = gc_appl_tr_object wi_tadir_obj_name = lv_obj_name IMPORTING * NEW_GTADIR_ENTRY = new_tadir_entry = ls_tadir EXCEPTIONS OTHERS = 1.

TR_GTADIR_QUERY CALL FUNCTION 'TR_GTADIR_QUERY' "note1723334 EXPORTING * TAB_IN = '~' iv_pgmid = gc_appl_tr_pgmid iv_object = gc_appl_tr_object iv_obj_name = lv_obj_name IMPORTING * ACTION = * ERROR = result = ls_gtadir * STATUS = EXCEPTIONS communication_failure = 1 system_failure = 2 tr_deny_create = 3 tr_distributed = 4 tr_invalid_state = 5 tr_invalid_transition = 6 tr_no_entry = 7 tr_object_exists = 8 tr_deny_access = 9 unsupported_exception = 10 unsupported_method = 11 OTHERS = 12.

TRINT_CHECK_DU_EDIT CALL FUNCTION 'TRINT_CHECK_DU_EDIT' EXPORTING iv_devclass = -package CHANGING cs_tdevc = ls_tdevc EXCEPTIONS no_du_changeable = 1.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' "#EC NOTEXT EXPORTING wi_test_modus = abap_false wi_tadir_pgmid = gc_appl_tr_pgmid wi_tadir_object = gc_appl_tr_object wi_tadir_obj_name = lv_obj_name wi_tadir_devclass = -package IMPORTING * NEW_GTADIR_ENTRY = new_tadir_entry = ls_tadir EXCEPTIONS OTHERS = 1.



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 FDT_DCONV_0006 or its description.