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

Inbound problem for message type WPUUMS

Former Member
0 Likes
1,414

Dear all,

I want to receive the IDOC data for message type WPUUMS from a java server. Currently i am working on sample values for segments

E1WPU01

E1WPU02

E1WPU03

E1WPU04

E1WPU05

E1WXX01

I am facing problems in passing the correct values .

Its throwing a error message status 51.(Application document not posted) IDoc not fully processed.

can you help me with some dummy data for all the fields in the above segments.

reply ASAP

regards

arun

5 REPLIES 5
Read only

Former Member
0 Likes
938

You have to analyze where exactly the problem is.

There are several reasons why the Idoc did not post:

1) The Data you are sending to post document may be wrong. You may have to validate against valid data in Database.

2) Thre may be some mandatory data which you are not passing through IDoc (Idoc data may be missing).

It is not possible to answer a generic question like this with perfect answer.

Best way is to debug and find out why exactly the problem is, if you know the error message (you may see it in Status record of this IDoc).

Read only

0 Likes
938

Dear All,

What is the tcode for sending phy inventory data through IDOC message typy WVINVE, and also for message type WPUUMS POS interface: Upload sales data (Compressed)

Ex: BD10 for sending material.

Thanks and regards,

Arun.

Read only

0 Likes
938

look at tcode WPMA, maybe you can find it there.

Read only

shivhare
Active Contributor
0 Likes
938

Hi Arun Kumaran

Use Tcode WPER u can u find error and repocrss it.

for IS retail inbound and outbound IDOC monitroing u can this Tcode

Regrads

Amit Shivhare

Read only

Former Member
0 Likes
938

Thank you all.