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

idoc inbound problem

Former Member
0 Likes
719

Hi Friends,

I am facing a problem in IDOC inbound processing.

My scenario in SALES PER RECEIPT - POS like this: I have to read XML (From PC) file and i have to post it.

I am using Idoc - WPUBON01. After reading XML file i used Function module to distribute - MASTER_IDOC_DSTRIBUTE.

In we02 i checked Idoc is generating but status showing 29.

So run the report RSEOUT00. But i am getting message like 'No idoc is selected for processing'.

Plz help me what i have to do. I created port also.

Regards,

P. Kumar.

3 REPLIES 3
Read only

Former Member
0 Likes
568

hi kumar,

if u get status 29-error in ale service- check partner profile first.if it exists check ur logic where u modify control record,else create partner profile and restart again.

Reward if usful.

Thanks,

Srikanth.A

Read only

Former Member
0 Likes
568

Hi Kumar,

Please use function module "IDOC_INPUT_POS_SALES_DOCUMENTS" to post the data in the SAP system.

MASTER_IDOC_DISTRIBUTE is used to distribute the idoc to other systems.

Thanks,

Urmila

Read only

Former Member
0 Likes
568

Thanks to all.