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

CNV_10020_GLOBAL_DATA SAP ABAP INCLUDE - Global data declarations







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


Text pool values


Title: Global data declarations


INCLUDES used within this REPORT CNV_10020_GLOBAL_DATA

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:

RS_SUBMIT_INFO call function 'RS_SUBMIT_INFO' importing p_submit_info = gd_submit_info.

RS_CUA_GET_STATUS_FUNCTIONS call function 'RS_CUA_GET_STATUS_FUNCTIONS' exporting program = gd_prog_sscr status = gd_stat_sscr tables functions = gt_func_sscr.

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = gd_stat_sscr tables p_exclude = gt_excl_sscr.

DB_COMMIT call function 'DB_COMMIT'.

CNV_10020_INIT_MESSAGES call function 'CNV_10020_INIT_MESSAGES' exporting i_packid = &1.

CNV_10020_INIT_MESSAGES call function 'CNV_10020_INIT_MESSAGES' exporting i_packid = &1 i_protmode = &2.

CNV_10020_SET_PROTMODE call function 'CNV_10020_SET_PROTMODE' exporting i_protmode = &1.

CNV_10020_GET_PROTMODE call function 'CNV_10020_GET_PROTMODE' importing e_protmode = &1.

CNV_10020_CLEAR_OVERALL_STATUS call function 'CNV_10020_CLEAR_OVERALL_STATUS'.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &8.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_respect_ns = yes i_protmode = &8.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &8.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_respect_ns = yes i_protmode = &8.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &1.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &1.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &1.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_respect_ns = yes i_protmode = &1.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &8 i_index = &9.

CNV_10020_ADD_MESSAGE





call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_respect_ns = yes i_protmode = &8 i_index = &9.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_protmode = &1 i_index = &2.

CNV_10020_ADD_MESSAGE call function 'CNV_10020_ADD_MESSAGE' exporting i_message = gd_message i_respect_ns = yes i_protmode = &1 i_index = &2.

CNV_10020_CLEAR_MSG_CTRL_COUNT call function 'CNV_10020_CLEAR_MSG_CTRL_COUNT' exporting i_msgno = &1.

CNV_10020_FLUSH_MSG_CTRL call function 'CNV_10020_FLUSH_MSG_CTRL' exporting i_msgno = &1.

CNV_10020_GET_MESSAGES call function 'CNV_10020_GET_MESSAGES' importing e_overall_status = &1 tables et_messages = &2.

CNV_10020_GET_NO_MESSAGES call function 'CNV_10020_GET_NO_MESSAGES' importing e_no_messages = &1.

CNV_10020_SET_MESSAGES call function 'CNV_10020_SET_MESSAGES' exporting i_overall_status = &1 tables it_messages = &2.

CNV_10020_DISPLAY_MESSAGES call function 'CNV_10020_DISPLAY_MESSAGES' exporting i_window = yes.

CNV_10020_DISPLAY_MESSAGES call function 'CNV_10020_DISPLAY_MESSAGES' exporting i_window = no.

CNV_10020_GET_OVERALL_STATUS call function 'CNV_10020_GET_OVERALL_STATUS' importing e_overall_status = gd_overall_status.

SAPTUNE_PROFILE_PARAMETER call function 'SAPTUNE_PROFILE_PARAMETER' exporting name = gd_profile_name importing value = gd_profile_value exceptions unknown_parameter = 1 no_authorization = 2 others = 3.

SAPTUNE_PROFILE_PARAMETER call function 'SAPTUNE_PROFILE_PARAMETER' exporting name = gd_profile_name importing value = gd_profile_value exceptions unknown_parameter = 1 no_authorization = 2 others = 3.

CONVERSION_EXIT_CNVO4_OUTPUT call function 'CONVERSION_EXIT_CNVO4_OUTPUT' exporting input = &1 importing output = &2.

CONVERSION_EXIT_CNVO6_OUTPUT call function 'CONVERSION_EXIT_CNVO6_OUTPUT' exporting input = &1 importing output = &2.

CONVERSION_EXIT_CNVO1_OUTPUT call function 'CONVERSION_EXIT_CNVO1_OUTPUT' exporting input = &1 importing output = &2.

ICON_CREATE call function 'ICON_CREATE' exporting name = &1 importing result = gd_ic exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = &1 info = &2 importing result = &3 exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.



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