Application Development 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: 

distribution model

Former Member
0 Kudos

hi,

in the ale interface, why some processes no distribution model and some need distribution model?

for example of processes no distribution model:

billing from sender system to create vendor invoice in receiver system using invoic message type.

or create purchase order in receiving system or any other processes.

they make use of partner profile to post/send immediately/backgrd.

wish to have advice.

thanks

rgds

2 REPLIES 2

Former Member
0 Kudos

Hi,

Could you please explain your query correctly?

Generally speaking the Distribution Model determines which messages are distributed to which logical systems. If you say like, there are two systems exchanging business between each other, then there has to be BAPI-based distribution of data between them. And one more common feature we can observe under the Distribution Model is that it is meant to find out the number of recipients willing to receive the business documents.

For ex: Let us consider your example: Billing from Sender System to create the vendor invoice in the receiving system using INVOICE message type.

Under this process, there could be multiple receivers who would be looking for Billing documents, but for some of the recipients it is filtered with message type INVOICE and for some, it is filtered with some other message type. Or they might not be needing the receipt of the message type.

The use of Distribution Model is all requirement dependent.

Regards,

-Syed.

0 Kudos

Hi,

My question is why some of the interface no distribution model and some with distribution model.

Example like message type invoic where billing from sender system to create vendor invoice in receiver system. This process I do not see any model in BD64.

Can advise why some with model but some without process.

Thanks