Plant transfers and purchasing orders tracing for movement type 301-310

Hi ,
When we do material transfer from plant to plant( MVT 301-310) it creates the material documents in MSEG. What's the table or the best way to find the purchase order details for the material documents created in MSEG or the materials  used during transfers?
I appreciate your response
Thanks
Reddy

Hi ,
Go to table EKKO , put purchase Doc category ( must be different for Plant Transfers ) and also try out Supplying Vendor and Customer Fields..
VAT Registration no can also be part of your selection..
Please have a look at EKKO fields available and make your appropriate selections..
Regards
Sarada

Similar Messages

  • Capture excise inv for movement type 301

    Hi All,
    can we capture and post excise invoice for movement type 301.
    If "YES" so plz give me detail.
    Thanx....
    Trupti

    Hi,
    I think you can do it.But you have treat this as stock transfer purchase order and you have to do the billing through the SD module. For details you can check with MM Forum.
    regards
    ramakant

  • Uploading sales text and Purchase order text for material master

    Hi,
      I have created, material master with LSMW  byt not updated SALES TEXT and Purchase order text with LSMW  now i want to uplaod the sales and po text for material master can you give some link or ref. code to upload the text i have near 1000 items for which i want to uplaod text  when i have done the recording with SHDB  i have not found filed in recording.
    regards,
      zafar

    Hi,
    I have made the code in se38
    as below but still it is not working
    REPORT  ZTEST_TEXT.
      data: headerl like thead occurs 0 with header line.
      data itab3 like tline occurs 0 with header line.
    headerl-tdobject = 'MATERIAL'.
    headerl-tdname = '00000000000LSMW123'.          "(Material : 000000000300000560, Sorg : 0001, Dist channel: 01)
    headerl-tdid  = 'BEST'.
    headerl-tdspras = 'E'.
    append headerl.
    move '*' to itab3-tdformat.
    move 'Testing PO text' to itab3-tdline.
    append itab3.
    call function 'SAVE_TEXT'
      exporting
        header                = headerl
      insert                = ' '
       savemode_direct       = ' '
      tables
        lines                 = itab3
    exceptions
       id                    = 1
       language              = 2
       name                  = 3
       object                = 4
       others                = 5.
       IF SY-SUBRC = 0.
         CALL FUNCTION 'COMMIT_TEXT'
           EXPORTING
                OBJECT   = headerl-tdobject
                NAME     = headerl-tdname.
       ENDIF.
       break-point.
    regards,
    zafar

  • How to know debit and credit transaction key for movement type

    Hi,
    With T. code OMWB  account assignment simulation we can see all the accounts which are involve for debit and credit enties   but I want to know is there any T. code or method  with which we can know  which transaction key will be debit and which will be credited  like  for movement type  101 the transaction keys are GBB, BSX  WRX  etc.  i want o know whethere GBB a

    Hi,
      Thanks for your reply,  but with this we can see the for GBB which is the credit account and which account is use for debit entry,  like this for all transaction event key like WRX, BSX etc. we can see the G/L account use for Debit and credit,  but i want to know for particular selction of Plant, material , movement type,  my GBB account will have entry in debit account or credit account  How we can know this.
    regards,
    zafar

  • Purchase Orders - Subcontracting wrong movement type 545

    First of all this is not about asking a clarification of what is MVT 545 or MVT 543
    I'm asking why the system is behaving in this way however there is no BOM for the material or even negative indicator
    Dears ,
    We are facing a problem regarding subcontracting purchase orders , as for the same Material & same Vendor , some times while we are receiving purchase orders the MVT 545  shows up instead of 543 , This happen automatically and we ca not change it , However for other purchase orders for the same Material & Vendor it shows up MVT 543 which is ok for us
    We need to make sure that the MVT is 543 while we are reviving , So could you please clarify the reason of this system wrong behavior
    Note : our purchase orders are a reference to a PM order
    The problem is that we didn't create any BOM for this material , and the second thing that some POs for the same material work fine and posts with MVT 543 not with 545

    Here is the pictures
    Firstly Here is faulty PO components 
    and here is while trying to post GR , the MVT 545 shows automatically
    Secondly Here is normal PO components 
    and here is while trying to post GR , the MVT 535 shows automatically which is normal for us

  • Screen Sequence for Mov Type 301

    Dear All,
    I am doing two step transfer from one plant to another plant belonging to two diff company codes. When I use 301 movement type, the item detail data is coming at the top and the header data is showing at the bottom of the screen.
    Please suggest where can I change this screen sequence for this movement type.
    Regards
    VT

    I am sorry, Its a typing error. I am talking about 303 itself. When i try to post material document with 303, the item detail is showing at the iter overview's place and vice versa. Could you please suggest where can I change settings so as to get the correct screen sequence?
    Regards
    VT

  • VKM1 Status and Purchase Order Fields

    Hi Everyone,
    I'm new with SD and not familiar with transaction VKM1. I have a task that needs to get the corresponding Status field and Purchase Order field for a corresponding VBELN. To what table can I map these data?
    Please help.
    Many Thanks!

    Hi
    Kindly use the belwo  tables and fields
    VBAK--BSTKD --POurchase order
    VBUP-GBSTAOverall processing status of the SD document item
    Regards
    Damu

  • 3rd party order processing GR movement type

    Hi
    In 3rd party order processing the goods are delivered to customer from vendor directly, but for billing purpose we do the GR at plant level(against purchase order)>invoice>Billing
    Physically stock is not delivered to the plant, so when we do the GR(against purchase order),if the movement type is 101 it will updatet the stock. 3rd party delivery is not done,stock will not be reduced. I want to know what is the GR movement type for 3rd party order processing, is it 101 or anyother movement type.

    Hi,
    Check in t.code OMJJ.
    Select movement type 101 and click on update control/WM movement types.
    There you can see this movement type is configured for different update control/WM movment types.
    Few entries are made in the system without value and quantity updates for movement type 101. So I assume, when you do MIGO using 101 movement type against third party purchase order, special stock indicator E and movement type B will be taken for statistical posting. You can do a testing to confirm this.
    Regards,

  • New Field addtion for movement types

    Hi Everyone,
    I want to add new field for movement type 301(vendor material no)can you please guide me how to accomplish this task.
    Thanks
    Venkat

    Dear,
    Do the 311 movement through the MIGO and then set field for MIGO
    Vendor Material No.     GOITEM-IDNLF
    Vendor Material No.     GOSEARCH_PO-IDNLF as highlited filed in OMJX
    Or else with MB1b you can use the text fiied for Vendor Material no.
    Hope it will solve ypur problem.
    Regards,
    R.Brahmankar

  • Business Content for Funds Management and Purchase Orders

    Dear all
    Our controlling department asks me to have SAP Funds Management and Purchase Order reporting in BW and thus BO. SAP standard report FMRP_RFFMAV01X shows pretty much what they would like to see: Distributable Budget by Funds Center and how it got spent by the Purchase Orders.
    I tried to find what SAP BI content can offer. I found for example DSO 0BBP_PO in the "Enterprise Buyer" BI content, but this only shows purchase orders. On the other hand, cube 0PU_C02 shows funds line items, but nowhere a reference to the Purchase orders.
    Could anyone advise if there is something in the BI content combining FM and PO?
    thanks a million for your help
    Josef

    Hi Josef,
    The Functional cosultants in the Team should be able to answer this as to how the integration has been done and the respective tables.
    In case there is no STD datasources then you can build a view of Generic Datasource based on the Tables Recommended by the FC Team.
    Also check how Fundcentre is mapped in MM module,like it may be same as Profit centre or Plant.
    In that case get both the data in BW and build a MP/IS and report for both the KPIs...Amount Alloted and Amount Spent ,if drill down is require then show the POs.
    rgds
    SVU

  • Standard program for unbilled  sales orders and purchase order items

    Can anyone advice,  is there any standard program which gives the unbilled sales order and purchase order items.

    Hi,
    Use the T.Code VA05/VA05n for list of all the sales order s which are open.
    Take T.Code:VA05N
    Select the option "Open Sales Orders".
    Execute.
    It will give you all the orders which are open.
    The standard program for this is:"SD_SALES_ORDERS_VIEW".
    The same you can also get by using the T.Code VF04.
    In this if your scenario is "Order related",then select the option "Order related".
    Else if it is "Delivery related",then select "Delivery-related".
    Execute.
    The standatd program for this is:"SDBILLDL".
    T.Code:VF05/VF05n is for list of billing documents.
    Regards,
    Krishna.
    Note:Pls search the forum.

  • Tables for credit Memo and Purchase order

    Hi all,
    I need to develop a report to dispaly all the credit memos for the open qty,
    My issue that is  there any table where we can have information for credit memos and purchase order,
    like the input fields is company code,customer number,fiscal year,
    hope you understnad,
    Please let me know if you need any more information,
    Thanks&Regards,
    Cghand

    Hi
    Invoice Verific. table:
    RBKP - Document Header: Invoice Receipt
    RSEG - Document Item: Incoming Invoice
    Regards
    Prasanna

  • Transaction code for sales order totals and purchase order totals

    Hi i am using alv grid report to display the sales order and purchase order totals by productline(profit center)
    Now i have to call standard transactions from first list to display the totals of sales order and purchase order.I have to display these transctions for specfic orders and their specfic lineitems only.
    in VA05n transaction it is allowing me to enter only the document numer but not item.
    Can any one help to find the standard transaction to display the totals for only specific orders and line specific line items

    Hi Polite,
    The transaction CRMD_ORDER is the superset for all the transactions mentioned by you. So it is better to remember just one transaction instead of remembring the subsets . Once you use the transaction CRMD_ORDER and then Follow the menu Business transaction -> Create (F5) you will get the list of transactions you can create this is nothing but the the transactions you have mentioned.
    If you know the transaction no. you can directly open that in transaction CRMD_ORDER. The other opetion is to use the SAP Menu instead of transactions.
    <b>Reward points if it helps!!</b>
    Best regards,
    Vikash.

  • Sales Order and Purchase Order linkage in tables  for third party orders

    Hi all ,
    For third party process order s
    In which table can I find the Sales order and Purchase Order linkage .
    thanks
    ksr

    Hi Sridhar ,
    Refer Table EKKN for PO and SO Linkage.
    Table EBKN for PR and SO Linkage.
    Regards
    Ramesh Ch

  • SAP  workflow for purchase requisition and purchase  order

    Hello  Sap Workflow,
    Can you  please help me on  building workflow for purchase requisition and  purchase order    with  the necessary screen shots  ?
    your quick response  will be greatly appreciated.
    Thanks in Advance

    Hi,
    Please check http://help.sap.com .
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/04/92761846f311d189470000e829fbbd/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/04/92775546f311d189470000e829fbbd/frameset.htm
    Configuration guides are available in SAP Solution Manager.
    Regards,
    Masa

Maybe you are looking for

  • Errors uninstalling a connector in OIM

    I am trying to uninstall the Database Application Table connector (or any connector) in OIM 11.1.1.5.0, but I get errors. Step 1: I modify the ConnectorUninstall.properties, which can be found under <OIM_HOME>/server/bin. The information below is wha

  • Formatting a HDD with the Solaris 8 install when the disk space is locked.

    I added memory, a printer, and a CD Writer to my PC, and then I reinstalled solaris 8. At the point where it asks which drive to use, the only available drive, which is my C: drive, shows up with a negative disk space value. However, when I look at t

  • Text from Potential Spoofed #?

    I received an extremely rude / personal text message from a Miami, FL number that I don't know. The text contained information that could be discovered on social media (name of boyfriend /girlfriend) if the sender was a facebook friend, but otherwise

  • Anybody know of a company that will insure against iPhone lost or stolen?

    Anybody know of an insurance company that will cover a lost or stolen iPhone?

  • Plant specific ordering unit

    Hi experts, Is it possible to use plant specific ordering unit? I am unable to maintain. Request provide any clue. warm regards marias