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

Message Type

Former Member
0 Likes
334

Hi All,

How can i Link Message Type to Function Module (Client independent).plz dont send link.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
307

Hi Friend,

i am giving exp.

IF U CREATED idoc type, message type and FM do this type.

To link a message (ZSDFG) type to a function module (Z_IDOC_INPUT_ZZSDFG) follow these steps:

• Enter transaction WE57 (ALE -> Extensions -> Inbound -> Allocate function module to logical message)

• Select an entry (EG. IDOC_INPUT_ORDERS) and copy

• Type in module name Z_IDOC_INPUT_ZSDFG

• Type in basic IDoc type as ZINVRV01

• Type in message type as ZSDFG

• Type object type as IDOCINVOIc (Invoice document) - Used for workflow

• Direction should be set to 2 for inbound

• Enter and save

1 REPLY 1
Read only

Former Member
0 Likes
308

Hi Friend,

i am giving exp.

IF U CREATED idoc type, message type and FM do this type.

To link a message (ZSDFG) type to a function module (Z_IDOC_INPUT_ZZSDFG) follow these steps:

• Enter transaction WE57 (ALE -> Extensions -> Inbound -> Allocate function module to logical message)

• Select an entry (EG. IDOC_INPUT_ORDERS) and copy

• Type in module name Z_IDOC_INPUT_ZSDFG

• Type in basic IDoc type as ZINVRV01

• Type in message type as ZSDFG

• Type object type as IDOCINVOIc (Invoice document) - Used for workflow

• Direction should be set to 2 for inbound

• Enter and save