116 SAP Message of Class B1 An IDoc without a message type was passed to the ALE layer











116(B1) - An IDoc without a message type was passed to the ALE layer

Message number 116 of class B1 is used to display message "An IDoc without a message type was passed to the ALE layer" and can be triggered using the following ABAP code:

    MESSAGE W116(B1). "Warning message example
    MESSAGE I116(B1).
"Information message example
    MESSAGE E116(B1).
"Error message example
See here for more options


What causes this issue

The IDoc passed to the ALE layer could not be processed. The settings
in the control record were not correct.The logical message type (field MESTYP) was not passed.
The attempt to copy the value of the EDI message type (STDMES field)
also failed, because this field was also empty.

How to fix

The fields mentioned above did not contain the values which they should
have done in the calling program.Make a note of the transaction in which the error occurred and inform
your ALE administrator.
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!