Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to extract data from a structure?

Former Member
0 Likes
6,800

I want to get the data KWERT from structure KOMV.

is there a way to do this? thanks..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,889

Hello,

U can't get data from the structure.

Find out the dataelement of the field KWERT and search for where used list.It will list number of tables from which u can find out the table from which can fetch the data of the field KWERT.

Don't forget to award points.#

Regards,

Vasanth

I want to get the data KWERT from structure KOMV.

is there a way to do this? thanks..

3 REPLIES 3
Read only

Former Member
0 Likes
2,890

Hello,

U can't get data from the structure.

Find out the dataelement of the field KWERT and search for where used list.It will list number of tables from which u can find out the table from which can fetch the data of the field KWERT.

Don't forget to award points.#

Regards,

Vasanth

Read only

Former Member
0 Likes
2,889

You should get it from KONV table. (You cannot get data from a structure). Get the condition number from the VBAK / VBAP table and use that to get the pricing condition and there by pric from KONV table.

Regards,

Ravi

Note : please mark the helpful answers

Read only

former_member195698
Active Contributor
0 Likes
2,889

the structure will hold data only during the runtime.....

KOMV is filled from the table KONV based on the item on which the code is looping ....