Salary Slip hide

Dear all
We are using ECC 6.0 and EP 7.0 with ESS services. As per our new requirement, I need to hide the salary slip for few users. How can I do it? The slip format has been created using PE51 (HR Form Editor).
With regards
Virender Sharma

Hi Virendra,
It can be done by creating two R/3 role groups and two Portal Roles.
In Portal Roles specify for one role the particular service will be hidden and for the other it will be displayed.
Assign both these roles to the R/3 Role Groups.
Assign these Role Groups to the employees based on your requirement.
Hope this helps.
Regards
Sairam Maharaj S

Similar Messages

  • Procedure to generate Salary slip in ECC 6.0

    Hi All
    How do we generate a Salary slip in ECC 6.0? what are the steps one needs to follow?
    Thanks in advance.
    Regards
    Mohammed
    Edited by: Mohammed1 on Nov 27, 2011 3:53 PM

    Creation of a pay slip is little bit tough for a beginner.Mostly line alignments u miss and it will be confusion better take help of Technical Consultant May be ABAP or ABAP Hr Help
    Still u can try using the following steps
    We can copy the Payslip from T-Code : PE51 and for each country there will be specific country payslip
    You  can copy it to the ZForm and select the radio button " Windows" add the earning wage types under W1 and deduction wage types Under W2
    Later select 'Cummulation Id's" and insert all earning wage types under earnings and Deduction wages under deductions and save the form and u can able to view ur wage types on the payslip
    Best Regards,

  • ALV report  for salary slip

    Is there any standard report or any infocube or something where we can get the detailed salary slip of all the employees for a particular date period?the program HINCALC0 will give the salary details for a particular employee but i wanted the data in the form of an ALV report.Kindly help.

    Check tcode PC00_M99_CWTR (Wagetype reporter)

  • Dynamic change of wage type texts on salary slip

    Hi Gurus.
    Maybe someone can help with a request.
    I want to do following.
    If someone input a wage type e.g. 6666 in Infotype 0015 I want to open a new input-field.
    In this input field the user should enter a text.
    In the payroll run I want to change the wage type text on the salary slip for wage type 6666 to the text inputted in the new field.
    We are using HRForms (PE51) for the salary slip.
    Does anybody have a solution or some tips how I can implement this?
    Thanks for your answers.
    Regards.
    Stefan

    Hi,
    Do not change the wage types , you have to delimit the wagetypes from a validity date as you have assigned minimum and maximum amounts for your wage types.
    Regards,
    Kapil Kaushal

  • Monthly Salary slip problem in PE51

    hi all,
    i made a salary slip for employees using tcode PE51 for EXECUTIVE and WORKER and i m printing balanced leave like PL, CL, RH and SL, but problem is that it is showing correct for executive but in case of worker it is showing wrong leave balanced.
    actually i m using REST field for fetching balance leave.
    can anyone please tell me is it configurational problem or other problem?
    Balanced leave shud come = Leave quota - leave taken.
    Note : i have maintained leave quota using IT 2006. and i have maintained RH leave is 3 and leave taken is 0, then it must show Balance leave 3 but it is showing 0.
    please help me...
    regards.

    in PE51
    single feild
    did u checked the Table which u are useing it for
    wht u have taken  ANZHL or something else
    and can u be clear wht is 3  and 2 here

  • Create Adobe PDF for salary slip

    Hi All,
    I searched on SDN but did not find any step by step procedure for creating PDF form for salary slip. Currently we have smart form and I would like to add company logo and make some changes on the salary slip.
    How to we link the newly created PDF form to ESS salary slip ?
    thanks for your inputs

    you should configure feature EDPDF for the PDF form you have created and replace it in below feature.
    1. HRFOR  - This feature decides whether to use HRFORMS or CEDT forms
    (configured in PE51) for the payslip. If HRFORMS, the name of HRFORM has
    to be mentioned here. If PE51 needs to be used then $CEDT$ should be
    specified.
    2. EDTIN - This should hold the value of the variant to be executed in
    the CEDT program (payslip program). The variant should be proper with
    the with the correct CEDT (payslip) form name and other parameters.
    3. EDPDF - The name of the smartform (standard smartform
    HR_ESS_PAYSLIP_TO_PDF or customer specific form) used to show the output
    in the ESS.

  • Bank acc. no is not displaying in salary slip

    Bank account number is not displaying in salary slip for some payroll areas.
    Pls reply

    Hi,
    You can always use it using PE51 add single feilds use  PA0009-acc no. give proper lenght to the feild
    You need to check the employees should have IT0009 record present with the House bank and account no maintined
    Regards
    Hemant V. Mahale

  • Pe51 salary slip

    hi all,
    made my own form of salary slip ..from the standard salary slip in pe51
    now i wanna add few more contents in the salary slip
    like all the leaves , ESI no:, PF no:,etc.
    now when i GO TO pe51 and try to add lines in TEXT MODULES its not working in the correct manner....
    there are 28 lines..if i add more lines to it ..it gets added before 28..but i want after 28..
    thanx in advance.

    First
    Change the Attributes of the Lines from 65 to 100 or as per your requirement and try to add the rows

  • Email salary slips

    I have generated a single PDF file from oracle reports containing salary slip of about 10,000 employees of our company. Salary slip for each employee is of one page(fixed) which means that if we have 10,000 employees then generated PDF file will be of 10,000 pages.
    I want to email each employee his salary slip. I have record for each employee with his details and email address in a database table. How can I work with page setup and how can I manage this during runtime that which page I have traveresed at current position.
    Thanks,
    Farhan Ali

    If I understand you correct you have PDF file contiaining of 10.000 pages, each employees salary slip is already part of this huge pdf file.
    Furthermore I think you try to send the whole PDF to each employee whicht itself has only access to its particular page within the PDF file...
    To my limited knowledge this approach probably won´t work but Ia m no PDF expert... even if there is a way of allocating a particular page within the PDF file as a whole to a single employee this approach is probably not advisible ...
    Besides of probably existing security concernes it is probably better to sending 10.000 times a small PDF file (consisting only of a particular employee salary slip) rather than then sending 10.000 times a huge PDF document...
    Due to the huge amount of email sending requests I would recommend a database driven approach.
    In the first step create the report in that way that it receives the employees "account" number / unique id as a parameter.
    In that way you would create 10.000 "small" PDF file donsisting only of one page each (for each employee).
    Next, build a database procedure which is processing a certain loop to a table (for each employee....)
    By fetching through this table, call the oracle report with the employee id as a parameter from within the database using the SRW package and process it as an email...
    Even though this procedure will work I would recommend thinking about a different solution rather than oracle reports for such a huge amount of printing requests, due to the fact that it is hardly possible to recieve a feedback whether the email has been transferred or not. If there is no workaround I would create a dedicated Reports server instance on the application server for this purpose...
    Edited by: user434854 on Feb 24, 2009 3:57 AM
    Edited by: user434854 on Feb 24, 2009 4:00 AM

  • New Emp. Sub group conf. salary slip not showing HRA and Conv. Assumption

    New emp. sub group (Asst. General Mgr.) is created .
    At the time of run it payroll in salary slip system not showing Conveyance and HRA assumption.
    table v_t7inc9 has maintained already.

    Hello,
    Go to LOG --> Final processing --> Sort results table --> find out put RT table
    you can find all WT which will be paid/deduct and also tech. WT
    Thanks
    Cheera

  • Salary slip upgrade

    Hi sapient,
    pls look this requirment and help?
    client want some additional information on sap standard pay slip,
    Logo
    Date of joining
    Designation
    leave and /leave with pay
    Present days
    rgrds
    rj

    Hi,
    Except Logo you can have all in Standard Payslip.
    Date of Joining - from table P0041 (for this you need to maintain the Date of Joining in Infotype 0041)
    Designation - Field PLANS (if Position) or PERSK (if ESG) from table P0001
    Leave and Leave with Pay - from table AB/VAC (or you can have the leaves availed passed on to some WT in payroll processing, then you can display such WT in payslip directly)
    Present days - No sure whether this can be displayed directly, however you can pass the present days in some WT in payroll processing and display such WT in payslip.
    Hope this helps.
    VK

  • Hide the Link in Title Bar

    Hello,
    We are in the process of implementing EP in our company...
    We have uploaded salary slips and are checking whether it is working fine or not?
    One issue we are facing is when we click on the link of salary slip it opens up in different window and shows the link in
    the title bar of the new window...
    If we type the link in  a fresh window with the change of employee code , i am able to see his salary slip also...
    How can i hide the link showing in title bar of the window?
    Thanks,
    RaHuL...

    Hi Rahul ,
    Do you mean that the URL of the link appears in the Address Bar and you need to hide this? If that is the case then make the following changes in the property of the Iview .
    Launch in New Window : Display in Separate Window
    Window Features :   toolbar=no
    Regards
    Mayank

  • Regarding Salary Data

    Hi,
    Under MSS->Employee Info->Compensation Information->Salary Data Iview
    Salary Data is not getting displayed though it is there in the backend. Please advise.
    Gaurav

    Hi Gaurav,
    Even if the data is exisiting there in the backend, if it is not visible in the portal.
    1. Check if the personal number in ECC has been assigned to the user in the portal.
    2. Check if the payroll has been run(till the date) when you want to view the salary slip.
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • Award amount need to be adjusted through salary

    Hello guys,
    I have a scenario in which award amount need to deducted/adjusted through salary which is already paid in cash at the time of declaration. I have no clue as how to deduct award amount as shown in credit side of the salary slip.
                                                           SALARY SLIP
    Dr. Side                                                      Cr. Side
    Award (paid in cash is created)      200,000    Award (adjustment)  -200,000
                                                                       Withholding tax          10,000
    Thanks in advance
    Anand

    HI
    How did you paid ?
    I mean did you enter the amount in It15 , offcycle?
    if you paid in offcycle then then it will be taken care.
    If u just paid cash without entering in SAP is also can be done just by entering the relevant wage type used for your company and enter the amount.
    <b>Reminder : Points should be given on answers.</b>

  • I want to Hide ok buttom and reassign button in notification page

    HI
    How to Hide ok button and reassign button in notification page using oracle workflow builder
    Thanks and regards
    ch sai vikram

    I do not believe you can achieve this using WF Builder - you will instead need to use OAF Personalization. See these MOS Docs for examples
    727315.1 - How To Do the Personalization on the Salary Page (Hide CORRECT Button)
    758795.1 - How To Hide The Add Transaction List, Print And Recalculate Buttons Through Personalization?
    HTH
    Srini

