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

Similar Messages

  • How to default value in hr report category

    Hi all,
    I have create a hr report category in my abap report.
    However, i need to default the Reporting Period  field to value 'Today'.
    Please find the below screen.
    How can i do that?
    Thanks & Regards,
    Sujatha sahu.

    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

  • 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

  • HR ABAP: HR Report Category: "Customer Specific Status" Name Change!

    Experts,
    I've successfully created a Custom HR Report Category and assigned it to my program. Report works fine, with all customized fields that i selected!
    There is one field called "Customer Specific Status", which needs to be changed to our requirement. For instance, the existing field's text "Customer Specific Status" needs to be changed as "NS Status" ?
    Helpful answers will be definitely awarded!
    Thanks a lot!
    Rgds,
    Sundar.

    Hello All,
    I got the answer already!
    Thanks!
    Regards,
    Sundar.

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

  • Cant set status released for Generation Variant for report category IBD_MSD

    Dear EH&S people,
    I am trying to upload a vendor MSDS'. I am not succesfull in this. The reason is that the status of the generation variant is not "Released".
    I am not able to set the status released in the Generation variant. I am using report category IBD_MSD which should be the standerd one for Vendor MSDS.
    Together with an abap consultant we found via debugging of the matchcoded of the search of the status that he takes the DMS document type SBR as a basis. It should however be IBD.
    Has somebody encounter this problem before and have a solution for this?
    Is there somewhere customizing which controls for a certain category which DMS document type to use?
    Thanks in advance for your answer.
    Regards,
    Pascal

    Hi All,
    I found the solution.
    I looked at the detailed customizing of the document type SBR. Note 1091699 explained detailed settings of the different document types.
    SBR was not correct customized.
    It sounds strange that SBR is used for the report generation status for Vendor MSDS. I think it is because SAP treads it as if it is a raw version. So that could be an explenation why it searches for the status of that document type.
    After I updated the SBR-type correctly, I was succesfull in uploading Vendor MSDS. The DMS type which was used to save the document was IBD.
    Thanks all for your help.
    Issue closed.
    Regards,
    Pascal

  • What is Report category in SAP-HR Reports ?

    Hi SAP-HR Experts .
    Dear Friends tell me about
    What is Report category in SAP-HR Reports ?
    How to create it ?
    Can we set authorizations for a Repots , if Yes the how can we set it .?
    Please elaborate your replies with examples .
    Best Regards to ALL .
    Rajneesh .

    Report Category are used in reports with an LDB, usually PNP. Basically it's the configuration for the selection screen when the report is called. Among the choices you have which fields should appear on the first page, if sorting is allowed, etc, all sort of configuration.
    How to see.
    You can take one example, for example RPCALP0 (portuguese version, just substitute P0 with the version you use). Go to transaction SE38 and exhibit the report. Then yoy must select GOTO-->ATTRIBUTES and on the bottom tray there is a button that reads "HR report category". Just click that and on the next popup click Report Category again. So you have an example there of report category __M00001.
    To create it's the same way, when you EDIT a report and click on report category the next popup has a create button.
    The second question about authorization, it's quite simple, you can either use standard objects of authorization (like P_ORG for example), or your own Z objects. The sintax in ABAP is :
        AUTHORITY-CHECK OBJECT 'Z_AREA_SUB'
                 ID 'PERSA' FIELD w_werks
                 ID 'BTRTL' FIELD w_btrtl.
        if sy-subrc <> 0.
          CONTINUE.
        endif.
    This is an example for a Z object to read authorization for WERKS and BTRTL of an employee.

  • Integrate Xcelsius Report in WebDynpro for ABAP

    Hi all,
    I would like to integrate Xcelsius reports into WD for ABAP. This shouldn't be a problem if using EHP1 in ERP backend.
    But what I would to do is to influence the report's behaviour. E.g. by clicking on a button I want the report to change.
    Is it possible to trigger events from WD ABAP into an integrated Xcelsius report?
    Regards
    Christoph
    Edited by: Christoph Hofmann on Nov 5, 2009 11:58 AM

    >
    Kareemullah Quadri wrote:
    > Hi Thomas
    >
    > If we would like to write a wrapper Flex application, the generated SWF in Xcelsuis compiles only with Flex SDK 2.0.1 Hotfix 3.
    > But this wrapper Flex cannot include Flashisland library as this is supported only by Flex SDK 3.0.
    > What is the solution or am I missing something here ?
    >
    > Regards
    > Kareem
    I believe this is a duplicate question to another thread, but SAP supplies both a Flex 2 and Flex 3 version of the FlashIslands SWC.  Just use the Flex 2 library.

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

  • Dynamic selections in Report category

    I am trying to create a dynamic selection view for a report category, while doing so i am not able to add any table to table dialog that appears, when i enter PA0001 it says PA0001 is not a table. Same problem for any table i try to insert.
    Can anyone help me with a solution.
    Thanks in advance.

    In transaction SE80, i selected "edit object" button -> in the screen that pops-up i selected the tab "more"
    In that tab i selected radio button "Selection View" and then selected create button
    Then  "Create Selection View" screen appears, there i selected CUS View, checked radio button "for any tables" and gave a name of view 'ZTEST' and pressed the continue button, A screen appears to enter tables, when i enter any table it gives the message Table not found.
    When i try in other systems it works, not sure of the problem in our dev system.
    Thanks,
    Thirumal

  • Where do we specify Report category in HR Adhoc query

    Hi All.
    We have a standard query which shows a selection screen which is different in Production. When I went into the program behind the query and saw the report category, it is different in both the environments.
    I am not able to find where do we specify report category in the HR adhoc query.
    Can anyone please guide?
    Also, how is this possible that a standard report has different report category in Development and production env. ?
    Any help would be appreciated.
    Aishi

    Hi,
    There is no place in query, to maintain report category. Whenever an query is created, this table gets updated with default report category depending upon the LDB used. Now if you want to change this default screen to some other screen, then this is the only table where you can change the report category for that query or program.
    According to me, you have to maintain this table only, if you want different report category, since there is no place in query where you can do this.
    Hope this helps.
    Thanks,
    Sarika.

  • Field Addition in Report Category

    Hi All,
    I Need to Add Additional Selection Field in Report Category.
    Ie : In My case For TCODE : S_AHR_61016354 - Telephone Directory ..
    For this SAP STD report I need to Provide PA0105-USRID Field in report Selection.
    How to Add this field in the report Selection.
    Thanks
    Partha.

    Hi,
    Copy the Standard report and change the selection screen accordingly and insert the logic which you require to change. Do not change standard programs.
    Thanks,
    Vasu.

  • Assign report category to a report

    Hi All,
    Please let me know how to assign a report category to a report created in in se38.
    Thanks

    hi
    HI
    PLEASE CHECK Defining a new report category UNDER THE LINK
    http://www.atomhr.com/know_preview/hr580_cust_sel_sceen_chp1_46.htm
    IF IT FINDS USEFUL PLEASE REWARD POINTS
    REGARDS
    navjot

  • 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

