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

call transaction

Former Member
0 Likes
451

Hi,

i have a requirement to call a transction ZRFFI_LIST to see

the log(errors) which is displayed in but this transaction should be called automatically and the log errors should be processed automatically without going to sm35 .

this transction containg the log of the file processed by anther program.

can anybody tell me how to do it pls

4 REPLIES 4
Read only

Former Member
0 Likes
433

You can use CALL TRANSACTION 'ZRFFI_LIST' from the program you want to display the error log.

Read only

0 Likes
433

call transaction will just call the transaction but i want to execute the transaction which will display error log now cureently when i click on erro log it create sm35 session but instead it should not create sm35 and it should process the errror log automatically

Read only

0 Likes
433

Do u mean to say that sm35 transaction should be processed in background.

Read only

Former Member
0 Likes
433

Hi,

Go throught this link,

[ Call Transaction|http://members.tripod.com/sap_abap/call_tra.htm]

Regards,

Sandeep

Edited by: Sandeep patel on Jul 22, 2008 12:24 PM