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

Problem with file path

Former Member
0 Likes
543

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

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

2 REPLIES 2
Read only

Former Member
0 Likes
404

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

Read only

Former Member
0 Likes
403

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.