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: 

KBETR , DATAB , DATBI fields

Former Member
0 Kudos

experts im having a difficult time to connect my three fields in my existing table or in any table.

Right now I have ekpo and ekko in my program. the user also need the three fields such as kbetr , datbi and datab which can be found in tcode MEKH.

I did search it and it can be found in table konh and konv.problem is I dont know how will connect table konh in my existing table ekpo and ekko. I did follow what they have advise me to use konh-knumh = eina-infnr problem it doesnt retrieve anything.can you clear my mind on this problem..

please help me..

points will be rewarded..

3 REPLIES 3

ak_upadhyay
Contributor
0 Kudos

Hi,

Try...


KONH~KNUMH = EINA~INFNR 
AND
EINA~INFNR = EKPO~EBELN

Reward points if useful...

Regards

AK

Former Member
0 Kudos

Have a look at this link and get an idea about how the different modules in SAP are connected.

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

EKKO and EKPO are in Purchasing.

Thanks,

Reward points if you feel ok.

kiran_k8
Active Contributor
0 Kudos

Izrah,

Check A304 table too.Even this table is having datab,datbi,knumh.

K.Kiran.