SELF NOTE : appending and creating table and structure

1:39 AM
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 
Read On 0 comments

SAP GUI. Break Point!

1:35 AM
Just got to know that we can create a break point using our sy-uname.

just add this
break   xxxxx.


" where by xxxxx. is your sy-uname also known as login name for back end sap

contributed by Gaafar ygl! :D
Read On 0 comments
Read On 0 comments

message

Labels

NuffNang

Search google

Blog Archive

My Blog List

Twitter

Message

Followers