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

CNV_10030_ASSIGNMENT_RCOMP_F01 SAP ABAP INCLUDE - Assign evaluation rules to non-transparent fields - form routines







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


Text pool values


Title: Assign evaluation rules to non-transparent fields - form routines


INCLUDES used within this REPORT CNV_10030_ASSIGNMENT_RCOMP_F01

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:

CNV_10020_GET_ITR_FIELDNAME CALL FUNCTION 'CNV_10020_GET_ITR_FIELDNAME' EXPORTING i_packid = gt_itr_fields-packid i_fieldname = gt_itr_fields-fieldname IMPORTING e_fieldname = ld_field EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_packid = gt_itr_fields-packid p_fieldname = ld_field IMPORTING p_itr_field = ld_itr_field TABLES et_itr_comp = lt_comp EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELDNAME CALL FUNCTION 'CNV_10020_GET_ITR_FIELDNAME' EXPORTING i_packid = gt_itr_fields-packid i_fieldname = ld_itr_field IMPORTING e_fieldname = lt_itr_fields-fieldname TABLES it_itr_comp = lt_comp EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELDNAME CALL FUNCTION 'CNV_10020_GET_ITR_FIELDNAME' EXPORTING i_packid = gt_rcomp_old-packid i_fieldname = gt_rcomp_old-fieldname i_compname = gt_rcomp_old-compname IMPORTING e_fieldname = ld_fieldname EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELDS CALL FUNCTION 'CNV_10020_GET_ITR_FIELDS' EXPORTING mandt = sy-mandt packid = p_packid tabname = p_tabname fill_eval_style = no TABLES et_rcomp = lt_rcomp et_rcparm = lt_rcparm et_fieldcomp = lt_fieldcomp et_itrdef = lt_itrdef_tmp.

CNV_10020_GET_ITR_FIELDS CALL FUNCTION 'CNV_10020_GET_ITR_FIELDS' EXPORTING mandt = sy-mandt packid = p_packid tabname = p_tabname fill_eval_style = no TABLES et_rcomp = lt_rcomp et_rcparm = lt_rcparm et_fieldcomp = lt_fieldcomp.

CNV_10020_GET_ITR_FIELDS CALL FUNCTION 'CNV_10020_GET_ITR_FIELDS' EXPORTING mandt = ld_mandt packid = ld_packid packid_src = ld_packid_src tabname = ld_tabname use_10020_info = ld_use_10020_info fill_eval_style = no TABLES et_rcomp = lt_rcomp et_rcparm = lt_rcparm et_fieldcomp = lt_fieldcomp et_itrdef = lt_itrdef.

CNV_10020_ITR_PROPOSAL CALL FUNCTION 'CNV_10020_ITR_PROPOSAL' EXPORTING i_mandt = sy-mandt i_packid = p_packid i_tabname = ld_tabname i_fieldname = lt_fieldcomp-fieldname i_compname = lt_fieldcomp-compname i_packid_src = lt_fieldcomp-packid_src * I_USE_DISTANCE = 'X' TABLES et_rcomp = lt_rcomp et_rcparm = lt_rcparm.

CNV_10020_CHECK_RCOMP CALL FUNCTION 'CNV_10020_CHECK_RCOMP' EXPORTING i_mandt = sy-mandt i_only_unchecked = no i_init = no TABLES it_rcomp = lt_rcomp_chk[].



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