CNV10920 SAP Message class Nachrichten Paketbaustein Keyfelder umstellen









CNV10920 is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(CNV10920).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(CNV10920) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name CNV10920 into the relevant SAP transaction such as SE91 or SE80.

001 - Org. unit delimitation is not active

002 - Error for set with &1: No entry for table &2 in cnvfields

003 - Error in module CNV_FIND_BEST_FORM_WITH_TABLE for table &1

004 - No delimitation for table &1 and type &2 in CNVFIELDREF

005 - Module CNV_10000_CHECKOBJECT produces ReturnCode &2 for &1

006 - Delimitation in table &1 for field &2 is based on non-key field &3.

007 - Data for table &1 and field &2 cannot be read

008 - Error in parameter assignment for table or structure &1

009 - For table &1 and field &2, no conversion routine was found.

010 - Module CNV_10000_GETOBJECT produces RC &3 for &1 and &2

017 - Org.derivation data for table field &1-&2 are missing



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!