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

urgent please

Former Member
0 Likes
480

i am fetching data from EKBE table for purchase order History,

fetching recods for GI and GR .

For Goods Issue xblnr working fine but for GR It store unwanted data as result i am not able to read GR

on perticular delivery. how to solve it.

please see my code.

READ TABLE it_ekbe_u INTO wa_ekbe_u WITH KEY ebeln = wa_ekbe_del-ebeln

ebelp = wa_ekbe_del-ebelp

vgabe = '6'

bewtp = 'U'

xblnr = wa_final-vbeln . " G I N u m b er

above case its working fine becose xblnr and vbeln are same.

but for below case.

READ TABLE it_ekbe_e INTO wa_ekbe_e WITH KEY ebeln = wa_ekbe_del-ebeln

ebelp = wa_ekbe_del-ebelp

vgabe = '1'

bewtp = 'E'

xblnr = wa_final-vbeln . " G R N U M B E R

xblnr in it_ekbe_e is different due to wrong entries by ENDuser.

please help me out.

i want to add xblnr of it_ekbe_u into it_ekbe_e how to do that.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

Can you provide the sample data also to understand this issue clearly?

Regards,

Lijo

1 REPLY 1
Read only

Former Member
0 Likes
411

Can you provide the sample data also to understand this issue clearly?

Regards,

Lijo