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

Creating Outbound IDoc

Former Member
0 Likes
1,325

Hi,

I want to create an outbound IDoc in my system, though the sender and receiver port has not yet been configured. I want to generate the idoc to test for all the segment and data. Is it possible in any way to generate the idoc without the sender and receiver port. In We20 i am maintaining parter profile with some dummy ports. But when trying to create the idoc i get error message that receiver port has not been configured.

Can someone please help me on this.

Regards,

Jayant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
759

Jayant,

have you maintained Distribution model BD64. It need BD64 to data to get the IDOC type & IDOC to generate IDOC.

-Vinita

Edited by: vinita modi on Apr 30, 2009 2:59 AM

Hi,

I want to create an outbound IDoc in my system, though the sender and receiver port has not yet been configured. I want to generate the idoc to test for all the segment and data. Is it possible in any way to generate the idoc without the sender and receiver port. In We20 i am maintaining parter profile with some dummy ports. But when trying to create the idoc i get error message that receiver port has not been configured.

Can someone please help me on this.

Regards,

Jayant

2 REPLIES 2
Read only

Former Member
0 Likes
760

Jayant,

have you maintained Distribution model BD64. It need BD64 to data to get the IDOC type & IDOC to generate IDOC.

-Vinita

Edited by: vinita modi on Apr 30, 2009 2:59 AM

Read only

Former Member
0 Likes
759

Jayant,

Any question related to Idocs should be posted in Data Transfers section. Not here. People who are expert in that subject matter would be monitoring the posts over there not here

So, next time if you are posting any query, post it in the appropriate place.

Now, coming to your question to create the Idoc only to check the segments you can directly write a small report program. Try to get all the data as per the segments in to an internal table. Then, pass this internal table to the FM MASTER_IDOC_DISTRIBUTE. Along with that pass the message type, basic type, partner and dummy port. Execute it and you will see an Idoc generated and verify the same in WE05. The Idoc might be in error status as you are not configuring the correct port details and all.

But, it is very easy to create the port in WE21.

Thanks,

Babu Kilari