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

temporary filename

Former Member
0 Likes
815

Hi,

How do I generate a temporary file name of the application server side?

Sicerely,

Olivier Matt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
749

Through FILE Tcode

Through FILE Tcode

4 REPLIES 4
Read only

Former Member
0 Likes
750

Through FILE Tcode

Read only

Former Member
0 Likes
749

Use OPEN DATASET and create a new file in the server folder

Read only

Former Member
0 Likes
749

Hi,

Use OPEN DATASET in output mode and create the file in any of the server folder.

Regs,

Venkat Ramanan N

Read only

Former Member
0 Likes
749

Hi,

You can use 'open dataset' statement to open the file in application server, refer the following code, this may be useful,

http://www.sapdevelopment.co.uk/file/file_uploadsap.htm

Rgds,