ICL_POL SAP Message class Nachrichten für Vertragsspeigel, Policie und ...









ICL_POL 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(ICL_POL).

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(ICL_POL) with ld_field1.

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

001 - Contract has not been imported

002 - No benefit type tree defined for subclaim type &1

003 - Enter a benefit type

004 - No valid generation found for benefit type tree &1 and date &2

Additional information exists about message 004 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 004 class icl_pol.

005 - No valid active version found for benefit type tree &1 from &2

Additional information exists about message 005 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 005 class icl_pol.

006 - Define a benefit type tree for claim header &1

007 - Incorrect combination of make/model and make/model key

020 - Data of structure &1 is inconsistent with data in table &2

030 - Contracts with different policyholders are not supported

040 - Version &1 coverage &2: Benefit type &3 not found in policy snapshot



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!