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

Urgent

Former Member
0 Likes
430

Hi,

I have a report in SAP which sends mail to users. I need to call this report in a unix script file. I need to call this report passing a parameter to that report.

I believe STARTRFC should be used, but don't know how to call the report with parameters.

It is very urgent and require your earliest response.

Thanks in advance,

Anandh.

Hi,

I have a report in SAP which sends mail to users. I need to call this report in a unix script file. I need to call this report passing a parameter to that report.

I believe STARTRFC should be used, but don't know how to call the report with parameters.

It is very urgent and require your earliest response.

Thanks in advance,

Anandh.

1 REPLY 1
Read only

Former Member
0 Likes
410

Define your report in a batch job that starts after an event. Trigger the event use sapevt ( unix command )from unix script.

Check this for help on sapevt-

http://www.easymarketplace.de/sapevt.php?Area=4soi&;

Cheers.

Sanjay