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

CNV_00001_IMG_MAINTAIN_FORMS SAP ABAP INCLUDE - Include CNV_00001_IMG_MAINTAINPBO







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


INCLUDES used within this REPORT CNV_00001_IMG_MAINTAIN_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:

TOCX_GET_HEADER CALL FUNCTION 'TOCX_GET_HEADER' EXPORTING language = p_language outline = p_outline IMPORTING newest_modified_version = modi_dsyah newest_original_version = orig_dsyah TABLES header_data = i_dsyah EXCEPTIONS no_language_given = 01 no_outline_given = 02 outline_exists_not = 03.

TOCX_CREATE_NEW CALL FUNCTION 'TOCX_CREATE_NEW' EXPORTING language = p_language outline = p_outline IMPORTING new_dsyah = work_dsyah TABLES new_hierarchy = gli_hier EXCEPTIONS missing_parameters = 01 user_abort = 02.

TOCX_GET_SYSTEM_TYPE CALL FUNCTION 'TOCX_GET_SYSTEM_TYPE' IMPORTING sap_system = sap_system.

TOCX_CHECK_AUTHORITY * CALL FUNCTION 'TOCX_CHECK_AUTHORITY' * EXPORTING * LANGUAGE = ORIG_DSYAH-SPRAS * OUTLINE = ORIG_DSYAH-OUTLINE * IMPORTING * ENDVERSION_AUTHORITY = ENDVERSION_AUTH * OBJECT_IN_TADIR = OBJECT_IN_TADIR * RAWVERSION_AUTHORITY = RAWVERSION_AUTH.

TOCX_CHECK_AUTHORITY * CALL FUNCTION 'TOCX_CHECK_AUTHORITY' * EXPORTING * LANGUAGE = ORIG_DSYAH-SPRAS * OUTLINE = ORIG_DSYAH-OUTLINE * IMPORTING * ENDVERSION_AUTHORITY = ENDVERSION_AUTH * OBJECT_IN_TADIR = OBJECT_IN_TADIR * RAWVERSION_AUTHORITY = RAWVERSION_AUTH.

TOCX_CHECK_AUTHORITY CALL FUNCTION 'TOCX_CHECK_AUTHORITY' EXPORTING language = orig_dsyah-spras outline = orig_dsyah-outline IMPORTING endversion_authority = endversion_auth object_in_tadir = object_in_tadir rawversion_authority = rawversion_auth.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-150 textline2 = text-151 titel = text-152 IMPORTING answer = answer.

TOCX_READ_EDIT_VERSION CALL FUNCTION 'TOCX_READ_EDIT_VERSION' EXPORTING aspct = orig_dsyah-aspct outline = orig_dsyah-outline spras = orig_dsyah-spras version = orig_dsyah-version attribute = orig_dsyah-attribut_1 IMPORTING title_counter = title_counter TABLES hierarchy = gli_hier EXCEPTIONS missing_parameters = 01 structure_not_found = 02 text_not_found = 03.

TOCX_SAVE_EDIT_VERSION CALL FUNCTION 'TOCX_SAVE_EDIT_VERSION' EXPORTING dsyah_header_data = modi_dsyah TABLES hierarchy = gli_hier EXCEPTIONS header_data_missing = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-160 textline2 = text-161 titel = text-162 IMPORTING answer = answer.

TOCX_READ_EDIT_VERSION CALL FUNCTION 'TOCX_READ_EDIT_VERSION' EXPORTING aspct = orig_dsyah-aspct outline = orig_dsyah-outline spras = orig_dsyah-spras version = orig_dsyah-version attribute = orig_dsyah-attribut_1 IMPORTING title_counter = title_counter TABLES hierarchy = gli_hier EXCEPTIONS missing_parameters = 01 structure_not_found = 02 text_not_found = 03.

TOCX_SAVE_EDIT_VERSION CALL FUNCTION 'TOCX_SAVE_EDIT_VERSION' EXPORTING dsyah_header_data = modi_dsyah TABLES hierarchy = gli_hier EXCEPTIONS header_data_missing = 01.

TOCX_READ_EDIT_VERSION CALL FUNCTION 'TOCX_READ_EDIT_VERSION' EXPORTING aspct = orig_dsyah-aspct outline = orig_dsyah-outline spras = orig_dsyah-spras version = orig_dsyah-version attribute = orig_dsyah-attribut_1 IMPORTING title_counter = title_counter TABLES hierarchy = gli_hier EXCEPTIONS missing_parameters = 01 structure_not_found = 02 text_not_found = 03.

TOCX_INSERT_OLD_EXTENSIONS CALL FUNCTION 'TOCX_INSERT_OLD_EXTENSIONS' EXPORTING actual_dsyah = modi_dsyah IMPORTING title_counter = ext_title_counter TABLES hierarchy = gli_hier EXCEPTIONS user_abort = 01.

TOCX_SAVE_EDIT_VERSION CALL FUNCTION 'TOCX_SAVE_EDIT_VERSION' EXPORTING dsyah_header_data = modi_dsyah TABLES hierarchy = gli_hier EXCEPTIONS header_data_missing = 01.

TOCX_READ_EDIT_VERSION CALL FUNCTION 'TOCX_READ_EDIT_VERSION' EXPORTING aspct = work_dsyah-aspct outline = work_dsyah-outline spras = work_dsyah-spras version = work_dsyah-version attribute = work_dsyah-attribut_1 IMPORTING title_counter = title_counter TABLES hierarchy = gli_hier EXCEPTIONS missing_parameters = 01 structure_not_found = 02 text_not_found = 03.

TOCX_ENQUEUE_DEQUEUE CALL FUNCTION 'TOCX_ENQUEUE_DEQUEUE' EXPORTING enqueue_structure = 'X' header_data = work_dsyah IMPORTING username = username EXCEPTIONS * FOREIGN_LOCK = 01 system_failure = 02.

HIER_DISPLAY CALL FUNCTION 'HIER_DISPLAY' EXPORTING appl = 'GP' application = 'SO70' index_first = 1 layer_shift = 3 max_layer = 10 title_string = gp_titlee viewname = p_view TABLES int_excludes = int_excludes int_hier = gli_hier.

DSYS_OUTLINE_BROWSE





CALL FUNCTION 'DSYS_OUTLINE_BROWSE' EXPORTING application = 'SO70' doklangu = p_gp_lang fisheye_dokclass = ' ' fisheye_dokname = ' ' hometext = ' '" TEXT outline = p_gp_str viewname = p_gp_view window_header_line = ' '" TEXT * IMPORTING * PF15 = EXCEPTIONS outline_not_found = 1 OTHERS = 2.



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