2006 Jan 11 3:14 AM
Hi all,
I'd like to query the dunning clerk's name in customer master's company code view.
And the pooled table T001S is found.
Could/should I make the SQL statement as usual in my ABAP? i.e.
select sname from T001S
into itab-sname
where bukrs = 3000 and busab = '01'.
Hi all,
I'd like to query the dunning clerk's name in customer master's company code view.
And the pooled table T001S is found.
Could/should I make the SQL statement as usual in my ABAP? i.e.
select sname from T001S
into itab-sname
where bukrs = 3000 and busab = '01'.
2006 Jan 11 3:20 AM
Hi Macy,
Your SELECT statement will work. Ofcourse you need to close it with ENDSELECT..
Regards,
Suresh Datti
2006 Jan 11 4:22 AM
as far as abap is concerned a pooled table is just another table to be selected from. Technically, the data is held in the ATAB pool but it makes no difference to your program.
2006 Jan 11 4:42 AM
Only disadvantage is that you cannot use it in a JOIN statement.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |