‎2007 Aug 30 9:51 AM
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
‎2007 Aug 30 9:58 AM
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
‎2007 Aug 30 10:08 AM
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.
‎2007 Aug 30 10:55 AM
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.