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: 

eina

Former Member
0 Kudos

Hi,i wnt infnr,matnr,lifnr,urzdt from eina and urzdt is with reference to plant.

i am retrieving matnr,plant from mara, marc using inner join into t_mara.

refering this t_mara, within this fields matnr can be refered to eina-matnr and werks for eine which is having plant.

need query

urgent pls help

regards,

kb

5 REPLIES 5

Former Member
0 Kudos

Ask the same question twice for someone to write the code for you.

GOOD LUCK!!!!!!!!!!!!!!

But I am sure some fool will do it.

0 Kudos

when u cant just dont reply.

u have no right to say like this.

Former Member
0 Kudos

Use EINA and EINE (which contains plant)

Former Member
0 Kudos

HI

Check this INNER JOIN on EINA and EINE

IF NOT ITAB[] IS INITIAL.

SELECT ainfnr alifnr a~matnr

bekgrp bekorg bpeinh bbprme

INTO TABLE g_t_purinfo1

FROM eina AS a

INNER JOIN

eine AS b

ON ainfnr = binfnr

FOR ALL ENTRIES IN g_t_editpos1

WHERE a~infnr = ITAB-infnr

AND b~ekgrp IN so_ekgrp

AND b~ekorg IN so_ekorg

AND a~lifnr IN so_lifnr

AND a~matnr IN so_matnr.

ENDIF.

Hope this Helps.

Thanks Praveen

Former Member
0 Kudos

thanks