Table name of first delivery date

Dear All,
if i am creating sales order on item line there is one fields is First date.i think it is first delivery date.can anybody tell me where this date is stored.means table name.field name is ETDAT.
Regards
Ajit
Edited by: SAP SD AJIT on Dec 15, 2009 11:24 AM

Hi
first delivery date is nothing but  delivery date.
In  LIKP table ,LFDAT is its field name.
If any body knows conformed delivery date field plz tel me its table name
Here you said delivery date is containing both conformed and delivery date's how is its possible?
How can i get both fields,they may contain different values?
I tried Tcode SE16N but i find delivery date only there,i didn't find conformed delivery date.
Please help me in this issue.
Regards,
K.S.L.Neelima

Similar Messages

  • FIRST DELIVERY DATE AND DELIVERY BLOCK REMOVER IN SALES ORDER.

    Hi All,
    sales order created in SAP-CRM . after sales order replicated in ECC system at that time first delivery date comes blank in each line item after that first delivery date update in each line item when ever first delivery date updated in ECC at that time i want  to disable delivery block for that line item. for this which user exit i need to use and where i need to write  the code. im thinkin user exit is mv45afzz. if it is correct where i need to write the code.
    thanks& regard
    sakthidharan

    Hello,
    Use enhancement userexit_field_modification in include MV45AFZZ for delivery block LIFSK in VBAK Table.
    below is the sample code for it.
    if (write specific condition)
    vbak-lifsk = '1' to '9'.
    else.
    vbak-lifsk = ' ' .
    endif.

  • First Delivery Date in Sales Order

    HI Gurus,
    I want First delivery date filed in the sales order, please guide me how to activate the field.Is it a configuration part or do i have to create a screen variant.
    Regards,
    Rahul

    To be honest, I have never seen this field being used in this screen before. However, I did a quick test and yes it does exist!
    The screen that you are looking at is screen 4480 in program SAPMV45A. If you go to SE80, and look at this screen by displaying the layout there, you will see that there are actually a lot of elements on this screen that are not displayed.
    The specific field highlighted by you is RV45A-ETDAT. This belongs to to screen group 3 '043'. See the following code:
    SAPMV45A FORM FELDAUSWAHL_SONDERREGELN (Include MV45AFFE_FELDAUSWAHL_SONDERREG)
    *   Zu den Feldern gehören Auftragsmenge, 1.Lieferdatum usw.
        WHEN '043'.
    *        Regel1: Wenn keine Einteilungen erlaubt sind,
    *                werden die Felder ausgeblendet.
          IF tvap-eterl = ' ' AND
             NOT tvap-pstyv IS INITIAL OR
             tvap-pstyv IS INITIAL AND
             vbak-vbtyp CA vbtyp_ohne_einteilung.
            screen-active = 0.
          ENDIF.
    This is code that changes if screen group 043 is displayed on the screen depending on TVAP (Order type) entries.
    Screen group 043 contains the elements you see in the row beside the first delivery date.
    I would set a breakpoint at the above code and then run both examples, check if there is a difference in the TVAP table at the above point to see if this code is causing the issue.

  • Table name for the transaction data

    Hello Gurus,
        what is the table name for the transaction data which we have created through t.code PRO5. we are generating report for the total kms per vehicle type for a employee. these data in which tables can i get? the data related to trips ? 
    thanks in advance
    regds
    ramachandra

    Hi,
    Pl use RPR_TRIP_HEADER_DATA programme for getting general trip data, which will have details about number of KM travelled by employee for each trip, amount to reimbursed to the employee etc.
    Thanks,
    Nandagopal C

  • First delivery date change at the time  of PGI

    Dear Expert,
    i have one query , i have fixed in house production time=1 days, planned delivery time10 days in MRP-2 views .Suppose i create one sales order on current date the first delivery date will pick the date ,(current date10 days). but user wants to change the first delivery date at the time of PGI as per their need, as it may be before or after the required delivery date.
    HOW TO CHANGE THE DATE.
    give your valuable solution regarding this.
    KInd regards
    vimlendu kaushik

    dear expert
    system is not allowing to change the required delivery date as sujjested by you. i have one fg material say 'X' its planned delivery time is 10 days, availibilty check -02.while creating sales order for the above fg material system will pick (current date +planned delivery time), say current date 20.10.2010 & pdt-10 days, syatem will pick 30.20.2010.
    but after go to va02 it is not allowing to change the delivery date, but it can happen at any time as business needs this.
    kindly resolve this issue with proper logic.
    kind regards
    vimlendu kaushik

  • First delivery date on Sales Order

    Hallo Gurus,
    I have this problem:
    I have a sales order item which first delivery date is 10.01.2011 (the order is to be settled on a production order, which confirmed release date is 10.12.2010).
    If I try to modify first delivery date, I get this this situation:
    Del. date             Order q.ty           Conf.q.ty
    10.01.2011                  0                       3
    15.01.2011                  3                       0
    While I want confirmed quantity on 15.01.2011 (the date I enter manually).
    Can anybody help me, please?
    Thank you!

    hi mike,
    this is to inform you that,
    this is because of basing on the Material Availability Date these schedule lines splits into parts or you will get one or more schedule lines.
    try RE-ATP check and confirm the same.
    please dont enter manually because system will generate two requriments considering one automatically and manually which you have given.
    balajia

  • Table name for a Master Data Object

    Could you advise on how I can determine the table name for a Master Data object.  It is an object that I created.  Thanks

    Hi Niten!
    It's enough to go in RSA1 to your object definition page in master data/text tab!
    Hope it helps!
    Bye,
    Roberto

  • How-To Find the R/3 Table Name for a BW Data Source

    Hi there,
      Please advice how can I find the respective table name in R/3 for a particular BW DataSource ?
      P/S : I would like a technical how-to instead of referring the table names at HELP.SAP.COM
      For instance, for my Standard Business Content Info Cube 0CCA_C03(CO-OM-CCA: Statistical Key Figures) which extracts from BW Data Source: 0CO_OM_CCA_4
      My question is, how can I find out which specific tables in SAP R/3 is this Data Source pulling the data from ?

    Hi Dinesh,
       Data Source: 0CO_OM_CCA_4
       1) In my R/3, I ran SE16 : Table -> ROOSOURCE
       2) OLTPSOURCE -> 0CO_OM_CCA_4
       3) EXMETHOD = F1
         (Hence, I assume the Extraction Method is a Function Module)
       4) So, Function Module = BWOM_RS_GET_CTRSTA
       5) Run SE37 in R/3
          How do I find out the specific tables in this Function Module ?
          Would you please list them for me, so I can further refer to the individual tables ?

  • Table name for open delivery document and open billing document.

    Can any body tell me what are the table names where we can get the the open delivery document numbers and open billing document numbers?

    HI
    Table S066 (Open orders)
    S067(Open deliveries and billing)
    Those 2 tables helpful only to know the credit exposure not for open deliveries and open billings document numbers
    Solution: Mr.Prakash Already suggested table and field names
    Regards,
    Prasanna

  • Table name for Customer Master data-Changes

    Hi,
    I want to see the changes made in Customer Master Data where i can get this
    Scenario is like someone has changed the customer master data in past, We want to know who has changed it or when it has been changed
    from WHICH Table I can get this information?
    Note:
    I need the Table name only in which we can know who has changed it or when it has been changed or What are changed by them
    Thanks in advance,
    Best Regards,
    Chandramohan

    Dear Chandramohan,
    Try this option you can get the change details clearly
    Go to XD03 transaction enter your customer number and other details then go in to the general data from here you to Menu>Environment>Account changes-->Click on All fields now system will give the list of fields which were changed from these list you double click on the single field system will take you to the details of that again you double click on that now system will take you to more details about the changes.
    I hope this will help you,
    Regards,
    Murali.

  • Report to generate the First Delivery Date in STAR/R3 system

    Hi SAP Community,
    I would like to generate a report for the first date for each sales order entered in SAP (STAR/R3 system). Can you please help to identify the transaction code to generate this report?

    Hello,
    Use enhancement userexit_field_modification in include MV45AFZZ for delivery block LIFSK in VBAK Table.
    below is the sample code for it.
    if (write specific condition)
    vbak-lifsk = '1' to '9'.
    else.
    vbak-lifsk = ' ' .
    endif.

  • Table name for tracking delivery and sales order

    Hi,
         What is the table and field name for tracking the delivery and sales order in SD
    Regards

    Hi,
    If you want the DELIVERY DOCUMENT individally you can get it from the LIKP-VBELN
    In the same way the SALES DOCUMENT from VBAK--VBELN
    If want to get the DELIVERY DOCUMENT AND SALES DOCMENT from the VBFA with the Sbsequent document category
    M is the subsequent category for BILLING
    j                                                       DELIVERY
    regards,
    santosh

  • Tables name & linkages for Delivery qty,Order qty,Inv Qty

    Hi,
    can any one tell me  where can I find delivery qty, ordered qty, Invoice qty for a PO i.e for a given PO number how can I find the above quantities.
    thanks

    Hi,
    If you are looking to get the Order quantity, delivered quantity(Goods received) and invoiced quantity (Invoice Receipt - IR), get them from following tables.
    EKPO for PO items (it will have PO item details)
    EKBE for GR (Goods Receipt) quantity and invoiced quantity. Use the transaction type (VGABE) 1 to get the GR quantities and 2 for IR quantities.. don't forget to subtract the reversed GR quantities using the movement type while calculating the total GR quantity for item (See what movement type being used in your system for GR reversal).
    Hope this helps.
    Regards,
    Nagaraju Chidurupalli.

  • Regarding table name for SOST Transaction data

    Hi SAP Gurus,
    Can I please know the table where the data in Transaction SOST are stored.
    Please Help,
    Tahnks & Regards ,
    Pavan.

    Hi
    For that  try following code , may be it will help you
    TYPE-POOLS sosx.
    TYPES: BEGIN OF ty_itab,
    objtp TYPE soos-objtp,
    objyr TYPE soos-objyr,
    objno TYPE soos-objno,
    fortp TYPE soos-fortp,
    foryr TYPE soos-foryr,
    forno TYPE soos-forno,
    rectp TYPE soos-rectp,
    recyr TYPE soos-recyr,
    recno TYPE soos-recno,
    sndart TYPE soos-sndart,
    sndtp TYPE soos-sndtp,
    sndyr TYPE soos-sndyr,
    sndno TYPE soos-sndno,
    sndnam TYPE soos-sndnam,
    sndreq TYPE soos-sndreq,
    snddat TYPE soes-snddat,
    sndtim TYPE soes-sndtim,
    msgid TYPE soes-msgid,
    msgty TYPE soes-msgty,
    msgv1 TYPE soes-msgv1,
    msgv2 TYPE soes-msgv2,
    msgv3 TYPE soes-msgv3,
    msgv4 TYPE soes-msgv4,
    scomtp TYPE soes-scomtp,
    scomyr TYPE soes-scomyr,
    scomno TYPE soes-scomno,
    status TYPE soes-status,
    adrnr TYPE soes-adrnr,
    node TYPE soes-node,
    objdes TYPE sood-objdes,
    objsns TYPE sood-objsns,
    objlen TYPE sood-objlen,
    attlen TYPE sood-attlen,
    END OF ty_itab.
    DATA: itab TYPE STANDARD TABLE OF ty_itab INITIAL SIZE 0.
    DATA: status_ranges TYPE sosx_status_range,
          snd_date TYPE sxdatrngt,
          sender TYPE sxsenderrngt.
    DATA: stat LIKE LINE OF status_ranges,
          date TYPE sxdatrngl,
          send TYPE sxsenderrngl.
    stat-sign   = 'I'.
    stat-option ='BT'.
    stat-low  = '601'.
    stat-high = '699'.
    APPEND stat TO status_ranges.
    stat-low  = '801'.
    stat-high = '899'.
    APPEND stat TO status_ranges.
    date-sign   = 'I'.
    date-option ='BT'.
    date-low  = sy-datum - 5.
    date-high = sy-datum.
    APPEND date TO snd_date.
    SELECT fobjtp fobjyr fobjno ffortp
           fforyr fforno frectp frecyr
           frecno fsndart fsndtp fsndyr
           fsndno fsndnam fsndreq gsnddat
           gsndtim gmsgid gmsgty gmsgv1
           gmsgv2 gmsgv3 gmsgv4 gscomtp
           gscomyr gscomno gstatus gadrnr
           gnode hobjdes hobjsns hobjlen h~attlen
       FROM soos AS f JOIN soes AS g
         ON frectp = grectp
        AND frecyr = grecyr
        AND frecno = grecno
            JOIN sood AS h
         ON fobjtp = hobjtp
        AND fobjyr = hobjyr
        AND fobjno = hobjno
        INTO TABLE itab
        WHERE g~status IN status_ranges
        AND   g~snddat IN snd_date
        AND ( ( fsndnam IN sender AND ffornam = space ) OR f~fornam IN sender )
        AND g~msgty  NE 'X'.

  • Table where the Delivery date is stored in Confirmation tab on Me23n

    Hello ABAB Gurus,
                               Can anyone give me the table name where the Delivery date is stored in Confirmation tab in Item in ME23n.
                                  If anyone is aware of it then please let me know .
    Sagar

    Hi,
    Check the table EKES and field name is EINDT..
    Thanks,
    Naren

Maybe you are looking for