005 SAP Message of Class B1 & &, &, &.











005(B1) - & &, &, &.

Message number 005 of class B1 is used to display message "& &, &, &." and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E005(B1) WITH lv_val1. "Error message example

    MESSAGE W005(B1) WITH lv_val1. "Warning message example

    MESSAGE I005(B1) WITH lv_val1. "Information message example
See here for more options

IDoc successfully processed in the ALE layerThe IDoc has passed through the ALE layer successfully and can now be
passed to the application. This transfer is either done online or as abackground job, depending on the settings in the partner profile.If there are no further status records, the IDoc waits for the next run
of the transfer report to the application.Success or failure when passing the IDoc to the application is
documented in the subsequent status records.Actions in the ALE layerThe parameter '&v2&' indicates whether the processing in the ALE layer
led to segments of the inbound IDoc being omitted. The importantcriteria here are the settings in the segment filter and in thedistribution model for this sender.The parameter '&v3&' indicates whether field values were converted in
the ALE layer. This is the case if the IDoc contains organizationalunits to be converted, or if the ALE conversion tool for this sender isactivated.The parameter '&v4&' indicates whether the IDoc was converted into an
earlier version of the IDoc type. This happens if the IDoc type of thesender is different from its own IDoc type.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class B1 main page



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!