282 SAP Message of Class B1 Error: No IDocs to be processed











282(B1) - Error: No IDocs to be processed

Message number 282 of class B1 is used to display message "Error: No IDocs to be processed" and can be triggered using the following ABAP code:

    MESSAGE W282(B1). "Warning message example
    MESSAGE I282(B1).
"Information message example
    MESSAGE E282(B1).
"Error message example
See here for more options


What causes this issue

In the previous step the IDOC input was started, but the number of
IDOCs to be processed was not passed.

System Response



How to fix

If you use Workflow then you should check whether the method parameter
'Unprocessed_IDOCs' containing the numbers of IDOCs to be processedhas been filled.If it has not then you should call SAP.

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!