HR Report category payroll clusters

Hi,
I have a problem in using the report category which i have created for reading data from payroll clusters.
I have attached PNP LDB in my program attributes and have set '900' as the selection screen.
In the new report category which i had created, i have added two select-option fields (PYPERNR and PYABKRS for personnel number and payroll area respectively). I have set the display check box for both the select-options.
But when i execute the report, the select-options doesnt appear by default and even i choose it from further selections tab, it doesnt appear in the selection-screen.
Can anybody let me know if i'm missing out on any steps?
Cheers,
Venkat

Hi venkatasubramanian,
1. what i understood is that u
   selected PNP ldb and 900 selection screen.
  then u wrote select-options for ur
  own two fields, and they are not appearing.
2. i tried the same and its working fine.
report abc.
tables : pernr.
parameters : a type c.
regards,
amit m.

Similar Messages

  • Selection-screen using HR report category

    Hi friends,
       I have a developed HR report using PNP ldb in which i have used the HR report category to specify my selection-screen.But still my requirment is not getting fullfiled.I require 1)Company Code
                            2)Payroll Period selection block also.
    But even if i dont enter value in this payroll area it should excecute.As of now it throws an error message saying "No valid payroll area specified"
    I want to generate report for any month given in other period of the payroll Area wrt company code.

    As per your question, remember that, the period will be different for each and every Payroll area.May be same period will behave differenly like weekly, monthly, semi-monthly.. with different payroll area.
    So the parameter payroll area will always be mandatory..

  • Regrading report category in hr-abap

    hi experts,
                     cud u plz tell me how to create our own report category with the help of spro what i want in my report category only personnel no,plant and payroll area,(payroll period in ranges) sud come ..plz help me regarding this.....
    Message was edited by:
            ravi gupta

    please see this  link  it was give  as  screen  shot  of the report category  creation  .
    <a href="http://">http://www.sapdevelopment.co.uk/hr/hr_repcat.htm</a>
    <b>if the  link if  not  opening by  double click   ...just   copy paste in the  web .</b>
    reward  points  if it is usefull ....
    Girish

  • Custom report on payroll and time evaluation results

    Hello Experts,
    My client would like to have a custom report on payroll and time evaluation results , can you please provide me with 2 options of achieving them.
    Thanks,
    Regi

    Hi,
    The time clusters are found using reports RPCLST*(B2, B1, PC etc) via SE38. You can find the time clusters under the time menu in the menu tree.
    PCL1 - Database for HR work area
    PCL2 - Accounting Results (time, travel expense and payroll);
    The database table PCL2 contains the following data areas:
    B2 time accounting results
    CD cluster directory of the CD manager
    PS generated schemas
    PT texts for generated schemas
    RX payroll accounting results/international
    Rn payroll accounting results/country-specific ( n = HR country indicator )
    ZL personal work schedule
    Tto retrieve payroll results accesse SAP transaction PC_PAYRESULT for all countries.
    Finally u can get the results for time PT_CLSTB2 , for Payroll PC_PAYRESULT. With this t.codes u can get the require results for ur custom report.
    Regards,
    Devi.

  • Payroll clusters

    What are payroll clusters.
    Can any one tell me some of payroll clusters. Is it B1, B2. i know these two. if any thing there apart from this please inform me.
    What are Cluster directories, I know only CU. what are other Cluster directories.
    Please help me.

    Hi vamsi,
    The HR module utilizes clusters for storing information in a variety of areas. Some of the tables available for storing data clusters are PCL1, PCL2, PCL3, PCL4, and PCL5, as shown below. Clusters provide numerous advantages. For instance, they are best for storing long texts and notes related to infotypes. The monthly payroll results and payroll directory of an employee are also stored in cluster form in table PCL2
    <u><b>PCL1:</b></u>
    TX     Infotype texts
    TE     Travel expenses
    TA     General data for accounting of travel expenses
    <i><b>PCL2:</b></i>
    ID     Interface toolbox – directory of interface results
    ZL     Time wage types and work schedule
    RU     Payroll results (US)
    <i><b>PCL3:</b></i>
    TY     Applicant data texts
    AP     Applicant actions
    <i><b>PCL4:</b></i>
    P2     Log for RPCALX0 and RPTIME00
    U1     Tax reporter forms for US
    <i><b>PCL5:</b></i>
    PY     Payroll data for personnel cost planning
    CP     Planning run data for personnel cost planning
    STXL      TX     Notes related to infotypes
    hope it will help you
    Regards,
    <b>Abhijit Zope</b>

  • Need to modify already created HR report category

    Hi all,
    I have created HR report category for my payroll categorywise summary report. I've to make one of the input field i.e. personnel area to allow single input value. Currently, the selection screen generated by HR report category shows/allows multiple value entry. I also want to make this field as mandatory field.
    Please help....
    Thanks,
    Rajan U

    Hi Sujaha,
    I guess u used logic database PNPCE,
    so use below source code FYA.
    You can add the other values in the list. Now I added two only. (“D” and "Y")
    NODES peras.
    TABLES: pernr. " Standard Selections for HR Master Data Reporting FOR THE DEFAULT SCREEN.
    AT SELECTION-SCREEN OUTPUT.
       PERFORM set_date.
    START-OF-SELECTION.
    GET peras.
    *&      Form  set_date
    *       set_date
    FORM set_date .
       DATA: lv_vrm_id TYPE vrm_id,
             lt_vrm_values TYPE STANDARD TABLE OF vrm_value,
             lwa_vrm_values TYPE vrm_value.
       lwa_vrm_values-key = 'D'.
       lwa_vrm_values-text = 'Today.Good day'.
       APPEND lwa_vrm_values TO lt_vrm_values.
       lwa_vrm_values-key = 'Y'.
       lwa_vrm_values-text = 'Current Year. Horse Year'.
       APPEND lwa_vrm_values TO lt_vrm_values.
       lv_vrm_id =  'PNPTIMED'.
       CALL FUNCTION 'VRM_SET_VALUES'
         EXPORTING
           id              = lv_vrm_id
           values          = lt_vrm_values
         EXCEPTIONS
           id_illegal_name = 1
           OTHERS          = 2.
    ENDFORM.                    "set_date

  • Wrong period displayed for current period in HR Report Category

    Dear Friends,
    I have used HR report category (X_M00002) in my program that only shows two options (radiobutton) for period selection:
    1. Current Period
    2. Other Period
    Problem is that when I select current period and press enter key it takes 01.2006 (i.e. 01.04.2006 to 30.04.2006) instead of current period 01.2010.
    What could the possible error be?
    Regards,
    Amit

    Hi Amit
    The current period will not be set based on the current calendar month and year. The current period will be based on the current period for the payroll area which you have entered. You can check the current period of a given payroll area from the transaction PA03.
    Hope this answers your question.
    Regards
    Ranganath

  • Reg:Modification of HR Report Category in PNP LDB.

    Hi All,
    My requirement is to modify the selection screen of  PNP LDB, in the report category we used to give the required selection screen.suppose i want to use the Report category as HRIN0000 and want to hide payroll area.
    please help me about this.
    Thanks in Advance
    Regards
    Srinivas

    Hi,
    Go to Tcode SE36 -->LDB PNP >Extras>Select view
    Dispaly the function group.If it does not exit create a new function group and assign the fields need to be displayed
    Field that have no fuction can be suppresed in the output.
    I hope this may helpfull.
    Thanks,
    AMS

  • Report Category in PNP LDB

    Hi,
    I have a HR Report using LDB PNP.
    I need the fields, Today and Key Date on the Date Selection Block and the Default Fields on the Data Selection Block.
            - Country, - Company code,
         - Personnel Area, - Personnel Sub-area,
         - Employee Group, - Employee Sub Group,
         - Contract of IT 0001
         - Payroll area,
         - Controlling area - Cost center,
         - Administrator group,
         - Payroll administrator, - Personnel administrator,
         - Time recording administrator
         - Personnel number,
         - Organizational Unit, - Position, - Function
    Is there a standard Report Category to generate this Selection screen or should I go with creating a new one.
    Please suggest.
    Thanks,
    Suryakiran D.

    Hi suryakiran,
    1. PNPCE
    2. use the above ldb (instead of pnp)
    3. In the selection, screen,
      on the toolbar,
      u will get on button 
      "selection fields"
    4. Press this button,
      and u then
      select (transfer to right)
      the fields u want.
    5. It has ALL the fields, u mentioned.
    regards,
    amit m.

  • Hr report category custom with from, to date and current period

    I have created custom hr report category of type 'Payroll report category'. But it showing from and to date like it showing in 'master data infotype'. How to add that functionality to 'Payroll report category' custom report.
    thank you

    Hi Gopi,
    If you use 'Z' HR Report category for Payroll cluster , Just edit the report category and select the fileds which are the things you need...Please  find pasted the screen shot
    Please check the check box which are the fields you want in the selection screen.... or copy a standard report category into 'Z' and do the changes...
    Regards,
    Vijay SR

  • Report in payroll retro - urgent please

    Hi Guys
    In our this pay period i.e 6th period , some people retroed back to 1st pay period. Is there any way to create a report of employees to see who retroed back to 1st pay period in 6th pay period. WT reporter or payroll reconciliation does not help in this.
    Does any one know? Please let me know
    Tahnks
    W.

    Thanks Arun for your time. We can not do that because that date field in IT0003 has been changed for employees through another program for a different reason.
    Just wondering is there is any way to get to the table ( do not know which table) where the details on payroll result clusters are stored.  On the screen of Display Payroll Result, we have info like Payment date, For-Period, In-Period. Not sure if thisinfo is stored somewhere in Table. So is there a way to get this info? Any Idea?
    Thanks
    W.

  • Report Category is blank

    Hello,
    my problem is the following: i want to get the report category of a program using pnp (GET PERNR). but in the program attributes, the field is empty???
    thank you,
    <b><REMOVED BY MODERATOR></b>
    Eric.
    Message was edited by:
            Alvaro Tejada Galindo

    If u use PNP LDB, and set the report category in program attributes as blank, default selection-screen of PNP is assigned to program.
    If u want to change it,
    give existing report category which u can find by F4 or create a new one and assign it.
    That is,
    goto -->attributes --> Goto HR report category -->
    choose master data--> for not to use the default screen choose 000
    also you can use the parameters you want on ur selection screen
    and if u dnt want anythng u can choose 000
    The default HR Report Category gets assigned if you leave the field blank in the report attributes of a report tied to PNP/PNPCE. to avoid it,
    1. You can use the report category ___00003 (All fields suppressed) & design your own selection-screen in the Program or
    2. Create your own Report category & assign it to the report.
    The report category is used to change the selection screen of programs that use the 'PNP' logical database.
    See links bellow:
    http://www.sapdevelopment.co.uk/hr/hr_repcat.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/15/229357553611d3967f00a0c9306433/frameset.htm
    Report categories for selection screen in HR programming
    Also visit the following blog:
    /people/alvaro.tejadagalindo/blog/2006/02/19/how-to-deal-with-hr-payroll-reports
    Regards
    Vasu

  • Help me about the Report Category !!

    In a ABAP report program's "Attributes", we can set the Logical database (eg. in HR, it's PNP) , and then, we can select the "HR report category", for the report screen category setting.  After we set the Master Data(infotypes), we will get the report with several pushbuttons in the first line, like “Further Selections” "Sort order" ...
    So, my question is if I want to add some items into the "Sort Order" selection screen, how to do that ?
    Thanks a lot
    Tom

    Hi Tom,
    You can create the report category from SE38-> Attributes and then give the LDB name as PNP.
    Now click on the HR report category button and proceed creating the new report category by clicking the create button.
    The report category name should start with 0* or 7*.
    Hope this helps you,
    Regards,
    Subbu.

  • Creating new report category in Abap HR

    When I try and create a new custom report category, I get a message saying "Choose the key from the allowed namespace". I did use a Z report category (we do have Z report categories that have been created earlier by somebody else). It would be great if somebody could list the steps to create a new report category. By the way, I would just want to keep just the personnel number (PNPPERNR) in the selection option.
    I did try using SM30 to create a new entry but got the same message as above.
    Thanks.

    >
    Lakshmi Srinivasan wrote:
    By the way, I would just want to keep just the personnel number (PNPPERNR) in the selection option.
    > I did try using SM30 to create a new entry but got the same message as above. Thanks.
    You can use the Report category HRDKPRNR to meet your reqt.
    ~Suresh

  • ABAP HR Report Category

    What is the best Report Category for the selection fields personnel no, personnel area, personnel subarea, employee group, employee subgroup, organizational unit?
    Thanks
    Vicky

    then create your own.. ie just copy this one & remove the unwanted fields..
    pl take a look at this Re: hr report category remove selection fields..
    ~Suresh

Maybe you are looking for

  • My dv4 1225dx problems

    i have a dv4 1225dx and have had many problems. i have a hdd die and so i replaced it. 3 months later, this hdd is dieing. i checked the temps and the hdd runs at 55 c when idle and the cpu is 80c when idle. it constanltly turns off due to heat and t

  • How to check that an iPad is not stolen

    I am considering to buy a used iPad on eBay.  Is there any way I can verify that the iPad is not stolen?

  • Gnome panel launcher icon size

    Is there a way to make GNOME panel launcher icons smaller? (like in XFCE panels...) Or, is there any other type of launcher that can be used?

  • Workflow multiple versions in production

    Hi Experts, when i transport my work flow from development to production multiple versions are getting created. e.g in development i have version 0001 and production also have version 001 i did some changes in development in version 0001 now i transp

  • How do I delete calendar on iCloud?

    My calendar on iCloud is not correct.  I would like to delete the iCloud version and merge the corrected calendar to iCloud.  I could not find an option to delete on iCloud.  Any help appreciated.