Skip to Content
-2
Feb 09, 2020 at 01:36 PM

How to move value to other internal table.?

193 Views

 move: wa_item-venum to wa_count-lv_packno,
            1 to wa_count-lv_count.
            COLLECT wa_count INTO it_count.

      wa_item-total = wa_item-vemng * wa_item-netpr.
      APPEND wa_item TO it_item.
    ENDLOOP.

This value when i debug.

I want to move value lv_count to column PKG QTY.

I confuse how to do it.

Attachments

sap5.jpg (26.4 kB)
sap6.jpg (41.1 kB)