Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create SO with ORDERS05

Former Member
0 Likes
510

Hi Folks,

I'm testing the process from creating an inbound SO using the idoc type ORDERS05 in WE19. The details of WE02 show the idoc in status 53, but there is no document number displayed.

Is there a subsequent process required in order to post the created idoc into R/3, or does this mean that the document hasn't really been created, as there is no evidence in VBAK of the new document being created?

Cheers,

Steve

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hi Steve,

In we19 what is the function module you are using.

In we02 expand the idoc data segments and check for the order number

Regards

Arun

3 REPLIES 3
Read only

Former Member
0 Likes
468

You can see some data in EDID4 table -> here SDATA field is 1000 charcters.

Other way just goto Se16 transaction -> enter VBAK table -> selection-condition would be user id ,created time ,if you know sold to party ,then you may get sales order number.

Thanks

Seshu

Read only

Former Member
0 Likes
469

Hi Steve,

In we19 what is the function module you are using.

In we02 expand the idoc data segments and check for the order number

Regards

Arun

Read only

Former Member
0 Likes
468

It's OK. I think the issue is that I was running idoc_input_storeorder, instead of idoc_input_orders.

Thanks for your help.

Steve