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

problem in Inbound idoc

Former Member
0 Likes
1,203

Hi All,

Am facing problem in inbound idoc for Sales order(Basic idoc is ORDERS05 and Extension is ZSDORDER05) while testing from WE19 transaction,

it's showing status code 51-Application document not posted.

even i maintained partner details and i maintained ountbound details in partener profile,

Regards,

Suresh.D

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,140

Hi Suresh,

Just goto WE05/WE02 t-code and check whats the exact error you are getting, there must be some data issue if the status of IDoc is 51. we can find out why that error is coming if you can post the error under status 51.

Rgds,

Sripal

Hi All,

Am facing problem in inbound idoc for Sales order(Basic idoc is ORDERS05 and Extension is ZSDORDER05) while testing from WE19 transaction,

it's showing status code 51-Application document not posted.

even i maintained partner details and i maintained ountbound details in partener profile,

Regards,

Suresh.D

7 REPLIES 7
Read only

Former Member
0 Likes
1,140

Hi,

What is the error that it is giving.

The error you can see in WE02, enter the IDOC number and in the status records you can find the reason why the IDOC was not posted.

Regards,

Sravan

Read only

Former Member
0 Likes
1,141

Hi Suresh,

Just goto WE05/WE02 t-code and check whats the exact error you are getting, there must be some data issue if the status of IDoc is 51. we can find out why that error is coming if you can post the error under status 51.

Rgds,

Sripal

Read only

0 Likes
1,140

Hi Sripal/Sravan,

Thanks for replay,

i am gettign error "VKORG, VTWEG, SPART cannot be determined for customer , vendor " ,

but there are no fields for distribution,division and sales org in any segment in Oreder05 Idoc...so where i should pass or map these fields in Idoc.

Regards,

Suresh.D

Read only

0 Likes
1,140

Hi Suresh,

The fields distribution,division and sales org are to be passed in E1EDK14 segment with different qualifiers for each.

Each Qualifier value represents a separate field.

006 Division

007 Distribution channel

008 Sales organization

segment name E1EDK14 006

QUALF 006

ORGID ZXXX - ORGID holds the Sales division

segment name E1EDK14 007

QUALF 006

ORGID ZXXX - ORGID holds the Distribution channel

Hope this is clear now.

Regards,

Savitha

Read only

0 Likes
1,140

Hi,

Now i Clear with qualifier concept....but i have a small doubt about mapping,

where can i add the orgid-zxxx filed?

Ragards,

Suresh.D

Read only

0 Likes
1,140

In we19 when you are creating a new Idoc with reference to old Idoc follow the below steps

1) If already E1EDK14 segment exists then double click on the segment and enter the qualifier and orgid values and repeat this process for each new qualifier.

or

2) If E1EDK14 segment does not exist then position the curson on EDIDC record and press create button. You can see a pop up with tree structure. Then enter E1EDK14 segment name and press Enter. This segment will appear and you have to pass the qualifier and orgid values.

ORGID is the field name, I was referrring to ZXXX as value of sales org/Division.

Edited by: Savitha Madhavagiri on Sep 18, 2009 8:10 AM

Read only

Former Member
0 Likes
1,140

a small doubt