SAP Reports / Programs

DMC_ANALYZE_INTRANSP_FIELDS SAP ABAP Report - MWB: Remote Analysis of Usage of Non-Transparent Fields







DMC_ANALYZE_INTRANSP_FIELDS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function finds unknown values for the intransparent fields of change documents and SAPscript texts...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 DMC_ANALYZE_INTRANSP_FIELDS 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 DMC_ANALYZE_INTRANSP_FIELDS. "Basic submit
SUBMIT DMC_ANALYZE_INTRANSP_FIELDS AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_ANALYZE_INTRANSP_FIELDS 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_CDHDR = Analysis of CDHDR-OBJECTID
Selection Text: P_DEST = D RFC Destination
Selection Text: P_STXH = Analysis of STXH-TDOBJECT/TDID
Title: MWB: Remote Analysis of Usage of Non-Transparent Fields
Text Symbol: 001 = No Selection Made
Text Symbol: 002 = Package settings not found:
Text Symbol: 003 = Table
Text Symbol: 004 = Error during remote analysis, rc=
Text Symbol: 009 = Unknown object class...:
Text Symbol: 010 = Unknown combination of text object/ID..:
Text Symbol: 011 = End of Analysis
Text Symbol: T01 = Selection of RFC Connection
Text Symbol: T02 = Selection of Analysis Variant


INCLUDES used within this REPORT DMC_ANALYZE_INTRANSP_FIELDS

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = progress_text.

DMC_ANALYZE_TABLE_COLUMNS CALL FUNCTION 'DMC_ANALYZE_TABLE_COLUMNS' DESTINATION p_dest EXPORTING im_tabname = g_tab im_fieldname = g_fld TABLES ex_analysis = gt_result EXCEPTIONS invalid_tabname = 1 invalid_fieldname = 2 invalid_tabclass = 3 communication_failure = 4 MESSAGE msg_text system_failure = 5 MESSAGE msg_text OTHERS = 6.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = progress_text.

DMC_ANALYZE_TABLE_COLUMNS CALL FUNCTION 'DMC_ANALYZE_TABLE_COLUMNS' DESTINATION p_dest EXPORTING im_tabname = g_tab im_fieldname = g_fld TABLES im_where_clause = gt_where ex_analysis = gt_result2 EXCEPTIONS invalid_tabname = 1 invalid_fieldname = 2 invalid_tabclass = 3 communication_failure = 4 MESSAGE msg_text system_failure = 5 MESSAGE msg_text OTHERS = 6.



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