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

How to create batch input session log from Report program

Former Member
0 Likes
1,535

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

7 REPLIES 7
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,051

Hi,

BAPI and batch input session logs are no way related. Please be more clear with your question.

Kesav

Read only

atul_mohanty
Active Contributor
0 Likes
1,051

Hi

Do you want to download the log of BAPI execution to some file in desktop OR create a spool with log  ?

Please clarify.

Read only

0 Likes
1,051

Dear Mohanty,

Yes! I want to download the log in to some file in desktop.

Thanks,

Shabs

Read only

0 Likes
1,051

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.

Read only

former_member205488
Active Participant
0 Likes
1,051

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.

Read only

Former Member
0 Likes
1,051

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

Read only

Former Member
0 Likes
1,051

Please refer to the http://scn.sap.com/thread/1282131.

Regards,

Amit