BSP_DLC_FIELD_ANALYSIS 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 BSP_DLC_FIELD_ANALYSIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WCF_FA - WebClient UI: Field Label Analysis
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: COMPO = Component
Title: WebClient UI: Field Label Analysis
Text Symbol: 022 = Component / View / Configuration (Role Config. Key, Component Usage, Object Type, Object Subtype) / Attribute
Text Symbol: 021 = Remove Filter
Text Symbol: 020 = Filter Label Origin
Text Symbol: 019 = Label Origin
Text Symbol: 018 = DO: Design Obj. Attribute
Text Symbol: 017 = DO: No. of Affected Views
Text Symbol: 016 = Are you sure you want to delete this label?
Text Symbol: 015 = Caution, Deletion of label
Text Symbol: 014 = Delete Label (Non-Default Configuration)
Text Symbol: 013 = Delete Label (Default Configuration)
Text Symbol: 012 = Show Design Object Where-Used List
Text Symbol: 010 = Display View
Text Symbol: 009 = Edit View
Text Symbol: 008 = DO: Ref. Dsgn Obj.
Text Symbol: 007 = DO: Design Object
Text Symbol: 006 = DO: Object Type
Text Symbol: 005 = Label Origin
Text Symbol: 004 = Optimize Column Width
Text Symbol: 003 = Active Field Label
Text Symbol: 002 = Visible
Text Symbol: 001 = Component / View / Configuration / Attribute
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL_CUST_DESIGN_OBJECT_CHECK CALL FUNCTION 'CALL_CUST_DESIGN_OBJECT_CHECK' STARTING NEW TASK 'do' EXPORTING iv_object_type = ls_line-dsgn_object_type iv_dsgn_object = lv_dsgn_object iv_attr_name_bol = lv_attr_name_bol iv_source = lv_source.
BSP_DYN_FA_DOBJ_WHERE_USED CALL FUNCTION 'BSP_DYN_FA_DOBJ_WHERE_USED' EXPORTING iv_dsgn_object = ls_line-dsgn_object iv_dsgn_object_type = ls_line-dsgn_object_type iv_attr_name_bol = ls_line-attr_name_bol.
BSP_DYN_FA_DOBJ_WHERE_USED CALL FUNCTION 'BSP_DYN_FA_DOBJ_WHERE_USED' EXPORTING iv_dsgn_object = ls_line-dsgn_object iv_dsgn_object_type = ls_line-dsgn_object_type iv_attr_name_bol = ls_line-attr_name_bol.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'WAPA' wi_tadir_obj_name = lv_tadir_name wi_read_only = 'X' IMPORTING new_tadir_entry = ls_tadir EXCEPTIONS OTHERS = 0. "no result -> no transport
TR_DEVCLASS_GET CALL FUNCTION 'TR_DEVCLASS_GET' EXPORTING iv_devclass = ls_tadir-devclass IMPORTING es_tdevc = ls_devc EXCEPTIONS OTHERS = 0. "no result -> no transport
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BSP_DLCS_FA_FIELD' CHANGING ct_fieldcat = lt_fieldcat_ddic.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-015 text_question = text-016 IMPORTING answer = ev_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BSP_DLC_FIELD_ANALYSIS - WebClient UI: Field Label Analysis BSP_DLC_FIELD_ANALYSIS - WebClient UI: Field Label Analysis BSP_DLC_EDIT_CONFIG_LANG - Report BSP_DLC_EDIT_CONFIG_LANG BSP_DLC_EDIT_CONFIG_LANG - Report BSP_DLC_EDIT_CONFIG_LANG BSP_DLC_DELETE_PERSONALIZATION - WebClient UI: Delete UI Personalization Data BSP_DLC_DELETE_PERSONALIZATION - WebClient UI: Delete UI Personalization Data