cancel
Showing results for 
Search instead for 
Did you mean: 

How can I store a incomplete iDoc, orders05

Former Member
0 Kudos

Hi

I am trying to prosess a iDoc with incomplete data. I can't find the field for price evaluation in orders05. How can I change get the iDoc to be approved? Or where can I find a guide to what fields that is mandatory in an iDoc?

Best Regards

Morten

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. you can check WE02 and try to find

and idoc which was processed correctly

(this way you'll see the fields)

on IDES or DEV system for instance

2. you can debug the function which

processes the idoc to check the required fields

(this way is somethimes a lot faster if you have one or 2 fields missing)

3. you can check the idoc errors and try to fill correct values inside the idoc structure

Regards,

michal

Former Member
0 Kudos

Thanks Michal

But is there no documents that specifies what fields that is mandatory in an iDoc?

Is it possible to change the routines for approving iDoc's. So that I can make an order out of an incomplete iDoc. I have to change the order manually anyway.

Best Regards,

Morten

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can fill idoc data from a user exit

if you want to do it from ABAP

or if you have XI you can fill the idoc

from a mapping program

you can also take a look at the funtion module that processes the "thing" (sales order, confirmation) that you want to create

and have a look at documents section

there might be something over there too

Regards,

michal

Answers (1)

Answers (1)

former_member189354
Contributor
0 Kudos

Hi,

When you observe the idoc type ORDERS05 in mapping editor you can notice some of the nodes with mandatory (i.e color variation) mapping. At mapping you can implement an extenal function to over come this. I hope this will be helpful.

Regards,

Mallikarjun.M