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

CNV_20800_GLOBAL_INCLUDE SAP ABAP INCLUDE - Include with global definitions and routines







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


Text pool values


Title: Include with global definitions and routines


INCLUDES used within this REPORT CNV_20800_GLOBAL_INCLUDE

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 = gd_packid phase = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_20800_GET_STATUS CALL FUNCTION 'CNV_20800_GET_STATUS' EXPORTING i_packid = gd_packid EXCEPTIONS confirmed = 1 OTHERS = 2. "#EC EXISTS

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = p_title txt1 = p_line1 txt2 = p_line2.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING runstate = gd_state_log.

RS_MSG_TEXT CALL FUNCTION 'RS_MSG_TEXT' EXPORTING text_type = 'S' msgid = p_msgid msgno = p_msgno msgv1 = ld_msgv1 msgv2 = ld_msgv2 msgv3 = ld_msgv3 msgv4 = ld_msgv4 TABLES msgtext = lt_msgtext EXCEPTIONS message_not_exists = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'KUNNR_CONVERSION_VIA_NRIV' i_key2 = '' IMPORTING e_val1 = ld_val1 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' "LT-V2 changes EXPORTING i_packid = gd_packid i_name = 'PACKSET_INSTALLED' i_key1 = c_kunnr i_key2 = '1:1' IMPORTING e_val3 = ld_val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' "LT-V2 changes EXPORTING i_packid = gd_packid i_name = 'PACKSET_INSTALLED' i_key1 = c_kunnr i_key2 = 'N:1' IMPORTING e_val3 = ld_val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'KUNNR_CONVERSION_VIA_NRIV' i_key2 = '' IMPORTING e_val1 = ld_val1 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'LIFNR_CONVERSION_VIA_NRIV' i_key2 = '' IMPORTING e_val1 = ld_val1 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' "LT-V2 Changes EXPORTING i_packid = gd_packid i_name = 'PACKSET_INSTALLED' i_key1 = c_lifnr i_key2 = '1:1' IMPORTING e_val3 = ld_val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20800_READ_PARAM CALL FUNCTION 'CNV_20800_READ_PARAM' "LT-V2 Changes EXPORTING i_packid = gd_packid i_name = 'PACKSET_INSTALLED' i_key1 = c_lifnr i_key2 = 'N:1' IMPORTING e_val3 = ld_val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = p_text.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = ld_prog TABLES selection_table = lt_trange.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = ld_jobname IMPORTING jobcount = ld_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = ld_jobcount jobname = ld_jobname strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 lock_failed = 7 OTHERS = 8.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = p_packid phase = p_phase.

CNV_INT_STATE_INITIALIZE CALL FUNCTION 'CNV_INT_STATE_INITIALIZE' EXPORTING runmode = p_runmode tabname = p_tabname IMPORTING rerunarg = p_rerunarg.

CNV_20900_READ_PARAM





CALL FUNCTION 'CNV_20900_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_INSTALLED' i_key1 = c_lifnr i_key2 = '1:1' IMPORTING e_val3 = ld_val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20900_READ_PARAM CALL FUNCTION 'CNV_20900_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_INSTALLED' i_key1 = c_lifnr i_key2 = 'N:1' IMPORTING e_val3 = ld_val3 EXCEPTIONS param_not_found = 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_20800_GLOBAL_INCLUDE or its description.