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: 

selecting a specific column

Former Member
0 Kudos

Hi,

I want to select one whole column in a transaction, how could i be able to code that one?

i hope someone could help me on this.

Thanks,

Cristina

3 REPLIES 3

Former Member
0 Kudos

Hi,

Are you referring to column in table or in program,

if you are referring to table you have to select like this:

select <table-fields> into <itab> from <table> where <condition>

and <condition>.

Former Member

Former Member
0 Kudos

What i mean is i need to select one whole column in transaction zm41,let say that this column is for purchase document number,how could i be able to select that column? i need to aarange it in ascending order thats why i have to select that specific column.

thanks for your help!