Application Development 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: 

Table and fields that link material number to condition type and rate

Former Member
0 Kudos
339

Hi guys, I need to know the field/fields that link material number to table that has condition type and rate. I want to be able to select the rate based on the material selected and condition type.

Thanks guys in advance!!

3 REPLIES 3

Former Member
0 Kudos
205

go to se80>repository information system>ABAP Dictionary>fields>table fields

give ur field name. take a particular table .

go to se11.

give the table name, take the cursor to the particular field and click on the where used list to get the other tables where the field is used.

this way you can find the conjunction of the fileds.

regards,

srinivas

<b>*reward points for useful answers* </b>

Former Member
0 Kudos
205

1.FROM VBAK get the KNUMV for the VBELN

2.Also Get the posnr from VBAP

3. then KONV

Pass konv-KNUMH = KNUMV

and get kposn kschl kbetr. and based on posnr match.

Reward if helpfull.

Former Member
0 Kudos
205

Hi,

See this link

http://www.erpgenie.com/abap/tables.htm

Reward points if helpful

Regards.

Srikanta Gope