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

ALE/Idoc clarification

Former Member
0 Likes
319

hi friends,

1.in ALE/IDOC wat are the methods and when do we use that methods

like1. standalone 2. mesage cntrol 3.function module

2.when we extend basic idoc [add few fields ] how to trigger that segment

if u have any learning material withexample for ALE/idoc and BAdi plz send me

thanks in advance

regards

raj

hi friends,

1.in ALE/IDOC wat are the methods and when do we use that methods

like1. standalone 2. mesage cntrol 3.function module

2.when we extend basic idoc [add few fields ] how to trigger that segment

if u have any learning material withexample for ALE/idoc and BAdi plz send me

thanks in advance

regards

raj

1 REPLY 1
Read only

Former Member
0 Likes
288

There are three methods in ALE distribution.

1.Push original - we have to trigger this (Eg. BD10)

2.Change pointer - automatically triggered whenever change in master data

3.Pull or Fetch method. - here we have to send request for particular material (BD11).

Other than finance, PP and HR we go for Message control.

In message control all the Business rules are checked and output is proposed.

Check the transaction VK01.

We can create our own function module based on our requirement and link it through the process code (WE41)

If u want to add new fields or segments we can extend the idoc using transaction

WE30 and then we have to link the extended idoc in transaction WE82.