How to get latest Idoc no.

Hi,
I need to get the latest Idoc no created in the system.
I do understand that in production enviromnet an idoc can be generated every second. Please can anybody suggest me any way to get the latest idoc no.
<REMOVED BY MODERATOR>
Thanks.
Aafaque Husain.
Edited by: Alvaro Tejada Galindo on Feb 18, 2008 12:34 PM

Hi Mate,
             You can go to WE02 transaction and run the transaction for todays date. Then you can see all the Idocs generated for today including the latest one.
Regards.
Raghav

Similar Messages

  • How to get latest record on top of the result list

    Hi Gurus,
    How to get latest record on top of the result list when you open the record.
    saved data method in BT120H_CPL of OverView page and result list in ICCMP_INBOX.
    Regards,
    Ravi

    Hi
    Try sort descending by on fileld "changed at ".
    manipulate the sort depends on your requirement
    Regards
    Logu

  • How to get latest CPU patch information

    Hi Gurus,
    Good Morning.
    How to get latest CPU patch information for our EBS 11i system, how to get alerts when ever they released CPU patches.

    Check  the SAWWAN'S Excellent previous post regarding developer patches , this post will give you entire information about Developer patches.
    Re: how to find the developer version
    Re: Developer 6i patches
    Check this metalink notes , hope this helps.
    Note: 466890.1 - Script to find Apache, Java, Jinitiator, Forms version and JVM details for Oracle E-Business Suite 11i
    Note: 392793.1 - How to Obtain Oracle Forms Version in Oracle Applications 11i from Command Line
    Edited by: Amigo on Dec 22, 2010 9:20 AM
    Edited by: Amigo on Dec 22, 2010 9:21 AM
    Edited by: Amigo on Dec 22, 2010 9:26 AM

  • How to get inbound idoc in xi

    Hi experts,
    Please tell how to get idoc number in xi. scenario is third party-- xi-- ECC. file to idoc scenario.
    I have some mising PO in ECC side.
    Can you please tell the corresponding ioc number found in XI which is found in ECC.

    Hi,
    the IDoc no will be created in the ERP, not at PI. Therefore you cannot pick it up at PI.
    As Neethu recommended, copy instead the PI msg ID from details tab of control record and use it for msg selection at PI (SXMB_MONI)
    Regards,
    Udo

  • How to get latest date

    If there are two dates for a P O and i want to get latest date how to giv the condition in select stmt.kindly ctell me pls.from EKET table.

    Hi Sameer,
    Try using this code.
    IF NOT it_ekpo[] IS INITIAL.
      SELECT ebeln
             ebelp
             etenr
             eindt
             menge
             wemng
        FROM eket
        INTO TABLE it_eket
        FOR ALL ENTRIES IN it_ekpo
        WHERE ebeln EQ it_ekpo-ebeln
        AND   ebelp EQ it_ekpo-ebelp.
      IF sy-subrc EQ 0.
        SORT it_eket BY ebeln ASCENDING
                        ebelp ASCENDING
                        eindt DESCENDING.
        DELETE ADJACENT DUPLICATES FROM it_eket COMPARING ebeln
                                                          ebelp.
      ENDIF.
    ENDIF.

  • How to get latest added file from a folder using apple script

    Hi..
    I am trying to get a latest added file from a folder..and for this i have below script
    tell application "Finder"
        set latestFile to item 1 of (sort (get files of (path to downloads folder)) by creation date) as alias
        set fileName to latestFile's name
    end tell
    By using this i am not able to get latest file because for some files the creation date is some older date so is there any way to get latest file based on "Date Added" column of a folder.

    If you don't mind using GUI Scripting (you must enable access for assistive devices in the Accessibility System Preference pane), the following script should give you a reference to the last item added to any folder. Admittedly not the most elegant solution, but it works, at least under OS X 10.8.2.
    set theFolder to choose folder
    tell application "Finder"
        activate
        set theFolderWindow to container window of theFolder
        set alreadyOpen to exists theFolderWindow
        tell theFolderWindow
            open
            set theInitialView to current view
            set current view to icon view
        end tell
    end tell
    tell application "System Events" to tell process "Finder"
        -- Arrange by None:
        set theInitialArrangement to name of menu item 1 of menu 1 of menu item "Arrange By" of menu 1 of menu bar item "View" of menu bar 1 whose value of attribute "AXMenuItemMarkChar" is "✓"
        keystroke "0" using {control down, command down}
        -- Sort by Date Added:
        set theInitialSortingOrder to name of menu item 1 of menu 1 of menu item "Sort By" of menu 1 of menu bar item "View" of menu bar 1 whose value of attribute "AXMenuItemMarkChar" is "✓"
        keystroke "4" using {control down, option down, command down}
        -- Get the name of the last item:
        set theItemName to name of image 1 of UI element 1 of last scroll area of splitter group 1 of (window 1 whose subrole is "AXStandardWindow")
        -- Restore the initial settings:
        click menu item theInitialSortingOrder of menu 1 of menu item "Sort By" of menu 1 of menu bar item "View" of menu bar 1
        click menu item theInitialArrangement of menu 1 of menu item "Arrange By" of menu 1 of menu bar item "View" of menu bar 1
    end tell
    tell application "Finder"
        set current view of theFolderWindow to theInitialView -- restore the initial view
        if not alreadyOpen then close theFolderWindow
        set theLastItem to item theItemName of theFolder
    end tell
    theLastItem
    Message was edited by: Pierre L.

  • How to get latest instance using BO Enerprise SDK?

    Post Author: sureshpolishetty
    CA Forum: .NET
    How to get the lastest instance of a report stored in crystal enterprise server (XIR2) using BO Enterprise sdk and .NET?.
    Can anybody help me with the query(using CI_INFOOBJECTS table)?
    Thanks

    Post Author: Argan
    CA Forum: .NET
    Select SI_LAST_SUCCESSFUL_INSTANCE_ID from ci_infoobjects where si_name = 'Charting'
    Jason

  • How to get the IDOC name attached with message type (IDoc at receiver end)

    Hello Friends,
    I have configured the Order Confirmation Idoc.And the port used is XML_HTTP. in this port generally the idocs are sent to a java servlet.
    So there the idocs are being created with name  :- Idoc_no.XML
    but i need to get the IDoc name prefixed or attached with the message type name, that the particular idoc uses.
    waiting for your replies .
    thanks,
    jeevan

    Hi Jeevan,
    I am sorry for the confusion, the solution i provided is used when we go for XML FILe port. But when we go for XML HTTP port, this option is not available in SAP. So we need to check with the target system, whether there is any option available to read the file contents before saving , so that we can save the idoc with the required file name .
    With my knowledge i assume why this option is not there for XML HTTP port is when we use XML HTTP port the idoc will be converted into XML and will be transported over HTTP protocol to an remote system which may be any type like XI, Java Servlet, Business connector, .Net etc. So in that case all the systems may not support the file name what we propose from the SAP. This is my assumption.
    Please go through the help provided by SAP for XML Port types
    http://help.sap.com/saphelp_nw04/helpdata/en/21/e9c975eb1911d6b2ea00508b6b8a93/frameset.htm
    Please check with the Java guys who are working at the target end, whehter they may help you to resolve.
    Thanks & Regards
    Vijayanand Poreddy

  • How to get latest condition cost at GR for a material

    Hi SDN's,
    At the time of GR creation in MIGO, I need to get the latest additive price for the material instead of Purchase Order creation date additive price.
    Example: PO creation on 01June2008
    PO number : 01234
    Addtive cost(condition record) : 2$
    GR is creating on today (23 July2008)
    PO number : 01234
    Addtive cost(condition record) : 3$
    So system should consider latest additive cost 3$(GR creating date) now it is taking the PO creation date additive cost 2$.
    How to achieve this???
    Thanks in advance..
    Regards,
    Rahul

    in that case u have to get the document amt of that accouting Document of PO invoice.
    how --->
    get the IR number from EKBE
    CALL FUNCTION 'FI_DOCUMENT_RECORD'
        EXPORTING
          I_AWTYP            =  'RMRP'
          I_AWREF            =  W_AWREF1----->IR of Po
          I_AWORG            =  W_GJAHR1----->year
        I_AWSYS            = ' '
        I_AWTYP_INCL       = ' '
        I_AWTYP_EXCL       = ' '
        I_BUKRS            = ' '
        TABLES
          T_DOCUMENTS        = T_DOC.--->here u get the accouting document number.
    Regards
    Prabhu

  • How to get an idoc?

    Hi gurus:
        When i change a record in R/3,how can i get the record's idoc?
    alex zhang

    hi
    U can use Change pointers:
    <b> ALE Change Pointers</b>
    Applications which write change documents will also try to write change pointers for ALE
    operations. These are log entries to remember all modified data records relevant for ALE.
    Most applications write change documents. These are primarily log entries in the
    tables CDHDR and CDPOS.
    Change documents remember the modified fields made to the database by an
    application. They also remember the user name and the time when the modification
    took place.
    The decision whether a field modification is relevant for a change document is
    triggered by a flag of the modified field’s data element. You can set the flag with
    SE11 by modifying the data element.
    For the purpose of distributing data via ALE to other systems, you may want to
    choose other fields, which shall be regarded relevant for triggering a distribution.
    Therefore R/3 introduced the concept of change pointers, which are nothing else
    than a second log file specially designed for writing the change pointers which are
    meant to trigger IDoc distribution via ALE.
    So the change pointers will remember the key of the document every time when a
    relevant field has changed.
    Change pointers are then evaluated by an ABAP which calls the IDoc creation, for
    every modified document found in the change pointers.
    The Change pointers are written from the routine CHANGEDOCUMENT_CLOSE
    when saving the generated change document. So change pointers are automatically
    written when a relevant document changes.
    The following function is called from within CHANGEDOCUMENT_CLOSE in
    order to write the change pointers.
    <b>CALL FUNCTION 'CHANGE_POINTERS_CREATE'</b>
    EXPORTING
    change_document_header = cdhdr
    TABLES
    change_document_position = ins_cdpos.
    Change pointers are log entries to table BDCP which are written every time a transaction
    modifies certain fields. The change pointers are designed for ALE distribution and written by
    the function CHANGE_DOCUMENT_CLOSE.
    Change pointers are written for use with ALE. There are ABAPs like RBDMIDOC
    which can read the change pointers and trigger an IDoc for ALE distribution.
    The change pointers are mainly the same as change documents. They however can
    be set up differently, so fields which trigger change documents are not necessarily
    the same that cause change pointers to be written.
    In order to work with change pointers there are two steps to be performed
    • Turn on change pointer update generally
    • Decide which message types shall be included for change pointer update
    R3 allows to activate or deactivate the change pointer update. For this purpose it
    maintains a table TBDA1. The decision whether the change pointer update is active
    is done with a
    <b>Function Ale_Component_Check</b>
    Currently (release 40B) this check does nothing else than to check, if this table has
    an entry or not. If there is an entry in TBDA1, the ALE change pointers are generally
    active. If this table is empty, change pointers are turned off for everybody and
    everything, regardless of the other settings.
    The two points read like you had the choice between turning it on generally or
    selectively. This is not the case: you always turn them on selectively. The switch to
    turn on generally is meant to activate or deactivate the whole mechanism.
    The change pointers which have not been processed yet, can be read with a function
    module.
    <b>Call Function 'CHANGE_POINTERS_READ'</b>
    The ABAP RBDMIDOC will process all open change pointers and distribute the
    matching IDocs.
    <b>Dispatching ALE IDocs for Change Pointers</b>
    Change pointers must be processed by an ABAP, e.g. RBDMIDOC.
    The actual distribution of documents from change pointers must be done by an
    ABAP, which reads the change pointers and processes them. The standard ABAP
    for that is RBDMIDOC. For recurring execution it can be submitted in a scheduled
    job using SM35 .
    <b>Reward points for helpful ans.</b>
    Regards
    Aarti

  • How to get Latest Status of Bid invitation

    Hi Experts,
    I am new in SRM.
    I need some class method or Fuction Module , which can give latest status of Bid invitation no.
    Thanks & Regards
    Prashant Gupta

    I'd give you some algorithms which I'd use to go about it:
    1. use bbp_pd_bid_getdetail to get the status table for your bid invitation
    2. loop through the status table and catch the leading status with the following priority (not necessarily a complete list)
      - deleted (transaction completed)
      - published
      - awaiting approval
      - held

  • How to get latest flash player version from javascript code

    Hello,
    I want to know the latest flash player version number programmatically to compare with currently installed flash player version.
    I have requirement in which i need to show message to user when installed flash player version < latest flash player version.
    there is no API offlash player available which we can call to get the latest flash player version.
    We tried to do webscrapping of adobe site which prints version number but we need to do this from javascript.
    Is there any way through which we can come to know wether our installed flash player version is older than latest flash player released version?
    Please help..
    Thanks
    Dhwani

    It's in the Global Settings Manager in the Control Panel (Windows) or System Preferences (Mac), but I'm unaware of a javascript you can create to do this independent of a Flash container.
    The best you can do would be to create a web page with the expressInstall.swf and swfobject_modified.js added to a Flash container in the page. While that won't give a detailed (installed vs new) indication, it WILL prompt for an update if the current version is higher than the installed version.
    You'd then have to add the webpage to startup items, so the end user would see it on login.

  • How to get Alert IDOC fails in WE02?

    Hi all,
    Iam working FILE-XI-IDOC senario were client need to trigger an alert or any message if IDOC fails to post the data.
    Manually we have to go and check in WE02,but with out looking there client want to know the error.Is it possible? if yes then how?
    Regards,
    Phani

    Hi Phani
    Normally you should set up the CCMS Monitoring on the receiving SAP Backend.
    Find more information under
    http://help.sap.com/saphelp_nw04/helpdata/en/90/c4b523c4c411d2a5ee0060087832f8/frameset.htm
    Here you should also find possibilities to set up a mail in case of errors.
    Regards Oliver

  • How to get Latest file from a Folder

    Hi,
          I would like to access latest file in a folder based upon time stamp in the file properties. Can anybody help me in this regard.
    Regards,
    Visuman 

    Hey,
    I hope this solves your problem.
    If you have any questions, just ask them
    Greetz, Bart
    P.S. the solution is in the attachment
    Attachments:
    file.jpg ‏91 KB

  • How to get latest version of FCPX?

    My FCPX screen shows 10.0.5 but when I go to Download Additional Content, it  checks for updates, then tells me my software is up to date. Isn't 10.0.7 the current version?

    Make sure you go to the "Mac App Store", not the "iTunes App Store".
    It is an application that you launch from the Apple menu. Then click on "Updates" and all your purchased apps that have updates available are listed there.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

Maybe you are looking for