Creating / changing table
6:00 PMSE16 - VIEW TABLE
SE11 - CREATE/CHANGE TABLE STRUCTURE - please do remember to activate the technical setting
SE14 - USE THIS WHEN YOU HAVE CHANGE THE STRUCTURE - Activate and adjust db
this entry is a self note
SE11 - CREATE/CHANGE TABLE STRUCTURE - please do remember to activate the technical setting
SE14 - USE THIS WHEN YOU HAVE CHANGE THE STRUCTURE - Activate and adjust db
this entry is a self note
GUIDED Procedure : how to change the sequence
10:39 PMSolution. Go to
Guided Procedure -> Design Time.
Tick on block and process
Then
Life and Work Events - MY -- Processes -- Birth/Deceased
Then click on - Main Block - Edit it and change the sequencing
Then after click ACTIVATE (the candle icon) click Gallery to go back
Then choose
Processes(gear icon). There will be a warning sign icon.
Highlight it and then click update (paper like icon)
Walla done.
Guided Procedure -> Design Time.
Tick on block and process
Then
Life and Work Events - MY -- Processes -- Birth/Deceased
Then click on - Main Block - Edit it and change the sequencing
Then after click ACTIVATE (the candle icon) click Gallery to go back
Then choose
Processes(gear icon). There will be a warning sign icon.
Highlight it and then click update (paper like icon)
Walla done.
Guided Procedure version detail
6:47 PMError Page different from what it is supposed to be
Solution. Go to
Guided Procedure -> Design Time.
Click on the "Callable Object"
"Object Defination" Tab
and choose the correct HTML.
Below the error that might be found
Error found. This object is being locked by XXXuser.
Solution. Go to
Guided Procedure -> Administrator.
Unlock Object. Try to find the Object development to unlock
*choosing the correct html
Go to portal Content
-> Content Provided by SAP\End User
Content\Employee Self-Service\Custom Content\Life and Work Events
Open
the "Iview" (Marriage)
Find the field "Application Parameters"
And
change the process.template.id; eg.
(process.template.id=88394210FCBB11DCC1F000145EC7373A&process.autostart=true)
Solution. Go to
Guided Procedure -> Design Time.
Click on the "Callable Object"
"Object Defination" Tab
and choose the correct HTML.
Below the error that might be found
Error found. This object is being locked by XXXuser.
Solution. Go to
Guided Procedure -> Administrator.
Unlock Object. Try to find the Object development to unlock
*choosing the correct html
Go to portal Content
-> Content Provided by SAP\End User
Content\Employee Self-Service\Custom Content\Life and Work Events
Open
the "Iview" (Marriage)
Find the field "Application Parameters"
And
change the process.template.id; eg.
(process.template.id=88394210FCBB11DCC1F000145EC7373A&process.autostart=true)
Defining Work Area and sub Area for Portal
2:12 AMLogin to R/3 server and using T-Code SPRO, navigate to IMG-> Cross Application Components ->
Homepage Framework->Resources ->Define Resources ->Define Resources (Add Entries). Click on New
Entries.
Add resource for Area page as follows. Enter the PCD of the New Area Page you have created in the text
box ‘URL of PCD Page’. Remember to prefix ‘ROLES://’ to the pcd location.

Homepage Framework->Resources ->Define Resources ->Define Resources (Add Entries). Click on New
Entries.
Add resource for Area page as follows. Enter the PCD of the New Area Page you have created in the text
box ‘URL of PCD Page’. Remember to prefix ‘ROLES://’ to the pcd location.
how to make workflow running immediately when you dont know which module!
4:20 AMGoto SM37
In the field
Job Name = *
User Name = *
ticked on the "released" only
Then CLICK EXECUTE
In the next screen.
Tick one of workflow starting with sw*
Goto Menu Job - > repeat schdeduling
untick periodic
click on "immediate"
Then
SAve...
Then continue with the next with the same process above
Wait a moment then walla!
In the field
Job Name = *
User Name = *
ticked on the "released" only
Then CLICK EXECUTE
In the next screen.
Tick one of workflow starting with sw*
Goto Menu Job - > repeat schdeduling
untick periodic
click on "immediate"
Then
SAve...
Then continue with the next with the same process above
Wait a moment then walla!
SELECT-OPTIONS : tips on how to use them
7:55 PMSELECT-OPTIONS EXCEPT For PA0002-PERNR."PERNR-PERNR.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The statement above is to get the drop down list in your seletion screen make sure you put a pa table
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
LOOP AT EXCEPT.
IF PERNR-PERNR in EXCEPT. "<=============COMPARE THE EXCEPTION CASES
EXCEPTIONCASE = 'Y'.
EXIT.
ENDIF. " EXCEPTION CASES
ENDLOOP.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
in order to get all the selection do the statement above and you will be able to access what ever range or single value
make sure you put the "in"
Thank you Siti Sarah my colleague for teaching me!
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The statement above is to get the drop down list in your seletion screen make sure you put a pa table
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
LOOP AT EXCEPT.
IF PERNR-PERNR in EXCEPT. "<=============COMPARE THE EXCEPTION CASES
EXCEPTIONCASE = 'Y'.
EXIT.
ENDIF. " EXCEPTION CASES
ENDLOOP.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
in order to get all the selection do the statement above and you will be able to access what ever range or single value
make sure you put the "in"
Thank you Siti Sarah my colleague for teaching me!
How to assign a supervisor to a staff
12:32 AMTo assign Supervisor to a user
Goto
tcode - pa20
get both user and supervisor "organization assgment"
user aka staff
62311887 <-example the user's org assg
supervisor id
62423005 <-example the user's supervisor
tcode - pp01
insert
Plan version - Current plan
Object type - Position
Object ID - 62311887 <<enter the user id we just obtain like the example above>>
Select and maintain (pencil with spec -edit mode)
Select "Relationship" and edit (pencil - edit infotype)
look for the first record or line with
[[Relationship type/relationship A 002 Reports (line) ]]
then enter the field "ID of related obJECT" with the supervisor org assigment"
62423005
Click save.