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

CNV_10030_P SAP ABAP INCLUDE - Routines for determination/evaluation







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


Text pool values


Title: Routines for determination/evaluation


INCLUDES used within this REPORT CNV_10030_P

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_10020_INIT_MESSAGES CALL FUNCTION 'CNV_10020_INIT_MESSAGES' EXPORTING i_packid = ld_packid.

CNV_10020_SET_PROTMODE CALL FUNCTION 'CNV_10020_SET_PROTMODE' EXPORTING i_protmode = 'E'.

CNV_10020_INIT_MESSAGES CALL FUNCTION 'CNV_10020_INIT_MESSAGES' EXPORTING i_packid = ld_packid.

CNV_10020_SET_PROTMODE CALL FUNCTION 'CNV_10020_SET_PROTMODE' EXPORTING i_protmode = 'E'.

CNV_10020_INIT_MESSAGES CALL FUNCTION 'CNV_10020_INIT_MESSAGES' EXPORTING i_packid = ld_packid.

CNV_10020_SET_PROTMODE CALL FUNCTION 'CNV_10020_SET_PROTMODE' EXPORTING i_protmode = 'E'.

CNV_10020_FLUSH_MSG_CTRL CALL FUNCTION 'CNV_10020_FLUSH_MSG_CTRL'.

CNV_10020_FLUSH_MSG_CTRL CALL FUNCTION 'CNV_10020_FLUSH_MSG_CTRL'.

CNV_10020_GET_VALUE CALL FUNCTION 'CNV_10020_GET_VALUE' EXPORTING i_packid = p_packid i_tabname = p_tabname i_fieldname = p_fieldname i_compname = '' i_fieldvalue = p_fieldvalue i_handle_initial = p_handle_init i_conflict_detection = p_conf_detect i_input_form = p_form i_input_prog = p_prog i_refresh_luts = '' IMPORTING e_itr = p_itr.

CNV_10020_GET_VALUE CALL FUNCTION 'CNV_10020_GET_VALUE' EXPORTING i_packid = p_packid i_tabname = gt_indx_tables-tabname i_fieldname = p_fieldname i_compname = '' i_fieldvalue = p_fieldvalue i_handle_initial = p_handle_init i_conflict_detection = p_conf_detect i_input_form = p_form i_input_prog = p_prog i_refresh_luts = '' IMPORTING e_itr = p_itr.

CNV_10020_GET_VALUE CALL FUNCTION 'CNV_10020_GET_VALUE' EXPORTING i_packid = p_packid i_tabname = p_tabname i_fieldname = p_paramname i_compname = '' i_fieldvalue = p_paramvalue i_handle_initial = p_handle_init i_input_form = p_form i_input_prog = p_prog i_refresh_luts = '' IMPORTING e_itr = p_itr.

CNV_10020_ADD_MESSAGE * CALL FUNCTION 'CNV_10020_ADD_MESSAGE' * EXPORTING * i_message = ld_message * i_respect_ns = 'X'.

CNV_10020_GET_VALUE CALL FUNCTION 'CNV_10020_GET_VALUE' EXPORTING i_packid = p_packid i_tabname = p_tabname i_fieldname = p_paramname i_compname = '' i_fieldvalue = p_paramvalue i_handle_initial = p_handle_init i_input_form = p_form i_input_prog = p_prog i_refresh_luts = '' IMPORTING e_itr = p_itr.

CNV_10020_ADD_MESSAGE * CALL FUNCTION 'CNV_10020_ADD_MESSAGE' * EXPORTING * i_message = ld_message * i_respect_ns = 'X'.



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