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

cannot join table for table pool

Former Member
0 Likes
400

Hi All!

Kindly need ur help

i want to get the tax rate, below is the logic

  • based on EKKO-EBELN, match EKKO-KNUMV = KONV-KNUMV; and
  • based on EKKO-EBELN = EKPO-EBELN and where EKPO-EBELP = KONV-KPOSN display where KONV-KSCHL = “ZMIT”, display KONV-KBETR / 10


i did try to get the data through join table, but, it cant.

Thanks and Regards

liyana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

Hi Liyana,

You should select knumv from konv to a itab first. Then use itab to :

select ekko join ekpo

    FOR ALL ENTRIES IN itab

            ekko-knumv = itab-knumv.

regards,

Archer

1 REPLY 1
Read only

Former Member
0 Likes
364

Hi Liyana,

You should select knumv from konv to a itab first. Then use itab to :

select ekko join ekpo

    FOR ALL ENTRIES IN itab

            ekko-knumv = itab-knumv.

regards,

Archer