cancel
Showing results for 
Search instead for 
Did you mean: 

Max lenght of URL?

Former Member
0 Kudos

I have an abap web dynpro application which accepts a parameter typed STRING.

can someone tell me the max length, or where to find the max length, that the url can handle?

thanks,

robert.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Robert,

Maximum length of URL depends on Web Browser. You can check it here.[What is the maximum length of a URL|http://www.boutell.com/newfaq/misc/urllength.html]

However if you have reach the limit, you still can use memory to pass the data especially for large data like internal table of records.

Thanks,

Duy

Former Member
0 Kudos

thanks for your reply.. so, ABAP WD doesn't put on any limitations other than browser based?

Former Member
0 Kudos

Hi Robert,

No, I don't think so. If you want to find more, it is interesting to make a demo and see how it works.

Thanks,

Duy

Former Member
0 Kudos

thanks.. maybe i'll do that.

Answers (0)