ā2015 Apr 23 7:26 AM
Dear sap guru's,
I have an requirement to upload the fixed assets (AS01) details through BAPI & need to download the batch input session log for the same Report program.
Could any one suggest me after executing BAPI, how to download the batch input session log & what are the steps i need to follow.
I have read some of the blogs in SDN but am not clear with this, So request you to any one could help me on the same.
Thank you in advance.
Rgds,
Shabs
ā2015 Apr 23 8:05 AM
Hi,
BAPI and batch input session logs are no way related. Please be more clear with your question.
Kesav
ā2015 Apr 23 8:11 AM
Hi
Do you want to download the log of BAPI execution to some file in desktop OR create a spool with log ?
Please clarify.
ā2015 Apr 23 9:12 AM
Dear Mohanty,
Yes! I want to download the log in to some file in desktop.
Thanks,
Shabs
ā2015 Apr 23 9:37 AM
Hi
You can populate one internal table with the error log / execution log and then use function module GUI_DOWNLOAD to download the internal table to your desktop. Let us know, in case any further info.
ā2015 Apr 23 9:15 AM
Hello!
You colud use transaction SHDM to download a batch input session.
To find appropriate BAPI use transaction BAPI.
BAPI and batch input are two separate approaches, choose one of them to solve your issue.
ā2015 Apr 23 9:44 AM
Hi Shabareesh
Look at this sample : [Program To Download Batch Session Log Into Excel|http://www.sap-basis-abap.com/abap/program-to-download-batch-session-log-into-excel.htm]
Regards
Suganya
ā2015 Apr 23 9:48 AM