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

Similar Messages

  • Tables where the XI Data is stored

    Dear all,
    Can you let me know all the tables in XI in which the data is stored.
    Like where the asyncronous messages are stored(which table and what is the abap program name which gets executed to store the message id's etc in the table).
    Pl list out all the tables,programs related to XI.
    Also pls let me know where IDOC,Proxy,RFC related tables programs.
    my mailid is srinivas5780@gmailcom

    Hi,
    Please go through the below weblog:
    /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    For IDOC:
    tables are EDIDC control record table and EDIDD-data record table.
    Thnx
    Chirag

  • Table where the VAT value is stored

    Hello!
                          Could any one tell me where the VAT value is stored for the particular matnr. I am searching the table KONH- KSCHL where the value is stored at JVAT. but there was 40% of the matnr only having JVAT value.I am taking the price from KONH.So from where i have to take the VAT value.
    -M.Suba

    For excise details you will have to use J_1iexchdr, J_1iexcdtl,
    For Tax related data use KONV
    Thanks & Regards
    JP

  • Table where crmd_order transaction data is stored

    hi experts,
    In crmd_order transaction in details tab there are two fields one is status under sales cycle and another is Expected Sales Vol.Under forecast.
    Can you please let me know in whcih table i can find these details? need to update these feilds in UI.
    They are not present in crmd_orderadm_table.

    Hi,
    You can find the Status details in table CRM_JCDS you just have to pass order guid and you'll get status details, for Expected Sales value field check in table CRMD_OPPORT_H just pass the order guid and get the required data.
    Or use standard report CRM_ORDER_READ  just have to pass order number/guid and get all the data you required.
    Regards,
    Dipesh.

  • Exact table where the repository objects are stored

    Hi,
    In which table the repository objects(Program,FM,Data Element,...) are stored exactly.
    I checked in TADIR table, but it's a directory for the repository objects.
    Also checked TRDIR.
    Say, If I delete a transport request which contains a report thru a 'Z_delete_request' prgm, I can still see the report in SE38.Ofcourse I have deleted in TADIR also.
    But presents in repository.
    Kindly suggest the exact table name.
    Regards,
    Siva

    Hi,
    Use seach option in SDN.
    [System table in abap where all the programs/FMs created are stored !]
    Regards
    Sandipan
    Edited by: Sandipan Ghosh on Jan 6, 2009 10:51 AM

  • What is the Transparent Table for PO Delivery Date field

    Hii All,
    Does anyone know the Transparent table where the delivery date is stored for the PO line item. It's not in EKPO. Where is it?
    Thanks in advance

    Unfortunatly there is no diagram anywhere for the table relation.
    I usually help myself by F4 search in SE11
    You know e.g. table EKKO. So enter just EK* and press F4 to see all other tables starting this way.
    But in most cases when I search for tables that belong somehow together I use DB15 transaction.
    This gives me all tables that belong to the same archiving object.
    You can start there by entering a table name and search for the archving object.
    then you do it reverse and you get all tables for this object.
    (Unfortunatly SAP does not have archiving objects for any table)

  • Table Where the attachment is stored .

    Hi all ,
    Table Where the attachment data and its details are stored ?
    regards,
    Naval

    this program GOS_TOOLBOX_TEST creates an attachment .
    i am trying to get the table where it saves using the SQL trace but couldnt get .
    please suggest in which table the data related to attachement in a transaction is saved by this table.

  • From where the systeme proposes the Delivery date in the PO

    Dear All,
    Please let me know from where the Delivery date gets proposed in the PO?
    It is not releated to the MRP views parameters, isn't it?
    Regards
    Ahmad

    yes it is right its in MRP but can be used for both external and internal procurement. but if that material is not subjected to MRP then you can also define the planned delivery time in vendor master purcahsing view.
    regards,
    qsm sap

  • How and where does Delivery Date get calculated in ME51N

    Hi,
    Can anyone please let me know the point where the delivery date is calculated in ME51N ?
    i enter the Material and Plant and press enter and Delivery Date ( = Current Date ) gets populated automatically. I need to find out where it happens.
    Because there is a requirement that the Delivery Date should be equal to the Current Date + some Lead Time, instead of the current Date. So, I need to find a BADI or exit.
    For the transaction ME51N, there is only one Customer Exit - MEREQ001. And if I put a break-point at the compnents of this exit, the control doesnt go to these exits when I press Enter.
    And there is a BADI 'ME_REQ_POSTED', which gets triggered when we save ME51N, but it should be triggered even when we press enter.
    Please help me with all the above details.

    Hi Dagny,
    This is related to PO stuff. Probably the logic may be useful for you.
    You can try out enhancements:
    LMEKO001
    LMEKO002
    And you try out below code.
    FIELD-SYMBOLS: <beket> TYPE ANY TABLE.
    DATA: l_date        TYPE d
         l_ebelp       TYPE ebelp,
         w_beket       TYPE beket,
         t_beket       TYPE STANDARD TABLE OF beket,
         w_data        TYPE ty_data.
    * Get the item number in the correct format.
    l_ebelp = komp-kposn+1(5).
    * Get the tabe with Delivery Schedule data.
    ASSIGN ('(SAPLMEPO)ETT[]') TO <beket>.
    t_beket[] = <beket>[].
    READ TABLE t_beket INTO w_beket WITH KEY ebelp = l_ebelp.
    *l_data = w_beket-eindt.*
    Here l_data has the delivey date field you can even modify this data and update what ever u want.
    Thanks,
    Raj
    Edited by: Raja gurrala on Jul 23, 2009 3:24 PM

  • Can the Delivery Date be left with no value in Purchasing Order?

    Hi SAP Experts,
    Good day!  I just want to ask if it is possible for the Delivery Date in the Purchase Order to be left with no value?  Whenever we remove the delivery date, it comes back when we save the PO.  Is there a way for it to be blank?
    Thanks,
    Matt

    hi Senthil P,
    Here is the situation.  For most of the PO that we are creating, we rarely use the delivery time.  However, there are rare occasions where we put the delivery date.  We made an enhancement of our PO print out and the date in the delivery date field was taken from the table.  Is there a way where the delivery date in the printout can be left blank and show it when we need to?
    Thanks,
    Matt

  • How system updating the delivery dates in sale order schedule line

    Hello
    i created a sales order with 2 line items. For the first line item the confirmed delivery date in the schedule line is 06.02.2012 and for the second line item the confirmed delivery date in the schedule line is 14.02.2012 . Both the line items are third party items and the PR created against the line items in the sales order .
    We created the PO with reference to the PR of the SO and we find there are different delivery dates coming in the PO document for the 2 line items . For the first line item the delivery date is coming as 14.11.2011 and for the second line item in the PO , the delivery date coming as 11.11.2011 . Firstly we are not understanding from where the delivery dates are picking in the PO.
    Secondly , once we saved the Purchase order and once we come back to the sales order , the schedule line dates are getting changed automatically in the sales order . For the first line item in the sales order the delivery date is changing to 22.11.2011 and for the second line item in the sales order the delivery date is changing to 22.11.2011.
    Now my question , is from where the delivery dates are updating in the Purchase order and once we save the purchase order how the delivery dates in the schedule line are getting changed .

    Now my question , is from where the delivery dates are updating in the Purchase order and once we save the purchase order how the delivery dates in the schedule line are getting changed .
    For third party processing, the delivery dates are updated in the purchase order based on the settings in the field Planned delivery time in the MRP2 view of the material master(defined in purchase info record in t.code ME11/ME12) and purchasing processing time defined in t.code OMEW. This means, since the date of PO created, it will take the days mentioned in the planned delivery time field and purchasing processing times to determine the delivery date, which will be copied into the sales order as delivery date. In your case, the purchase order delivery date is not copied into the sales order, hence you may need to check OSS note. How the PO is handled? Any confirmation control functionality is used?
    Regards,

  • How to find where the screen field is stored in table

    Hi all,
    How to find where the screen field  is stored in the table .
    for some transactions if i press F1 on the field and after checking for the technical help.
    I can only find the struture for the screen field, but whereas i need table name for it.
    Can anybody help me how to find the table name where the field is stored.
    Regards,
    Madhavi

    Hi,
    Just hitting a F1 on screen field and getting structure name will not help in getting table name.
    First you need to know the flow of data in the reqd module, which will help you know all the tables in that module with there most of the fields with the data flow, now you need to work on your own to figure out that in which actual tables that value is stored.
    Hope this helps you.
    Regards,
    Tarun

  • Table where the profit center valuation standard is stored.

    Does anyone know the table where the profit center valuation standard is stored. In MBEW I see the legal valuation standard but not the profit center valuation standard. Both of these can be viewed in the material master data in the accounting 1 tab.

    Hi,
    CEPC table
    Rhea.
    Edited by: rhea on Sep 26, 2008 1:51 PM

  • What table is the Release Date of MIRO Invoice Block stored on?

    I'm attempting to track the timeframe between the date when a block is placed on an invoice vs the date that the block is released.  I realize in the application you can see the release date through document changes...but can anyone tell me what table the release date is stored on forf reporting purposes?
    Is there a standard t-code that would display both the date the block is placed and the date the block is released?
    Thanks.

    Hi Jan,
    in table CDHDR you can see the last person that changed the object. To release an invoice causes saving the object. Therefore the person releasing blocked Invoices is the last changer.
    Check wit transaction SE16 table CDHDR with "Change doc. object" = "INCOMINGINVOICE" and "Object value" your invoice number.
    Hope this helps.
    Regards
    C.S.

  • Tables where the survey questionnaire and response information gets stored

    Dear experts,
    Could you please help me with the information on the tables where the survey and survey responses will get stored in the system?
    Thanks and regards,
    Ranjan

    Hi,
    These are all talbes in SRM relates to Survey.
    ROST_LANG_QSTN        Language Selection for Question 
    ROST_PCAT_QSTN        Assign Product Category and Questionnaire to Lan 
    ROST_SEL_PRODCAT    Product Categories for Regis 
    ROST_WS_QSTN            Web Survey Questionnaire 
    ROS_BP_PC_SURVEY    Assign Vendor, Product Category, Survey 
    CRMD_IC_SCRATTR        Script/Survey attributes (Interactive Script Editor) 
    ROST_WS_QSTN            Web Survey Questionnaire 
    ROS_BP_PC_SURVEY    Assign Vendor, Product Category, Survey 
    TUWS_SURVEY              Survey 
    TUWS_SURVEY_LOG     Survey Log 
    TUWS_SURVEY_PUB      Survey Publishing 
    TUWS_TAROBJ               Survey: Recipients 
    TUWS_TAROBJ_ATTR    Survey: Recipient Attributes 
    Regards,
    yaniVy
    reward if helps

Maybe you are looking for

  • Issue in Proxy after migration

    Hi All, I am currently working in upgrade project where we are upgrading from R/3 4.7 to Ecc 6.0 and XI 3.0 to PI 7.1. Atter migration we are facing below issue: Cause of the issue is that  In new ECC system, Proxy method property automatically got c

  • Download software for registration of licence

    Dear sirs, Since we purchased Microsoft Volume Licence on remote desktop user CAL licence (Version 2012) that agreement entitlements may not include volume license keys.  Please advise where and how to download software for registration. What is the

  • Réinstallation sur un nouveau PC suite à PC non accessible?

    Bonjour, Le PC de mon collègue n'est plus accessible. La limite d'activation est atteinte. Comment installer Captivate sur mon poste alors qu'il m'est impossible de désactiver sur l'autre poste? Merci d'avance, Cordialement, Magali

  • Nokia lumia 520 wallet

    I just forgot the wallet password,what should i do now? Solved! Go to Solution.

  • New to Breeze, would like some helpful info

    I have a java web application built with structs. My clients wants the ability to upload online exam and someone recommended me look into 'Adobe Breeze' for this. I am totally new to Adobe Breeze, I will do research, but can anyone with experience wi