090 SAP Message of Class B1 IDoc type could not be determined for the IDoc











090(B1) - IDoc type could not be determined for the IDoc

Message number 090 of class B1 is used to display message "IDoc type could not be determined for the IDoc" and can be triggered using the following ABAP code:

    MESSAGE W090(B1). "Warning message example
    MESSAGE I090(B1).
"Information message example
    MESSAGE E090(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
specifications passed in the control record were not correct.The basic IDoc type (field EDIDC-IDOCTP on the outbound side or
EDI_DC-IDOCTYP on the inbound side)has not been specified for thisIDoc.The attempt to read the basic IDoc type from table EDIDO also failed.
No table entry was found for IDoc type &v1& from field DOCTYP.

How to fix

Possible error sources:
- The calling program did not provide values for the fields specified
above correctly. Make a note of the transaction in which this erroroccurred and consult your ALE administrator. - The IDoc type &v1& is not known in your system and must be
maintained.
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!