cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with background processing of IDOC ORDERS

Former Member
0 Kudos

Hi All

In the incoming idoc ORDERS (from XI to SAP) in <b>background</b>, the following error message is displayed in the status record of the idoc in transaction we02.

"No batch input data for screen SAPMV45A 4001".

Note: The changes specified in SAP Note 785000 were already implemented

Can anyone please advise on how to proceed?

Thank you.

Sindy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Click inbound function module

-->Give IDOC_INPUT_ORDERS in function module field.

-->Select In foreground

-->And see where you are having problem.

Reason for error

1) You are getting extra fields which is not supported currently.

You can easily find by comparing old idoc which is successfully posted and see which field you got extra.

How to solve.

1) By user exit.

If field is necessary use user exit and can add extra field in batch input.

Thanks,

Narayanan

MichalKrawczyk
Active Contributor
0 Kudos

hi Sindy,

ORDERS for sales order creation is done using natch input technique

so you can very easily debug it (with screens)

just go to WE19 and debug the IDOC and I assure you

that you will find the error in less then 5 minutes

2 minutes if you're experienced

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

former_member184543
Active Participant
0 Kudos