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

CNV_20100_SPLIT_MAPPING SAP ABAP Report - CNV20100SPLITMAPPING







CNV_20100_SPLIT_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_20100_SPLIT_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_20100_SPLIT_MAPPING. "Basic submit
SUBMIT CNV_20100_SPLIT_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20100_SPLIT_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: Split old mapping tables into two mapping tables (accounts + text)


INCLUDES used within this REPORT CNV_20100_SPLIT_MAPPING

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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid * PHASE = EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = account_tab-sprache IMPORTING output = ld_sprasschluessel EXCEPTIONS unknown_language = 1 OTHERS = 2.

DOWNLOAD CALL FUNCTION 'DOWNLOAD' EXPORTING * BIN_FILESIZE = ' ' * CODEPAGE = ' ' filename = 'c:' filetype = 'DAT' * ITEM = ' ' * MODE = ' ' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * FILEMASK_MASK = ' ' filemask_text = 'Alte Mappingstruktur' filetype_no_change = 'X' * FILEMASK_ALL = ' ' * FILETYPE_NO_SHOW = ' ' * SILENT = 'S' * COL_SELECT = ' ' * COL_SELECTMASK = ' ' * NO_AUTH_CHECK = ' ' * IMPORTING * ACT_FILENAME = * ACT_FILETYPE = * FILESIZE = * CANCEL = TABLES data_tab = runterlad_tab * FIELDNAMES = EXCEPTIONS invalid_filesize = 1 invalid_table_width = 2 invalid_type = 3 no_batch = 4 unknown_error = 5 gui_refuse_filetransfer = 6 OTHERS = 7.

DOWNLOAD CALL FUNCTION 'DOWNLOAD' EXPORTING * BIN_FILESIZE = ' ' * CODEPAGE = ' ' filename = 'c:' filetype = 'DAT' * ITEM = ' ' * MODE = ' ' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * FILEMASK_MASK = ' ' * FILEMASK_TEXT = ' ' filetype_no_change = 'X' * FILEMASK_ALL = ' ' * FILETYPE_NO_SHOW = ' ' * SILENT = 'S' * COL_SELECT = ' ' * COL_SELECTMASK = ' ' * NO_AUTH_CHECK = ' ' * IMPORTING * ACT_FILENAME = * ACT_FILETYPE = * FILESIZE = * CANCEL = TABLES data_tab = runterlad_text_tab * FIELDNAMES = EXCEPTIONS invalid_filesize = 1 invalid_table_width = 2 invalid_type = 3 no_batch = 4 unknown_error = 5 gui_refuse_filetransfer = 6 OTHERS = 7.

UPLOAD CALL FUNCTION 'UPLOAD' EXPORTING * CODEPAGE = ' ' filename = 'c:' filetype = 'DAT' * ITEM = ' ' * FILEMASK_MASK = ' ' * filemask_text = ' ' filetype_no_change = 'X' * FILEMASK_ALL = ' ' * FILETYPE_NO_SHOW = ' ' * LINE_EXIT = ' ' * USER_FORM = ' ' * USER_PROG = ' ' * SILENT = 'S' * importing * filesize = * cancel = * act_filename = * act_filetype = TABLES data_tab = hochlad_tab EXCEPTIONS conversion_error = 1 invalid_table_width = 2 invalid_type = 3 no_batch = 4 unknown_error = 5 OTHERS = 6.



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