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

CNV_10030_GLOBAL_INCLUDE SAP ABAP INCLUDE - Include with global definitions and routines







CNV_10030_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_10030_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_10030_GLOBAL_INCLUDE. "Basic submit
SUBMIT CNV_10030_GLOBAL_INCLUDE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10030_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_10030_GLOBAL_INCLUDE

INCLUDE CNV_10020_GLOBAL_FORMS.
INCLUDE CNV_10030_CONSTANTS.


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:

ENQUEUE_ECNVSTATE call function 'ENQUEUE_ECNVSTATE' "#EC * exporting mode_cnvstate = lock_exclusive packid = &1 phase = &2 tabname = '' progname = &3 taskid = '00' x_packid = yes x_phase = yes x_tabname = yes x_progname = yes x_taskid = yes exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ECNVSTATE call function 'DEQUEUE_ECNVSTATE' exporting mode_cnvstate = lock_exclusive packid = &1 phase = &2 tabname = '' progname = &3 taskid = '00' x_packid = yes x_phase = yes x_tabname = yes x_progname = yes x_taskid = yes.

ENQUEUE_ECNVSTATE call function 'ENQUEUE_ECNVSTATE' "#EC * exporting mode_cnvstate = lock_shared packid = &1 phase = &2 tabname = '' progname = &3 taskid = '00' x_packid = yes x_phase = yes x_tabname = yes x_progname = yes x_taskid = yes exceptions foreign_lock = 1 system_failure = 2 others = 3.

CNV_10030_PROCTREE_CHECKS call function 'CNV_10030_PROCTREE_CHECKS' exporting packid = gd_mbt_packid phase = gd_mbt_phase activity_id = gd_activity_id cwb = yes exceptions start_not_possible = 1 others = 2.

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_INT_STATE_INIT_CHECK CALL FUNCTION 'CNV_INT_STATE_INIT_CHECK' EXPORTING packid = gd_packid phase = gd_phase IMPORTING cnvstate_wa = ld_cnvstate EXCEPTIONS start_impossible.

CNV_00001_GET_IMG_ACTIVITY CALL FUNCTION 'CNV_00001_GET_IMG_ACTIVITY' EXPORTING packid = ld_state_new-packid phase = ld_state_new-phase tabname = ld_state_new-tabname progname = ld_state_new-progname IMPORTING act_text = ld_act_title EXCEPTIONS no_state_entry_exists = 1 no_activity_found = 2 OTHERS = 3.

CNV_00001_GET_IMG_ACTIVITY CALL FUNCTION 'CNV_00001_GET_IMG_ACTIVITY' EXPORTING packid = p_packid phase = p_phase progname = p_progname TABLES t_cnvimgt = lt_activity EXCEPTIONS no_state_entry_exists = 1 no_activity_found = 2 OTHERS = 3.

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = 'X' popup_title = text-pkg "#EC * IMPORTING returncode = ld_ret_code TABLES fields = lt_sval EXCEPTIONS error_in_fields = 1 OTHERS = 2.

CNV_INT_STATE_INIT_CHECK CALL FUNCTION 'CNV_INT_STATE_INIT_CHECK' EXPORTING packid = p_packid phase = p_phase tabname = p_tabname progname = p_progname EXCEPTIONS start_impossible = 1 OTHERS = 2.

CNV_INT_STATE_INITIALIZE CALL FUNCTION 'CNV_INT_STATE_INITIALIZE'.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING runstate = gd_state_log.

CNV_INT_STATE_SET CALL FUNCTION 'CNV_INT_STATE_SET' EXPORTING packid = p_packid phase = p_phase progname = p_progname state = gd_state_log.

CNV_INT_STATE_LOGSTATE_SET CALL FUNCTION 'CNV_INT_STATE_LOGSTATE_SET' EXPORTING state = gd_state_log.

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.

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_repid TABLES selection_table = lt_trange EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

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_10030_GET_TDTOBJ CALL FUNCTION 'CNV_10030_GET_TDTOBJ' "#EC * EXPORTING i_cnvfields = pt_cnvfields TABLES et_tdtobj = lt_tdtobj EXCEPTIONS no_tdtobj_entries = 1 OTHERS = 2.

CNV_10030_GET_TDTOBJ CALL FUNCTION 'CNV_10030_GET_TDTOBJ' "#EC * EXPORTING i_cnvfields = lt_cnvfields TABLES et_tdtobj = lt_tdtobj EXCEPTIONS no_tdtobj_entries = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELDNAME CALL FUNCTION 'CNV_10020_GET_ITR_FIELDNAME' EXPORTING i_packid = lt_rcparm-packid i_fieldname = lt_rcparm-fieldobj_pass i_compname = lt_rcparm-comp_pass IMPORTING e_fieldname = lt_itr_fields-fieldname EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

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

CNV_10020_GET_ITR_FIELDS CALL FUNCTION 'CNV_10020_GET_ITR_FIELDS' EXPORTING packid = p_packid packid_src = ld_packid_src tabname = ld_tabname use_10020_info = no fill_eval_style = no TABLES et_rcparm = lt_rcparm et_fieldcomp = lt_fieldcomp et_itrdef = lt_itrdef et_itr_path = lt_path.



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