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

CNV_10020_GLOBAL_FORMS SAP ABAP INCLUDE - Global routines







CNV_10020_GLOBAL_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_10020_GLOBAL_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_10020_GLOBAL_FORMS. "Basic submit
SUBMIT CNV_10020_GLOBAL_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_GLOBAL_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: Global routines


INCLUDES used within this REPORT CNV_10020_GLOBAL_FORMS

INCLUDE CNV_10020_GLOBAL_DATA.
INCLUDE CNV_10020_PROTOCOL.


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:

SBUF_PARAMETER_GET CALL FUNCTION 'SBUF_PARAMETER_GET' EXPORTING parameter_name = 'rdisp/myname' IMPORTING parameter_value = ld_this_server EXCEPTIONS c_func_error = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = ld_percentage text = ld_s.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = ld_report TABLES selection_table = lt_trange.

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.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = p_state-jobcount job_read_jobname = p_state-jobname job_read_opcode = 19 IMPORTING job_read_jobhead = ld_job_head EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = p_astate-jobcount job_read_jobname = p_astate-jobname job_read_opcode = 19 IMPORTING job_read_jobhead = ld_job_head EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ENQUEUE_ECNV_10020_PATH CALL FUNCTION 'ENQUEUE_ECNV_10020_PATH' "#EC * EXPORTING mode_cnv_10020_path = p_mode packid = p_path-packid pathid = p_path-pathid pathtype = p_path-pathtype x_packid = yes x_pathid = yes x_pathtype = yes EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ECNV_10020_PATH CALL FUNCTION 'DEQUEUE_ECNV_10020_PATH' EXPORTING mode_cnv_10020_path = p_mode packid = p_path-packid pathid = p_path-pathid pathtype = p_path-pathtype x_packid = yes x_pathid = yes x_pathtype = yes.

ENQUEUE_ECNV_10020_ADTFL CALL FUNCTION 'ENQUEUE_ECNV_10020_ADTFL' "#EC * EXPORTING mode_cnv_10020_adtfld = p_mode packid = p_adtfld-packid tabname = p_adtfld-tabname x_packid = yes x_tabname = yes x_fieldname = yes x_dtobj_tpl = yes x_relid = yes x_dt_obj_s = yes x_dt_type_s = yes x_dtobj_s = yes x_pathid = yes x_pathtype = yes EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ECNV_10020_ADTFL CALL FUNCTION 'DEQUEUE_ECNV_10020_ADTFL' EXPORTING mode_cnv_10020_adtfld = p_mode packid = p_adtfld-packid tabname = p_adtfld-tabname x_packid = yes x_tabname = yes x_fieldname = yes x_dtobj_tpl = yes x_relid = yes x_dt_obj_s = yes x_dt_type_s = yes x_dtobj_s = yes x_pathid = yes x_pathtype = yes.

CONVERSION_EXIT_CNVO3_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CNVO3_OUTPUT' EXPORTING input = p_card IMPORTING output = p_s.

RS_DD_FIEL_SHOW





CALL FUNCTION 'RS_DD_FIEL_SHOW' EXPORTING fname = ld_fieldnam2 "#EC * objname = ld_tabname.

RS_DD_FIEL_SHOW CALL FUNCTION 'RS_DD_FIEL_SHOW' EXPORTING fname = ld_fieldname "#EC * objname = ld_tabname.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = ld_packid i_objid = p_objid i_objtype = ld_objtype.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' corr_number = ' ' generate_maint_tool_if_missing = ' ' show_selection_popup = space view_name = 'V_CNV10020DTFLD' no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist.

VIEW_MAINTENANCE_CALL * CALL FUNCTION 'VIEW_MAINTENANCE_CALL' * EXPORTING * action = 'S' * corr_number = ' ' * generate_maint_tool_if_missing = ' ' * show_selection_popup = space * view_name = 'V_CNV10020RCOMP' * no_warning_for_clientindep = 'X' * TABLES * dba_sellist = lt_dba_sellist.

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = 'V_CNV10020VCLRC' maintenance_action = 'S' show_selection_popup = space no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist.

