Retrieving latest changed date UDATE for Vendor.

Hi All,
I have a requirement to retrieve latest changed date UDATE field from CDHDR table based on company code wise??.
As the vendor can be same for different company codes, I need to retrieve the company code wise latest changed date of vendor.
Hope am clear.
Currently am doing this 
SELECT objectclas objectid tcode udate
    FROM cdhdr INTO  CORRESPONDING FIELDS OF TABLE it_cdhdr
    FOR ALL ENTRIES IN it_lfa2
    WHERE objectclas = 'KRED' AND
          objectid   = it_lfa2-objectid
    AND   change_ind = 'U'.
SORT it_cdhdr BY objectid udate  DESCENDING.
Its giving me the latest changed date. But I need latest changed date -company code wise?
Any help is highly appreciated.
Thanks & regards
Himayat.

Hi,
Use function module CHANGEDOCUMENT_READ to get the details of CDHDR as well as CDPOS data. Records of table CDPOS where TABNAME = 'LFB1' will have the details related to changes in company-specific data.  Structure EDITPOS of above function module will give you detail information.
Regards
Vinod

Similar Messages

  • I'm trying to retrieve or change my password for an OLD itunes account. I know longer have access to the email in question and Apple refuses to acknowledge my birthdate. What to do?

    I'm trying to retrieve or change my password for an OLD iTunes account. I no longer have access to the email account in question. Apple will not accept my birthdate. What to do?

    send an e-mail to the iTS customer service using this form, describe your problem and ask the folks there to help you sort it out.
    JGG

  • How to change date format for prentation variable in Formula

    Hi experts.._
    I need to change date format for presentation variable in formula..
    my dashbord date prompt format: mm/dd/yyyy(i have created one presentation variable for this prompt: pv_date)
    now i need to show it as : month-dd-yyyy
    Thanks in advance
    Regards
    Frnds

    Hi Kishor...Thanks for reply...
    But i need to change my precentation variable date formt...
    i need to write one text like: 'Year to dd/month/yy' in one column formula..
    So how can i achieve it..

  • SQL Server 2012 Change Data Capture for Oracle by Attunity support for Oracle 12

    I would like to know if there are any plans for SQL Server 2012 Change Data Capture for Oracle by Attunity to support versions of Oracle 12 and if by when.

    I have asked from the author of
    http://blogs.msdn.com/b/mattm/archive/2012/03/26/cdc-for-oracle-in-sql-server-2012.aspx about this.
    I will either ask him to answer here or I would be a messenger.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Finding the Generic data source for vendor master.

    Hi,
    I am trying to find the generic data source for 0VENDOR Infoobject on R3. But I am not able to find the exact match. Can any one help me? I just started on BW!!.
    Thank you

    Hi Tippireddy,
        you want to extract the vendor information through the business content then go through the following navigation...
      T.code RSA5 -> MM-IO (Master data Materials Management in general) -> 0VENDOR_ATTR or 0VENDOR_LKLS_HIER or 0VENDOR_TEXT these three are the standard data source for vendor.
    Regards,
    PRK

  • Can any one tell me where do we have to change the Language for Vendor curr

    Hello
    Can any one tell me where do we have to change the Language for Vendor currerncy?
    Is it in the vendor master record or in the Currency settings.
    Please tell me the path or Tcode for it.
    Best Regards,
    Sairam.

    hi sai
    do you want to change the currency or langauge ?

  • F110 Date formats for Vendors

    Hi friends,
    I am running payment run and system when generates checks, it creates checks with european format (DD.MM.YYYY)for vendors of china, UK but for US vendors its in US format(MM/DD/YYYY)
    Is there a way in SAP we can make it similar for all vendors.
    Because we pay them from US banks and client want all checks to be generated in US format only.
    Thanks
    Mil

    Hello Mil,
    I suppose this should help.
    Try changing the country global parameters
    In order to get there. SPRO > General Settings > select the country that you need to change to US standards. Say for instance china (Double click)
    It would take you to Country Global Parameters.
    Here under Date format which appears on the bottom-left corner choose MM-DD-YYYY instead of the default.
    Hope this would resolve your issue.
    Please allocate points if rendered useful.
    Thanks
    Raj

  • Invoice-wie Due Date List for Vendors

    Hi,
    Please inform me, if there is an report for vendor informing exact the Due Date for each Invoice Drawn for that Vendor
    Regards
    Ashwin

    Use Transaction Code FBL1N & EXECUTE,  then  you go for
    change layout button,
    select "Net due date" field & activate(means get the field  from right side to left side).
    System will give the due date each invoice wise.
    chandra

  • Re: change account group for vendor

    hi expert,
    i done the same which you mention in earlier form. i manage to change the account group for vendor master.
    now there is an another thing came out that is for normal vendor i able to change the account group but there is another vendor which is one time vendor means for vendor i am going to from normal vendor account group to one time account selected account group so in this case when i am changing the group in xk07 the system is saying a following message.
    new account group xxx is one-time group: change not permitted.
    message no.F2692
    so if anybody face the same problem give me your inputs.
    thanks in advance,
    kk.

    Hi KK,
    For normal vendors, you cannot change the account group to 'One time vendor' group. The one time vendor group will have most of its felds suppressed in the master data. You have to enter the Name, address etc. only at the time of invoice posting.
    But your normal vendor will have the name and address details in the master data itself. So, there will be inconsistency in the field status of the normal vendor account and the one time vendor account.
    Hence, the system may not allow you to change the vendor group.
    Regards,
    Mike

  • How to get the latest Change date and time of a M.O. from View VIAUFKST

    Hi All,
    I want to get the latest date and time of a M.O. from view
    VIAUFKST. I have written the query like this...
      SELECT AUFNR
             AEDAT  " Changed Date
             AEZEIT " Changed Time
        FROM VIAUFKST
        INTO TABLE I_VIAUFKST
       WHERE AEDAT >= W_LASTRUN_DATE
       ORDER BY AEDAT DESCENDING.
    but its not giving me right results... Pls help me out on this or suggest me the right approach to achieve the same...As this is very critical issue...
    Advance Thanks and Points Gauranteed...
    Suresh

    > SELECT AUFNR
    >          AEDAT
    >          AEZEIT
    >     FROM VIAUFKST
    >     INTO TABLE I_VIAUFKST
    >    WHERE AEDAT >= W_LASTRUN_DATE.  
    >
    >   IF NOT I_VIAUFKST[] IS INITIAL.
    >    SORT I_VIAUFKST BY AEDAT AEZEIT DESCENDING.
    >    READ TABLE I_VIAUFKST INDEX 1.
    >   ENDIF.
    >
    > The above statement is giving me different results...
    > such as...
    >
    >  1. 30/11/2005 19:20:11
    >  2. 29/11/2005 22:10:09
    >  3. 30/11/2005 20:56:09
    >  4. 28/11/2005 23:10:09
    >
    > by using the above SORT statement i am getting the
    > fourth record as the latest, where as it should give
    > me the third record....
    >
    > Please advise,
    > Suresh.
    Hi Suresh,
    The reason why you are getting this result is because the system is interpreting the DESCENDING only for AEZEIT not for both. Change it to
    SORT I_VIAUFKST BY AEDAT DESCENDING AEZEIT DESCENDING

  • Change log table for Vendor Bidder information?

    Hi,
    In BBPMAININT transaction we have BIDDER DATA tab.
    If we change any Classification data in BIDDER DATA  tab for the Vendor in which table it updates the change log information?
    I checked in  BBP_SUPP_MONI table this table updates only when we change any Company data information for the vendor not Bidder tab.
    can any one help me?
    Thanks.

    Hi
    There is no standard report.
    But you can check in CDHDR & CDPOS tables for change log.
    Object Class= BUPA_BBP0020
    Tabname=BBPM_BUT_FRG0021
    Best regards
    Ramki

  • New Date field for Vendor Invoices

    The business would like the ability to enter an additional date (date invoice is received by AP) for vendor invoices.  There doesn't seem to be any additional date fields available in the BSEG/BKPF tables.  We want the field available in the TCodes where vendor invoices are entered or parked (FB60, FB65, FV60, FV65, MIRO) We are on ECC 6.0.  Can anyone help answer the following questions:
    Are there fields available for this that I am not aware of
    Have others added new custom fields to any of the above TCodes?
    If it is possible, is the field created in a custom table?  Would we need to create new custom TCodes for the 5 programs used to enter invoices?
    Any details or suggestions would be greatly appreciated.
    Thank you
    Cindy C

    Hi Cynthia
    You can use the Header text fields (XREF or XBLNR) to capture this info
    You can make use of the XREF1 to 3 fields in vendor line item as well to capture this info. Make these fields mandatory in the field status group or use a validation in GGB0
    Another option is you can add a custom field to BKPF table and it will be visible to you in all the transactions you need
    Br. Ajay M

  • Data upload for vendor balances using BDC

    hi abap experts,
    I have a requirement on data uploading using BDC.
    For the vendor balances ie. for transaction FBL1N  ( I was given a template for vendor balance upload and need to write a BDC program for that ) I need upload the exsisting transaction data to the system. is recording necessary for this?
    can u pls help me with step by step process for vendor balance uploading.
    Thanks,
    Hema.

    Hi
    Please follow the following Steps:
    Steps for recording:
    Step1: Goto TCODE SHDB
    Step2: Click on New Recording
    Step3: Give the necessary Details such as TOCDE, Desc, ...
    Step4: Do the screen by screen recording.(Please avoid extra screen to appear)
    Step5: Save the recording.
    Step6. Select the recording and click on Program button on toolbar.
    Step7: Give the Program name and click on radio button Transfer from recording.
    Step 8: It will open a new session with SE38 and a program with the recoding.
    Step 9: then just add the basic code for BDC.
    Regards,
    Lokesh

  • Full data load for vendor line items 0FI_GL_4

    Hi Experts,
    i need to delete the data from the vendor line items cube and load all the historic data from r/3 production, so how do i proceed, i am assuming that there is no setup table concept for this since its FI, so how do i do this and what are the steps that needs to be done on r/3 side as well as BW?
    Thanks,
    shetty.

    Its pretty simple in FI. There are no setup tables like LO extraction.
    1. Double click ont he cube in BW and delete all the requests. make sure all of them are deleted. (or) you can right click on the cube and say "delete data".
    2. As youa re working on production make sure ur requests and data are completely deleted. Check twice
    3. Activate your master data.
    4. replicate datasources and activate transfer structure in BW
    5. Load data from BW
                  I would think twice to delete data from a cube particularly in production. I don't know your situation but if I were u, I would create another cube copying the cube and then load all the R/3 data into the new one.
    Good luck.

  • Using Frame API for C, Need to change Data size for a TX Object

    I need to Transmit different messages to the same ArbitrationID address. The Transmited messages have variable lengths. Can I call ncConfig on an object to change the NC_ATTR_CAN_DATA_LENGTH even after the call to ncOpenObject. Or do I have to Close the object and reopen it after the call to ncConfig?
    Thanks!

    Hello Genesis,
    your second assumption is right. You do have to close, reconfigure and reopen the object in order to change the data length.
    As long as you're using the CAN Object in the 'Transmit Data by Call' mode only, you might want to consider using the Network Interface for transmitting. When you use the Network Interface, you can change the ArbitrationID for each write call.
    -B2k

Maybe you are looking for