Sale order - mtrl - prod ord ; table link

hi,
pl tell me a link through table and field -
how to get a link between sale ord - item no. - mtrl - prodn ord no. - prodn posted qty.
regards

I have an understanding that you are in need of the tables for mat.no,prod.ord.and sales order to make a report to make them all appear in the report...
If that is so,there is no need for tables..YOu can get that in standard SAP..
Go to COOIS..enter the plant and execute.. In the resulting screen, go to chane layout. There u can add the sales order in the layout...material and production order will be there by default...
Thus you can have the material,production order and the corresponding sales order in a single transaction...
hope this clarifies...
karthick

Similar Messages

  • Sales Order no and IDOC No Link table for Sales Out bound IDOC ORDRSP

    Hi Friends
    How to find Sales Order no and IDOC No Link table for Sales Out bound IDOC ORDRSP.
    Thanks in Advance.
    SR

    Hi
    If the idoc is managed by message, the link are stored in GOS (Obeject Service)
    U can try to use the function module NREL_GET_NEIGHBOURHOOD
    If you put
    IS_OBJECT-OBJKEY = <sales document>
    IS_OBJECT-OBJTYPE = <business object> (I think BUS2032)
    the function returns the idoc
    or if you put
    IS_OBJECT-OBJKEY = <idoc number>
    IS_OBJECT-OBJTYPE = <business object> (I think IDOC)
    the function returns the sales order
    You can investigate that function module in order to find out the tables
    Max

  • Sales Order in Prod

    Hi,
    I dont have access to create a sales order in prod. Now i need to check the latest tax rates update carried out in pprod. Normally in dev and QA i would create a sales order and check the rates. So is thr any other way by which i can determine in Prod without creating a Sales Order that the new tax rates are in effect and the tax system is running.
    Thank you,
    sam

    VK13, MWST condition type (or other type which you ise for taxes), click ENTER, if there are several tables attached to it you'll have to select the one you use OR check all of them one by one.
    On the next screen provide values for mandatory fields (like destination country) and click enter again, you'll see tax rates and their validity period.
    OR, find any order in your system created for the country you need and then check taxes in VA03 OR SE16 for VBAK, your order number, check KNUMV field, then SE16 for KONV table with KNUMV found above, check all condiiton records assigned to your order.

  • User enter sales order, system display " Lock table overflow",

    Hi Experts,
    We are facing a problem, user enter sales order, system display " Lock table overflow",  and using T-code VL02N, system display "You   cannot block the transaction at the moment.
    Please help.
    Thanks,
    Sujit S.

    Dear Sujit,
    [Lock Table Overflow|Re: Lock table overflow]
    Also, Just check with your Basis-Admin in T. Code: TU02 - profile parameter maintenance
    Best Regards,
    Amit

  • Sale Order issue in VBUP table

    Hello Gurus,
    INCORRECT OPEN ORDER DUE TO DELETED SALES ORDER LINE ITEMS STILL SHOWING IN BW OPEN ORDER REPORTS BECAUSE OF INCORRECT SAP R/3 REJECTION STATUS IN VBUP TABLE.
    The sales order line items is still in the VBUP table with rejection Status is maintained as “A” (Not yet Processed) and therefore picked up by BW.
    Their status should be changed to “C”.
    I want to change the status of sales order as C from A.
    I have tried to reload Archive data but due to some limitation I was not able to do it. Also I feel this will like this s not the proper way to do it.
    BW consultant has asked to resolve this.
    Message was edited by: G Lakshmipathi
    Make use of the subject effectively.  Don't type the entire text there

    Hi Venu,
    Thanks for reply.
    I will explain in detail...
    In a archived saler Order user had deleted Line Item and completed overall sales order. Now this sales order is archived, but it is stll appearing in BW report as open order because of deleted item  with rejection Status is maintained as “A” (Not yet Processed).
    We want to change this status from "A" (Not yet Processed) to "C" as completed.
    I have tried to reload Archive data but due to some limitation I was not able to do it. Also I feel this will like this s not the proper way to do it.
    Could you please help me to correct way to do it???

  • Error while updating Sales Order : Another user Modified Table (RDR1 )

    Hi All,
    I am getting an error message while running the following steps.
    Steps
    1)     Pull an entry from sales order.
    2)     Add new data to line.
    3)     Update the sales order.
    a)     Sap updated the data.
    b)     Through code using DI API we updated some UDF.
    4)     With out closing / Pressing OK button…
    5)     We added new data to line.
    6)     Then Press update.
    An Error will through by B1 as “Another user modified the table(RDR1 ).” Before going to the code where we are handling the update of UDF.
    But after the 3rd step above when we do
    4) Close the window or pressed ok
    5)  take the sales order window again pull the data
    6) Add new Data to line.
    7) Update sales order then it will go smoothly.(Updating by B1 and from code )
    Can anybody tell me why this happens?And any workarounds to solve this?
    Deepesh

    are u adding a matrix row thru the code? I get this error when I am adding rows and I get the rownumber out of sync.
    if so get the max (lineid) from rdr1 and then check against the matrix.rowcount before adding a row. if lineid is greater that matrix.rowcount take lineid + 1 and assign it to the matrix.row, else take the rowcount + 1
    if not, and as a workaround, then you can try using the SBO_SP_transactionnotification stored procedure.

  • To save the sales order number in custom table while creation of the order.

    Hi Experts,
    Does there exist any exit to save the sales order number in a custom table while the sales order is created in VA01. The requirement is to capture the sales order number in a Z table when a field (payment terms ) is changed during the sales order creation.
    Regards,
    Sunitha

    Hi Sunita,
    You can store your data in the User exit MV45AFZZ in the form 'userexit_save_document'.
    You can navigate to MV45AFZZ from SE38 wherein an access key needs to be generated for that program, if you know to implement enhancement points then you can create an implicit enhancement point in this form without generating an access Key.
    Regards,
    Ravi Kiran

  • How to get customer / sales order details for VBBS table?

    Hi Friends,
    I have a requirement to create a report that will give the details of sales order ( VBELN ) and customer ( KUNNR) details from the sales requirement totals record table ( VBBS )
    Currently we have a report that just gives out the VBBS table entries for plant and material combination. As you are aware, the VBBS table contains the sales / deliveries requirements as displayed in MD04 transaction.
    Now there is a requirement to have the customer ( KUNNR ) and sales order (VBELN )  detail for each individual requirement totals.
    I checked the VBBE table ( sales requrirement : individual records ) but I cannot find any relationship between VBBS and VBBE. If there is a material / plant in VBBS , the same entry does not exist in VBBE.
    Please suggest if there is any other table to get this detail.
    Thanks
    Satya

    Tables are related.
    MATNR
    WERKS
    MBDAT
    LGORT
    CHARG
    etc fields are common in both VBBS and VBBE.
    May be you can generate a condition a fetch data using this.
    I hope it helps.
    thanks

  • ABAP OO sales order object - how to attach link to VA03

    I'm trying to build workflow using ABAP Objects instead of BOR. I created custom object for sales order according to blog "Getting started with ABAP OO for Workflow using the IF_WORKFLOW interface". It works correctly in my workflow but I would like to attach link to "browse sales order" (VA03) to workflow step. When using BOR I can attach link my binding BOR objest to AdhocObjest step container element. The same way does not work for ABAP OO object. The error message is "The object categories 'CL' (source) and 'BO' (target) are not compatible".
    Is there any way to add this link to attachments when sales order object is OO not BOR?

    At least make sure that you have a default method 'browse' in your class. I mean that make a method for "displaying" or "browsing" or whatever you want to happen when you click the object, and make it default. OR actually if I remember correctly there is a default method existing already, but put your code to there.
    Also try this:
    -Create a container element of type 'sales order' into your task
    -Bind the sales order object from workflow to the the task
    Regards,
    Karri

  • Unable to post in MI07 for sales order stock - Error Check Table XMSSA

    Hi,
    When I try to post in MI07, I get the following error Unable to post - Error 'Check Table XMSSA
    Unable to post - Error 'Check Table XMSSA: entry 0000000000010011000 CA01 E 1500004153 000010 does not exist
    It has something to do with sales order stock. But I am not sure what is causing the issue.
    SAP error details:
    Check table XMSSA: entry 000000000010011000 CA01 E 1500004152 000010   does not exist
    Message no. M7001
    Diagnosis
    In table XMSSA the entry 000000000010011000 CA01 E 1500004152 000010   is missing.
    Procedure
    Make sure your entries are correct.
    If table  has not been maintained correctly, please inform your systems administrator.
    Any ideas?

    Hi Guys ,
      I have faced this same issue . Found OSS note 1360365 . The issue is resolved after implementing this note .
    Regards
    Rajmohan G

  • Sale Order Item : Custom Field : Table Control

    I have added two fields to sale order item table control in program SAPMV45A screen no . 4900. Now the field which i have added are working fine while creating sale order but while changing those fields are not changing.
    condition is like this: the custom field are automatically filled by some logic and if the user want to change those field he will able to do. Now 1st condition is fine and when i change those field they will show the previous saved value inspite of changed value. 
    I have also added those field in additional data b tab in screen 8459 , there they are working fine but here the problem remains the same.

    Hi,
    u can use BAPI_SALESORDER_CHANGE to update the values of those fields. for that u need to extend few tables and coding that u can get from the BAPI documentation. If not getting reply back. i can help u..
    regards,
    pavan.

  • Sale order header document flow table

    Dear Guru's        
                  In which table the sales order heard document flow will be stored I checked in se16 “VBFA” table it is updating document flow Line item vise. But I want header vise.

    hi,
    I think , table VBFA will remain same , you need to select with POSNN = '10' , means keep always 10 if you want header details.
    saravanan

  • How to get sales order data with GL tables

    I want to get sales order details from my GL query. I need to get item number, quantity and customer PO from there. Here is my query from GL.
    SELECT PH.po_header_id,
      I.GL_DATE,
      R.je_header_id JE_HEADER_ID,
      R.je_line_num JE_LINE_NUM,
      aeh.org_id ORG_ID ,
      I.invoice_num TRX_NUMBER_C ,
      ael.description COMMENTS ,
      ael.ACCOUNTED_CR ACCOUNTED_CR,
      ael.ACCOUNTED_DR ACCOUNTED_DR,
      ael.code_combination_id CODE_COMBINATION_ID,
      ael.currency_code CURRENCY_CODE,
      ael.entered_cr ENTERED_CR,
      ael.entered_dr ENTERED_DR,
      PH.segment1 PO_ORDER_NUMBER,
      GL.segment1 company,
      GL.segment2,
      GL.segment3,
      GL.segment4,
      GL.segment5 account
      ,ael.description
      ,PD.quantity_ordered, PD.amount_billed, D.quantity_invoiced,  D.unit_price
    FROM gl_import_references R, --ok
      gl_je_categories jc,
      ap_ae_lines_all AEL, --ok
      ap_ae_headers_all AEH, --ok
      ap_invoice_distributions_all D,
      ap_invoices_all I,
      ap_accounting_events_all AE,
      po_releases_all PR,
      po_headers_all PH,
      po_distributions_all PD,
      po_vendor_sites_all VS,
      gl_code_combinations GL
    WHERE 1=1
    AND jc.je_category_name       = aeh.ae_category
    AND PR.po_release_id(+)       = PD.po_release_id
    AND PH.po_header_id(+)        = PD.po_header_id
    AND PD.po_distribution_id(+)  = D.po_distribution_id
    AND ael.third_party_sub_id    = VS.vendor_site_id
    AND AE.accounting_event_id    = AEH.accounting_event_id
    AND I.invoice_id              = AE.source_id
    AND AE.source_table           = 'AP_INVOICES'
    AND AEH.ae_header_id          = AEL.ae_header_id
    AND DECODE(ael.source_table,'AP_INVOICE_DISTRIBUTIONS', AEL.source_id,NULL) = D.invoice_distribution_id(+)
    AND AEL.gl_sl_link_id         = R.gl_sl_link_id
    and ael.code_combination_id = GL.code_combination_id

    Then your query is completely wrong.
    Your query is looking at Purchase Order tables.
    If you want sales order data, you should be looking at OE tables (such as OE_ORDER_HEADERS_ALL, OE_ORDER_LINES_ALL etc.)
    Sandeep Gandhi

  • Sales Order Line Item Status Table

    Hello All
    In which table the item status is stored?
    I am referring the fields in the status tab of item in sales order.
    Eg: There are total 6 fields under status tab of line item in sales order.
    I want to see where these fields can be configured and in which table they gets stored.
    Please help .
    Thanks in advance
    Sonali

    Hi
    In  VVBUP  the fields the fields UVP01...UVP05 and  VBUP the fields UVP01...UVP05 contain the item staus.
    Thank you,
    Sekhar.

  • Sales Order (BUS2032) access to table VBAK

    Dear Experts,
    I would like to send an email (SMTP) notification, when a Sales Order has changed.
    I would like to include some fields from VBAK table.  They are developed fields, starting with Y*.
    I managed to add the table VBAK to the Container.
    In the BUS2032 CHANGED event I bind the
    &_EVT_OBJECT& -> &SALESORDERBUS2032&
    &_EVT_OBJECT& -> &_EVT_OBJECT&
    Now I have access to the standard Sales Order  properties and Items.
    How can I bind the VBAK table?
    Thank you,
    Imre

    Hi Viji,
    Sorry I failed the CtrlC CtrlV operation...
    The right binding on the
    Event-Workflow
    &_EVT_CREATOR& -> &_WF_INITIATOR&
    &_EVT_OBJECT& -> &SALESORDERBUS2032&
    I can include the
    &SALESORDERBUS2032.ORDERINGPARTY.CUSTOMERNO&
    and
    &SALESORDERBUS2032.LASTCHANGEDBY.NAME&
    But, there is not data from
    &SALESORDERTABLE.Y_SD_CHT&
    Container Element:
    SalesOrderTable
    ABAP Dict. Data Type = VBAK
    Parameter Settings : Import
    Could you give me idea how can I access the VBAK-Y_SD_CHT field data?
    Thank You!
    Imre

Maybe you are looking for

  • [SOLVED]Can't Locate CD Drive

    Ok, so I am having trouble mounting a CD, because I don't know where it mounts from. There is nothing in /dev or dmesg [phil@pwned ~]$ cd /dev && ls -l lrwxrwxrwx 1 root root 11 2009-07-31 18:48 audio -> sound/audio drwxr-xr-x 2 root root 0 2009-07-3

  • How to install ARD 3.6.1 Admin on Mavericks?

    A few years ago (pre-Apple App store) I received a digital download of ARD Admin 3.6.1 from Apple, as the DVD installer quit working on version 10.whatever. Fast forward to today, and I am trying to install 3.6.1 digitally on my shiny new Mac Pro (ca

  • Help! How to save an AI file in 2 colours as PDF?

    I have an .ai file which I have used only 2 colours (one Pantone, and black). I need to save it out as a PDF file and have it also as a 2-colour file. When I go to "save as" PDF, I can't find a way to see how I can control that. My printer is telling

  • Dbmail status is 'sent' in the sysmail_sentitems table but mail not received

    Hi, Suddenly from yesterday, we have not been receiving any of our notification mails from any of our servers (Dev/Prod/UAT).No changes were made to email operator . All the mails are available in the sysmail_sentitems table and not available in sysm

  • MP4 Maximum File Size?

    I just ripped my Blu-Ray version of Planet Earth to MP4's. Each Chapter was burned as a separate MP4 file. There are 10 Chapters in total, so I have 10 separate MP4 files. Each file is around 1.78GB at 3700kbps at 720p. What I want to do now is merge