2007 Aug 29 12:02 PM
Hi all
I have a structure KAEP_COAC.Now i need to retreive data from this structure but if i use the SELECT statement am getting KAEP_COAC is not defined in ABAP Dictionary.Please tell me how can i retreive dats from the structure..
With Regards
Vijay
Hi all
I have a structure KAEP_COAC.Now i need to retreive data from this structure but if i use the SELECT statement am getting KAEP_COAC is not defined in ABAP Dictionary.Please tell me how can i retreive dats from the structure..
With Regards
Vijay
2007 Aug 29 12:09 PM
Hi,
Structure is not a database table, it does not contain any data so how can u retreive the data from structure. plz clear ur requirement
regards,
Prashant
2007 Aug 29 12:12 PM
Hi Vijay ,
Structure does not contain any data .to make you very clear ,they are like the internal tables at global level .You need to retrive data from the tables and populate the data in to the structure the same way how you do with your internal tables .
The structures contain data at runtime .
Sail
2007 Aug 29 12:15 PM
hi,
you cannot retrieve data from structure. For retrieving the data, open the structure,
find the key fields which you need. for those fields use where used list to find in which tables they are used and where there value is stored. Then fetch data from the relevant table.
Regards,
Mallick