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

REGARDING FIELDS

Former Member
0 Likes
689

hi experts,

can anyone plz tell me from where i get KBETR AND KNTYP fields except KONV..or tell me how i can use KONV in my join conditions as it is a cluster table....

regards,

raman.

4 REPLIES 4
Read only

Former Member
0 Likes
619

hi,

U can find KBETR & KNTYP in KOND.

Read only

Former Member
0 Likes
619

Hi

Check the tables KONP and KOND apartfrom KONV

Have to pass the relative KNUMD or KNUMP fields to them to fetch the data

generally we fetch the above data from KONV.

there is no need to write the join to this tables

Take the KNUMV field ( from VBAK or VBRk tables or from EKKO table) and pass to this KONV and fetch the data and also pass the item number .

You can use for all entries of this application doc KNUMV fetch data from KONV

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
619

Hi Anji ,

Thanks for the Answer .can u give me sample code for fetching data from KONV Please .

Regards,

Raman

Read only

Former Member
0 Likes
619

Hi,

You can find in table <b><b>KOND</b>,OIC-KONV</b>

Regards