Skip to Content
0
Former Member
Sep 17, 2007 at 05:03 AM

FoR all entries

15 Views

Hi Experts,

I am using the following query to select data from vbrp:

SELECT vbeln matnr arktx fkimg vrkme kzwi1 mwsbp
    INTO CORRESPONDING FIELDS OF TABLE t_deta
    FROM vbrp
     FOR ALL ENTRIES IN t_head
   WHERE vbeln EQ t_head-vbeln
     AND fkimg NE 0.

But using <b>For all entries</b> is selecting only unique records and not the duplicate ones..

I want to pick all the records..

CAn any one help on this?

Thanks and Regards

Shilpa Dhawan