006 SAP Message of Class B1 &, &, &, &











006(B1) - &, &, &, &

Message number 006 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 E006(B1) WITH lv_val1. "Error message example

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

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

IDoc successfully processed in ALE outboxThe IDoc has passed through the ALE layer successfully and can be sent.
It can either be sent online or as a batch job, depending on thesettings in the partner profile.If there are no further status records then the IDoc waits for the next
dispatch report run.Success/failure of transmission is documented in subsequent status
records.ALE layer actionsThe '&v1&' parameter specifies whether the recipient of the IDoc has
already been entered by the calling application or by the ALE layer. Inthe latter case the settings of the distribution model are used for thereceiver determination.The '&v2&' parameter specifies whether the processing in the ALE layer
has led to segments of the IDoc created by the application being leftout. The settings in the segment filter and in the distribution modelfor this recipient are decisive here.The '&v3&' parameter specifies whether field values have been converted
in the ALE layer. This is the case if the IDoc contains organizationalunits to be converted or if the ALE conversion tool has been activatedfor this recipient.The '&v4&' parameter specifies whether the IDoc has been converted into
an earlier version of the IDoc type. This happens if the IDoc type inthe outbound partner profile for this recipient differs from the IDoctype which was created.

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!