System Trace st01, st05
7:41 PMThe girl who i met 6 years ago. Huhu sweet one. Taught me this system trace to check the front end communicating with the backend R/3we can use this to detect which program it is talking to..
= ST01
= system trace
= http://saplab.org/2009/03/how-to-do-a-system-trace/
= use ST05 better
= http://anu-sapdiary.blogspot.com/2008/02/st05-performance-trace-overview.html
= remember to put ur userid as filter
= else, oth user tat access the web will be tracked
= i think u can choose RFC trace
= then click activate trace with filter
= filter with ur user id and put the program name if u know
= ST01
= system trace
= http://saplab.org/2009/03/how-to-do-a-system-trace/
= use ST05 better
= http://anu-sapdiary.blogspot.com/2008/02/st05-performance-trace-overview.html
= remember to put ur userid as filter
= else, oth user tat access the web will be tracked
= i think u can choose RFC trace
= then click activate trace with filter
= filter with ur user id and put the program name if u know
Transaction Code POWL_QUERY
7:25 PMsource
How i can define and configure POWL layouts for the users .
1.) requirement is like...Client wants me to configure 2 POWL layouts so that they can decide which one is ok and also let me know what is the use of report POWL_WLOAD also.
2.) Where i can see and maintain POWL queries and if i want to change any field then how i can do this.?
Explore SPRO path SRM => SRM Server => Cross application basic settings => POWL and advanced search
The use of the report POWL_WLOAD is to refresh the POWL active Queries in the system and to see the available POWL queries in the system execute the tcode POWL_QUERY.
we need to goto layout part and do config in UI Browser.
PS How to create POWL Application ?
How i can define and configure POWL layouts for the users .
1.) requirement is like...Client wants me to configure 2 POWL layouts so that they can decide which one is ok and also let me know what is the use of report POWL_WLOAD also.
2.) Where i can see and maintain POWL queries and if i want to change any field then how i can do this.?
Explore SPRO path SRM => SRM Server => Cross application basic settings => POWL and advanced search
The use of the report POWL_WLOAD is to refresh the POWL active Queries in the system and to see the available POWL queries in the system execute the tcode POWL_QUERY.
we need to goto layout part and do config in UI Browser.
PS How to create POWL Application ?
How to delete variant
1:51 AM
Deleting Variants
Procedure
Open the appropriate variant as described in Creating a Variant.
On the initial screen, choose Variants ® Delete.
The ABAP: Delete Variants dialog box appears.
Choose whether you want to delete the variant in all clients, or only in the current client.
Confirm your choice.
Result
The system displays an appropriate message in the status bar.
You can delete several variants at once from the variant catalog. Choose Delete variants, select the relevant variants in the selection dialog box, and choose Delete.
source = http://help.sap.com/saphelp_46c/helpdata/en/c0/980392e58611d194cc00a0c94260a5/content.htm
Procedure
Open the appropriate variant as described in Creating a Variant.
On the initial screen, choose Variants ® Delete.
The ABAP: Delete Variants dialog box appears.
Choose whether you want to delete the variant in all clients, or only in the current client.
Confirm your choice.
Result
The system displays an appropriate message in the status bar.
You can delete several variants at once from the variant catalog. Choose Delete variants, select the relevant variants in the selection dialog box, and choose Delete.
source = http://help.sap.com/saphelp_46c/helpdata/en/c0/980392e58611d194cc00a0c94260a5/content.htm
Changing appraisal header
12:10 AMAssignment was to control the validity of the calender header of the appraisal template
Badi notes :
Calender BADI : - HRHAP00_DOC_DEF_DV
tcode :-
se19 (BADI)
Cluster Table :- VC_T77HAP_CATEGORY (enter the Badi into this table first then OOAM)
tcode : sm34 to access the table
tcode :- OOAM (Enter into the template under "Layout")
SAP fine tune and understanding basics of SAP
12:28 AM
http://sapabap.iespana.es/sap/info/hr_overview.htm?0&weborama=17 <- prodvided by sarah
Version:1.0 StartHTML:0000000105 EndHTML:0000000619 StartFragment:0000000127 EndFragment:0000000599
http://help.sap.com/saphelp_40b/helpdata/EN/60/d8bc17576311d189270000e8322f96/content.htm
for those select statement like select single..probably u can tune d pgm to read like ie. SELECT SINGLE stext FROM hrp1000 INTO ws_stext
WHERE otype EQ 'S'
AND plvar EQ '01'
AND objid EQ p0001-plans
AND begda LE cdate
AND endda GE cdate.
Version:1.0 StartHTML:0000000105 EndHTML:0000000619 StartFragment:0000000127 EndFragment:0000000599
http://help.sap.com/saphelp_40b/helpdata/EN/60/d8bc17576311d189270000e8322f96/content.htm
for those select statement like select single..probably u can tune d pgm to read like ie. SELECT SINGLE stext FROM hrp1000 INTO ws_stext
WHERE otype EQ 'S'
AND plvar EQ '01'
AND objid EQ p0001-plans
AND begda LE cdate
AND endda GE cdate.
Sap portal : Navigation link not appearing
11:56 PM
Recently problem occurred where the navigation links seems to be missing
workaround:
my-career area appeared after removing setting in roles and workset;
1.login as admin; goto
Portal content
content provided y sap
end user content
employee self service
custom content
my career
workset mycareer -> select properties -> goto leaf folder and click no;
2. .login as admin; goto
Portal content
content provided y sap
end user content
employee self service
custom content
roles-> ESS -> click on the workset my career inside roles and select properties ->
goto leaf folder and click no
Conclusion make sure both are sync-ed
Last and not least if you want fast results
goto system administrator
-> navigation -> navigation cached and clear everything
workaround:
my-career area appeared after removing setting in roles and workset;
1.login as admin; goto
Portal content
content provided y sap
end user content
employee self service
custom content
my career
workset mycareer -> select properties -> goto leaf folder and click no;
2. .login as admin; goto
Portal content
content provided y sap
end user content
employee self service
custom content
roles-> ESS -> click on the workset my career inside roles and select properties ->
goto leaf folder and click no
Conclusion make sure both are sync-ed
Last and not least if you want fast results
goto system administrator
-> navigation -> navigation cached and clear everything