Application Development 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: 

Saving Unix SAP File as Windows SAP File

Former Member
0 Kudos

Hi,

My FM having logic to create a file in Unix(OPEN DATASET.... CLOSE DATASET) is written in SAP System having Unix as a background O.S.

My job is to simulate the same code in SAP System having Windows as a background O.S.

Will the same FM logic (OPEN DATASET....) work in Windows SAP environment. ?

If not, can anybody provide me with an alternative so as how to go about doing the task.

Answers will be rewarded,

Regards,

Rohan

2 REPLIES 2

Former Member
0 Kudos

Hi,

OPEN DATASET statment is not specific to Unix, It is to handle the files with apllication server. If your SAP application server is Windows, You can use the same logic.

Instead if you want place the files in the presentation server(your local desktop), you can make use of the function module GUI_DOWNLOAD.

Reward the points if it is useful to you..

0 Kudos

hi,

Thanks for ur reply..

But using the same existing logic....where will the file be saved ?

I mean If i use OPEN DATASET.File....FOR OUTPUT...on Windows Platfrom,Wer will the "File" be saved on Windows(Wich Folder). ?

Pls Reply...