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: 

ALE IDOC object development

Former Member
0 Kudos

Hi All,

I am developing one object using ALE IDOC. But i have little knowledge of ALE IDOC.

The requirement is to pass data from from corporate HCM side to SAP BW side if there

is corresponding field in the SAP BW side. i know i have to use ALE ,IDOC for this. i am planning

to proceed as below (this help i got from SDN site only).

1) Creating a Function Module.

2) Using t-code BD51 to define the ALE attributes of the func module so that it can be assigned to process

code latter.

3) Execute WE 57 to assign func module to idoc type and message type.

4) Execute WE 42 to define the process code and assign func module to the process code.

5) Create/ Modify the partner profile and include the new process code.

Please tell me how can i use these steps in my object development. Also i dont have any idea of "process code". Can any one of u help me in solving this.

Thanks,

Rupesh

1 REPLY 1

Former Member
0 Kudos

what is the trigger point for data transfer ? that decides the exact process.