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: 

How to download values of any field having spaces from table ?

Former Member
0 Kudos

Hi Experts,

I have one requirement. From table but000, I have to download some values for field name1 based on partner values. The problem is the names are having spaces after it, i need to download completely including extra spaces after name.

I have searched many threads , but coudnt find any useful information.

i am just dowloading form edit, download options.

Regards,

Gaurav.

2 REPLIES 2

Former Member
0 Kudos

Hello,

In my opinion, you need to download the data as a text file. Then import it in excel. While importing you can do some settings to keep the spaces, leading zeroes etc.

Hope this helps,

Regards,

Himanshu

Former Member
0 Kudos

Hello Gaurav,

You should downlaod the field and then according to your requirement you can take it into a local variable and then do the required changes and revert with the changes to the variable you want to use.

You can make use of Shift , Concatenate commands.