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

CNV_20200_GENERATE_CJTRANS_O01 SAP ABAP INCLUDE - Include CNV_20200_GENERATE_CJTRANS_O01







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


INCLUDES used within this REPORT CNV_20200_GENERATE_CJTRANS_O01

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_00001_GET_STATE_RELATIONS CALL FUNCTION 'CNV_00001_GET_STATE_RELATIONS' EXPORTING packid = iv_packid phase = 'R' progname = 'CNV_20200_MAINTAIN_CJTRANSNUMB' EXCEPTIONS no_entry_exists = 1.

CNV_MBT_CWB_PCL_PACK_GET CALL FUNCTION 'CNV_MBT_CWB_PCL_PACK_GET' EXPORTING i_cwb_packid = iv_packid i_exec_sysid = sy-sysid IMPORTING e_pcl_packid = lv_pcl_packid EXCEPTIONS no_package_found = 1 rfc_problems = 2 exec_pack_not_active = 3 OTHERS = 4.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = lv_pcl_packid exec_target = 'P' IMPORTING destination_id = lv_control_sys_rfc_dest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 wrong_unicode_settings = 7 OTHERS = 8.

CNV_20200_ME_SAVE_CJTRANS_MAP CALL FUNCTION 'CNV_20200_ME_SAVE_CJTRANS_MAP' DESTINATION lv_control_sys_rfc_dest EXPORTING it_old_name_mapping = it_old_name_mapping it_old_numb_mapping = it_old_numb_mapping it_old_lang_mapping = it_old_lang_mapping it_new_name_mapping = it_new_name_mapping it_new_numb_mapping = it_new_numb_mapping it_new_lang_mapping = it_new_lang_mapping it_bukrs_mapping = it_bukrs_mapping iv_packid = iv_packid IMPORTING ev_name_mapping_state = cv_name_mapping_state EXCEPTIONS context_not_found = 1 mapping_error = 2 mapping_save_error = 3 mapping_not_pushed_to_exec = 4.



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