SAP Reports / Programs

CNV_10400_MAINTAIN SAP ABAP Report - Process Characteristics







CNV_10400_MAINTAIN is a standard Executable ABAP Report 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_10400_MAINTAIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_10400_MAINTAIN - Maintain Scharacteristics for Conver


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


Text pool values


Title: Process Characteristics
Text Symbol: 041 = Characteristic "
Text Symbol: 042 = " used in tables
Text Symbol: 043 = WHERE
Text Symbol: 044 = Cross Reference in Object Dependency
Text Symbol: 045 = Cross Reference
Text Symbol: 046 = 059
Text Symbol: 047 = Conversion Routine
Text Symbol: 048 = Characteristic Name
Text Symbol: 049 = Table Name
Text Symbol: 050 = At least one successor had been executed, choose running mode
Text Symbol: 051 = Change
Text Symbol: 052 = Display
Text Symbol: 053 = Field Name
Text Symbol: 054 = All Changes are saved
Text Symbol: 055 = CONFIRM
Text Symbol: 056 = Confirm that the Characteristic is Excluded from the Conversion
Text Symbol: 057 = Confirm
Text Symbol: 058 = Status of a characteristic
Text Symbol: 059 = Where Used
Text Symbol: 060 = Status
Text Symbol: 061 = Process Characteristics
Text Symbol: 062 = Used in Table
Text Symbol: 063 = Object Dep.
Text Symbol: 064 = Change:
Text Symbol: 065 = Display:
Text Symbol: 066 = Creating output list
Text Symbol: 100 = Characteristic must be processed in the worklist
Text Symbol: 101 = Characteristic included in the conversion
Text Symbol: 102 = Characteristic excluded from the conversion
Text Symbol: 103 = Confirm that the characteristic cannot be converted, and is excluded from the conversion
Text Symbol: 104 = Confirm
Text Symbol: 105 = Confirm that the Characteristic is E
Text Symbol: 106 = Characteristic cannot be converted; must be confirmed
Text Symbol: 107 = Characteristic cannot be converted; confirmed
Text Symbol: 108 = Confirm that the Characteristic is Excluded from the Conversion
Text Symbol: 109 = Routine not implemented
Text Symbol: 110 = table was not found for routine





Text Symbol: 111 = field was not found for routine
Text Symbol: 112 = No valid routine found
Text Symbol: 001 = Preparing data for list output
Text Symbol: 002 = Do you want to save changes?
Text Symbol: 003 = Yes
Text Symbol: 004 = No
Text Symbol: 005 = Saving changed Rows rows in progress
Text Symbol: 006 = Activity is running in Display Only mode
Text Symbol: 007 = Data was saved successful
Text Symbol: 008 = Data was not saved
Text Symbol: 009 = Deque of DB table failed
Text Symbol: 010 = More than one row was selected
Text Symbol: 011 = Assign Conversion Function canceled by user
Text Symbol: 012 = No row is selected
Text Symbol: 013 = Selected rows are changed successful
Text Symbol: 014 = Not all selected rows could be changed
Text Symbol: 015 = Changes where saved successful.
Text Symbol: 016 = Not all Conversion Functions could be saved!
Text Symbol: 017 = CONVFUNC
Text Symbol: 018 = Assign Conversion Routine
Text Symbol: 019 = Assign Routine
Text Symbol: 020 = INCLUDE
Text Symbol: 021 = Include into Conversion
Text Symbol: 022 = Include
Text Symbol: 023 = EXCLUDE
Text Symbol: 024 = Exclude from Conversion
Text Symbol: 025 = Exclude
Text Symbol: 026 = CHARACTERISTIC
Text Symbol: 027 = Navigate to Characteristic
Text Symbol: 028 = Display
Text Symbol: 029 = SAVE
Text Symbol: 030 = SAVE changed rows
Text Symbol: 031 = HIDE
Text Symbol: 032 = Hide / Unhide Characteristics That Are Not in use
Text Symbol: 033 = Hide/Unhide
Text Symbol: 034 = INFO
Text Symbol: 035 = Activity Information
Text Symbol: 036 = Characteristics to be Processed
Text Symbol: 037 = (hidden mode)





Text Symbol: 038 = Characteristics Included in Conversion
Text Symbol: 039 = Characteristics Excluded from Conversion
Text Symbol: 040 = Cummulated Worklist of Characteristics


INCLUDES used within this REPORT CNV_10400_MAINTAIN

INCLUDE CNV_MBT_CWB_TS_PARAMS.
INCLUDE CNV_10400_ACT_DATA.
INCLUDE CNV_10400_MAINTAIN_STAT.
INCLUDE CNV_10400_MAINTAIN_CLASS.
INCLUDE CNV_10400_MAINTAIN_FORM.
INCLUDE CNV_10400_MAINTAIN_PBO.
INCLUDE CNV_10400_MAINTAIN_PAI.
INCLUDE CNV_10400_DATA_EVENT.
INCLUDE CNV_10400_DATA_METHOD.


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_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gd_packid phase = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_00001_GET_STATE_RELATIONS CALL FUNCTION 'CNV_00001_GET_STATE_RELATIONS' EXPORTING packid = gd_packid phase = gd_phase * TABNAME = progname = 'CNV_10400_MAINTAIN' TABLES t_cnvstate_pred = gt_cnvstate_pred t_cnvstate_suc = gt_cnvstate_suc EXCEPTIONS no_entry_exists = 1 OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-050 text_button_1 = text-051 icon_button_1 = 'ICON_CHANGE' text_button_2 = text-052 icon_button_2 = 'ICON_DISPLAY' start_column = 25 start_row = 6 IMPORTING answer = gd_answer.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gd_packid phase = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-001.



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