cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc number from sales order in ECC

Former Member
0 Kudos

Hi,

Sales order is created by processing an Idoc. Now i want to trace back the idoc number for the sales order created.

Please let me how we can do this in ECC. I saw couple of posts stating ICON SERVICE FOR OBJECTS...i couldn't really identify that icon. In someother post i saw this can found under Environment.

Please let me know whether there are any prerequisites for this, and how i can i achieve this in ECC?

Thank You in Advacne

Thank You

Challa

Accepted Solutions (1)

Accepted Solutions (1)

paul_quinn
Participant
0 Kudos

hi,

if you want your users to be able to see the idoc which created the sales order,

you should use note 598703 (set SD_SWU_ACTIVE to X in their paramaters in SU01)

(This will add the services icon to their screen in top left hand corner)

kind regards

Paul Quinn

Former Member
0 Kudos

Thank you Paul.Appreciated. This is what i was looking for...I don't remember the parameter Id when i actually posted the question...figured it out later.

Thank You

Challa

udaykiran_madala2
Discoverer
0 Kudos

Good information. I'm looking for this parameter since long.

Answers (2)

Answers (2)

former_member303858
Contributor
0 Kudos

Hi Challa,

To find which idoc created the sales order, you can do the following,

Check for the customer PO no in the sales order.

Then go to any other inbound idoc which is bound to create a sales order, and see in which segment is the PO number.

Then go to WE09 and put the dates etc and then go to " Criteria for search in Data Records"

Put the segement no in Search in segement field.

Put the idoc field in which you see the PO number

and put the PO no in the " for Value" field and execute.

You will get the idoc which created the sales order.

Let us know.

Regards,

SB

Lalit
Participant
0 Kudos

Hi,

You can find the idoc number by putting the sales order number in field STAPA2 in table EDIDS.

for improving the performance sales order creation date can be put in to CREDAT and STATUS should be 53

report can be developed for this purpose.

Regards,

Lalit sonawane

Former Member
0 Kudos

Hi Lalit, thanks for sharing the information!