SAP Reports / Programs

CNV_20000_PRE_40 SAP ABAP Report - Switch off package 10000 for org. independent conversion + checks







CNV_20000_PRE_40 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_20000_PRE_40 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_20000_PRE_40 - Save scenario , package 10000 on/off


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


Text pool values


Title: Switch off package 10000 for org. independent conversion + checks
Text Symbol: 105 = running


INCLUDES used within this REPORT CNV_20000_PRE_40

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_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_10020_INIT_MESSAGES CALL FUNCTION 'CNV_10020_INIT_MESSAGES' EXPORTING i_packid = gc_packid i_protmode = 'E'.

CNV_10020_GET_ORGDEPENDENCE CALL FUNCTION 'CNV_10020_GET_ORGDEPENDENCE' EXPORTING i_packid = gc_packid i_packid_src = '20000' CHANGING e_orgdep = gd_orgdep.

CNV_10020_GET_RELVAL CALL FUNCTION 'CNV_10020_GET_RELVAL' EXPORTING i_packid = gc_packid i_packid_src = '20000' i_dtobj = 'PERIV' TABLES et_relval = gt_10020_relv EXCEPTIONS OTHERS = 1.

CNV_10020_DETERMINATION CALL FUNCTION 'CNV_10020_DETERMINATION' EXPORTING i_packid = gc_packid i_dtobj_s = 'BUKRS' i_dtval_s = it_periv-buk i_pathid = '' i_pathtype = '' i_dtobj_t = 'BUKRS' i_packid_src = '20000' IMPORTING e_notrel = ld_notrel e_rc = ld_subrc.

CNV_10020_SET_RELVAL CALL FUNCTION 'CNV_10020_SET_RELVAL' EXPORTING i_packid = gc_packid i_packid_src = '20000' i_dtobj = 'PERIV' i_relval = it_periv-fyp.

CNV_10020_DETERMINATION CALL FUNCTION 'CNV_10020_DETERMINATION' EXPORTING i_packid = gc_packid i_dtobj_s = 'BUKRS' i_dtval_s = p_field i_pathid = '' i_pathtype = '' i_dtobj_t = 'BUKRS' i_packid_src = '20000' IMPORTING e_notrel = ld_notrel e_rc = ld_subrc.

CNV_00001_PARAMS_WRITE CALL FUNCTION 'CNV_00001_PARAMS_WRITE' EXPORTING paramname = 'CNV_20000_RMRP' paramtype = 'F' valuefrom = 'X' origpack = '20000' EXCEPTIONS no_active_package = 1 package_does_not_exists = 2 OTHERS = 3.

APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING object = 'CAGTFBS' subobject = 'CONVERSION' column_selection = ld_data external_number_display_length = 48.

CNV_10020_GET_RELVAL CALL FUNCTION 'CNV_10020_GET_RELVAL' EXPORTING i_packid = gc_packid i_packid_src = '20000' i_dtobj = 'BUKRS' TABLES et_relval = gt_10020_relv EXCEPTIONS OTHERS = 1.



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