PO 's last  and next approvers.

Hi everyone,
I have a question related to PO's.
I have a report where i have to find out the last approver as
well as the next approver of the PO.
can anyone explain me the logic to do..so means which tables
to acess...I also tried searching for a function module but
could'nt find one...all i could find is
BAPI_PO_GETRELINFO but it does not give enough information..

Hi Sanjay,
I have three possible solutions:
1. The one you suggested. Forwarding option.
2. Create multiple logins.
3. Implementing AME.
Currently I am thinking to implement your solution as this is simple and easy. As we are planning to upgrade to R12 next year I dont want to complacte much.
For the second solution, we have Peoplesoft and there is an interface runs from peoplesoft to Oracle and normally emplioyee information & Positons will be created in Peoplesoft and updated by interface in Oracle. And also for the users(login name) are linked with the Windows login details and Outlook details. This is much complicated.
To implement AME at this time is not suggestable to the client as it is expensive. We need to definitely look and implement in R12.
I am still thinkg and it seems very fewer options.
Thank you for your suggestion once again.
Regards,
Pramod.

Similar Messages

  • Po's last and next approver

    Hi everyone,
    I have a question related to PO's.
    I have a report where i have to find out the last approver as
    well as the next approver of the PO.
    can anyone explain me the logic to do..so means which tables
    to acess...I also tried searching for a function module but
    could'nt find one...all i could find is
    BAPI_PO_GETRELINFO but it does not give enough information..

    The below script will aid you in getting the current status,the approval hierarchy and the action history along with the approver names.Hope this helps you.
    select DISTINCT c.segment1 Requisition_Number,
    c.authorization_status Current_Status,
    SUBSTR(c.type_lookup_code, 1,3) Type,
    d.name hierarchy_name,
    a.sequence_num Sequence_Num,
    a.action_code Action,
    to_char(a.action_date, 'DD-Mon-YY HH:MM') Action_Date,
    NVL(ppf.first_name,ppf.last_name) Action_Taken_By
    from
    po_action_history a,
    fnd_user b,
    po_headers_all c,
    PER_POSITION_STRUCTURES_V d,
    per_all_people_f ppf
    where a.employee_id = b.employee_id
    AND a.object_id = c.po_header_id
    AND a.approval_path_id = d.position_structure_id(+)
    AND b.employee_id = ppf.person_id
    AND object_type_code = 'PO'
    AND c.segment1 = NVL(:po_number, c.segment1)
    order by c.segment1, sequence_num
    Regards,
    Bala.

  • I want to restore the look and feel of Firefox 3.6 etc with large icons for last page next page reread and home page located off the toolbar in the upper left like 3.6

    I want 4.0 to look like 3.6 with large separate icons for last page, next page, reread current page and go to home page, in lieu of the little icons to the right of the
    default navigation toolbar. I tried setting up a separate toolbar but it never reappeared. There should be a way to just restore 3.6 look and feel. Otherwise I will go back to 3.6.

    You can make Firefox 4 look and behave more like Firefox 3.6, for details see http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6

  • Next,previous,last, and first record

    dear all masters
    plz help me my code dont work
    i used button when button pressed and code below
    First_Record;
    execute_query;
    last_record;
    execute_query;
    previous_record;
    execute_query;
    next_record;
    execute_query;
    but all wont work it wont goto the next, previous,last and first records.. master plz help me..
    micababe

    How do I navigate to the last_record after a query has fetched all my records. I jnow it existed the POST-FETCH trigger, but now how can I make this possible?
    My problem is simple. I am trying to navigate to the last record of a block after the query has fetched all the records.
    Thanks,
    Lucian

  • Firefox can't find the file at (a location is specified) when either "Navigate previous" (and next) buttons are pressed in an HTML5 skin (but OK in IE/Chrome).

    I create HTML5 help projects from a package called MadCap Flare. It uses what they call an HTML5 'skin' that sets the style/layout of the page and also includes 'Navigate previous' and 'Navigate next' buttons. When viewing the help and pressing these navigate buttons in IE8 or Chrome 32 there is no problem, but in Firefox 27 I get the following: (typical error for pressing a button on any page)
    "File not found"
    "Firefox can't find the file at /C:/SVN/FlareEnglishOnLineHelp/Output/HTML5_Help_Modeller_Reference/4attrib/idh_jointinterface_element_meshes.htm?TocPath=Modeller Reference Manual|Chapter 5 : Model Attributes|Meshing|_____2."
    " Check the file name for capitalisation or other typing errors."
    " Check to see if the file was moved, renamed or deleted."
    - Because the files and buttons work in other browsers I'm wondering just what is going on here with Firefox>>>>

    I should correct that last entry and state that the | charactacters are generated automatically in the Toc-Path for each 'book' name in the online help, and are not something manually created, whereas the : characters have come from the TOC book topic names (which were manually entered names and are what we would ideally require). But, because 'previous' and 'next' topics within nested TOC books without colon (:) characters CAN be browsed successfully when just | characters are present in the Toc-Path, the limitation would appear to be solely due to the : characters.

  • Now and Next details not correct

    Seems that my box updated a couple of weeks ago and since then the now and next function doesn't work properly.
    Often the display states "No Info" or displays the incorrect time and program for what is actually being shown on the channel.
    Anyone else experiencing issues?

    I've noticed that as well in the last few days. It is usually slow to complete the info when changing channel and sometimes displays info that is just plain wrong. I wonder if it's a fault with the 7.1.7 version of the software?
    I also noticed that a few times I had paused a live program and then left it paused until after the program ended. Pressing info then gave no info at all. The box had got confused and given up.   Not sure if it does that every time.

  • Current objectives and next yearu2019s objectives in one appraisal document

    I keep coming across the requirement for an employee to be able to record comments and scores for his/her current objectives and at the same time to document his/her objectives for the next year in the same appraisal document. The SAP standard process being to record last yearu2019s objectives and next years objectives in two separate documents.
    Has anyone else come across this requirement and if so how did you meet it?
    Is there a BAdI which will pull the u2018Performance Objectives for the next 12 monthsu2019 from the 2010 appraisal document into the 2011 appraisal document?
    Any suggestions would be much appreciated.

    Hi,
    Please check the following discussion:
    Re: Performance Appraisal-Copy the "Completed" Appraisal for next year
    Credits: SDN members
    Hope this helps.
    Donnie

  • In repetative area after 12 lines i want  uderline and next 24,36,48......

    i want  uderline and next 24,36,48......
    or
    *last line of the page* .under line will be apper
    plz tell me experts

    Do you want to display only 12 line only in a page ?
    If so then mark margin in End of report - Top margin in PLD.
    Also set number of lines to 12 in print preferences settings.
    Also ensure PLD paper format & printer paper format should be same.
    Jeyakanthan

  • My iPad mini retina display wifi 16 GB is showing blank white display and is like frozen. I can't shut it down or restart. It was working perfectly till 13/4/2015 night and next day morning it showing this problem.Please help........

    My iPad mini retina display wifi 16 GB is showing blank white display and is like frozen. I can't shut it down or restart. It was working perfectly till 13/4/2015 night and next day morning it showing this problem.There is no physical damage to my iPad and is in perfect good condition. I updated the latest OS 8.3 version 3 days before this issue happened. I took it to the apple authorised service centre but to my shock they told the display and unit has to be replaced which will cost me Rs.15000/-. It's just been one year and 7 days only since i bought my iPad,i.e, just 7 days out of warranty period only.I don't find any fault with the hardware neither no physical damage is there. Need help to sort out this issue.

    My iPad mini retina display wifi 16 GB is showing blank white display and is like frozen. I can't shut it down or restart. It was working perfectly till 13/4/2015 night and next day morning it showing this problem.There is no physical damage to my iPad and is in perfect good condition. I updated the latest OS 8.3 version 3 days before this issue happened. I took it to the apple authorised service centre but to my shock they told the display and unit has to be replaced which will cost me Rs.15000/-. It's just been one year and 7 days only since i bought my iPad,i.e, just 7 days out of warranty period only.I don't find any fault with the hardware neither no physical damage is there. Need help to sort out this issue.

  • My apple tv is not working, the only thing showing up on the screen is the apple box with a white usb cord connected to it under the hdmi plug in and next to it is an iTunes sign- how do i fix my apple tv?

    my apple tv is not working, the only thing showing up on the screen is the apple box with a white usb cord connected to it under the hdmi plug in and next to it is an iTunes sign- how do i fix my apple tv?

    Restore.

  • Just bought an iPhone 5s, as I turned on the phone it showed 71% of battery, I drained it to 15% and next charged it for 3 and a half hours to fully charged. Did I do any mistake ? Should have I let it to get discharged in order to fully charge it ?

    Just bought an iPhone 5s, as I turned on the phone it showed 71% of battery, I drained it to 15% and next charged it for 3 and a half hours to fully charge. Did I do any mistake ? Should have I let it to get discharged in order to fully charge it ? Somebody told me I should have let it discharged and then to fully charge, but I didn't do it, my iphone is working very well, the battery too but I'm worried if the battery lifespan is gonna get worsen soon if I didn't abide by the rules and procedures of battery charging.
    I had problems on my previous iPhone 4s, it died because I didn't replaced the battery with a new one because my battery never worked well and I never knew it , the battery used to overheat my iPhone and it caused to damage my processor completely to death. Who does the replacement of the iphone processor?  I need help how to maintain with the iphone battery. And also let me know if I did something wrong that I should get worried about or not ?!?!

    Apple does not fix the iPhone 4S, they replace the phone. If not covered by warranty, called an out of warranty exchange. Cost is US $199. Make an appointment at any Apple store.
    Be aware, Apple does not sell iPhone parts, thus there is no legitimate source for genuine parts.

  • How to fetch year till date value for earning for current ,last and year

    hi,
    how to fetch year till date value for earning for current ,last and year before that from payroll result
    plz reply soon,
    pratyush

    Dear Pratyush,
    Pick this from CRT.
    Use LDB PNPCE & Fire event GET PAYROLL &
    then you can pick from CRT.
    Hope this helps.
    Kindly reward in case useful.
    Regards & Thanks,
    Darshan Mulmule

  • Viewing ALL Open Work Items and Corresponding Approvers in System

    Is there a workflow report in ECC that displays ALL open work items in the system at any given time and their approvers that need to take action?

    Hi ,
    SWIA -  You can give a status of the workitem ( Ready , Inprocess ...........), workitem type (dialog....)
    in the selection criteria and also the time then you can find all the open workitems.
    And also you can check Header table SWWIHEAD it includes all the information related to workflows
    but this is a lenghty process need to process object type and need to refer so many attributes.
    best way is need to create one report make use of it.

  • Edge and Next are good for the corporations but are they good for the consumer?

    Ok so I have never paid full price upfront for a phone!  Ever since my first phone from VoiceStream I have opted for what ever phone was "free" because way back then (I blush as I type) I actually thought the phone was "free!!!" Ah, to be naive again!! But as we all know the phones never were nor will they ever be free. 
    However I say programs like Verizon's Edge and AT&T's Next are good for the corporation if they weren't they would not exist.  The first reason I say this is because Edge and Next allow the cellular service provider to easily recoup the entire cost of the phone in a clear way unlike with subsidized phones that muddy the profit water.  For example, the Verizon 64GB iPhone 5s retails for $849.99, currently with a two year contract you pay $399.99 for that 64GB iPhone 5s.  The EFT for that phone is $350 (minus $10 per month of post paid service).  If you on the 15th the day after you got your phone you paid the EFT but kept service you only paid $749.99 for that $849.99.  Sure you still pay for service but you can leave when ever and Verizon cannot say hey you owe us $100 more for you phone.  Its yours and they can't take it back and the only way Verizon will get that $100 back is though another customer  that subsidized a much lower cost phone that at the completion of that contract Verizon will  more than recoup the cost of that lower priced unit. To top that off you could turn around and sell the phone for $800 go back to Verizon or another provider buy a $450 phone and break even.  I'm not suggesting that people do that or that it may prove to be a big hassle for some that went through all the trouble.  Its just a point to show that subsidized phones make the profits less clear for the service provider to see at first glance.
    Second reason these programs are good for the corporation is they allow the service providers to get a better grasp on the true cost of maintaining their networks and providing us the consumer access to their networks.  Third reason it good for the corporation is the people that feel the need to upgrade every six months to a year are required to pay at least 50% of the retail cost of the phone at the same time they must surrender that device in exchange for the new device.  So the service provider then has the phone refurbished certified to be in "like new condition" and sell it again potentially making more than retail cost when the profits of both sales of the same handset are factored together. 
    That being said what will the impact of programs like Edge and Next have on cost of future cellular service plans and smartphones?  Over time will the service provider give us the best per line access fee (not likely but maybe)? Or will people upgrading their smartphones at faster intervals cause the cost of the smartphones to drop over time? What are your thoughts?

    Go to the link I provided and click on "Check upgrade eligibility"

  • No more "current and next month" list on left of iCal

    Since the upgrade to Lion, the current and next month list on the left is gone. When I want to reschedule an event, I used to look on the left to see the dates in the next month, or current month if in week view etc .... now it's not there. If I want to change a date, I have to look at another calendar on my wall to reschedule. Can this list be put back on the left?

    Mark,
    You may want to experiment using the "Year" view. There is a keyboard shortcut (⌘4) for accessing that view.
    Can this list be put back on the left?
    Let Apple know about your suggestion using Apple - iCal - Feedback.

