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

Oubound program triggered from message control

Former Member
0 Likes
369

Hi Friends,

i have a custom transaction which stores/update 2 database tables. Now i want to use message control technique for transaction(custom transaction)to generate outbound idoc. so, what steps in nace transaction should i configure and what is the procedure for programming.

thanks in advance.

regards,

sree

2 REPLIES 2
Read only

Former Member
0 Likes
336

Hi,

I am not sure if you can apply message control technique for a custom transacational message.

As I understand the messaging controls are for specific transaction data and the same can be configured. But for a different process altogether, I am not sure if you can do that.

Regards,

Ravi

Read only

Peter_Inotai
Active Contributor
0 Likes
336

Message control technique is an old technique. Instead of this you should use the BAPI based version.

You can build a custom BAPI and custom Idoc type.

I never tried this, but I'd try this way.

Peter