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

Help on DEBMAS - Outbound IDoc Triggering

Former Member
0 Likes
1,547

Hi Experts,

Iam new to ALE-IDocs Scenarios. I have a scenario where i need to trigger an IDoc whenever a customer master (XK01) is created and i would like to check the generated IDocs for the populated segment fields as well.

Right now there is no connection between SAP and XI. so just i want to simulate/test the above outbound scenario from client 500 to client 510 within same SAP System.

1. Is it possible to do the above test within different clients of same SAP system?

2. What are all the ALE configuration settings to be done to implement this scenario?

3. How to trigger the IDoc automatitcally once a customer master is created (do i need to use the concept of change pointers..? if so please help me how to use change pointers)

Please help me with your suggesstions and solutions..

Thanks,

karsar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
789

Hi,

1. Is it possible to do the above test within different clients of same SAP system?

Answer: Yes its possible to test using different clients.

2. What are all the ALE configuration settings to be done to implement this scenario?

Answer: The config is similar to the master data distribution.

Check this thread..

3. How to trigger the IDoc automatitcally once a customer master is created (do i need to use the concept of change pointers..? if so please help me how to use change pointers)

Answer: Yes you need to activate the change pointers and send the data once the data is changed or created,

For change pointers check this thread..

Hi Experts,

Iam new to ALE-IDocs Scenarios. I have a scenario where i need to trigger an IDoc whenever a customer master (XK01) is created and i would like to check the generated IDocs for the populated segment fields as well.

Right now there is no connection between SAP and XI. so just i want to simulate/test the above outbound scenario from client 500 to client 510 within same SAP System.

1. Is it possible to do the above test within different clients of same SAP system?

2. What are all the ALE configuration settings to be done to implement this scenario?

3. How to trigger the IDoc automatitcally once a customer master is created (do i need to use the concept of change pointers..? if so please help me how to use change pointers)

Please help me with your suggesstions and solutions..

Thanks,

karsar.

3 REPLIES 3
Read only

Peter_Inotai
Active Contributor
0 Likes
789

>1. Is it possible to do the above test within different clients of same SAP system?

Yes, it's possible.

>2. What are all the ALE configuration settings to be done to implement this scenario?

Set up RFC desintation for receiver system. SM59

Assign logical systems to clients. SCC4

Set up distribution model BD64

Generate partner profiles, ports from BD64

>3. How to trigger the IDoc automatitcally once a customer master is created (do i need to use the concept of change pointers..? if so please help me how to use change pointers)

You have to set the flag for message type DEBMAS in customizing in SALE.

Best regards,

Peter

Read only

Former Member
0 Likes
790

Hi,

1. Is it possible to do the above test within different clients of same SAP system?

Answer: Yes its possible to test using different clients.

2. What are all the ALE configuration settings to be done to implement this scenario?

Answer: The config is similar to the master data distribution.

Check this thread..

3. How to trigger the IDoc automatitcally once a customer master is created (do i need to use the concept of change pointers..? if so please help me how to use change pointers)

Answer: Yes you need to activate the change pointers and send the data once the data is changed or created,

For change pointers check this thread..

Read only

Former Member
0 Likes
789

Hi,

Check the following link:

http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html

Regards,

Bhaskar