Maybe you are looking for

  • [Solved] Hp-setup cannot find my HP Photosmart Plus printer

    Hi all, I'm trying to set up my HP Photosmart Plus printer. I have an Arch desktop acting as the CUPS server, which I ssh into from my laptop. I've gone through the CUPS installation and linux - linux sharing instructions. When I try to set up the pr

  • My three Time Capsules no longer show up anywhere in the Finder.

         I have two older Time Capsules and one new Airport Time Capsule.  They show up nicely in the AirPort Utility, but do not show up anywhere in the Finder-neither on the desktop nor the sidebar.      The Yosemite software is all up-to-date on my iM

  • HP CLJ2550N vs Windows 7 x64

    Printer Woes! New HP Computer with Win 7 64bit (Athlon II Quad Core) and HP CLJ2550N  Word Perfect Suite x4 - A single page document with 2 photographs takes more than 5 minutes to print. Same document with MS Office 2007 takes less than 1 minute.  P

  • Reverting to Edge from Wifi

    I've had my iPhone for 3 days. I cannot get it to stay on WiFi. It shows a check by my home WiFi (I've logged in with the WEP) but the "E" shows in the corner. I've reset the network connections and "forgotten" the network and re-connected. It still

  • Zoom:Use Scroll wheel with Modifier Keys to Zoom

    Help! Since the 10.6 update from 10.4.11, I can no longer zoom in and out by holding Command while moving scroll ring on my Kensington Expert Mouse. I have tried other modifier keys to no avail. I suspect a conflict, but do not know where to fix it.