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

create a log file

UmaArjunan
Active Participant
0 Likes
529

how to creat a log file after downloading the file.

I want to use open dataset

every time when the file is downloaded, it should create a log file (text file)

the details are

name of the user

date of run

time of run

succesful /failure

reason of failure

2 REPLIES 2
Read only

Former Member
0 Likes
432

after transfer statement, u cann't check the sy-subrc.

Read only

0 Likes
432

Hi,

sy-subrc can be checked after transfer statement.

Better pass all these results manually to a itab and convert it to a text file.

Regards,

Ramya