SELF NOTE : appending and creating table and structure

Some might not understand what is this but it is just for my notes : D

DATA : IT_DETAIL TYPE TABLE OF BAPIP0006LMY,
       S_DETAIL LIKE LINE OF IT_DETAIL.
DATA : IT_DETAIL_FULL TYPE TABLE OF BAPIP0006LMY WITH HEADER LINE.


LOOP AT IT_DETAIL into S_DETAIL.

   MOVE-CORRESPONDING S_DETAIL to IT_DETAIL_FULL.
   APPEND  IT_DETAIL_FULL.

ENDLOOP.
 

Another tips from Gaafar : D 
0 comments:

Post a Comment

message

Labels

NuffNang

Search google

Blog Archive

My Blog List

Twitter

Message

Followers