SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10310_ANALYSE_INTR_FLDS SAP ABAP Report - Analysis of non-transparent fields







CNV_10310_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_10310_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_10310_ANALYSE - 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_10310_ANALYSE_INTR_FLDS. "Basic submit
SUBMIT CNV_10310_ANALYSE_INTR_FLDS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10310_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


Selection Text: P_AEOBJ = AEOBJEKT
Selection Text: P_AUSP = Analyze instances
Selection Text: P_AWKEY = AWKEY
Selection Text: P_BUSOB = BUSINESS_OBJECT
Selection Text: P_SMLOW = SM_LOW
Selection Text: P_SOBID = SOBID
Selection Text: P_SUBCL = SETSUBCLS
Selection Text: P_TFKFUN = Acct determ. IS-U: FUN fields
Selection Text: P_TFKKEY = Acct determ. IS-U: KEY fields
Selection Text: P_VAKEY = VAKEY
Selection Text: P_VVKEY = VVKEYBAV
Selection Text: P_OBJNU = OBJNUM
Selection Text: P_INDX = INDEX tables
Selection Text: P_KALCO = KALC_ORGUT
Selection Text: P_NAOBJ = NA_OBJKEY
Selection Text: P_NRSOB = NRSOBJ
Selection Text: P_OBJKY = OBJKY
Selection Text: P_OBJNL = OBJNUM (in LKSSK)
Selection Text: P_OBJNR = J_OBJNR
Title: Analysis of non-transparent fields
Text Symbol: 290 = Schedule analysis jobs
Text Symbol: 227 = Non-transp. fld
Text Symbol: 150 = Start date
Text Symbol: 100 = No analysis in CNC
Text Symbol: 043 = Start time
Text Symbol: 042 = Start date
Text Symbol: 001 = Analyze intransp. fields
Text Symbol: 291 = to be released immediately
Text Symbol: 293 = not released
Text Symbol: 292 = with start date


INCLUDES used within this REPORT CNV_10310_ANALYSE_INTR_FLDS

INCLUDE CNV_10310_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.

CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '3' EXCEPTIONS no_authority = 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 * i_structure_name = is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_excluding = gt_excluding[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 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_10310_ANALYSE_INTR_FLDS or its description.