‎2007 Apr 24 4:51 PM
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
‎2007 Apr 24 5:02 PM
Hi Miguel,
I know of an FM SOTR_SERV_TABLE_TO_STRING, but don't know if it suits your requirement.
Regards,
Ravi
‎2007 Apr 24 5:02 PM
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
‎2007 Apr 24 5:10 PM
what u can do is loop the table and pass record by record into the application server file path.
‎2007 Apr 24 5:12 PM
ok. will check your advices and tell you tomorrow guys. Thanks