Maybe you are looking for

  • SDK not work in Acrobat X

    I was using AcroAVDoc::FindText to find particular text and in Acrobat 9. The SDK work fine and will be scrolled and highlight the text. However, the same code not work in Acrobat X. Anywork have any idea how to make it work. Thanks. The code as belo

  • XI system getting

    All of our interfaces just stopped working and when we try and call it we are getting the following error in the SXMB_MONI: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Call Adapter   --> - <SAP:Error xmlns:SAP="http://sap.com/xi/

  • IReport and JRHtmlExporter : Problem in reloading images

    Hello I have created the report with IReport and exported to the HTML format. The problem is when i reload my webpage , in backend error is shown that "Cannot write to image files". Does that mean when i refresh the page stream is still writing the i

  • How can I get HTML source code of dynamic Web page ?

    Hi, I would like to write a program that can get HTML source code of some Web pages, but there are some dynamic Web pages that I can't do it with URL class. For example: http://www.europlex.ch/web/3schedule/showAll.jsp?context=schedule. Thank you ver

  • Google Earth 5, manageable?

    Hi all, I'm trying to install Google Earth 5.0 and it's a bit of a pig. It installs a "service" called "Keystone" which runs a daemon allowing Google to update their applications as they see fit (very dodgy practice obviously). Anyway, I need the sof