Vacation Report - need to create more fields

We are currently running a report through excel as our Peoplesoft was not currently updated. We now want to have all employees on this list. So i WENT on PS to query manager - and clicked on criteria to add more fields so that I can run the vacation reports that is requested of me. I have tried few times and got error. So I am reaching out for assistance. This is the details we require. If someone guide/navigate to tell me how I can go about doing this. So it's the employees details and then there vaction at 4%,6% and 8%. I hope you can help as we are desperate to get this complete. I am attaching my file for you to have a look.
If I would do this manually please advise how. This is considered all Vacation details for all employees in the company.

As long as those fields are in the records you are using in your PSQuery, then yes.
However, if those fields are not in the records you are using in your PSQuery, then you have to either
1. include a record that holds those additional fields
2. create an expression to derive those additional fields you want to put in your report
3. create a table/view that has those new fields and add that new table/view in your Query report.
From your spreadsheet, I  can see that there are fields like Vacation pay (4% paid).
Where is the value of this field coming from? is it from one of the records in your PSQuery?
  - if yes, does it still need to be computed? then you might want to create an expression to compute it. If no, then you could just display it directly in your report.
  - if it is not in one of the tables you are already using in your PSQuery, then you could do either of 1, 2, or 3
Reference: http://docs.oracle.com/cd/E15743_01/psft/acrobat/pt850tpsq-b0909.pdf
PS: It would really help if you let us know what is the error you are encountering.

