BDT_NAMES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program for Comparing and Transporting BDT Settings Between Different Clients and Systems All table entries are compared that are found in the standard area menu BUPT behind the menu option "Application Object Control" and "Application Object"...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BDT_NAMES 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.
Selection Text: GV_VERS = Display Different Occurrences
Selection Text: GV_OBJAP = Application Object
Selection Text: GV_NLOK = Naming Convention Violated
Selection Text: GV_LANG = Language
Selection Text: GV_GLEI = Naming Convention Observed
Title: BDT: Observance of Naming Convention for Control Tables
Text Symbol: C51 = Naming Convention
Text Symbol: C50 = Application Object
Text Symbol: C41 = Fld Name
Text Symbol: C36 = Comparison result
Text Symbol: C35 = Key Field 5
Text Symbol: C34 = Key Field 4
Text Symbol: C33 = Key Field 3
Text Symbol: C32 = Key Field 2
Text Symbol: C31 = Description
Text Symbol: C26 = Error: Connection with
Text Symbol: C25 = Warning: Violates Naming Convention or Refers to Entry That Violates Naming Convention
Text Symbol: C23 = Entries for Application Object via Naming Convention
Text Symbol: C21 = BUPA_TBZ4A/B
Text Symbol: C20 = Application(s):
Text Symbol: C16 = Application Object:
Text Symbol: C11 = Table
INCLUDE BDT_TOOLS_TOP_NAMES.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET call function 'DDIF_TABL_GET' EXPORTING name = gt_tab_of_tab-ttype langu = sy-langu IMPORTING dd02v_wa = gs_dd02v.
BDT_SELECT_NAMES call function 'BDT_SELECT_NAMES' exporting iv_obdat = 'X' iv_objap = gv_objap tables it_appli = gt_appli et_tbz3a = gt_tbz3a_rem et_tbz0 = gt_tbz0_rem et_tbz0g = gt_tbz0g_rem et_tbz1f = gt_tbz1f_rem et_tbz1e = gt_tbz1e_rem et_tbz3 = gt_tbz3_rem et_tbz3l = gt_tbz3l_rem et_tbz3c = gt_tbz3c_rem et_tbz3e = gt_tbz3e_rem et_tbz4 = gt_tbz4_rem et_tbz4a = gt_tbz4a_rem et_tbz4c = gt_tbz4c_rem et_tbz9 = gt_tbz9_rem et_tbz9i = gt_tbz9i_rem et_tbz0q = gt_tbz0q_rem et_tbz3q = gt_tbz3q_rem et_tbz3o = gt_tbz3o_rem et_tbz4b = gt_tbz4b_rem et_tbz5 = gt_tbz5_rem.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BDT_NAMES - BDT: Observance of Naming Convention for Control Tables BDT_NAMES - BDT: Observance of Naming Convention for Control Tables BDT_DELETE_DYNPROS - BDT: Delete All Subscreen Containers BDT_DELETE_DYNPROS - BDT: Delete All Subscreen Containers BDT_DC_TEXTS - BDTDCTEXTS BDT_DC_OXT_CONSTANTS - BDTDCOXTCONSTANTS