‎2006 Jul 22 6:54 AM
Hi all,
Can anyone tell me how to retrieve the data from structure called RS45V, the field is kwmeng(Quantity) .
The problem is while i am retriving the kwmeng field from RS45V, it is showing that it is not a table.
Thanks in advance.
Venkat
‎2006 Jul 22 7:11 AM
Hi Venkat
Goto SE12 and give the data element name of the field kwmeng of structure RS45V.
In the date element display screen, check the where-used-list to find list of the tables in which the data-element is used to store the data.
Choose the right table from the list.
Hope this helps!
Best regards,
Thangesh
‎2006 Jul 22 7:11 AM
Hi Venkat
Goto SE12 and give the data element name of the field kwmeng of structure RS45V.
In the date element display screen, check the where-used-list to find list of the tables in which the data-element is used to store the data.
Choose the right table from the list.
Hope this helps!
Best regards,
Thangesh
‎2006 Jul 22 7:45 AM
‎2006 Jul 22 8:53 AM
hi,
tables are used to store the data,and,structure doesn't contain any data,it's just a skeleton for the table,and we can't retrieve data from it,
if that is for BDC,just use the structure name with field name,you might get data,best of luck
regards,
kcc
‎2006 Jul 22 11:52 PM
‎2006 Jul 23 1:18 PM
hi venkat,
structure are used to hold records at the runtime and it is not persistent as the database table.
so for any transaction you can easily find the table name by doing <b>sql trace</b> on the corresponding transaction.
Cheers,
Abdul Hakim
Close the thread if your question has been answered...