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

do we always need a distribution model when using a ALE?

Former Member
0 Likes
767

hi

i am curious to know do we always need a distribution model to be created in the system to send and recieve data using ALE technology?

I am not clear as to when should i create a distribution model in SALE transaction?

Do i need the distribution model to be created only when i am exchanging MASTER DATA or we need a distribution model always and it does not matter if we are exchanging MASTER DATA or TRANSACTION DATA?

or

please give me a scenario when i dont need a Distribution model.

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Hi,

Its always necessary to create a distribution model when you want to distribute master data, but for transaction data is it not necessary.

Usually I create Distribution Model for transaction data when I'm sending data through Custom Idocs. This way I can get the receivers maintained for the IDocs dynamically using the function module ALE_MODEL_INFO_GET by passing the message type.

regards,

Advait

hi

i am curious to know do we always need a distribution model to be created in the system to send and recieve data using ALE technology?

I am not clear as to when should i create a distribution model in SALE transaction?

Do i need the distribution model to be created only when i am exchanging MASTER DATA or we need a distribution model always and it does not matter if we are exchanging MASTER DATA or TRANSACTION DATA?

or

please give me a scenario when i dont need a Distribution model.

thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hi,

Its always necessary to create a distribution model when you want to distribute master data, but for transaction data is it not necessary.

Usually I create Distribution Model for transaction data when I'm sending data through Custom Idocs. This way I can get the receivers maintained for the IDocs dynamically using the function module ALE_MODEL_INFO_GET by passing the message type.

regards,

Advait

Read only

0 Likes
671

thanks

can you please explain more why we need a distribution model for MASTER DATA and not for transaction data?

Read only

Former Member
0 Likes
671

Hi,

Accordinmg to me in distribution model we define message flow between logical systems. The relationships between logical systems, message types, BAPIs, and filters are defined in the distribution model. Applications and the ALE layer user the distribution model to determine receivers and to control the data distribution.

check these links for more

http://help.sap.com/erp2005_ehp_03/helpdata/EN/78/217df551ce11d189570000e829fbbd/frameset.htm

http://help.sap.com/erp2005_ehp_03/helpdata/EN/78/217da751ce11d189570000e829fbbd/frameset.htm

Sachin