Sequence to deploy EPA Files
4:11 AMDoing portal front end sometimes can be confusing.
But what we have learned that most of the time we need to properly package the EPA in order not to haywire it.
Ok straight to the point.
Normally we create (in sequences) the element / object
iview -> page -> workset -> Roles
So during the packaging
iviews and pages
It is best to put the iviews and pages together as we are directly changing it. We can deploy as much as we want.
Work Set n Roles
Each of them are to be package separately cause major changes are to be reflected in it.
Ps:/ this is my exp or should i say the level of understanding. Please do comment if i am wrong. And would glady change.. ^^

But what we have learned that most of the time we need to properly package the EPA in order not to haywire it.
Ok straight to the point.
Normally we create (in sequences) the element / object
iview -> page -> workset -> Roles
So during the packaging
iviews and pages
It is best to put the iviews and pages together as we are directly changing it. We can deploy as much as we want.
Work Set n Roles
Each of them are to be package separately cause major changes are to be reflected in it.
Ps:/ this is my exp or should i say the level of understanding. Please do comment if i am wrong. And would glady change.. ^^
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
How to create a pop up message
1:26 AMMessage With Yes and No Options
* DATA : RES type c.
* CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
* EXPORTING
* DEFAULTOPTION = 'Y'
* TEXTLINE1 = 'text-1'
* TEXTLINE2 = 'text-2'
* TITEL = 'text-3'
* IMPORTING
* ANSWER = res.
* case res.
* when 'A'. " cancel
* when 'J'. " yes
* when 'N'. " No
* endcase.
ERROR MEssaGE
message E899(bd) with 'BSC Score is not correct!!!!'.
MESSAGE I699(5A) WITH 'bla'.
Call function Message
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
exporting
textline1 = 'BSC Score is not correct!!!!'.
* DATA : RES type c.
* CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
* EXPORTING
* DEFAULTOPTION = 'Y'
* TEXTLINE1 = 'text-1'
* TEXTLINE2 = 'text-2'
* TITEL = 'text-3'
* IMPORTING
* ANSWER = res.
* case res.
* when 'A'. " cancel
* when 'J'. " yes
* when 'N'. " No
* endcase.
ERROR MEssaGE
message E899(bd) with 'BSC Score is not correct!!!!'.
MESSAGE I699(5A) WITH 'bla'.
Call function Message
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
exporting
textline1 = 'BSC Score is not correct!!!!'.
2008 August 04 Enterprise Export and Import lesson last week
12:48 AM== To be Updated =
* After the EPA (EnterprisePortalArchive) has been imported. It is vital for application to be activated using the SICF (TCode).
* After the EPA (EnterprisePortalArchive) has been imported. It is vital for application to be activated using the SICF (TCode).
2008 July 23 Portal Content July 24 Portal By Chin
8:01 PMCreating I View
Step01
Step02
Step03
Step04
Step05
Step06
Step07
Create Page
Step01
Step02
Step03
Step04
Add Iview to pages
Step01
Adding Pages to Roles
Step01
Roles(Worksets)
Workset(Pages)
Pages(Iview)
How to go to roles?
PortalContent->ContentProvidedBySAP
-End-UserContent
-Roles
-employee_self_service
By opening the page that you created and the roles opened.
You click on the roles in the category and then go to the tree view and add page to roles.
How to add to back end?
SPRO - > IMG -> PersonalManagement -> EmployeeSelfService -> Homepage FrameWork -> Resources -> Define Resources
*Make sure you have the PCD example //pcd......
**Add into the selected module Roles://pcs....
Step01
Step02
Step03
Step04
Step05
Step06
Step07
Create Page
Step01
Step02
Step03
Step04
Add Iview to pages
Step01
Adding Pages to Roles
Step01
Roles(Worksets)
Workset(Pages)
Pages(Iview)
How to go to roles?
PortalContent->ContentProvidedBySAP
-End-UserContent
-Roles
-employee_self_service
By opening the page that you created and the roles opened.
You click on the roles in the category and then go to the tree view and add page to roles.
How to add to back end?
SPRO - > IMG -> PersonalManagement -> EmployeeSelfService -> Homepage FrameWork -> Resources -> Define Resources
*Make sure you have the PCD example //pcd......
**Add into the selected module Roles://pcs....
