Skip to Content
0
Former Member
May 11, 2008 at 11:22 AM

Application Server files accesssing

34 Views

Hi

I Uploaded file into Application server

PEN DATASET '/usr/sap/tmp/file.txt' FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

IF sy-subrc = 0.

LOOP AT t_typ_data INTO w_typ_data.

TRANSFER w_typ_data TO '/usr/sap/tmp/file.txt'.

ENDLOOP.

ENDIF.

CLOSE DATASET '/usr/sap/tmp/file.txt'.

The how to check the file uploaded or not

i trie in AL11 but it was not there