Showing posts with label Creating PDF using SAP. Show all posts
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
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
Creating PDF Form
4:06 AMTCODE : SFP
1. Create In sequence
- Interface
- FORM (adobe Life Cycle is needed to design the forms)
=========================================================
note sorry guys for the no posting from now onward when ever i have anything about sap i will surely put it here. Take care! ^^
Selfnote (please ignore this is for my daily notes)
---------------------------------------------------
Flexi Benefits
TCodes
SM31
SE16N
ZZ_WDA_FSA_B001_MOD Interface
ZZ_F_FSA_B002 Form

1. Create In sequence
- Interface
- FORM (adobe Life Cycle is needed to design the forms)
=========================================================
note sorry guys for the no posting from now onward when ever i have anything about sap i will surely put it here. Take care! ^^
Selfnote (please ignore this is for my daily notes)
---------------------------------------------------
Flexi Benefits
TCodes
SM31
SE16N
ZZ_WDA_FSA_B001_MOD Interface
ZZ_F_FSA_B002 Form