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

Can a message type bind two process codes?

Former Member
0 Likes
594

Hi Experts,

When I maintain the Partner Profile, I add a message type (ZQM1) as Inbound Parameters. Here I bind a message type ( ZQM1 ) with a process code ( ZQE11 ).

But Now I want to bind a another process code ( ZQE51 ) with this message type ( ZQM1 ).

Is this possible? Many thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

Kenneth,

You Con't

See logic

1. Process code is being assigned to One Function Module (OR ) Program.

When you assign process code to particular message type based on your

changes in Application this Program will get invoked.If you assign two

process codes system will get confused to select the program .

2. You can Assign one IDOC TYPE to 2 message Types. con't 1message

type to 2 IDOC types.

Pls. reward if useful

2 REPLIES 2
Read only

Former Member
0 Likes
479

Kenneth,

You Con't

See logic

1. Process code is being assigned to One Function Module (OR ) Program.

When you assign process code to particular message type based on your

changes in Application this Program will get invoked.If you assign two

process codes system will get confused to select the program .

2. You can Assign one IDOC TYPE to 2 message Types. con't 1message

type to 2 IDOC types.

Pls. reward if useful

Read only

Former Member
0 Likes
478

Thanks.

I made a test case in my landscape.

I just to verify this.