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

Triggering a report program

Former Member
0 Likes
464

Hi experts,

Let me to have a scenario such as follows,

I want to trigger a report program with data when an event occurs in a third party tool. In the meanwhile the third party tool should through some input, following by the input will be given to sap. Can anyone give me some suggestions to make it possible.

Useful points will be rewarded.

Regards,

Sankar.

4 REPLIES 4
Read only

Former Member
0 Likes
448

Hi,

It would be helpful if u cud elaborate abt the situation.

Thanks & Regards,

Ramya Shree M R

Read only

Former Member
0 Likes
448

Hi,

Whenever third part tool wants to trigger the report to be run in SAP, should generate a file in a specific folder. In SAP You should have a small program in ABAP running in background at a specirfic interval, depending on requirement, once this program senses a file in thie specific folder it should trigger the SAP report by passing the content of that file to the report program, Once report is thru report program should move the file generated by the third party toll in the fixed folder to another folder say 'XXX' so that same data wont' be processed again.

I hope this helps,

Regards

Raju chitale

Edited by: Raju Chitale on May 5, 2008 7:28 AM

Read only

0 Likes
448

Hi raju,

Thanks for your suggestion. I have already tried out the thing. But the system should be of a real time. In case of any delay the batch mode will fall into failure. Thats why i am looking for triggering the report program from the third party tool.

Anyway thanks.

Regards,

Sankar.

Read only

0 Likes
448

Hi,

If you run the background program continuously then it is a real time triggering, I am sorry but I do not understand what is your worry.

Regards

Raju Chitale