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 to inbound function module and inbound process flow.

0 Likes
1,601

Hi all,

please can someone help me in understanding the need for assigning inbound Function module to the Message Type,

like why do we need to assign the inbound function module to the message type and How is the Function module getting triggered internally when the receiver receives the idoc.

Thank you.

1 ACCEPTED SOLUTION
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
1,494

Hello ananthum007

Look at my response How standard tables are updated from standard inbound idoc

Hope it helps you understand the logic from ALE message type, through process code to the function module that actually processes the IDoc.

Best regards

Dominik Tylczynski

5 REPLIES 5
Read only

sveabecker
Product and Topic Expert
Product and Topic Expert
0 Likes
1,494

Welcome and Thank you for visiting SAP Community to get answers to your questions. Please add more details to your question, e.g. you can also add a screenshot. With that, you can reach a broader range of experts to get your question answered. I also recommend to do this tutorial https://developers.sap.com/tutorials/community-qa.html

The more details you provide, the more likely it is that members will be able to assist you.

Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Regards, Svea

SAP Community Global Moderator


----- Stay up-to-date with SAP Community and subscribe to What's New today! -----
Read only

FredericGirod
Active Contributor
1,494

I don't understand what you don't understand.

You receive an idoc, the idoc in the heade contains informations used by SAP to determine witch FM need to run using the input data. it is not logic for you ?

Read only

0 Likes
1,494

what i couldnt understand is why do we need to assign the inbound function module to logical message type using WE57, during the steps to be followed in inbound process creation

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
1,495

Hello ananthum007

Look at my response How standard tables are updated from standard inbound idoc

Hope it helps you understand the logic from ALE message type, through process code to the function module that actually processes the IDoc.

Best regards

Dominik Tylczynski

Read only

1,494

Thank you 🙂