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

Regarding Idoc

Former Member
0 Likes
717

Hai All,

When I write code for generating and sending an Idoc using user defined segment type and message type,Idoc is generated but when I use BD64 transaction code for sending Idoc I am getting message like "No message have been defined for the selection conditions in the model".I used the same logical systems for both the methods.

Can anyone help me regarding this issue.

Message was edited by:

Namburi Kalpana

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
626

Hi,

It seems some config is missing in ur case.Please check all the configurations..u have maintained or not

1>WE81(attach ur zmessage type)

2>WE31(create ur zsegments)

3>WE30(create ur zbasictype)

4>WE82(attach ur basictype with message type)

5>BD60(Attch ur fm t messsage adn basic type)

6>BD64(Create modelview)

7>WE20(Generate partner profiles).

Regards,

Nagaraj

Read only

Former Member
0 Likes
626

hi,

kalpana u migkt be missing to create PArtner profiles and port[used in partner profiles].

T.code for p.profile -WE20

T.code for Port - We21.

first create a port and create inbound and outbound parameters for the partner profile.

if u have any issues revert back.

if helpful reward some points.

with regards,

Suresh Aluri.

Read only

0 Likes
626

I created port and partner profiles.In transaction code BD64 I used the same sender and receiver partner profiles which I used in the program(code) for generating Idoc.