Approval History (Workflow History) for a particular version of the PO

Hello Everyone,
We are using SRM 5.0 with ECS.
We need the Approval History (Workflow History) for a particular version of the Purchase Order.
Is there a way to get that?
Any FM or table which can give the Approval History for a PO?
Regards,
Khushbu.

LOGIKNR is assigned to only currently installed devices (see entries in EGERH, you will understand). So if you are looking at a record in EGERH and if the field BIS is in future, that is the record that will have the LOGIKNR. All the older records will not have that link. A device is always an equipment and LOGIKNR is always assigned to only installed devices. All other devices do not get that number. Only when you install a device, you will have information like device install date, device location etc. So it is relevant in the other case where device location was also needed.

Similar Messages

  • [svn] 1011: Change for supporting newer version of the concurrent library.

    Revision: 1011
    Author: [email protected]
    Date: 2008-03-28 16:42:52 -0700 (Fri, 28 Mar 2008)
    Log Message:
    Change for supporting newer version of the concurrent library. When you remove, you need to
    provide the return value from the schedule method, not the arg you passed in. The api is
    a litte awkward in this regard in that the return value is not a Runnable but the remove
    method expects a Runnable so this code is a little defensive to be sure no one is using
    a version of the code where the return value is not a runnable.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/util/TimeoutManager.java

    ...It was so bad my English?

  • Maintaing a default value for a particular field in the selection screen

    Hi all,
    How to maintain a default value for a particular field in the Selection Screen of a Standard report
    Regards
    Ajay

    >
    ajay babu wrote:
    > Hi all,
    >
    > How to maintain a default value for a particular field in the Selection Screen of a Standard report
    >
    > Regards
    > Ajay
    Create a variant for your standard program and assign this variant to the field 'Start with variant' while creating transaction code for the standard program in the transaction 'SE93'.
    Regards
    Rajesh.

  • To Get the earlier records in a table for a particular id neglecting the newer ones

    Hi All,
    I need to get the older records for a particular id rejecting the newer ones..My Scenarios is as follows..
    ID      Result           Date
    1        Pass             2015-01-01
    1        Fail                2015-03-05
    2       Pass                2014-06-07
    2       Fail                  2015-02-02
    My Output will be 
    ID        Result              Date
    1          Pass                2015-01-01
    2          Pass                 2014-06-07
    How can i achieve this....Thanks in advance

    Please follow the basic Netiquette of all SQL forums for the past 35+ years on the Internet. Post DDL that follows ISO-11179 rules for data element names. You have no idea; you do not even know that DATE is a reserved word in SQL! Use industry standard
    encodings (ISBN, UPC, GTIN, etc) and avoid needless dialect. Give clear specifications. Give sample data. Web need to see the keys and constraints, the DRI, etc.  80-95% of the work in SQL is in the DDL. 
    If you do not know that rows are not records, fields are not columns and tables are not files, then you should not be posting. If your tables have no keys, you should not be posting. If you have not tried any DML yourself, you should not be posting. 
    >> I need to get the older records [sic] for a particular product_id, rejecting the newer ones..My Scenarios is as follows.. <<
    Now we have to do all your typing because of your bad manners. Thanks a lot. Here is a repair job. 
    CREATE TABLE Inspections 
    (product_id CHAR(5) NOT NULL,
     inspection_date DATE NOT NULL
    PRIMARY KEY (product_id, inspection_date),
     inspection_result CHAR(4) NOT NULL
     CHECK (inspection_result IN ('pass', 'fail'))
    INSERT INTO Inspections 
    VALUES
    ('prod1', '2015-01-01', 'pass'),
    ('prod1', '2015-03-05', 'fail'),
    ('prod2', '2014-06-07', 'pass')
    ('prod2', '2015-02-02', 'fail'); 
    Here is one way to do this: 
    WITH X(product_id, inspection_date, inspection_result, first_inspection_date)
    AS 
    (SELECT product_id, inspection_date, inspection_result,
            MIN(inspection_date) OVER (PARTITION BY product_id) 
       FROM Inspections)
    SELECT product_id, inspection_date, inspection_result
     FROM X 
    WHERE first_inspection_date = inspection_date;
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Code for reading particular  fields from the file placed in application

    hi,
    code for reading particular  fields from the file placed in application server in to the internal table.

    Hi,
    Use the GUI_UPLOAD FM to upload the File into ur Internal Table.
    DATA : FILE_TABLE TYPE FILE_TABLE OCCURS 0,
             fwa TYPE FILE_TABLE,
             FILENAME TYPE STRING,
             RC TYPE I.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
      EXPORTING
        WINDOW_TITLE            = 'Open File'
       DEFAULT_EXTENSION       =
       DEFAULT_FILENAME        =
       FILE_FILTER             =
       INITIAL_DIRECTORY       =
       MULTISELECTION          =
       WITH_ENCODING           =
      CHANGING
        FILE_TABLE              = FILE_TABLE
        RC                      = RC
       USER_ACTION             =
       FILE_ENCODING           =
      EXCEPTIONS
        FILE_OPEN_DIALOG_FAILED = 1
        CNTL_ERROR              = 2
        ERROR_NO_GUI            = 3
        NOT_SUPPORTED_BY_GUI    = 4
        others                  = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    READ TABLE FILE_TABLE INDEX 1 into fwa.
    FILENAME = fwa-FILENAME.
        CALL FUNCTION 'GUI_UPLOAD'
             EXPORTING
                  filename                = filename
                  FILETYPE                = 'DAT'
           IMPORTING
                FILELENGTH              =
             TABLES
                  data_tab                = itab
             EXCEPTIONS
                  file_open_error         = 1
                  file_read_error         = 2
                  no_batch                = 3
                  gui_refuse_filetransfer = 4
                  invalid_type            = 5
                  OTHERS                  = 6 .
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards,
    Balakumar.G
    Reward Points if helpful.

  • Display Excahnge rate for that particular day in the reports

    Hello friends,
    I have a requirement from the business users to display the exchange rate being used to convert USD to JPY for that particular day in the reports. Is this possible. Please give me the steps to make this solution.
    Appreciate a lot
    --Thanks
    Simmi

    Hi,
    What will be the source of such exchange rates in your scenario? If you want to take it from the standard tables in SAP, you can load the data from such tables to the master and then can create the report on master.
    On the other hand, if you want to take it from internet, you can get the data into BI from Internet using RDA (Real Time Data Acquisition) (which can be implemented in 2004s only).
    I think first option would be simpler to implement.
    Regards,
    Yogesh

  • BBM Chat History stopped saving for a particular contact - Help!!!

    Somebody please help me, for some reason the chat history for ONE contact ONLY has stopped saving the chat history since 26th March 2012 but I have done nothing??? If I search a word in a chat since then, it comes up but says 26th March but it wasnt it was yesterday?  Any ideas anyone?
    Thanks

    Hey Lettybetty68,
    Welcome to the BlackBerry® Support Community Forums.
    To resolve this issue with your BlackBerry® Messenger chat history for this contact, try deleting the contact and then re-add the contact and test with new messages.
    I hope this helps.
    Thanks.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Why the Wi-Fi signal on my i-Pod Touch 2nd generation fluctuates? I have uopaded it to the newest version of OS for that particular model and the signal meter shows fluctuation all the way down to one dot. With the older OS (2.2.1) I didn't have any issue

    I have replaced my router from Verizon "Westel 8500" to Apple Air Extreme. Also changed my network provider from Frontier DSL to Comcast (TV Cable) and the issue with fluctuation seams to get a little worst than before. Currently I'm running the newest OS allowed for that particular model. With the older version (2.2.1) I did not have any Wi- Fi fluctuation. My connection is not dropping just the signal, according to the Wi-Fi meter is getting weaker. Please help.

    Could you post the output of these commands here?
    Step 1:
    Command 1: ( In Terminal)
    '/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport --scan'
    Paste the results here.
    Step 2:
    Now Open console->system.log. Clear the display and Insert Marker.
    Command 2: ( In Terminal)
    'sudo /usr/libexec/airportd -d '
    Now reproduce the wireless issue you see and monitor the system log in Console.
    Wait for a few minutes so you see this issue happening.
    Then, Turn AirPort off and on a couple times to see if this issue still happens.
    Copy paste the system.log here.
    Step 3:
    Next, when you see this issue happening, hold the option key down and click on the AirPort menu icon and get the RSSI and Transmit rate details and post them here.
    Misc things to check:
    Make sure your AP settings are good. Stick to standard 11g/11a modes and disable any enhanced modes if your Access Point supports it.
    Real Player check- Do you by any chance have Real Player running ? It installs a Download Agent in your Login Items and that is known to create havoc. Try uninstalling this app. if you have it. Also make sure there is no instance of Real Player here -- System Prefereces-Accounts- Login Items.

  • When I do a search for a particular song in the iTunes store, how can I change the view for the results?

    I have the latest version of iTunes.  Today I did a search for a particular song.  In the past, I used to get a list of the song and the various artists who recorded it, and I could click the little arrow and play a preview of that song before I decided to buy it.  Today the results didn't display that way - instead, I got a page with probably 50 or 100 songs all spread out across the page, and the "writing" was all overlayed so you couldn't quite tell what you're supposed to see!  I want to go back to the "list" view but couldn't find anywhere to change the view preference.  Any idea how?

    Do a malware check with some malware scan programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Next Generation Java Plug-in 1.6.0_16 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Count no. of records for a particular customer in the query?

    Hi,
    1)Can anybody guide as to how do we count the number of records for a particular customer. E.g.
    C1 has placed 2 orders
    C2 has placed 4 orders
    C3 has placed 5 orders
    so in all the ODS has 11 records. Now while designing the query we need to ensure that we show only the Customers who have placed more than 3 orders. What could be logic to solve this kind of a problem?
    2) Is there a way that we can access the structure and data of the ODS in ABAP code say one of the includes in a user exit?
    The requirement says there could be N number of cases opened and closed in one month. Now we need to calculate the average number of days taken to close a case? Any ideas on the possible solution.
    Thanks
    RB

    Hi Rajat,
      Take a calculated key figure rename it as Count , go to the properties of that calculated key figure on the left hand side not at the columns side in the properties click on the button Enhance which is shown in the down left side, in the exception aggregation part select "count all values <>0" , take the reference character as customer Id . Now go to the Customer character which is in rows go to properties and select  "Normalise to" combo box  in that select "Query result" now u will get the exact result which ur looking for .

  • Comment for a particular cell in the report using WAD

    Can some one help me how to write the comment for a particular cell using WAD which will be published on to the portal

    Hi Pavan,
    In order to modify particular cells in WAD you would need to use the table interface. Refer to this document:
    https://websmp104.sap-ag.de/~sapdownload/011000358700000305572005E/HowToTableInterface.pdf
    Hope it helps,
    Regards,
    Nikhil

  • Re: Setting up free goods for a particular amount in the order.

    Hello,
    I have a scenario which I am trying to setup.
    If total amount of the order exceeds $x amount, customer gets a specified free item when promotion code is entered.
    For Promotion code we have a Field setup and we are using for normal pricing.
    Can anyone suggest!
    Thank you!
    Edited by: Das516 on Feb 3, 2012 8:59 PM

    Develop a routine in t.code VOFM ->requirements->free goods to check the order value. Then assign this routine in the requirements column for each condition type in the free goods determination procedure in t.code V/N5. In V/N5, if already any other routine is assigned, then copy it, rename to new number and add additional coding coding in VOFM. Then assign the new routine number in V/N5.
    Regards,

  • New idea for a future version of the pc suite

    I'm sure this must of been thought of but as I've never had any sort of mp3 player i don't know.
    anyway, i know the PC suite can download content from the phone to a PC and sync automatically ect... but how about giving the PC suite the ability to automatically upload content to the phone when new content is found in a specific folder on the PC. where this would come in handy would be for us folks who download pod casts on a weekly basis, if the pod casts were placed into a folder on the PC and then when the phone connected to the PC the pod cast could be uploaded automatically for listening to at a later date on the phone?
    i suppose someone is now going to tell me this is exactly what happens with an ipod?
    Nexu 5

    not really, in itunes you can set an auto sync for everything but not one folder. but being a sync that would still pick up your new podcasts (wouldnt be to slow if you are not using a full 60gb for instance)
    you can do the same with windows media player 10, so maybe there is no need to do this for pc suite?

  • Hi i just bought Adobe Photoshop Elements 13 today and everytime i enter my redemption code i get this oops message and i tried the customer care online i haven't gotten a answer yet,and with no  customer service phone number for this particular version I

    My redemption code comes up with this oops message and it tells me my code is invalid I don't know how I paid 100$ for it today brand new! I  am so frustrated please help anyone with any information that could help

    You need to contact Adobe directly using the link below - only they can deal with redemption codes and serial numbers. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Elements
    2. Adobe ID, and signing-in
    3. Click on the blue button: Still need help? Contact us – then click the area marked chat 24/7, then click “start chat ”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. Have your paperwork available. The agent can directly troubleshoot your system if you agree to activate the Adobe Connect add-on.
    Click here to get help now Contact Customer Care

  • How do you set up iTC for two Different versions of the same app?

    I have been reading the iTC Developer Guide searching for the answer to this question, but so far I have found nothing that would help.  I plan on having a Lite and a Pro version of my app, and I may also have an iPad version as well.
    I have seen some iPhone icons which differentiate these app by using a slightly different icon for the Lite and Pro versions, but how these are submitted to the app store is what I would like to know.  And, for the sake of clarity, they will be priced differently as well.
    Thanks!

    Have you read the app store guidelines yet?
    App Store Review Guidelines:
    http://developer.apple.com/appstore/resources/approval/guidelines.html
    Don't go on what you've seen in the store - for every example you spot, there are hundreds that didn't make it in.
    As well, Apple is tightening up on reviews, etc.
    Loads of discussion on this in the iOS Dev Forums, BTW

Maybe you are looking for

  • MacBook Pro virus protection

    Is there a free virus/spyware program I can get/use with a MacBook Pro?

  • Ipod Classic 80 gb

    When the battery finally dies on my favorite iPod, will it be replacable? thanks if you know

  • Line wrapping - JTextPane

    Hi, Does anyone know how to disable line wrapping in a JTextPane? Thanks, Michael

  • Problem on forum's post

    when i post a message that contains an accent, like the letter n in spanish, safari ignores the letters that come after it Anyone got this problem and anyone knows a solution to this??

  • Illegal Input exception in lookup Api

    Hi all, We have a custom scheduled task to populate the lookup values. The task was working fine. But as per my observation whenever we are getting any values need to go in decode contains *<,>,--* like values "*dummy <ch>*","*the org -- organization