VIEW_MAINTENANCE_CALL * CALL FUNCTION 'VIEW_MAINTENANCE_CALL' * EXPORTING * action = 'S' * corr_number = ' ' * generate_maint_tool_if_missing = ' ' * show_selection_popup = space * view_name = 'V_CNV10020RDTOBJ' * no_warning_for_clientindep = 'X' * TABLES * dba_sellist = lt_dba_sellist.

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = 'V_CNV10020VCLRD' maintenance_action = 'S' show_selection_popup = space no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' corr_number = ' ' generate_maint_tool_if_missing = ' ' show_selection_popup = space view_name = 'V_CNV10020RCPARM' no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' corr_number = ' ' generate_maint_tool_if_missing = ' ' show_selection_popup = space view_name = 'V_CNV10020RDPARM' no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist.

CNV_10020_GET_ITR_FIELDNAME CALL FUNCTION 'CNV_10020_GET_ITR_FIELDNAME' EXPORTING i_packid = p_packid i_fieldname = p_fieldname i_compname = p_compname IMPORTING e_fieldname = ld_fieldname EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_id text = p_text info = p_qinfo add_stdinf = ld_stdinf IMPORTING RESULT = p_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = ld_icon IMPORTING icon_text = ld_qinfo EXCEPTIONS icon_not_found = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_table IMPORTING x030l_wa = ld_x030l TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_table IMPORTING x030l_wa = ld_x030l TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_table IMPORTING x030l_wa = ld_x030l TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_table IMPORTING x030l_wa = ld_x030l TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_mandt = p_mandt p_packid = p_packid p_fieldname = p_fieldname IMPORTING p_itr_field = p_itr_field EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_mandt = p_mandt p_packid = p_packid p_fieldname = p_fieldname IMPORTING p_itr_field = p_itr_field EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_mandt = p_mandt p_packid = p_packid p_fieldname = p_fieldname IMPORTING p_fieldname_ext = p_fieldname_ext EXCEPTIONS proxy_undefined = 1 OTHERS = 2.




DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = '' displ_mode = '1' id = 'TX' langu = sy-langu object = ld_doku_obj.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = ld_langu object = ld_doku_obj suppress_edit = 'X'.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'RE' langu = sy-langu object = ld_docuobj suppress_edit = 'X'.

RS_MSG_TEXT CALL FUNCTION 'RS_MSG_TEXT' EXPORTING text_type = 'S' msgid = ld_msgid msgno = ld_msgno msgv1 = ld_msgv1 msgv2 = ld_msgv2 msgv3 = ld_msgv3 msgv4 = ld_msgv4 TABLES msgtext = lt_msgtext[] EXCEPTIONS message_not_exists = 1 OTHERS = 2.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = help_info TABLES dynpselect = dummy1 dynpvaluetab = dummy2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_structure TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

GET_MEM_ALL CALL FUNCTION 'GET_MEM_ALL' TABLES tf_mem_all = lt_mem_all EXCEPTIONS internal_error_adress_failed = 1 internal_error_different_field = 2 internal_error_no_new_line = 3 collector_not_running = 4 shared_memory_not_available = 5 collector_busy = 6 version_conflict = 7 no_network_collector_running = 8 system_failure = 9 communication_failure = 10 OTHERS = 11.

TH_GET_OWN_WP_NO CALL FUNCTION 'TH_GET_OWN_WP_NO' IMPORTING wp_no = ld_wp_no.

TH_WP_DETAIL_INFO CALL FUNCTION 'TH_WP_DETAIL_INFO' EXPORTING wp = ld_wp_no IMPORTING diarec = ld_diarec_free EXCEPTIONS th_bad_paramter_length = 1 th_no_parameter = 2 th_bad_parameter_value = 3 th_list_error = 4 th_internal_error = 5 OTHERS = 6.

TH_WP_DETAIL_INFO CALL FUNCTION 'TH_WP_DETAIL_INFO' EXPORTING wp = ld_wp_no IMPORTING diarec = ld_diarec_mem EXCEPTIONS th_bad_paramter_length = 1 th_no_parameter = 2 th_bad_parameter_value = 3 th_list_error = 4 th_internal_error = 5 OTHERS = 6.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_struc TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_struc TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 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_FORMS or its description.