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

Table to String

Former Member
0 Likes
620

Hi everybody.

I want to upload a file to a server and i'd like to export a table.

My system tell me an error (cant upload tables, references...).

Exist a FM that convert me a table into a string?

Or do you know another way to do this process?

Hope you can help me guys.

See you.

PS: My table is a table of tables.

Message was edited by:

Miguel Ortega

4 REPLIES 4
Read only

Former Member
0 Likes
585

Hi Miguel,

I know of an FM SOTR_SERV_TABLE_TO_STRING, but don't know if it suits your requirement.

Regards,

Ravi

Read only

Former Member
0 Likes
585

HI

we can Export Tables..

But they should be Flat structured , It will not allow to export & import The the tables which contains Nested Tables( Tables having Tables in structure )..

You need to make it as flat structure only

Regards Rk

Read only

Former Member
0 Likes
585

what u can do is loop the table and pass record by record into the application server file path.

Read only

0 Likes
585

ok. will check your advices and tell you tomorrow guys. Thanks