SAP Reports / Programs

CNV_20551_ANALYSE_INTR_FLDS SAP ABAP Report - Analysis of non-transparent fields







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_20551_AN_INTFLDS - Analyze intransp. fields


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


Text pool values


Title: Analysis of non-transparent fields
Text Symbol: 010 = % of entries processed...
Text Symbol: 011 = % processed...
Text Symbol: 038 = Initializing program...
Text Symbol: 042 = Start date
Text Symbol: 043 = Start time
Text Symbol: 100 = No analysis in SAP development systems
Text Symbol: 150 = Start date
Text Symbol: 227 = Non-transp. fld
Text Symbol: 270 = Schedule analysis jobs?
Text Symbol: 272 = Analyze non-transparent fields
Text Symbol: 280 = Release analysis jobs now?
Text Symbol: 282 = Release analysis jobs?
Text Symbol: 290 = Schedule analysis jobs
Text Symbol: 291 = to be released immediately
Text Symbol: 292 = with start date
Text Symbol: 293 = not released


INCLUDES used within this REPORT CNV_20551_ANALYSE_INTR_FLDS

INCLUDE CNV_20551_D_ANALYSE_INTR_FLDS .


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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid phase = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_interface_check = ' ' i_callback_program = gd_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_excluding = gt_excluding[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING p_pack = gc_packid IMPORTING p_res = lv_res EXCEPTIONS package_not_found = 1 OTHERS = 2.

CNV_00001_PARAMS_READ CALL FUNCTION 'CNV_00001_PARAMS_READ' EXPORTING paramname = 'CNV_00001_CHECK_FIELD' packid = gc_packid IMPORTING valuefrom = ld_check_field EXCEPTIONS no_active_package = 1 parameter_does_not_exist = 2 package_does_not_exists = 3 OTHERS = 4.

CNV_00001_PARAMS_WRITE CALL FUNCTION 'CNV_00001_PARAMS_WRITE' EXPORTING paramname = 'CNV_00001_CHECK_FIELD' valuefrom = ld_check_field UPDATE = 'X' packid = gc_packid EXCEPTIONS no_active_package = 1 package_does_not_exists = 2 OTHERS = 3.

CNV_SYSTEM_INFO CALL FUNCTION 'CNV_SYSTEM_INFO' EXPORTING p_sys_id = sy-sysid IMPORTING p_sys_type = xv_sys_type EXCEPTIONS system_unknown = 1 OTHERS = 2.



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