SAP Reports / Programs

CNV_11000_RENAME_UPLOAD SAP ABAP Report - Conversion: Upload the mapping table from the frontend







CNV_11000_RENAME_UPLOAD 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_11000_RENAME_UPLOAD 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_11000_UPLOAD - Upload mapping table


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


Text pool values


Selection Text: OBJECT = Domain
Selection Text: P_PCFILE = File name
Selection Text: PRIO = Prio indicator (PRIO)
Selection Text: PACKID = Package number
Selection Text: ORGEINH2 = Org. unit 2 (ORG2)
Selection Text: ORGEINH = Org. unit 1 (ORG1)
Title: Conversion: Upload the mapping table from the frontend
Text Symbol: 029 = Complete leading zeros
Text Symbol: 028 = Remove separators from class names
Text Symbol: 027 = Display renaming table
Text Symbol: 026 = Length
Text Symbol: 025 = Class
Text Symbol: 017 = Preparing output list
Text Symbol: 024 = German text
Text Symbol: 018 = Load the classification...
Text Symbol: 019 = Level
Text Symbol: 021 = Separated by space (fixed column positions)
Text Symbol: 022 = English text
Text Symbol: 023 = Separator
Text Symbol: 005 = package?
Text Symbol: 004 = Would you like to import mapping to
Text Symbol: 003 = Upload mapping (optional)
Text Symbol: 002 = File on the frontend
Text Symbol: 001 = Parameter
Text Symbol: 009 = Overwrite existing classification
Text Symbol: 016 = Saving eCL@ss...
Text Symbol: 013 = Import the file
Text Symbol: 012 = Process the imported data....
Text Symbol: 011 = Confirm. Prompt
Text Symbol: 010 = with same version?
Text Symbol: 040 = Save changes ?
Text Symbol: 125 = Prio indicator (PRIO)
Text Symbol: 110 = Specified ID exists already.
Text Symbol: 109 = Cust. error
Text Symbol: 108 = The GUI in use does not support file transfer
Text Symbol: 107 = The table size is incorrect
Text Symbol: 100 = Other paramters
Text Symbol: 052 = Specifiy object for uploading





Text Symbol: 043 = % done ...
Text Symbol: 042 = exiting?
Text Symbol: 041 = Save changes before
Text Symbol: 101 = Conversion error
Text Symbol: 106 = An unknown error has occurred
Text Symbol: 105 = The program cannot be started in batch mode
Text Symbol: 104 = File type details are incorrect
Text Symbol: 103 = The file listed could not be read
Text Symbol: 102 = The file listed could not be opened


INCLUDES used within this REPORT CNV_11000_RENAME_UPLOAD

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 = PACKID EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Möchten Sie Zuordnungen in das Paket'(004) TEXTLINE2 = 'importieren ?'(005) TITEL = 'Upload von Zuordnungen(optional)'(003) * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

CNV_UPLOAD_TABLES CALL FUNCTION 'CNV_UPLOAD_TABLES' EXPORTING S_PATH = P_PCFILE S_SEPERATOR = SEPARA S_SPACE = R2 S_COL1_NAME = 'OLD' S_COL2_NAME = 'NEW' S_COL3_NAME = ORG1 S_COL4_NAME = ORG2 S_COL5_NAME = PRIORITY TABLES I_ASSIGNMENT_TABLE = I_ASSIGNMENT_TABLE EXCEPTIONS FILE_NOT_FOUND = 1 UPLOAD_PROBLEMS = 2 COL1_NOT_FOUND = 3 COL2_NOT_FOUND = 4 OTHERS = 5.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' I_CALLBACK_PROGRAM = REPID I_CALLBACK_PF_STATUS_SET = G_STATUS_SET I_CALLBACK_USER_COMMAND = G_USER_COMMAND I_STRUCTURE_NAME = 'CNVRENAME' IS_LAYOUT = GS_LAYOUT * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = I_DEFAULT = 'X' I_SAVE = 'X' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = I_CNVRENAME EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = DEF_PATH DEF_PATH = 'C:\' * MASK = ',*.*,*.*.'

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-041 TEXTLINE2 = TEXT-042 TITEL = TEXT-040 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

CNV_00001_LOG_MAPPING_UPLOAD CALL FUNCTION 'CNV_00001_LOG_MAPPING_UPLOAD' EXPORTING PD_PACKID = PACKID PD_FILENAME = P_PCFILE PD_TABNAME = 'CNVRENAME' PD_INTERACTIVE = 'X' EXCEPTIONS ID_ALREADY_EXISTS = 1 NO_ACTIVE_PACKAGE = 2 PACKAGE_DOES_NOT_EXIST = 3 USER_ABORTED = 4 OTHERS = 5.



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