Friday, July 31, 2009

Sequence to deploy EPA Files

Doing 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.. ^^

Creating PDF Form

TCODE : 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



Tuesday, September 2, 2008

How to create a pop up message

Message 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!!!!'.




Monday, August 18, 2008

Monday, August 4, 2008

2008 August 04 Enterprise Export and Import lesson last week

== To be Updated =

* After the EPA (EnterprisePortalArchive) has been imported. It is vital for application to be activated using the SICF (TCode).

Tuesday, July 22, 2008

2008 July 23 Portal Content July 24 Portal By Chin

Creating 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....