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

table Information

Former Member
0 Likes
955

Hi,

i want the table name which contains KBETR as a field

Don't give me structure names .PLZ help me with table name which i can Join with VBAP

8 REPLIES 8
Read only

Former Member
0 Likes
909

in KONV table u find KBETR .

Read only

Former Member
0 Likes
909

Hello

This tables contains KBETR as a field:

EBABG

KONM

KONV

KONW

T007V

WELP

Read only

Former Member
0 Likes
909

Hi Ramya,

KONV is suitable for your requirement becuase VBAK have the field KNUMV and It is the key field in KONV table. So we can join these two tables by using KNUMV field.

Regards,

Kumar.

Read only

Former Member
0 Likes
909

Hi Ramya,

You can join VBAP table with VBUK, VBAK, VBPA.

Cheers!!

Read only

Former Member
0 Likes
909

Hi,

you can use following tables according to your requirement.

1) KONV

2) KONW

3)KONM

4)J_1IKONV

5)J_1BFIFOOUT

6)JVKONV.

Thanks,

Read only

Former Member
0 Likes
909

hi ramya,

do u want this field for tax condition value ?

use konv table.

also with ekko u can join this from knumv field (condition no.) which is unique for each po.

do u want it for taxes calculation of po by item line wise?

Read only

former_member585060
Active Contributor
0 Likes
909

Try this Tables

KONM - Conditions (1-Dimensional Quantity Scale)

KONP - Conditions (Item)

KONW - Conditions (1-Dimensional Value Scale)

Read only

BH2408
Active Contributor
0 Likes
909

Hi Ramya,

To want to know the fields of the table where they used better try this :

Tcode-->SE15

Abap Ddic

select Data element.

It is the best way i guess.

Try this...

Regards,

Bharani