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
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.
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
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_12000_TEXT_MAPPING_CLASS.
INCLUDE CNV_12000_INCLUDE_PARAMETERS.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
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.
CNV_12000_TEXT_MAPPING - Process Short Text Information for Conversion CNV_12000_TEXT_MAPPING - Process Short Text Information for Conversion CNV_12000_INCLUDE_PIFD - Include CNV_12000_PROCESS_PIFD CNV_12000_INCLUDE_PARAMETERS - Include CNV_12000_INCLUDE_PARAMETERS CNV_12000_INCLUDE_DATA - Data Include for Processing Texts for Conversion CNV_12000_INCLUDE_COT - Include CNV_12000_PROCESS_COT