SAP Reports / Programs

CNV_11000_A_RENAME_CHECK SAP ABAP Report - Conversion: Check the assignment table for 1:1 conversions







CNV_11000_A_RENAME_CHECK 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_A_RENAME_CHECK 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_RENAME_CHECK - Check Table CNVRENAME


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


Text pool values


Title: Conversion: Check the assignment table for 1:1 conversions
Text Symbol: 006 = New value is already a new value in another place.
Text Symbol: 005 = New value is already defined in the system.
Text Symbol: 004 = Old value is not defined in the system.
Text Symbol: 003 = The domain has no value table.
Text Symbol: 002 = The domain does not exist.
Text Symbol: 001 = The assignment table does not have any entries.


INCLUDES used within this REPORT CNV_11000_A_RENAME_CHECK

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 = GD_PACKID PHASE = GD_PHASE.

CNV_INT_STATE_INITIALIZE CALL FUNCTION 'CNV_INT_STATE_INITIALIZE' EXPORTING TABNAME = VIEWNAME IMPORTING RERUNARG = GD_RERUNARG EXCEPTIONS NO_PACKAGE_ACTIVE = 1 PROGRAM_NOT_FOUND = 2 WRONG_STATE = 3 PRECURSOR_NOT_OK = 4 ENQUEUE_ERROR = 5 OTHERS = 6.

CNV_INT_PROTOCOL_INITIALIZE CALL FUNCTION 'CNV_INT_PROTOCOL_INITIALIZE' EXPORTING PACKID = GD_PACKID.

CNV_INT_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_INT_PROTOCOL_MESSAGE' EXPORTING MSGTY = 'I' MSGID = 'MQ' MSGNO = '036' MSGV1 = SYST-CPROG MSGV2 = SYST-DATUM MSGV3 = SYST-UZEIT MSGV4 = SYST-UNAME LEVEL = '1' PROBCLASS = '2'.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING RUNSTATE = GD_STATE.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = LP_DOMNAME "#EC DOM_EQUAL STATE = 'A' IMPORTING GOTSTATE = LD_GOTSTATE DD01V_WA = LD_DD01V EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LD_DD01V-ENTITYTAB TABLES DFIES_TAB = LT_DFIES. "#EC *

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SYST-CPROG * I_CALLBACK_USER_COMMAND = ' ' IS_LAYOUT = LD_LAYOUT IT_FIELDCAT = LT_FIELDCAT TABLES T_OUTTAB = LP_ERROR.



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