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

using message type with message control

Former Member
0 Likes
442

Hi all

I am trying to generate an idoc when the shipping doc is deleted from the VT02n tcode. I have found a message SHPMNT and idoc type SHPMNT04 for this. these are already configured in the partner profile (outbound tab) in WE20. In the message control tab there are some custom output types added along with outbound process codes( This has been done for different purpose, not for my requirement).

Now I want to use the same message type and idoc type and write a logic in the EXIT EXIT_SAPLV56U_004 using "master_idoc_distribute" to generate an idoc. Is it possible to do like this?? can I use same message type and idoc type combination which was already used in some scenario?

thanks

sankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi,

If both are using same purpose then you can use.Otherwise when already existed program run and create IDOC for some purpose and at the same time if your program runs then it will pick the same idoc which is not required for your program.

So uggestion is same purpose Ok else NO.

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi,

If both are using same purpose then you can use.Otherwise when already existed program run and create IDOC for some purpose and at the same time if your program runs then it will pick the same idoc which is not required for your program.

So uggestion is same purpose Ok else NO.