‎2008 Dec 05 5:42 AM
Hi All,
I have designed one popup which has one input field. I have provided directory path help to this field so that it can browse the directory and pick any file. But the problem is, the input field is not accomodating the completete path if the path length is more than the input fields length.
How to solve this issue.
Help will be appreciated.
‎2008 Dec 05 5:48 AM
Hi
Are you using this provide the file path:
P_PATH LIKE RLGRAP-FILENAME
The only solution to your problem is to increas the length of the intput field to maximum.
Regards
Neha
Edited by: Neha Shukla on Dec 5, 2008 11:19 AM
‎2008 Dec 05 5:48 AM
Hi
Are you using this provide the file path:
P_PATH LIKE RLGRAP-FILENAME
The only solution to your problem is to increas the length of the intput field to maximum.
Regards
Neha
Edited by: Neha Shukla on Dec 5, 2008 11:19 AM
‎2008 Dec 05 5:57 AM
hi,
Use class CL_GUI_FRONTEND_SERVICES and method FILE_SAVE_DIALOG/FILE_OPEN_DIALOG.
Methods used STRING type parameters. String type is dynamic object. So you will not get length problem.