Table name for order schedule line changes

Hi Friends,
There is a background program running periodically. Sometimes line items confirmed dates changed, we want to know a way that what line items for orders are changed. Is there any table, which would give the schedule changes information for the line item or there any other method to find it. Your answered much appreciated. Thank you!
Regards
Raji
Edited by: raji reddy on Jun 5, 2008 4:24 PM

Hi Raji,
These are the standard tables where SAP stores change details for all areas of the system. The initial key is the object class and you need to enter this to get a quick access via SE16 - VERKBELEG is the key for sales documents. If you then have, for example, a sales order number you can enter that (but ensure you enter leading zeroes) and a table and/or field name.
Regards,
Brian

Similar Messages

  • Table Names ( for quotations , quotation lines and price breaks)

    Hi Experts,
    What are the table names for quotation, quotation lines and quotation price breaks.
    Thanks,
    MPH

    Quotes and POs share the same tables.
    The type_lookup_code in po_headers_all identifies the type of the document.
    Quotations > po_headers_all (or you can use PO_HEADERS_RFQQT_V)
    lines => po_lines_all (or you can use PO_LINES_RFQQT_V)
    price breaks => po_line_locations_all (or you can use PO_LINE_LOCATIONS_V )
    Hope this answers your question,
    Sandeep Gandhi

  • 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.

  • Order schedule line

    Hi experts,
    I am going through some documents and couldnot understand somethings..Can anyone share their knowledge about these things..
    1.In our BI,we have two multiproviders..one for 'Orders' and one for 'Order Schedule Line'.......I know the thought behind Order as it contains data about sales orders...what is 'order schedule line' ....?
    2.In our infopackages,we have 'repair' infopackage ...in that we have selections on only one characteristic called OrderNumber....what will be the purpose where we go for Repair infopackage...?
    Thanks for your time.
    Regards.

    Hi,
    Purchase orders -if your company is buying- and Sales orders -if your company is selling- are usually fulfilled by one or more shipments or deliveries, when goods or services are brought to the customer.  Every planned activity of delivery is represented as a schedule line (for instance, your company buys 100 chairs and arranges that 50 will be delivered at the end of month and that the remaining quantity will be delivered next month; you have two schedule line items).
    On the other hand, full repair InfoPackages are meant to correct erroneous or missing data when delta initializations have already been done (if you run a regular full load into an ODS where delta has already been initialized, the activation will fail).
    It is important to use full repair requests in DataStores configured in Overwrite mode.  Otherwise, you should use selective deletion in order to avoid duplicate records.
    I hope this helps you.
    Regards,
    Maximiliano

  • Whats the fieldname and table name for purchase order delivery date

    hi all,
        whats the fieldname and table name for purchase order delivery date
      thanks and regrads

    EKET-EINDT is the delivery date according to the schedule lines.
    for example the line item has 100 qty.
    it is sent in three schedules (40, 40, 20).
    Then EKET will have 3 records for one PO Line item.
    The final delievry data is the EKET-EINDT for the 3rd schedule line item.
    Regards,
    Ravi

  • Table name for material master change

    What is the table name for material master change, so that I can get the old values and new values at plant level.
    More specific:
    I want to check the old values for Re order point and Safety stock in MRP1 and MRP2 fields in material master for many materials. Please help.

    Use CDPOS and CDHDR table to get the values which were changed.
    CDPOS>use fields Change doc. object give in as MATERIAL and in the Table name>MARC

  • Change shipping dates/times for confirmed schedule line

    Hi,
    I am having a problem changing the confirmed schedule line in a Sales Order VA01.
    I have added my code into the user-exit
    *       FORM USEREXIT_MOVE_FIELD_TO_VBEP                              *
    *       This userexit can be used to move some fields into the sales  *
    *       dokument schedule line workaerea VBEP                         *
    *       SVBEP-TABIX = 0:  Create schedule line                        *
    *       SVBEP-TABIX > 0:  Change schedule line                        *
    *       This form is called at the end of form VBEP_FUELLEN.          *
    FORM userexit_move_field_to_vbep.
          vbep-ezeit  = '235900'.
          vbep-wauhr  = '235900'.
          vbep-lduhr  = '235900'.
          vbep-mbuhr  = '235900'.
          vbep-tduhr  = '235900'.
    However, in the above code I manage to only change the first schedule line in case I choose a delivery proposal. I need to change the line with a confirmed quantity. Instead I change only the first shedule line without a confirmed quantity.
    Question: Which user-exit can i use to change shipping times dates for all schedule lines or just confirmed schedule lines?
    Thanx

    Hi,
    Use form routine "USEREXIT_SAVE_DOCUMENT_PREPARE" in MV45AFZZ.  Update VBEP as well as XVBEP Structures.
    Regards
    Vinod

  • Table names for Material Characteristic againgst production order

    Hi Guys,
    Actually I have a problem in finding the table name for material characteristic against production order such as Individual length, factor, color, etc. I really spend more than a day to find this. But I cudn't make it. Finally I found the flow some how, but is working only for few cases. Here is the flow.
    AFKO(RSNUM) --> RESB(OBJNR) --> INOB(CUOBJ) --> AUSP(OBJEK).
    T-code: CO02 / Fast Entry tab / Change Configuration(Item Level) / Change Characteristic values.
    Anybody knows about this. Please help me out on this. And please note that, it is not the material characteristic from MM01, it is against production order from CO02.
    Thanks
    Yasin.

    Hi Yasin,
    The best way to know Table Names in SAP is to use a Transaction Code Called : SQL Trace. Tcode : ST05. This will tell you about all the database tables that have been accessed while the Transaction was executed. And then you do a complete analysis of it, what are all the Tables that have been accessed, the fields and the data transfered. So, it's a complete trace of the SQL Query but you can use the information as needed.
    Have a look at the following Links:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f89454211d189710000e8322d00/content.htm
    The best things is that you can use it across any SAP Transaction as it is available in SAP NetWeaver .
    Hope this helps.
    Thanks,
    Samantak.

  • Table name for shipping details for the given purchase order

    Hi,
    Table name for shipping details for the given purchase order
    regards,
    vijay

    Had anybody seen that this question was raised 5 years ago?
    And the question was about where are the shipping details of a purchase order stored.
    The discussion owner hat marked the the discussion a year ago as solved, but did not mark any correct answer and did not tell himself what the solution was.
    The correct answer was given by Amitkumar yesterday, it is EKPV
    I am locking the discussion to avoid that even more wrong answers are added to this particualr question

  • Table Name for Sales Order Header Text.

    Hi.
    Whats the Table name for Sales Order Header Text???
    Reg,
    Amol

    Hi Amol,
    please Try to check the below link
    http://scn.sap.com/thread/1361272
    http://scn.sap.com/thread/416757
    https://scn.sap.com/thread/1909247
    https://scn.sap.com/thread/811915
    Regards,
    Gurunath

  • Table name for sales order with Customer info

    Hi Gurus,
    Could you please provide me table name for  sales order with customer no and customer name.
    I have list of sales order number (more than 1000 no's ) i need to identify customer number and customer name (ship to party and sold to party information). I am running this report every week. so i plan to create sqvi for this report.
    Thanks and regards,
    B.Deethya.

    Hello,
    Access Tables VBAK & VBAP.
    From the above tables you will get Solt to Party & Ship to Party Codes.
    For Customer names you have to pass the Customer Codes to Table - KNA1
    Hope this clarifies.
    Thanks,
    Jignesh Mehta

  • Find the table name for Delivery quantity in production order

    Hi,
    Pls can you tell me what is table name for delivered quantity field in General tab for that production order number.
    With Regards,
    P.Arunkumar.

    Hi
    You can find it GR qty via following 2 Tables.
    Table AFPO Order item
    Field WEMNG - Gr Qty
              Or
    Table AUFM
    Field SHKZG (Debit Credit Indicator ) Select Debit Indicator - S
    Field KZBEW Movement type ind.- Selct F Goods movement for production order.
    Regards,
    Dhaval

  • Table name for LIV line items

    Hi all,
    Can anyone provide me the table name for LIV line items?  I can only find the LIV header table, which is RBKP.
    Thanks.
    Rgds,

    RSEG

  • Report for schedule line changes

    Hi,
    Need to develop a report to capture  the schedule line changes .is there any standard report avaiable in SAP to find the changes of schedule ilnes.
    Thanks & Ragrds,
    Renuga.A

    Hi, Renuga
    Please check the T-code : AUT10 ,  with required transaction code and date range.
    Hope it will help U...
    Regards
    Vikrant

  • Complete MRP status according to Sales order schedule line data

    Dear All,
    Please help me to get technical configuration releted to
    "complete MRP status according to Sales order schedule line data"
    or MRP w.r.t. Schedule line
    Please send fields and table and logic specification .
    Thanks & Regards,
    Ashish Gautam

    You can use following Fm for change sales order
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
      EXPORTING
        salesdocument     = p_vbeln
        order_header_in   = s_order_header_in
        order_header_inx  = s_order_header_inx
        behave_when_error = 'P'
      TABLES
        return            = it_return
        order_item_in     = i_order_item_in
        order_item_inx    = i_order_item_inx
        schedule_lines    = i_sched
        schedule_linesx   = i_schedx.

Maybe you are looking for