on 2013 Aug 20 11:45 AM
We are using the NWBC to show employees payslips through object HRESS_A_PAYSLIP.
When an employee selects the Salary Statement button, they are returned a new screen called Salary statement with Overview and Selection tab and the salary statement tab.
With this, we have the the standard buttons Previous Statement, Next Statement and Request Print (Request a central printing).
When the user selects a pay period and then clicks the Request Print button, the column Print Status in the Overview and Selection tab defaults in the date you pressed it with message "Flagged for Printing on 29.07.2013".
What does this mean? I cant find any documention about this button.
it looks to the end user (i.e. the employee) that someone, somewhere is going to get a request stating they wanted their payslip printed.
I dont want the employees to think that there is a central printing job going to be done.
How can I hide this button as standard so that nobody can see and therefore use this field.
i can easily hide this button per user by right clicking on it but i dont know how to remove it from all as a global setting.
any advice on what this button does and how to globablly hide would be greatly appreciated.
thanks
clive
Hi,
You can just disable to button via a simple change to BADI HRESS_PAYSLIP_BADI_IMPL. In order to do this please do the following. Go to the following area in the IMG --> BAdI: Define Settings under the Salary Statement
When you get into the BADI the METHOD we want to adjust is IF_HRESS_PAYSLIP_BADI~ADJUST_PRINTBUTTON_STATUS
Just change the SAP standard code from abap_true to abap_false
The button should then be disabled. See the before and after image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As an administrator you can use WDA personalization to hide the button for everyone. See the attached link for details. Keep in mind that personalizations and config changes are client dependent so you need to copy the requests from client to client and from system to system.
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/5b/7578374e3742ee8f18a00686bf4062/frameset.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
113 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.