Application Development 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: 

IDoc processing for same message type but diff extensions

prabhu_s2
Active Contributor
0 Kudos

Hi

I want to send idoc when a material is changed. Everything is in place and have also done a test scenario. In partner profile i had the message type linked to basic type and tested which is fine. Now i wanted to have one more idoc created for another extension having the same basic type and linked to the same message type. Have maintained the same in WE20 but when i executed BD10 i could only see one idoc been generated but i need to see two idoc (one for basic type and another for the extended) not sure where i'm missing. any pointers on it pls?

3 REPLIES 3

Former Member
0 Kudos

Hi ,

if you want to trigger the idoc two times for basic type& Extension..

1 ) you need to maintain WE20 Partner Profiles (This is good already you did)

--> But the Output type for Bsic type & extension type is same so output type is triggered Once so idoc is created One.

2) try to create another Output type in T-code NACE for extension then two Idocs is created one for Basic and another for Extension.

Regards,

Prabhudas

0 Kudos

I'm working on material master and this does not requires output type configurations

Former Member
0 Kudos

Hi,

Extending the idoc means you are adding extra segment to Basic idoc. So when ever you triggered idoc only one idoc will trigger along with this extra segment data.also to populate this extra segment you need to write some code.

Thank you.

Regards,

Lokeswari.