2006 Nov 28 6:49 AM
Hi Friends,
I wanted to know the field description for directory & filename.
just like we are using for filename
parameters: s_file like rlgrap-filename.
What I have to define for directory??
i.e.
parameteres: s_dir like ?????????
Hi Friends,
I wanted to know the field description for directory & filename.
just like we are using for filename
parameters: s_file like rlgrap-filename.
What I have to define for directory??
i.e.
parameteres: s_dir like ?????????
2006 Nov 28 6:51 AM
hi,
just give like this.
lv_dir TYPE rsmrgstr-path
or
DATA: lcl_directory TYPE char128.Rgds
anver
2006 Nov 28 6:53 AM
Hi,
You can give it as rlgrap-filename only as the field filename contains both the directory structure and the filename in the directory.
but i dont see any requirement for which you will have to provide only directory path for the user without the actual filename.
2006 Nov 28 6:53 AM
Hi Salil,
For directory use:
Parameters: s_dir type char256.
Regards,
Chetan.
PS:Reward points if this helps.
2006 Nov 28 6:54 AM
Please read my blog it has an example as well,
/people/kathirvel.balakrishnan2/blog/2006/06/05/sap-php-together-application-server-directory-file-browser
Regards
Kathirvel
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |