cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Abap File Location Related

arunjuju
Member
0 Kudos

Hi guys,

This is Arun. I want to know how to find wheather the out put file of the program stored in LOCAL OR SERVER?

Where I have to check inside the program!!!!!!.

If any one knows please help me with this....

Sandra_Rossi
Active Contributor
0 Kudos

What is this program? Documentation provided? Or use trace transaction code SAT to search procedure names with names like "write" "file" etc.

Accepted Solutions (0)

Answers (2)

Answers (2)

matt
Active Contributor

Read the ABAP documentation or search how to write a file locally and to the server. Then look at the program code for the appropriate keywords. The comments in the program code could be a guide as well.

raymond_giuseppi
Active Contributor
0 Kudos

Ask an abaper to look for statements/functions/classes related to application server or presentation server.