‎2008 Jul 22 7:48 AM
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
‎2008 Jul 22 7:50 AM
You can use CALL TRANSACTION 'ZRFFI_LIST' from the program you want to display the error log.
‎2008 Jul 22 7:52 AM
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
‎2008 Jul 22 7:56 AM
Do u mean to say that sm35 transaction should be processed in background.
‎2008 Jul 22 7:51 AM
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