Maybe you are looking for

  • IPhone 5s on recovery mode loop after water damage

    A couple days ago I fell asleep and my cat knocked over some water on my desk, and my phone was submerged in maybe a tablespoon of water. When I woke up I noticed there were water smudges inside the screen, but everything was working correctly so I j

  • Javax midi on Windows XP pro

    I am having problems getting the default seuqnecer in the Javax.sound.midi library to play back midi files in time. I have JRE 1.4 and am using a Creative Soundblaster Live card. The timing gives the midi file a 'limp'. Does anyone have the same prob

  • Help with Frameset and Browser differences

    I hope someone can help me with my Frameset. It works great in Safari but Firefox doesn't recognize the frames. I'm using Dreamweaver CS5.5, Mac OS10.8. Here's the link: http://tonyhertz.com/2012/Frameset_black_white_landscape_photo.html Thank you.

  • In the url bar is it possible to autoselect the first search result by pressing enter?

    Whenever I use the url bar in firefox, often times the first entry in the bookmarks/history search is the one I want to use. What I want to do is just be able to type 'fb' for instance and just hit enter. It will then redirect me to facebook.com. Wha

  • Movement Type 541

    Hi All, I am using the movement type 541 for GI .I have attached a ZFORM OF WESCHEINVERS3.I have Two line items for a material document number.For line item 10 i have posted the document and not for line item 2.But in the print preview its giving me