Similar Messages

  • Need to Create More Options in Cisco ACS 5.2 User section

    Hi Team,
    I Need to create more options on Cisco ACS 5.2 under internal identity store in users. please help how to do add, default not showing all.
    i have seen on internet. attaching doc.
    Regards
    MR

    To create additional attributes for internal users do the following:
    - go to System Administration > Configuration > Dictionaries > Identity > Internal Users
    - Press Create to define the additional attributes you require
    For each attribute can
    - define the type
    - give a default value. This will be applied to all existing users and appear as default when new user is created
    - indicate whether the attribute is required and must be defined for each user
    - define a policy condition. If define such a condition will appear as an option when customize rules in a policy

  • Need to add more Fields to "List" Tile of MSA Opportunity Search Tileset.

    Hi Experts !
    We are trying to add more fields to the "List" Tile on the Opportunity Search Tileset to view additional information on the search result screen.Ex: Company Name, Product Description, Person Responsible & Channel Partner on Opportunity transaction should be displayed on the Search result screen.
    So far, with the help of Anchor modeling we tried adding the Opportunity BP (BOOPPBusinessPartner) Segment and (BOOPPProduct) Segment to the BOOpportunity Parent segment in the Opportunity_Write Bdoc.And, we added fields from BP & Product segment to the List tile by drag & drop.
    Upon Generating the changes, the system did NOT populate the data for the new fields.
    Please advise us where we are going wrong.
    Thanks & Regards,
    Jagan.

    Hi,
    the way you tried to add some more fields in a list tile is not working.
    In lists the data is not retrieved from Business objects/collections but from record sets which are fetched from the main segment of the underlying query BDoc (I guess sth like OPP_blabla_QUERY).
    Therefore what you could do is to enhance this query BDoc and add these tables by joining them to the opportunity header table. In this case you also need to specify exactly these segment field names in the property of the new list column fields.
    Much faster (but a little bit dirty) would be to use the row loaded2 event where you can calculate the values you want to display. In this case the controls would have to be unbound.
    The second version would cost a little bit more performance, but this depends from the data volume.
    Regards,
    Wolfhard

  • Need to add more field in the selection screen in tcode crm_dno_monitor

    Hi,
    In the transaction code crm_dno_monitor, i need to add extra fields in selection screen. Do we have any way to add fields in the standard tcode crm_dno_monitor.
    Thanks
    Prasad

    If you need to add 5 fields on ticket screen then use EEWB enhancement.
    The ticket screen transaction is crmd_order which even opens up after you double click the ticket no from crm_dno_monitor report list.
    for crm_dno_monitor you can have the BADI CRM_DNO_MONITOR which will add later the column for the fields which you can add using EEWB
    Check the following blog which guide you for custom field creation using EEWB
    /people/bruyneel.guillaume/blog/2008/06/13/service-desk-implementation-guide-part-ii

  • Need to add more fields in Notification

    I have the following requirements in my implementation. In the QM01 transactions, we are using Z1 - Z3 Notification Types to track the Quality defects and information related to Production Order, WBS Element, Inspection Lot and Material Details.
    With the standard screen configuration, we can adopt Lot and material details fields in the Notifcation screens.
    But how to add extra fileds like WBS elements and Production Order (Some more fields also required). Do I need to use BAPI or any other Screen Exits available for this. Please guide me with your valuable inputs.
    Regards
    Sam

    hi,
    chek the below ones
    Check the below :
    QQMA0001 QM/PM/SM: User Subscreen for Notification Header
    QQMA0008 QM/PM/SM: User Subscreen for Additional Data on Notif. Item
    QQMA0010 QM/PM/SM: User Subscreen for Additional Data on Cause
    QQMA0011 QM/PM/SM: User Subscreen for Additional Data on Task
    QQMA0012 QM/PM/SM: User Subscreen for Additional Data on Activity
    Check where you want to add fields and select from the above ...
    regrds
    pushpa

  • Need to create Enterprise field, LookUp Table and PDPs programmatically

    Hi,
    Please suggest how i can create Enterprise field, LookUp Table and PDPs, Workflow Stages, Phases programmatically for Project Server 2013. Any resource / blog link will be really be helpful.
    I searched google but most of them are for PS 2010
    Regards,
    Ankit G

    By Enterprise field i am assuming you mean Custom Field.
    The Google/Bing results for PS 2010 is referring to the PSI model. This model can still be used for Project Server 2013 OnPremise installations, but not for Project Online.
    The question is how do you want to create them/which technology do you want to use. you can program Agains the Project server through the PSI API, the CSOM API, the REST interface, Javascript and VBA code.
    I am gussing you want to create an application that uses C# therefore i will suggest to use the PSI or CSOM API.
    PSI is the old model, but is still supported in PS2013.
    The CSOM is the new model and only Works in PS2013 and comming versions.
    A great reference you should download is the Project Server 2013 SDK:
    http://www.microsoft.com/en-us/download/details.aspx?id=30435
    I am guessing you are new to Project Server programming so i will suggest you go with PSI as it has the most documentation.
    PSI:
    Getting started:
    http://msdn.microsoft.com/en-us/library/office/ff843379(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ee767707(v=office.15).aspx
    Create Custom field:
    http://msdn.microsoft.com/en-us/library/office/websvccustomfields.customfielddataset.customfieldsdatatable.newcustomfieldsrow_di_pj14mref(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/gg217970.aspx
    Setting custom field values:
    http://blogs.msdn.com/b/brismith/archive/2007/12/06/setting-custom-field-values-using-the-psi.aspx
    http://msdn.microsoft.com/en-US/library/office/microsoft.office.project.server.library.customfield_di_pj14mref
    Lookuptables are the same procedure:
    http://msdn.microsoft.com/en-us/library/office/websvclookuptable_di_pj14mref(v=office.15).aspx
    Workflow phases/stages:
    http://msdn.microsoft.com/en-us/library/office/websvcworkflow_di_pj14mref(v=office.15).aspx
    PDP's:
    PDP's have to be created through the SharePoint interface as Web Part Pages. I havn't tried this.
    I think you want to do this in a backup/restore scenario. In this case you might consider the free tool Playbooks:
    http://technet.microsoft.com/en-us/library/gg128952(v=office.14).aspx

  • Report needed: Customer master TAXKD field changes

    We are looking to track changes made to TAXKD (tax code) in customer master.   Is there any report we could generate weekly that would detail changes made to the field. 
    Also, we'd like what change was made.  (i.e. customer number, date, field changed from 0 to 2)
    Thanks,
    Michelle

    Hi Michelle,,
    Those changes will be recorded in the CDHDR and CDPOS tables with your field name based on the dates..
    and also with the Old value and the New value
    from the CDPOS
    pass
    OBJECTCLAS = 'DEBI'.
    OBJECTID      =  Your document number "optional
    TABNAME    =  'KNV1.
    FNAME       =   'TAXKD'.
    if you pass these thins you will get the in the fileds VALUE_NEW and VALUE_OLD
    hope these informatino useful to you.
    Thanks
    Edited by: Prasanth on Apr 13, 2009 7:40 PM

  • You need to create more buy in for this to work

    As opposed as I am to lifetime subscriptions (creative cloud, MS Office, virus scanners, etc.), I can see some value in them as long as they bring value to me.  I have no doubt in my mind that I can continue to work unhindered permanately with Adobe CS6 products without giving you another red cent - ever.  Just as I can continue to use MS Office 2010 withouit paying MS anything else for a word processor, spreadsheet program and email/calendar client.  You need to give me a REAL reason to not do this.  I can personally only justify $50/month for CC with the following features:
    1.  Real cross-platform support.  That means linux.  There is no point in me spending money forever on a product (a product for which I can already do everything now with no additional cost).  My business will gain nothing from CC short-term or long-term unless I can gain value from this purchase and save money from something else, and that basically means running on linux.  Putting an extremely stable five-year updateable workstation OS like Ubuntu 12.04 on current hardware without having to shell out big $$$ to Apple for their non-upgradeable and non-serviceable hardware would flat-out save me money, money I would be willing to give to Adobe instead of Apple.  I do have some workstations running Windows, but the Ubuntu and Mac workstations are more productive IMO working in creative suite, with less OS issues.  I can see no reason not to code/port to linux other than developer laziness.  People are disgusted with Microsoft since Windows 8 and Mac's just cost too much money in this economy.  There are only a few reasons everyone is not already running linux - games in Windows (which Valve is starting to address with the steambox and steam for linux), Adobe products and MS Office.  Office 2010 runs great under wine, so screw Microsoft.  If you developed CC for linux, big-name vendors would instantly start selling home and business workstations pre-installed with Ubuntu designed for digital editing.  It's not that linux users are completely opposed to spending money on software and demanding open-source, they just don't have much of a choice of anything to spend it on.  Give them a quality product at a reasonable price, they will pay.
    2.  Better mobile support.  We need real tools for quick edits on popular formats on our mobile devices.  As our devices are getting faster, we need more integration for when we are not sitting in front of our workstation.  For $50/month, this should be included and featured.
    3.  Better cloud-based training.  To draw people in and keep them paying, they are going to need more frequent content updates, that also means proper feature training.  The training should be easy to understand and readily available upon new features.
    4.  More cloud storage, much more.

    ebnovotny,
    Have you also used Address Book>Card>Make This My Card?
    If you have, you could also quit iCal, find the com.apple.ical.plist file in your Macintosh HD/Users/yourusername/Library/Preferences folder and drag it to the Desktop. Then log out/in or restart and check if your card is recognized.

  • I need to create more space on my Ipod Touch

    Hi, please could someone help me I recently got a new IPod Touch for my birthday and I have been adding new music on and generally having a Spring Clean organising and sorting my music out.  However when I have come to Synch my IPod the Other (yellow) bar has halved my music  memory and is currently standing at 20.98 which is a lot of memory to lose, I have literally run out of memory.   I have deleted everything I can possibly remove from Photos, Old Apps, Facebook etc leaving just the music and it hasn't made a difference.  My only conclusion is the apps I don't use the ones dictated to you by Apple they are the ones I need yo get rid of, please can someone help me by advising me on how to either get shut permanently the used apps like Stock Market or is there any other way in getting that yellow bar smaller.
    Many Thanks
    Jane

    An "other" larger than about 1 1/2 GB indicates corrupted files.
    What is the Other on my iPhone and How to Remove It
    What is "Other" and What Can I Do About It?
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up               
    To restore to factory settings/new iPod see:
    iTunes: Restoring iOS software

  • Help Need to Create more space

    Hi People,
    I have a Powerbook which has a total of 100gb in the Hard Drive. I have reached the stage where I have completely filled the hard drive with only 1.2gb. So the logical thing to do is buy a hard drive which I did with 1.5TB.
    This is what I did in the exact order:
    1. Copied the Macintosh Hard Drive of my computer into the External Hard Drive.
    2. Then I copied all of the files in my home folder into the External Hard Drive.
    3. I then made a copy of the pictures, music and videos into the External Hard Drive.
    4. I then deleted the folders in the Music, Pictures and Videos by sending it to the Trash Folder.
    5. Then I emptied the Trash Folder.
    5. I then reseted my computer and when I loaded it to my surprise the memory available was 1.48gb.
    I am not sure how this is possible because those three folders (Music, Movies and Pictures) come to at least 30gb. Can someone please tell me what I am doing wrong because I am now at the stage where I only 1.48gb which is not enough to do a security update.
    Thanks for the advice and HELP!!!!!!!!

    Specialist Entertainment:
    Copied the Macintosh Hard Drive of my computer into the External Hard Drive.
    Can you tell us exactly what you copied, and how you did it?
    Then I copied all of the files in my home folder into the External Hard Drive.
    Exactly what do you mean by "all of the files in my home folder"?
    I then made a copy of the pictures, music and videos into the External Hard Drive.
    Again, how did you do this?
    I then reseted my computer and when I loaded it to my surprise the memory available was 1.48gb.
    What do you mean by "I then reseted my computer"?
    Can you tell us exactly what you see on your external HDD?
    My guess is that you have duplicated some of the things that you have copied. Had you posted your question prior to attemting this project, we will have directed you to a much more efficient and effective way of doing it. Too late for that. Answering the questions above will give us an idea of what is going on, and we will be better able to direct you what to do next.
    cornelius

  • Need Help Creating (more) Complicated iChat Backgrounds/Effects

    I was wondering how you can make an iChat background transparent or make the image apply "over" the video.
    If anyone has installed an extra effect package, ones such as the mona lisa (a picture of the mona lisa with the eyes and mouth cut out so that you can see the video through those) Like this:
    !http://img7.imageshack.us/img7/7742/monalisacopyji6.jpg!
    So does anyone know how to make an image like this?
    Thanks

    Hi,
    From your Install Disk Install Developer Tools
    This will give you Quartz Composer.
    This in turn will allow you to Open the Compositions.
    Copy (Duplicate) one to work from and experiment.
    You will found out how to put a pic of your choice in the place of the one being used.
    Some obviously place the Pic to the Background and others as the Foreground with holes "cut in them"
    Cutting the holes is done in a Graphics App and th items needs saving as one that supports Transparancy (.gif or .png)
    7:56 PM Wednesday; February 4, 2009

  • Need help with parameter fields and report selection.

    Hi all:
    I hope some one can help me with the problem I am having with my parameter field and record selection.
    First, can anyone explain to me why my parameter field CustStart, which is dynamic and is based on the field Customer in the table CustMaster.  There are over 1800 records in the CustMaster table but the drop down list only shows maybe about half of them and there is no way to scroll down to the last customer record.  What am I doing wrong?
    Second, is there any way to base a parameter field on a formula field on my report?  On my report I have created a field Cust that is the customer name and number joined together in one field.  I would very much llike to use this formula in my record selection and in my parameter field.  Can it be done?
    All help is greatly appreciated
    Thanks,
    FatMan

    Hi,
    You can use the following for changin increasing the LOV.
    Crystal Reports XI BusinessObjects Enterprise XI
    For performance reasons, in Crystal Reports XI Release 1 and Release 2 the maximum number of values that are returned for a list of values is set to 1000. If you have a cascading List of Values (for example Country > Region > City), the lowest level (in this case City) will only display a maximum of 1000 values. This means that the higher-level prompts may display far fewer values than you expect. The list of values provides the data for the dynamic parameter list.
    How can you modify the maximum number of values available in a dynamic parameter list?
    Resolution
    To increase the maximum number of values available in a dynamic parameter list, you must add a registry key.
    CAUTION     The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk. For information on how to edit the registry key, view the 'Changing Keys and Values' online Help topic in the Registry Editor (Regedit.exe).
    It is strongly recommended that you make a backup copy of the registry files (System.dat and User.dat on Win9x computers) before you edit the registry.
    Crystal Reports XI Release 1
    1.     Create a registry key HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\DatabaseOptions\LOV.
    NOTE     Alternatively, you can create the registry key HKEY_CURRENT_USER\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\DatabaseOptions\LOV and that key will override the settings of the HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\DatabaseOptions\LOV key.
    2.     Add a string value "MaxRowsetRecords" and set the value to the maximum number of values that you desire for your report. For example, a value of 2000 will return up to 2000 values in the lowest level of a cascading parameter. NOTE: The value 0 (Unlimited) will not work with BusinessObjects Enterprise XI or Crystal Reports Server XI, you must specify another value.
    NOTE     The higher the number of values is, the longer it will take the Enter Values dialog box to populate with values.
    3.      After making changes to the registry, restart the affected service or application as required.
    Crystal Reports XI Release 2
    1.     Create a registry key HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\DatabaseOptions\LOV.
    NOTE     Alternatively, you can create the registry key HKEY_CURRENT_USER\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\DatabaseOptions\LOV and that key will override the settings of the HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\DatabaseOptions\LOV key.
    2.     Add a string value "MaxRowsetRecords" and set the value to the maximum number of values that you desire for your report. For example, a value of 2000 will return up to 2000 values in the lowest level of a cascading parameter. 
    NOTE     The value 0 (Unlimited) will not work with BusinessObjects Enterprise XI or Crystal Reports Server XI, you must specify another value.
    3.     After making changes to the registry, restart the affected service or application as required.
    I hope this helps you.
    Regards,
    Prashant

  • Adding more fields to ME55

    I don't know if I should post this question of mine here...but I needed help. Also posted the question in ABAP-General forum. please help
    original post:
    I need to add more fields like Cost-Center etc to the result list of ME55. What is the best way to do this?
    Please advise and thanks much in advance.
    When I searched for this question on forum I did come across the question posted earlier but it was not answered. please help.

    I have the same requirement of wanting to see the accoutn assignment on the report screen instead of drilling into the req. After investigating why the button didn't work I found a note 657090 dated 19.12.2003 the says:
    "For displaying the source of supply and account assignment of the purchase requisitions, you should use the transaction ME5A.  the button "Sources of supply" and "Account Assignment" will be eliminated from the report ME55 (ALV Grid) after the implementaion of this note"
    We are currently implementing ERP 6.0 and the button is still there 6 years later.  I would have thought that maybe this anomaly could have been fixed by now or maybe fix the functionality so it does work as obviously there is a requirement to improve the functionality of ME55 as shown in this thread. Will have to dig deeper I guess to understand why it hasn't happened or if it can be done.

  • Create a field routine to calculate the number of days per month

    Hi Experts,
    I need to create a field routine to count the number of days per month based on 0CALMONTH. Could you give me some inputs on how to do it?
    Thanks!

    Hi,
    Create InfoObejct and then insert it in InfoSource/InfoCube/DSO then write simp,e code for that based on your  0CALMONTH values.
    You just copy and pas this in SE38 and see the result and implement for your requirements.
    REPORT  ztest1.
    Data: zsydt type sy-datum,
          zd(2) type n,
          zm(2) type n,
          zy(4) type n,
          zcmnth TYPE /bi0/oicalmonth,
          znds TYPE /osp/dt_day.
          zsydt = sy-datum.
          zd = '01'.
          zm = zsydt+4(2).
          zy = zsydt+0(4).
          CONCATENATE zy zm zd INTO zsydt.
          CALL FUNCTION '/OSP/GET_DAYS_IN_MONTH'
                EXPORTING
                  iv_date = zsydt
                IMPORTING
                  ev_days = znds.    "No.of days in month.
          write:/ zd.
          write:/ zm.
          write:/ zy.
          write:/ zsydt.
          write:/ znds.
    Thanks
    Reddy

  • How to create more kinds of singleton objects?

    Hello,
    in my application I need to create more objects. Every object does during its creation same actions (they differ only in one parameter) and add some own methods.
    These all objects should behave as a singleton pattern.
    Could you help me (different design pattern) how to achieve this?
    Thank you.

    I have such slightly modified Multiton pattern class.
    Now I want create a method that returns database server IP address from database setting type - try to tell me (exactly) how to write this method.
    public class Setting {
         public enum Type {
              database, application, mail
         private static final Map<Object, Setting> instances = new HashMap<Object, Setting>();
         protected PropertiesFile file = null;
         private Setting(Setting.Type key) throws IOException {
              file = new PropertiesFile(key.toString() + ".properties");
         public static Setting getDatabase() throws IOException {
              return Setting.getInstance(Setting.Type.database);
         public static Setting getApplication() throws IOException {
              return Setting.getInstance(Setting.Type.application);
         public static Setting getMail() throws IOException {
              return Setting.getInstance(Setting.Type.mail);
         private static Setting getInstance(Setting.Type key) throws IOException {
              Setting instance = instances.get(key);
              if (instance == null) {
                   instance = new Setting(key);
                   instances.put(key, instance);
              return instance;
    }

Maybe you are looking for

  • OSS Note 1401249 - Issue in GUI status

    Hi , As per 1401249 Note instructions, i need to add a new push button 'Display Income Levy Data',  in the standard report HIECILC0 . In SE41 , I am giving the program name HIECILC0 and Status 'ALV', when I click on Change button,  I see 'Modify Stat

  • JVM's are not coming up

    Hi guys, here is the scenario : we have a weblogic server running fine with a domain name "casa1" with 4 JVM's ( two on same machine and two on different machine ). And we created a newdomain "casa2" with 4 JVM's ( 2 on same machine and 2 on differen

  • Printing from acrobat pro 9 with yosemite on iMac retina

    My new iMac will not print an annotated form using a completely updated Acrobat Pro 9.5.5. Is there a driver that is missing? When I try to open the form in "Preview" it comes out garbled. Any suggestions would be appreciated.

  • Create a print button in webtemplate used for integrated planning - BI 7.0

    Heelo Guys, Can you please let me know how to add a print button in the web template which has a input query  and which is used for integrated planning. The user want to print the report.I haven't worked in web template and thought of asking you if t

  • How do I see the Apple Care term length?

    I purchased an Apple Care for my macbook pro. How do I see how much time is left on my contract? Also is this Transferable when i sell it? And how do they prove it's their protection plan?