Benefit cost reporting in ad hoc query

Is it possible to use ad hoc query to report on future dated benefit cost changes?  I have tried several different ways but have not been successful.
I tried changing the date of the reporting period to match that of the effective date for the benefit cost change but the system still outputs the old costs.
I also tried using the benefit cost calculation date as a selection field and then enter the effective date for benefit change but that did not work either.
Does anyone have any insight?  Thanks in advance for your input!

Did you ever find an answer to your question?  I am having the exact same issue.  Unless a new infotype is saved with the dates that coincide with the cost configuration change, I cannot report on the new cost via Ad hoc or SAP query.  The only thing that works is the standard health plan cost report but my users prefer to use query so they can get every field they need.

Similar Messages

  • Where to find 'Exempt' indicator for reporting using ad-hoc query?

    I want to run report for a count of exempt and non-exempt employees using ad-hoc query with logical database PNPCE. We maintain the exempt/non-exempt flag on the job.
    Thanks
    Manish

    To meet this exact same requirement at my company.  I added an additional table (T5U13) into the logical database. Within transaction SQ02, go to the field group Organizational Assignment, right-click on the field group.  Click Node Extras.  Click Create icon over on the right-hand side of the screen.  Type in the table name T5U13.  Use this select statement:
    SELECT SINGLE * FROM T5U13              
      WHERE STELL                = P0001-STELL
        AND ENDDA                = P0001-ENDDA
    Then add the fields into your field groups.  I also created a local field so I get the word "Exempt" or "Non-Exempt" in my queries instead of "1" or "2" because i can never remember which is which. 
    Hope this helps!

  • AAP and EEO Report by Ad Hoc Query

    SAP Gurus,
    My client went live with basic modules of SAP Jan 2007. The problem is with AAP EEO Report. We will develop ABAP report later. For now we want to generate the AAP EEO report by using Ad Hoc Query. We are storing the EEO and AAP codes in IT1610  for Job. If I have to build query what is the best way :
    1-     I tried an infoset with  PNPCE and apart from the basic PA infotypes I selected 1000, 1001 and 1610 for job. But when I select EEO and AAP category in output I don’t get the actual data. I know I am doing something wrong here but don’t know what ?
    2-     If I will start a table join with IT0000, IT0001,……….etc and V_T5U13 …….will it work ?
    Any other suggestions how can we address this issue temporarily by ad hoc query ?
    Sanghamitra

    First, do not try and reinvent the wheel...the EEO-1 and AAP reports are standard supplied SAP reports and can be found under Human Resources --> Personnel Management --> Administration --> Infosystem --> Reports --> Administration US --> Compliance.
    The EEO-1 report is changing for 2007 and the latest support packs must be installed to give you the new tables and table entries, features and report layout needed for this year.  See SAP Notes 976273, 435204 and 986115.  The IT1610 itself changes as do the definitions, so the support pack installation is a must,
    If you still want to try to get this information via Ad Hoc Query, you will need to utilize a PCH based Infoset.  Create this based on the object Position.  The position is your link between the person with HR Master Data and the Job with job related data such as IT1610.  With this infoset, you can do the reporting on the EEO Job classes from IT1610 and the Ethnic groupings from IT0077-Additional Personal Data for the employee and gender from IT0002.

  • Out put problem in Ad hoc query reports

    Hi Gurus,
    I am tryting to generate a report through Ad hoc query in S_PH0_48000510 - Ad Hoc Query SAP/Query/HR_ADM - > Selected several options like personnel number / employee name / entry date / leaving date.
    But when we select it shows the input details but when i try for output the entry date / leaving date even the names of the employees are not reflecting.
    But the age/date of birth other fields are coming in output.
    Kindly let me know the solution to get a out put. If there is any changes need to be done in the back end. Pls advice with the path details.
    Thanks & Regards,
    Pradeep Krishnamurthy

    Hi Madhu,
    Yes, I did but out put is not coming.
    Regards,
    Pradeep Krishnamurthy

  • Reports in MSS... Same as Ad-hoc query??

    Hi experts.
    I have developed some reports in Ad-Hoc Query that pulls through HR data into MSS... If I create subtotals on my report in Ad-hoc query then I can collapse and expand data per employee which would be really cool for managers to use also...
    As standard would this functionality be replicated in the MSS Portal?? Or would the data come through is a standard table of data?? does it depend on the portal at all?
    Any ideas on how we could test this or even implement it would be great. We have managers with 4-5 employees but each employee has possible 10+ absence quotas (don't ask why) so if the manager could see an overview per employee and then expand for a single employee it would be a really great solution.
    thanks in advance!
    Euan Robertson

    You can have your reports, but that has to be converted to LPA format, You can check the steps here
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=199820849

  • Ad-Hoc Query reporting off of Payroll Results Infotypes

    Dear Experts,
    Has anyone used the Payroll Results Infotypes (IT0448 - IT0464) to create Payroll Results reports using Ad-hoc query? I would appreciate it if someone could enlighten me as to how to get the Cluster Data into these Infotypes.
    Cheers,
    Venkata

    I tried this option but was able to succed so
    Fetched the data through the use of the functional module and desigend the code as per the client requirment
    Pasteing the code
    DATA: payroll TYPE pay99_result.
    DATA : BEGIN OF itab OCCURS 0,
          srno TYPE sy-tabix,
           pernr TYPE pa0001-pernr,
           ename TYPE pa0001-ename,
           location TYPE pa0001-zz_loca,
           dept TYPE pa0001-zz_dept,
           hq TYPE pa0001-zz_hq,
           desig TYPE hrp1000-stext,
           pay_day TYPE pc207-anzhl,
           basic TYPE p0008-bet01,
           con TYPE p0008-bet01,
           hra TYPE p0008-bet01,
           hra_o TYPE p0008-bet01,
           trans TYPE p0008-bet01,
           we TYPE p0008-bet01,
           oth TYPE p0008-bet01,
           tal TYPE p0008-bet01,
           a_loan TYPE p0008-bet01,
           h_loan TYPE p0008-bet01,
           p_loan TYPE p0008-bet01,
           total TYPE p0008-bet01,
           t_ded TYPE p0008-bet01,
           net_sal TYPE p0008-bet01,
           END OF itab,
           ipa0001 TYPE STANDARD TABLE OF pa0001 WITH HEADER LINE .
    the help of technical consultant is needed
    Edited by: Sikindar on Oct 27, 2009 7:46 AM

  • PQAh ad hoc query

    Hi all,
    I need to know is it possible that i can draw Om report from ad hoc query the way we get PA report.
    If yes, then how should i get the OM infotypes to appear in SQ01, suery selection?
    Regards
    Aryan

    Hi,
    Adhoc query is made for us for different selection of itesm  i.e...PA,PSA...what ever you want...just like a custom report.
    thanks,
    Chandra

  • Ad Hoc Query testing when upgrading to ECC 6.0

    Hi,
    We have a decentralized SAP HR system. Instead of developing custom ABAP reports, we have given permission to superusers to create their own reports using Ad Hoc Query. This has lead to large number of Ad Hoc Queries  (>2000). Techincally speaking, lot of custom ABAP programs.
    We are now upgrading from 4.6C to ECC 6.0.
    Based on your upgrade experience please advise:
    1. Does the upgrade has any affect on the Adhoc Queries. Example: they would not work, need regenerate all queries, PNP or PCH logical databases are missing, Global infosets are missing, etc
    2. Do you have to test all the queries or checking just a few critical ones suffice your testing requirements.
    Your insight is greatly appreciated. Points will be awarded.
    Thanks
    Praful

    Hi,
    In terms of upgradation, you need to take care of all Z programs, i don't think it will afftect your Ad hoc report, nevetheless you have used any custom fields in the report. Always you can reconsile the reports during the upgradation.
    Good Luck
    Om.

  • Questions in Ad Hoc Query & How to Configure the EEO standard reports

    Hi all,
      I have a  question in Ad hoc query report in HR.
    <b>How to:</b> Get a list of the total number of employees included in a particular report at the end of the report. Ex: If i create and run a report for salaried employees, sorted out by company codes, how can i get a sub-total and total no. of employees listed in the report.
    I tried Ranked format, but when you print the report it doesn't retain the report name on the top.
    -->I have a question regarding the Standard reports for EEO and AAP
    <b> How do I</b>
    1. Start configuring these report
    2. What are the things i should have before configuring it in IMG
    If anyone can provide me with some documentation regarding the EEO and AAP report configuration that would be great.
    Thanks in advance.....
    Harish

    This can be done using the security for the Infoprovider,  provide the users access to create queries only for that Infoprovider.

  • Ad-Hoc Query for OU's and their Cost Center

    Cost Centers are often inherited from parent OU's. If I try to make an Ad-Hoc query, select some OU's and show the Cost Centers via the relationship A11, the fields are empty unless the Cost Center is hardcoded for the OU.
    Is there a way to create an Ad-Hoc query that shows the Cost Centers even if they are inherited? I can't make any changes to system tables or other customizing.
    Thanks in advance!

    Unfortunately I'm not authorized to use SE16.
    This is my selection:
    Object ID: xxx (Selection)
    Object Type: O (Selection)
    Plan Version: 01 (Selection)
    Relationship Between Objects: 011 (IT1001)
    Relationship Specification: A (IT1001)
    Type of Related Object: K (IT1001)
    Output:
    Object ID (IT1000)
    Object Abbreviation (IT1000)
    Object Name (IT1000)
    ID of Related Object (IT1001)
    Any other way?

  • Ad- Hoc Query reports in PMS

    Hello Gurus,
    Is it possible to have Ad-hoc Query for PMS??
    The client is requesting for Ad-hoc data and wants an ad-hoc Query similar to PA.
    Regards,
    Amrita Ranjan

    Hi,
    I think it is not possible as data is stored based on indexing (Column and row) based on the template.
    But I would suggest to use report RHHAP_DISPLAY_DB report to view all the appraisal details.
    Thanks,
    Ketul

  • Ad hoc query report geneartion

    Hi Guys,
    I am seeking your help on ad hoc query report generation.
    My requirement: There is a customized table maintained to fetch the description and the relevant data.. For ex: 
    Type of Vehicle
    Description
    XYZ
    Test description1
    ABC
    Test description 2
    The requirement is to fetch the description using ad-hoc query for all the type of vehicles. I have created a type of vehicle field and included in the field group. So far, I am able to get the type of vehicle on my ad-hoc report. But, the description fails to retrieve. Please note I have also created an additional description field on ad-hoc reports to fetch the description.. After the generation of the info set, I am unable to fetch the type of vehicle with the description.
    Can anyone please guide the field code that needs to be maintained specially to fetch the contents all together?
    Thanks.
    BP

    Hi,
    I have already mentioned that "Please note I have also created an additional description field on ad-hoc reports to fetch the description."

  • Capture SAP Ad-Hoc query output in report

    Hi All,
    I have to run an Ad-hoc query from report (se38 program) and after execution of that Ad-hoc query I have to capture the output of that query and use in Report.
    I am trying the follwing approach but getting Run time error (internal Error)
    SUBMIT XXXXX EXPORTING LIST TO MEMORY
    Data:
    v_spool like pri_params-plist,
    v_text like pri_params-prtxt,
    v_print_parms type PRI_PARAMS,
    V_valid       TYPE c LENGTH 1,
    v_spool = sy-uzeit.
    v_text = sy-uname.
    call function 'GET_PRINT_PARAMETERS'
    exporting
    destination = 'locl'
    list_name = v_spool
    list_text = v_text
    user = sy-uname
    importing
    out_parameters = v_print_parms
    valid = v_valid
    exceptions
    archive_info_not_found = 1
    invalid_print_params = 2
    invalid_archive_params = 3
    others = 4.
    IF V_valid = 'X' AND sy-subrc = 0.
      SUBMIT SAP_QUERY_AD_HOC
                        TO SAP-SPOOL
                        SPOOL PARAMETERS v_print_parms
                       ARCHIVE PARAMETERS archi_parameters
                        WITHOUT SPOOL DYNPRO
                        WITH p_wsid = 'X'
                        WITH p_bgname = 'ZHR_OM_PA'
                        WITH p_sgname = 'ZHR_PA_PERSONNELADMIN'
                        WITH  p_quname = 'Z_HRDATA' AND RETURN.
    ENDIF.
    Thanks in Advance

    My friend. Runtime error is like saying "it doesn't work please help me". You need to give more details if you want someone give detailed anwser. It's technical forum so please try to explain technical nature of your problem. In other words, what is the dump saying?
    Regards
    Marcin

  • Ad Hoc Query - cost assignment

    Hi Experts,
    I'm  trying to pull the contents of 'Cost Assignment' field i.e manually entered cost centre  which is available as a button on infotype 2002 & 2003 screens.
    In an Ad-hoc Query, it is not available as a field in any of the standard infosets.
    Is there a simple way of adding in the IT2003 cost assignment field?
    Please help.
    Thanks,
    Arpita

    Hi,
    You need to add table ASSOB_HR to your infoset. The cost assignment data is stored in that table. Use PERNR and INFTY to get the cost assignment data.
    Hope this helps.
    Donnie

  • How to schedule reports to be run and sent from Ad-hoc query.

    Dear Abapers,
    I got a requirement in which the user wants to know how to schedule reports to be run and sent from Ad-hoc query.
    Regards
    Venkat

    Ask him to look more carefully at the menu : Quickview > Execute > Exec. in background, then click on schedule
    Regards,
    Raymond

Maybe you are looking for