2007 Jul 19 3:46 AM
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
2007 Jul 19 3:55 AM
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>.
2007 Jul 19 4:54 AM
Hi,
select <table-fields> into <itab> from <table> where <condition>.
For more check this link
http://help.sap.com/saphelp_nw04/helpdata/en/62/10a423384746e8bf5f15ccdd36e8b1/content.htm
http://dev.mysql.com/doc/maxdb/en/40/1312152fa511d3a98100a0c9449261/content.htm
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/select.htm
Reward if useful.
Thanks
2007 Jul 20 4:17 AM
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!