2008 Sep 25 8:07 AM
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
2008 Sep 25 8:21 AM
2008 Sep 25 8:23 AM
Hello
This tables contains KBETR as a field:
EBABG
KONM
KONV
KONW
T007V
WELP
2008 Sep 25 8:32 AM
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.
2008 Sep 25 8:32 AM
Hi Ramya,
You can join VBAP table with VBUK, VBAK, VBPA.
Cheers!!
2008 Sep 25 11:09 AM
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,
2008 Sep 25 2:08 PM
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?
2008 Sep 25 2:23 PM
Try this Tables
KONM - Conditions (1-Dimensional Quantity Scale)
KONP - Conditions (Item)
KONW - Conditions (1-Dimensional Value Scale)
2008 Sep 25 2:27 PM
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