CNV_12000_TEXT_MAPPING_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_12000_TEXT_MAPPING_FORMS 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: Form Routines for Conversion Prepatation of Texts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_CWB_STATE_GET CALL FUNCTION 'CNV_MBT_CWB_STATE_GET' DESTINATION gd_dest EXPORTING iv_cwbpack = gd_cwb_packid iv_cwbphase = gd_cwb_phase iv_cwbprog = gd_cwb_progname iv_cwbtab = cwbtab IMPORTING ev_state_tec = gd_state_tec ev_state_log = gd_state_log ev_aborted = gd_aborted EXCEPTIONS state_init_failed = 1 OTHERS = 2.
CNV_12000_GET_TEXTS CALL FUNCTION 'CNV_12000_GET_TEXTS' DESTINATION gd_dest EXPORTING ld_packid = gd_packid ld_struc = gd_struc ld_second = gd_second TABLES lt_define = gt_define lt_info = gt_info lt_hiera = gt_hiera gt_text = gt_text gt_value = gt_value.
CNV_12000_COPY_CUSTOMIZING CALL FUNCTION 'CNV_12000_COPY_CUSTOMIZING' DESTINATION gd_dest EXPORTING ld_packid_cwb = gd_cwb_packid TABLES lt_define = gt_define lt_info = gt_info lt_hiera = gt_hiera.
CNV_12000_GET_TEXTS CALL FUNCTION 'CNV_12000_GET_TEXTS' DESTINATION gd_dest EXPORTING ld_packid = gd_packid ld_struc = gd_struc ld_second = gd_second TABLES lt_define = gt_define lt_info = gt_info lt_hiera = gt_hiera gt_text = gt_text gt_value = gt_value.
CNV_MBT_POPUP_CONFIRM_WITH_MSG CALL FUNCTION 'CNV_MBT_POPUP_CONFIRM_WITH_MSG' EXPORTING diagnosetext1 = 'Some descriptions has been maintained with invalid values'(092) diagnosetext2 = 'Read Additional Help for further information'(052) textline1 = 'Do you want to transfer the List'(090) titel = 'Confirm Upload'(091) i_msgclass = gc_message_class i_message = '139' IMPORTING answer = gd_answer.
CNV_12000_GET_TEXTS CALL FUNCTION 'CNV_12000_GET_TEXTS' DESTINATION gd_dest EXPORTING ld_packid = gd_packid ld_struc = gd_struc ld_second = gd_second TABLES lt_define = gt_define lt_info = gt_info lt_hiera = gt_hiera gt_text = gt_text gt_value = lt_value.
CNV_MBT_POPUP_CONFIRM_WITH_MSG CALL FUNCTION 'CNV_MBT_POPUP_CONFIRM_WITH_MSG' EXPORTING diagnosetext1 = 'Some descriptions has been maintained with invalid values'(092) diagnosetext2 = 'Read Additional Help for further information'(052) textline1 = 'Do you want to transfer the List'(090) titel = 'Confirm Upload'(091) i_msgclass = gc_message_class i_message = '139' IMPORTING answer = gd_answer.
CNV_00001_GET_STATE_RELATIONS CALL FUNCTION 'CNV_00001_GET_STATE_RELATIONS' DESTINATION gd_dest EXPORTING packid = gd_cwb_packid phase = gd_cwb_phase progname = gd_cwb_progname include_noncnvstate = 'X' TABLES t_cnvstate_pred = gt_cnvstate_pred EXCEPTIONS no_entry_exists = 1 OTHERS = 2.
CNV_MBT_CWB_STATE_GET CALL FUNCTION 'CNV_MBT_CWB_STATE_GET' DESTINATION gd_dest EXPORTING iv_cwbpack = gd_cwb_packid iv_cwbphase = gd_cwb_phase iv_cwbprog = gd_cwb_predec iv_cwbtab = cwbtab IMPORTING ev_state_tec = gd_state_tec ev_state_log = gd_state_log ev_aborted = gd_aborted EXCEPTIONS state_init_failed = 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.
CNV_12000_TEXT_MAPPING_FORMS - Form Routines for Conversion Prepatation of Texts CNV_12000_TEXT_MAPPING_EVENTS - Events for Preparation of Texts for Conversion CNV_12000_TEXT_MAPPING_CLASS - Class Definition for Preparation of Texts for Conversion CNV_12000_TEXT_MAPPING_CHECK - Include CNV_12000_TEXT_MAPPING_CHECK CNV_12000_TEXT_MAPPING - Process Short Text Information for Conversion CNV_12000_TEXT_MAPPING - Process Short Text Information for Conversion