cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound ORDERS IDoc Error: No batch input....

Former Member
0 Kudos

Dear all,

i try to receive IDocs via the standard function module IDOC_INPUT_ORDERS. Partner profiles etc. are maintained in WE20. However, when I create the Test IDoc in WE19 and process it, i get the following error:

No batch input data for screen SAPMV45A 4001

Message no. 00344

My IDoc looks as follows:

EDIDC 2000000000000203045700 51 2SAPXXX LSXXXCLNT200

E1EDK01 220 56026671

E1EDK14 012OR

E1EDK14 00601

E1EDK14 00701

E1EDK14 008PLANT

E1EDK03 002200909170000

E1EDK03 012200909171212

E1EDK03 022200909171212

E1EDKA1 AG 0003000011

E1EDKA1 WE 0003000011

E1EDK02 001K1234567 20090911

E1EDP01 1 1 EA

E1EDP19 0035200000

Has anyone an idea, what might be the reason for this error?

Best regards

Florian

Accepted Solutions (1)

Accepted Solutions (1)

uwe_schieferstein
Active Contributor
0 Kudos

Hello Florian

When you choose function "Inbound Function module" (IDOC_INPUT_ORDERS; WE19) switch the transaction processing to In Foreground or In Foreground after Error.

Then you will clearly see what is missing and it should be easy to find out where to place the missing data into the IDoc.

Most likely segment E1EDP20 (containing the quantity) is missing. Example:

E1EDP20                     136.000        0.000          20080822

Regards

Uwe

Former Member
0 Kudos

Thanks Uwe,

thats a really nice one...however I found my error meanwhile with debugging and performing the BDC manually according to the structure in the function module. I missed to enter the "ROUTE".

But the next time errors like this will be much more quicker to resolve for me

thanks and best regards

Florian

Answers (1)

Answers (1)

former_member188685
Active Contributor
0 Kudos

check you missed some mandatory fields.

Read the IDoc type documentation using WE61.

Former Member
0 Kudos

Hi,

in TA WE61 only E1EDK01 : IDoc: Document header general data is marked as required. How can this help me to find the missing fields?

Best regards

Florian