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

For Log File In Interface

Former Member
0 Likes
972

I am doing coding part for Interface outbound from SAP to payroll systems(excel file).

how to handle the errors? each time the interface run ,a lod file should be produced.how to do this?

what function module i should use???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
926

I believe you are populating some data from SAP to an internal table which is used to download an excel file. is this correct?

I am doing coding part for Interface outbound from SAP to payroll systems(excel file).

how to handle the errors? each time the interface run ,a lod file should be produced.how to do this?

what function module i should use???

7 REPLIES 7
Read only

Former Member
0 Likes
927

I believe you are populating some data from SAP to an internal table which is used to download an excel file. is this correct?

Read only

0 Likes
926

yes u r correct.how to do it

Read only

Former Member
0 Likes
926

Hi use these Fms

/SOMO/MONITOR_JOBLOG_MESSAGE

/SOMO/MONITOR_JOBLOG_ERROR

try

Vijay~

Read only

Former Member
0 Likes
926

Jayasree,

Once you have got the data in your internal table use the method GUI_DOWNLOAD of the class CL_GUI_FRONTEND_SERVICES.

This will download all the data of the internal table into the file.

Regards,

Ravi

note : Please reward the posts that help you.

Read only

Former Member
0 Likes
926

Hi!

You've better use standard approach for this - form and save application log in data base. Have a look at SZAL development class - there are a lot of demo programs.

Regards,

Maxim.

Read only

0 Likes
926

Can u help me . How I can get the programs in SZAL development class

Read only

0 Likes
926

Hi Jayasree,

Go to se80 and select the option as package and give the name as SZAL

You will get a list of programs.

Regards,

Ravi