Monday, March 7, 2011

GUIDED Procedure : how to change the sequence

Solution. 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 version detail

Error 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)

Defining Work Area and sub Area for Portal

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

Wednesday, October 6, 2010

how to make workflow running immediately when you dont know which module!

Goto 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!

Monday, August 23, 2010

SELECT-OPTIONS : tips on how to use them

SELECT-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!

Friday, August 6, 2010

How to assign a supervisor to a staff



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

Monday, August 2, 2010

How to create a request from a local object?

Goto SE80
- Repository Browser
- Local object (key in your user id)
- Browse through your changes and right click on your changes
- choose other functions
- choose Change package assigment
- Follow through all the option and walla!