SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CNV_10940_RVS_INIT_FORMS SAP ABAP INCLUDE - Include CNV_10940_RVS_INIT_FORMS







CNV_10940_RVS_INIT_FORMS 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_10940_RVS_INIT_FORMS 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_10940_RVS_INIT_FORMS. "Basic submit
SUBMIT CNV_10940_RVS_INIT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10940_RVS_INIT_FORMS 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 CNV_10940_RVS_INIT_FORMS


INCLUDES used within this REPORT CNV_10940_RVS_INIT_FORMS

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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = lc_funcname EXCEPTIONS function_not_exist = 1 OTHERS = 2.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = lv_object TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * input = lv_runid * IMPORTING * output = lv_runid.

CNV_10940_GET_PACKIDS CALL FUNCTION 'CNV_10940_GET_PACKIDS' DESTINATION gv_rfc_dest * EXPORTING * iv_exec = gv_exec "-JG 10.03.2011 LT V2 workcenter-PCL Integ.

POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING titel = text-026 msgid = 'CNV_10940_MESS' msgty = 'I' msgno = 026 * MSGV1 = * MSGV2 = * MSGV3 = * MSGV4 = .

CNV_10940_RVS_START CALL FUNCTION 'CNV_10940_RVS_START' DESTINATION ls_runid-destination EXPORTING iv_runid = ls_runid-runid * iv_run_descr = gv_rundesc iv_exec = gv_exec * iv_mode = gv_mode iv_task = 'E' IMPORTING ev_exec = gv_exec EXCEPTIONS communication_failure = 1 system_failure = 2 not_authorized = 3 * authority_data_missing = 4 invalid_user_type = 4 package_not_active = 5 no_string_found = 6 no_domains_entered = 7 no_strings_entered = 8 analysis_incomplete = 9 no_active_ccd = 10 no_active_coa = 11 runid_exists = 12 runid_not_found = 13 cancel_user = 14 "**+RV 07.02.2010 LT V2}

CNV_MBT_CWB_PACKAGE_CREATE * CALL FUNCTION 'CNV_MBT_CWB_PACKAGE_CREATE' * EXPORTING * i_project = lv_pcl_project ** I_DESTINATION = ** I_REF_PACK = * i_pack_descript = lv_pack_descr * i_subproj_descript = 'Report Variant Scan'(008) * i_stepguid = iv_step_guid * i_scenario = 'SLOP' ** IT_PACKAGES = ** I_REF_PACK_COPY = ** I_REF_PACK_DEACT = * i_proctype = iv_proc_type * i_display_proctree = space * EXCEPTIONS * package_creation_failed = 1 * OTHERS = 2 * .

CNV_MBT_ADM_SUBPRO_CREATE_DARK CALL FUNCTION 'CNV_MBT_ADM_SUBPRO_CREATE_DARK' EXPORTING ip_project = iv_proj * ip_subproject = iv_proj "sub-project name same as project ip_scenario = 'SLOP' ip_create_subproject = iv_create_subproj ip_create_project = iv_create_proj ip_project_descript = lv_proj_descr ip_subproj_descript = lv_subproj_descr * IP_COT_CONTEXT_ID = * IP_NAMESPACE = IMPORTING ep_project = lv_proj ep_subproject = xv_subproj EXCEPTIONS project_not_created = 1 subproject_not_created = 2 wrong_project = 3 wrong_client = 4 subproject_already_exist = 5 project_doesnot_exist = 6 no_project_name = 7 no_scenario = 8 no_authorization = 9 OTHERS = 10 .



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