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
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.
Title: Assign evaluation rules to non-transparent fields - form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_10030_ASSIGNMENT_RCOMP_F01 - Assign evaluation rules to non-transparent fields - form routines CNV_10030_ASSIGNMENT_RCOMP - Assign evaluation rules to non-transparent fields CNV_10030_ASSIGNMENT_RCOMP - Assign evaluation rules to non-transparent fields CNV_10030_ASSIGNMENT_DTFLD_TOP - Assignment of determination to fields to be converted - data decl. CNV_10030_ASSIGNMENT_DTFLD_F02 - Assignment of determination to fields to be converted - form routines CNV_10030_ASSIGNMENT_DTFLD_F01 - Assignment of determination to fields to be converted - form routines