Application Development 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: 

Creating Ztable with fields for URL link and making available in ESS Portal

Former Member
0 Kudos

Hi,

I have a requirement for maintaining URLs in a table, The URL can be unspecified length.

Table maintainance should also be provided.

I have searched SDN for this. But could not find the appropriate solution.

I have to pass these entries to ESS Portal through RFC.

Can I pass a string more than 255 chars. as an export parameter in an RFC.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

you can have the field length what ever you want, but you can;t maintain them using Tablemaintenance. you can do one thing using some bdc or upload program update the table with the url what ever you have.

and also you can pass the parameter with more than 255 chars length using the function module.

0 Kudos

I am trying to upload the data from an excel file through function module 'TEXT_CONVERT_XLS_TO_SAP'.

But it is accepting only 255 chars from the cell content.

How to get the total content of the field if it is more than 255 char.