2005 Nov 24 7:03 AM
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???
2005 Nov 24 7:07 AM
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???
2005 Nov 24 7:07 AM
I believe you are populating some data from SAP to an internal table which is used to download an excel file. is this correct?
2005 Nov 24 7:35 AM
2005 Nov 24 7:10 AM
Hi use these Fms
/SOMO/MONITOR_JOBLOG_MESSAGE
/SOMO/MONITOR_JOBLOG_ERROR
try
Vijay~
2005 Nov 24 7:43 AM
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.
2005 Nov 24 9:28 AM
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.
2005 Nov 24 11:26 AM
Can u help me . How I can get the programs in SZAL development class
2005 Nov 24 11:36 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |