List of unactioned Stock Transport Orders

Hi,
We want to see any report in SAP in which we can find list of Stock Transport Orders against which no action has been done... means no outbound delivery, no PGI and not any further action.
Can anyone help us by providing any standard SAP Report in which we can see the desired list of such STO?
Thanks in advance

Hi,
GO to ME2m or ME2N and put item cat as U...and selection parameters WE01 or we03...and execute..
you can get all open POs..
hope it may help you.
Kuber

Similar Messages

  • How to get a list of Intercompany Stock Transport Orders

    Hi MM Gurus,
    How to get a list of Intercompany Stock Transport Orders with the help of a Transaction,report,  or joining tables.
    Thanks & Regards,
    Ashish Anand.

    Dear Ashish,
    You can generate report with respect to movement type 643 in MB51 transaction. In the output select detail list icon or press ctrlshiftF12. This will give you all the list of intercompany PO's.
    regards,
    S.S.Kumar

  • Sales order stock with stock transport orders

    Dear all,
    We are on ECC 6.0.
    We are using intracompnay stock transport orders from one plant to other. Sales orders are created in one plant with a purchase requisition and then converted to a purchase order with order type UB on the supplying plant. The supplying plant is also defined as a customer using the different account group for the plant as customer.
    When this purchase orders are delivered from the supplying plant using replenishment delivery NL we get an error performing the goods issue for the delivery.The error message is M7 184 -Sales order stock & & does not exist. System is checking for the sales order number in the supplying plant while performing the goods issue. However the sales order is in the receiving plant.
    Does some body have an idea how to resolve this?
    We are also using material ledger and the transfer pricing mechanism between intracompany sotck transfers.
    Thank you in advance.
    Regards,
    Kartik Shah

    Hello ,
    i have the same issue.I checked in MD04 transaction and for this delivery i get this message
    Diagnosis
    The finish date of the order proposal lies in the past.
    System Response
    This exception is displayed in the MRP list and in the stock/requirements list.
    This situation may occur if in Customizing for the plant in question, the automatic forward scheduling was switched off for MRP.
    Procedure
    Check whether the order proposal should be rescheduled.
    anyone can help me ?
    Regards

  • APO Process Order and Stock Transport Order

    Using APO Process and Stock Transport Orders are generated. Plant A generates the orders so that plant B can make and ship the product back to plant A against the stock transport order using VL10b.
    I see the stock transport order and process order in R/3. But when trying to ship the product to plant A, vl10b does not list any purchase orders?
    How do you associate a Process Order with a transport order?
    Something to do with the time horizons?

    I hope you have resolved this query at your end. In case yes, Please share your observations

  • Stock transport order and rescheduling date field

    hi,
    I am a bit surprise why "rescheduling date" field value in stock requirement list (MDO4) is always empty (and with exception message code 10) for my stock transport order?
    Did you guys having same problem?
    thanks.

    Does anyone know this?

  • Valuation Type Stock Transport Order

    Dear All,
    Can a Stock transport order be created without specifying valuation type in it? If YES, then how to configure the same in SAP??
    If NO, then how to ensure that valuation type and batch of a material in receiving plant remains same as in the supplying plant. In our case there are always multiple valuation types/batches for a given material in one plant.
    regards,
    Baljit

    Hello,
    Would you mind to rephrase your question so we can see the relationship between <b>Oracle</b> and the stock transport?
    If you can't, perhaps you could post it in a more suitable forum. Like, perhaps, SAP ERP Financials
    You can find the list of forums here:
    https://www.sdn.sap.com/irj/sdn/forums
    Thanks

  • Cross Sales & User exits & stock transport orders

    Hi all,
    <b>
    Can anyone tell me about Cross Sales & User exits ?
    Also what is stock transport orders ? Can i get some config. steps for that ?</b>
    My id : [email protected]
    Rajarshi

    Hi,
    Mail order catalog retailers frequently use cross selling to increase sales. When a customer orders an article over the phone, the order taker can suggest additional articles that the customer might buy. For example, if the customer orders a VCR, you might suggest purchasing some blank tapes; for a cellular phone, a leather carrying case.
    The sales transaction takes place as normal: The customer chooses an article and the order taker enters it on the sales order screen. The order taker can press Enter after each article, or wait until the customer has finished selecting the article he or she wants.
    If the order taker presses Enter after entering the data for one article, then a dialog box appears automatically, displaying a list of articles to be suggested to the customer. These cross selling articles are ones that pertain specifically to the purchased article.
    If the order taker waits to press Enter until the customer has finished ordering, then the dialog box appears automatically, this time showing all of the articles in the sales order, along with their corresponding cross selling articles.
    The articles that appear in the cross selling dialog box always depend on which articles are in the sales order. If you want to have the system suggest articles based on the customer's past purchasing history or other factors, see Dynamic Product Proposal in the standard SD documentation.
    The cross selling dialog box displays the following information:
    Article number
    Description
    Sales unit of measure (each, 3-pack, etc.)
    Price per unit of measure (calculated either by the standard R/3 pricing scheme or by a custom pricing scheme you have defined)
    Availability check
    Delivery flag (that is, whether the cross selling articles can be delivered independently of their corresponding main articles in the sales order, or whether the cross selling articles can only be shipped either together with or after the main articles have been shipped)
    To set up cross selling, you must make the following settings in Customizing:
    Create the conditions tables, access sequence, and calculation schemes for determining cross selling articles, since the cross selling function relies on the conditions technique. (Alternatively, you can use the analysis discussed in "Activities" below to create the data automatically.)
    Create a cross selling profile with the following attributes:
    Determination of cross selling articles via function module
    Price calculation scheme
    Scheme using conditions technique
    Flag indicating how the cross selling dialog is to appear
    Flag indicating whether an availability check is to be performed
    Assign the cross selling profile to a sales area, document scheme, and customer scheme.
    USEREXIT
    Userxits allow us to add our own functionality to SAP standard program
    without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.
    Reward ipoints if useful
    Regards,
    Amrish Purohit

  • ALE Stock Transport Orders

    Hi
    We have two instances both on 46c and want to pass stock transport orders between them automatically when they are created.
    We was lookin at doing this viw ALE.
    Could someone point me in the right direction on how to set this up or possable ways of doing this.
    Thanks in advance
    Barry

    hey,
    This can be done through ALE.
    The IDoc ORDERS02 is used to create stock transport orders.This IDoc contains only one transport order.
    Function module IDOC_INPUT_REC_SHIPMENTS can create a stock transport order, change the dates and quantities in an order, delete an entire order or individual items, and release individual items in an order. But it can not add an item to an existing order. Also, it does not distinguish between deletion and locking of the items. The following will list the important (not mandatory) fields required to build up an order IDoc for the function module to process successfully.
    To set up the ALE system you would need to set up Partner profile etc . etc,
    let me know if you need any more information.
    Cheerio,
    Disha

  • Problem in creation of STO(stock transport order)

    hi all SAP gurus,
    i am facing the problem in creation of stock transport order with ME21N code. i m getting the error msg of "Not possible to determine shipping data for material in STO "
    i have checked the stock transport order setup in customization. but not getting the clear idea to come out from this problem.
    if anybody have the idea of " how to do the customization of stock transport order setup, pls. let me explain.
    thnx in advance.
    rgrds,
    rajesh

    Hi Rajesh,
    when ur creating STO with UB doc type, then you have to maintain material in both the plants.
    Regarding the error which is comming for you, you have to check the settings at
    SPRO- IMG- MM-Purchasing-Set up stock transport order- Assign delivery type & Checking rule
    here for document type UB and your supplying plant-XXXX select nothing for Dlv type(delivery type) and chr - 01 and after this save.
    After this you create STO as you are doing and see what the system is prompting.
    For any further clarification let me know.
    Regards,
    NJ

  • Tables for delivery and stock transport orders

    Hi Members,
    I have a requirement where i have to display (in a report output) a requirement quantity of deliveries and stock transport orders which are displayed in MD04 transaction for particular material and plant.
    I don't know which tables these quantities sit into.
    If you know please help.
    Points will be suitably rewarded.
    Reagrds,
    Boby

    >
    Boby wrote:
    > Hi Members,
    >
    > I have a requirement where i have to display (in a report output) a requirement quantity of deliveries and stock transport orders which are displayed in MD04 transaction for particular material and plant.
    > I don't know which tables these quantities sit into.
    > If you know please help.
    > Points will be suitably rewarded.
    >
    > Reagrds,
    > Boby
    if you only have to display deliveries and stock transport orders you can take LIKP and LIPS for the deliveries and LTAK and LTAP for transport orders.
    for all the other elements displayed by MD04 we would have to know about your setup: are you using dispo-areas (which would populate tables MDMA ...) so in that case please provide more information.

  • Commercial Invoice and Stock Transport Order

    Hello Experts,
    My client is using stock transport orders which sometimes results in cross border goods movement. I am not able to find any functionality for creating commercial invoices to be used for these types of shipping.
    Any ideas?
    rgds
    GAR

    Hi Gar,
    Usually when there is a crossing of borders, it is a movement between 2 different companies code, therefore the intercompany purchase is the usual flow.
    If you mean that the flow is between plants of the same company code between different countries, maybe you are talking about "Plants abroad" functionality.
    http://help.sap.com/saphelp_45b/helpdata/en/34/60b1a0ae724effe10000009b38f91f/content.htm
    Previously, the plants of a company code had to belong to the country of that company code.
    As of Release 4.0A, it is possible to deviate from this rule for European company codes with European plants.
    I never had to use this functionality at a customer site, but that sounds like your requirement
    Also allows internal billing document for intrastat reporting, so feel free to evaluate!
    Best Regards
    Franck Lumpe
    Freelance SAP Consultant

  • Minimum order qty for Stock transport orders

    Hello
    I wonder if there is any way to make the following fields from the Sales org 1 view in the material master to apply on Stock transport orders (ME21N, with subsequent delivery created in VL10B):
    Minimum order qty
    Minimum delivery qty
    Delivery unit
    As of now in our system, it only works for Sales orders and related deliveries. But not for Stock transport orders with a supplying plant.
    Also, if there is any other way to implement minimum order qty funcitonality and delivery for Stock transport orders, pls advice.
    Thanks,
    OT

    Hello
    We are in an intracompany business case. The supplying and recieving plant are in the same company.
    The situation is as follows: we are planning all replenishment manually without any involvement of MRP.
    What we would like to achieve is the same functionality as of the minimum order/delivery quantities material master fields in the material master.
    So when the planner creates the stock transfer order, he keys in supplying plant, material and quantity manually, then the warning message about the minimum order qty should appear.
    So far I have not found any way to do this. Any ideas are greatfully received.
    BR,
    OT

  • Table to See Stock Transport Order Partners

    Hi All.
    What table can I see the partners defined in a Stock Transport Order?
    I've realized that VBPA is just for sales order documents.
    Thanks,
    Jim

    Hi,
    Select the PO's from the EKKO table of DOCU type "UB" which is STO's
    Then Select the parters from the EKPA table for the entries of the selected EKKO Po's
    Reward Points if it is Useful.
    Thanks,
    Manjunath MS

  • Proforma Invoice (F8) for Stock Transport Order

    With regard to intra-company STO, we have a specific requirement:
    Referencing delivery document generated using Xn: VL10B (delivery from Stock Transport Order), we create proforma invoice type F8. Subsequently, excise invoice is created referencing the proforma invoice.We need to capture the material cost plus 10 % of material cost as PR00 value in the invoice.
    Problem:
    However, here comes the problem: condition type PR00 does not come automaticcally in the proforma invoice, though pricing procedure has PR00 condition type. We have to manually entere the PR00 condition type for every line item (a routine calculates 110% of the value once value is enetered in the manually entered condition)
    Is it the standard system behaviour ? Any way out?
    with kind regards
    Muraleedharan.R

    Hi,
    Have you maintained the condition records for PR00 , if not than you have to enter it manually at the item level .
    If your price is same for all the items than maintain use header condition or else at item level you have to enter PR00 item by item.
    Regards,
    Krishna O

  • Error occuring while creating a Delivery for Stock transport order

    Hi,
    I am getting error while creating the delivery for thr stock transport order.The error message is given below.
                                                                                    Error Log for coll. run 0001248218                                                                               
    4       6000038321 000010 Only 0 ST of material F784100 available                                   
         4       6000038321 000010 An item with no delivery quantity is not permitted. Item will be deleted. 
         4       6000038321 000020 Only 0 ST of material F784100 available                                   
         4       6000038321 000020 An item with no delivery quantity is not permitted. Item will be deleted. 
         4       6000038321 000030 Only 0 ST of material F784100 available                                   
         4       6000038321 000030 An item with no delivery quantity is not permitted. Item will be deleted.                                                                               
    The stocks are present in the plant.
    Can anyone help me to solve this issue?
    Thanks
    Srinivasan

    Hi,
    Check in
    SPRO--IMG-MM-IM and PI---stock determinationassign stock determination in applications---Inventory management
    Check for 641 or 647,there is a SD rule assigned.
    Regards,
    Deepak.

Maybe you are looking for

  • Timecode Video Effect (FREE)

    Ok, because I am too cheap to buy a $324 pack of effects tranistions and filters (and it is illegal to DL for free) I would like to know where/how I can add in a timecode/reel video generator for my bloopers section of a film. Example: If I remember

  • Design view is not showing on Dreamweaver

    Hi. The page is showing fine on my browser but when opened on dreamweaver, the codes will show up but not the design view. Please help! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona

  • WH Tax not calculating after Config

    Hi Guys, I have configure the WH tax for my company code. I defined the Tax types and tax codes and assigned it to my company code. Then i assigned the same tax code in my vendor master and also activated the extended WH tax functionality for my comp

  • Run action page in new window

    Hi, I have a very complex report formular on which the default action page is the formular itself. I try to submit the page to a second action page in a seperate window. It works, but if I go back to my first (main) window and try to work on in this

  • Icloud Status missing

    Hello, Ok,  everything was working just fine but, now when I log into itunes match it seems that my cloud status icon has disapeared so now I can't see what has been uploaded or match.  There's an icloud grouping cloud but, no icloud status cloud. Pl