2007 May 24 11:43 AM
Hi,
How does the allocation table(AUKO) get filled up and what is the method to read some values from the table based upon certain criteria?
e.g. read the bezch value from AUKO where abeln is equal to some abeln value in ekpo table.
Please help.
Thanks.
Hi,
How does the allocation table(AUKO) get filled up and what is the method to read some values from the table based upon certain criteria?
e.g. read the bezch value from AUKO where abeln is equal to some abeln value in ekpo table.
Please help.
Thanks.
2007 May 24 11:48 AM
Hi
if not i_ekpo[] is initia.
Select ABELN BEZCH from AUKO
into table ITAB
where ABELN = i_EKPO-ABELN.
endif.
Reward points if useful
Regards
Anji
2007 May 24 11:49 AM
Hi Sandeep,
Using Select Query You can read or retrieve the values from the AUKO table.
Consider this select query,
Select bezch from AUKO into ITAB where abeln = ekpo-abeln.
Thanks.
2007 May 24 12:24 PM
Hi,
I tried it but I think we cannot read the values through a simple SELECT query.
Could you explain to me the details about AUKO table?
Thanks,
Sandeep.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |