SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_12000_TEXT_MAPPING SAP ABAP Report - Process Short Text Information for Conversion







CNV_12000_TEXT_MAPPING 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_12000_TEXT_MAPPING 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_12000_TEXT_MAPPING. "Basic submit
SUBMIT CNV_12000_TEXT_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_12000_TEXT_MAPPING 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 Short Text Information for Conversion
Text Symbol: 083 = Old_New
Text Symbol: 082 = Deletion indicator
Text Symbol: 081 = not processed
Text Symbol: 080 = Mapping for
Text Symbol: 079 = ADDL
Text Symbol: 078 = No objects set for deletion
Text Symbol: 077 = Descriptions marked for deletion
Text Symbol: 076 = Show deleted descriptions
Text Symbol: 075 = Deleted
Text Symbol: 074 = Description object
Text Symbol: 073 = Consistency status of the object
Text Symbol: 072 = Total
Text Symbol: 071 = Invalid description objects deleted
Text Symbol: 070 = At least one object has only empty descriptions
Text Symbol: 069 = : descriptions needs to be changed
Text Symbol: 068 = Data was not transfered into List.
Text Symbol: 067 = Check
Text Symbol: 066 = Check Mapping / Description
Text Symbol: 065 = Takes part in mapping
Text Symbol: 064 = Erreonous descriptions will be deleted for objects:
Text Symbol: 063 = Change descriptions for objects
Text Symbol: 062 = Info
Text Symbol: 061 = Activity information
Text Symbol: 060 = Status
Text Symbol: 059 = Descriptions have not been updated in object list
Text Symbol: 058 = Descriptions have been updated in object list
Text Symbol: 057 = Some non unique description values where detected
Text Symbol: 084 = Update Status
Text Symbol: 207 = At least one description has the status Warning
Text Symbol: 206 = Description is a copy due to mapping decision
Text Symbol: 205 = Mapping values exist for this object, and this object takes priority
Text Symbol: 204 = Mapping values exist for this object
Text Symbol: 203 = No mapping values exist for this object
Text Symbol: 202 = Mapped Lines
Text Symbol: 201 = Provide Mapped Lines of:
Text Symbol: 154 = At least one description has been changed; use the Check pushbutton to check
Text Symbol: 153 = Consistency check in progress





Text Symbol: 152 = At least one description is inconsistent; inconsistent descriptions must be corrected and checked
Text Symbol: 151 = Descriptions are consistent; descriptions will be changed according to the values specified in the list.
Text Symbol: 150 = Initial status; no description will be changed
Text Symbol: 103 = Processing in view only mode as package is deactivated in execution system
Text Symbol: 102 = Check has been executed
Text Symbol: 101 = Processing in view only mode in active phase:
Text Symbol: 100 = new
Text Symbol: 095 = Mapping Info.
Text Symbol: 094 = all objects already selected.
Text Symbol: 093 = Upload
Text Symbol: 092 = Some descriptions has been maintained with invalid values
Text Symbol: 091 = Confirm upload
Text Symbol: 090 = Do you want to transfer the List
Text Symbol: 089 = Some descriptions will not be transfered into list
Text Symbol: 088 = Invalid object - old value-/s missing
Text Symbol: 087 = Update indicator
Text Symbol: 086 = Old new indicator
Text Symbol: 085 = Object key is part of mapping
Text Symbol: 056 = Mapping values have notbeen updated in object list
Text Symbol: 027 = Display:
Text Symbol: 026 = Change:
Text Symbol: 025 = Select
Text Symbol: 024 = Select descriptions for conversion for:
Text Symbol: 023 = Object type
Text Symbol: 022 = All active Languages are already present
Text Symbol: 021 = Exception occured
Text Symbol: 020 = Data was saved successful
Text Symbol: 019 = No mapping avaylable for object
Text Symbol: 018 = Saving changed rows in progress
Text Symbol: 017 = No
Text Symbol: 016 = Yes
Text Symbol: 015 = Do you want to save changes?
Text Symbol: 014 = Object
Text Symbol: 013 = Number of changed descriptions
Text Symbol: 012 = Select language
Text Symbol: 011 = More than one row was selected - select only one row !
Text Symbol: 010 = No row was selected!
Text Symbol: 009 = Language
Text Symbol: 008 = Data was not saved!





Text Symbol: 007 = Additional languages
Text Symbol: 006 = Additional languages for the descriptions
Text Symbol: 005 = Missing customizing for selected object !
Text Symbol: 004 = Transfer selected:
Text Symbol: 003 = Provide list of:
Text Symbol: 002 = Change
Text Symbol: 001 = Change Description
Text Symbol: 000 = No data found for interface &1
Text Symbol: 055 = Do you dant automated correction of mapping information?
Text Symbol: 054 = Mapping values have been updated in object list
Text Symbol: 053 = Do you want to adjust the list
Text Symbol: 052 = For more information, choose the Information pushbutton
Text Symbol: 051 = Description for same target object has been updated in addition
Text Symbol: 050 = Upload from Excel
Text Symbol: 049 = Download to Excel
Text Symbol: 048 = Preselection
Text Symbol: 047 = Object Types
Text Symbol: 046 = Descriptions
Text Symbol: 045 = Remove entry
Text Symbol: 044 = Some invalid mapping values were detected.
Text Symbol: 043 = Confirm the Check Results
Text Symbol: 042 = Texts adjusted for equal new object
Text Symbol: 041 = Changes on selected row will not be saved !
Text Symbol: 040 = Wrong unicode settings at execution system
Text Symbol: 039 = Log in into execution system failed
Text Symbol: 038 = System info has changed
Text Symbol: 037 = RFC failure detected
Text Symbol: 036 = System info failure detected
Text Symbol: 035 = No destination type for destination found
Text Symbol: 034 = No RFC destination found for package: &1
Text Symbol: 033 = Execution not possible
Text Symbol: 032 = Execution package is not active
Text Symbol: 031 = RFC problems detected
Text Symbol: 030 = No execution package found
Text Symbol: 029 = Object locked by package function
Text Symbol: 028 = Uploading data will delete all changes!


INCLUDES used within this REPORT CNV_12000_TEXT_MAPPING

INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_12000_TEXT_MAPPING_CLASS.
INCLUDE CNV_12000_INCLUDE_PARAMETERS.



INCLUDE CNV_12000_INCLUDE_DATA.
INCLUDE CNV_12000_TEXT_MAPPING_FORMS.
INCLUDE CNV_12000_TEXT_MAPPING_PAI.
INCLUDE CNV_12000_TEXT_MAPPING_PBO.
INCLUDE CNV_12000_TEXT_MAPPING_EVENTS.
INCLUDE CNV_12000_INCLUDE_PIFD.


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_MBT_CWB_EXEC_PACK_GET CALL FUNCTION 'CNV_MBT_CWB_EXEC_PACK_GET' EXPORTING i_packid = gd_packid i_check_active = 'X' IMPORTING e_exec_pack = gd_cwb_packid EXCEPTIONS no_package_found = 1 rfc_problems = 2 exec_pack_not_active = 3 OTHERS = 4.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = gd_packid exec_target = 'E' * ALL_AS_TABLE = 'X' * NONE_AT_LOCAL_DEST = 'X' IMPORTING destination_id = gd_dest * UNICODE_ERROR = * TABLES * DESTTAB = EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 wrong_unicode_settings = 7 OTHERS = 8 .

CNV_MBT_CWB_ACTIVE CALL FUNCTION 'CNV_MBT_CWB_ACTIVE' DESTINATION gd_dest * EXPORTING * GET_LAST_ACTION = IMPORTING e_package = gd_packid_cwb e_phase = gd_phase_cwb * E_CREATION_USER = * E_LAST_ACTION = EXCEPTIONS no_active_package = 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_12000_TEXT_MAPPING or its description.