cancel
Showing results for 
Search instead for 
Did you mean: 

upload table to appn server-

Former Member
0 Kudos

Hi All,

I have to upload dynamically SAP table entries to application server with tab delimited.

i got all the record into an internal table, but how i can make it tab delimited after each field value.

waiting for reply.

Regards,

Gani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Moderator message - Please search before asking - post locked

Rob

Former Member
0 Kudos

separated by CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB.

Concatenate all values ..into variable_name separated by CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB .

transfer variable_name to filename.

Edited by: rajesh khatwa on Nov 10, 2009 4:00 PM