cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is parameter MASS_PROCESSING of IDoc Inbound Function Modules?

Sandra_Rossi
Active Contributor
0 Likes
528

Out of curiosity, what is the parameter MASS_PROCESSING of IDoc Inbound Function Modules?

Sandra_Rossi_0-1750333835007.png

Thanks.

Sandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Ryan-Crosby
Active Contributor

Not sure if you can scrape much understanding from this description in the function documentation for 'IDOC_INPUT'.

Screenshot 2025-06-19 at 09.28.04.png

 

Regards,

Ryan Crosby

Sandra_Rossi
Active Contributor
0 Likes

How SAP fill the parameter:

  • If the IDoc(s) inbound processing is started via BD20/RBDAPP01, MASS_PROCESSING = 'X'.
  • If it's started via WE19, MASS_PROCESSING = ' '.
  • For other transaction codes and programs, I don't know.

How you can take advantage of this parameter:

  • I don't know.