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 change pointers

Former Member
0 Kudos
124

Hi All!

I want to trigger the ALE system at a fixed time schedule for eg at 4PM daily.is it possible in change pointers or there is any other alternative.

Please advice

regards

Prasanna Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos
89

Hi,

Change Pointers are used to capture only the changed data.

To trigger at specific time intervals I think you should schedule your program that triggers ALE system using SM36.

Thanks & Regards,

Vanita

4 REPLIES 4

Former Member
0 Kudos
89

Hi prasanna,

This link would be very helpful for u:

http://help.sap.com/saphelp_erp2005/helpdata/en/ba/c9c1c31253ed4596e3bbb74922cd4a/frameset.htm

Hope this helps u,

Regards,

Nagarajan

Former Member
0 Kudos
90

Hi,

Change Pointers are used to capture only the changed data.

To trigger at specific time intervals I think you should schedule your program that triggers ALE system using SM36.

Thanks & Regards,

Vanita

0 Kudos
89

Hi Vanitha!

Can u please elaborate me more on this.How to proceed with SM36 and where i have to do the programming for this to be configured.Also I will be filtering the IDoc for different systems.

Thanks in advance

prasanna kumar

Former Member
0 Kudos
89

Hi,

Schedule the program RBDMIDOC in backgroud by specifying the time. Dont forget to give the message type based on your req.

Thanks

Eswar