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: 

Problem updating table MVKE

Former Member
0 Kudos

Dear Experts,

I'm trying to update MVKE-KTGRM on the basis of MBEW-BKLAS for which i need to join tables MVKE and MBEW.

Is it possible to do so and how?

Please help me guys.

B.Siddhesh.

3 REPLIES 3

Former Member
0 Kudos

Hi, chk dis, may be of help.

In case of joining two database tables you need to use inner join. try this statement.

select ausp~objek

ausp~atinn

ausp~klart

ausp~atwrt

klah~class

into corresponding fields of table i_ausp

from ausp inner join klah

on auspklart eq klahklart.

regs,

hema.

Former Member
0 Kudos

Hi,

Do you want to update database table or to pass it to internal table

Regards

Shiva

0 Kudos

Hi,

Thanks Hema & Shiva for your replies.

Shiva, i'm trying to update MVKE-KTGRM field of the database but on the basis of field MBEW-BKLAS.

But apart from MATNR field there no other key field common in these two tables which i can use to join them.

Any further suggestions?

regards,

B.Siddhesh