PReq for Sales Order

Hi,
We process quite a number of customer orders for materials not maintained in MARA.
For this we use one generic HAWA material which receives all specific data on sales order item (description, sales price, etc.)
This third-party sales order item triggers the creation of PReq.
Unfortunately we have to enter again manualy on pop-up window (ME51) the contents of several fields already entered just few seconds before on VA01 previous screens.
Do you know of any "light" (i.e. SAP standard-friendly) solution to my "carry-on" problem?

Hi,
Thanks for having looked at my request.
Sorry but I have thought that it would be enough just to mention HAWA material type.
So for more clear ideas please consider my third-party selling process is as follows:
1. VA01 - create sales order item with material Z000010 (HAWA type), enter material description, enter sales price PB00, enter (cost) value and fixed vendor (in pop-up PReq creation screen).
2. ME21N - create purchase order item with reference to PReq created at step 1.
Is it more clear now?

Similar Messages

  • STO for sales order stock

    Hi All
    If I am not mistaken, one cannot do a STO for special stock using 2 step transfer, however it is possible in a one step process.
    I have made the setting in config to use a one step process, and it have been set up to use movement type 647.
    I am trying to move Sales order stock from one plant to another plant, and want to maintain it as special stock.
    I can get the process to create the delivery, however, when I try and post goods issue the delivery document, I get the following message.
    MSSA-SABWE exceeded by 2 EA: CISCO1402 ZA30 1000 SALEABLE E
    Cisco1402 is the material
    ZA30 is the plant
    1000 is the storage location
    Saleable is the split valuation we using
    E is the special stock indicator for sales order stock.
    If anyone could please give me some direction.
    Thanks

    Hi 
    We are not using blocked stock at all in any of our processes.
    My understanding is that movement type 647 will not look or put stock into blocked stock.
    If I look at table MSSA, for that Sales order number and material number, it comes up with one entry.  It has a quantity of 2 in unrestricted, Val. GR Blocked Stck is 0.
    Should the quantity of 2 be appearing in there? 
    So the process followed thus far is:
    Sales order raised
    Preq auto created from SO
    Preq converted to PO
    GR for PO
    STO created to move sales order stock from one plant to another
    Delivery created,
    cannot post goods issue.
    Thanks

  • PReqs with sales order stock couldn't be adpoted by PO with acc. assignmnt

    I use MD50 to generate PReqs for MTO, these PReqs couldn't be adpoted by ME21N with message 06251:
    Requisition &, item & , assigned to other order account
    but if I use ME21, it's ok. I find the following notes. But I don't understand in my case I don't want change PReqs account assignment, but adpotion is also failed to get account assignment from PReqs.
    Refer to  Note 632573 - ME2xN: 06259 if different account assignment in PReq
    Summary
    Symptom
    In Transactions ME21 and ME22, you can change the account assignments for purchase order items with reference to purchase requisitions with sales order special stock or project special stock. This option no longer exists in the EnjoySAP purchase order transactions, the system generates error message 06251:
               Requisition &, item & , assigned to other order account
    Other terms
    ME21N, ME22N, ME23N, 06251, sobkz,
    Reason and Prerequisites
    The purchase requisitions were not generated from sales and distribution but created for sales order special stock or project special stock.
    Solution
    In the EnjoySAP purchase order transaction, you cannot enter an account assignment different from the purchase requisition for sales order special stock or project special stock if you reference to a purchase requisition. You must first change the purchase requisition correspondingly and then call the purchase order again.
    Under the above mentioned conditions, also in Transactions ME21 and ME22, the account assignment of the purchase order must correspond to the purchase requisition if the reference to the purchase requisition is created in a schedule line. Unlike in Transactions ME2xN, you can change the account assignment in the purchase order at a later stage.
    It is not planned to change the system response

    I use MD50 to generate PReqs for MTO, these PReqs couldn't be adpoted by ME21N with message 06251:
    Requisition &, item & , assigned to other order account
    but if I use ME21, it's ok. I find the following notes. But I don't understand in my case I don't want change PReqs account assignment, but adpotion is also failed to get account assignment from PReqs.
    Refer to  Note 632573 - ME2xN: 06259 if different account assignment in PReq
    Summary
    Symptom
    In Transactions ME21 and ME22, you can change the account assignments for purchase order items with reference to purchase requisitions with sales order special stock or project special stock. This option no longer exists in the EnjoySAP purchase order transactions, the system generates error message 06251:
               Requisition &, item & , assigned to other order account
    Other terms
    ME21N, ME22N, ME23N, 06251, sobkz,
    Reason and Prerequisites
    The purchase requisitions were not generated from sales and distribution but created for sales order special stock or project special stock.
    Solution
    In the EnjoySAP purchase order transaction, you cannot enter an account assignment different from the purchase requisition for sales order special stock or project special stock if you reference to a purchase requisition. You must first change the purchase requisition correspondingly and then call the purchase order again.
    Under the above mentioned conditions, also in Transactions ME21 and ME22, the account assignment of the purchase order must correspond to the purchase requisition if the reference to the purchase requisition is created in a schedule line. Unlike in Transactions ME2xN, you can change the account assignment in the purchase order at a later stage.
    It is not planned to change the system response

  • Query for Sales Order Analysis

    Dear Experts
    I have written a Query for Sales Order Analysis and would like to have help on this.
    The query is used for generating daily report for Sales Order on number of documents (Sales Order), total amount of sales orders and total GP of Sales Order. The query is written as below:
    SELECT T0.[DocNum], SUM(T0.DocTotal) AS 'Total', SUM(T0.U_Total_GP) AS 'Total GP'
    FROM ORDR T0 WHERE T0.[DocDate] =[%0] GROUP BY T0.[DocNum] ORDER BY T0.[DocNum]
    where U_Total_GP is a UDF for storing the GP of each order.
    After executing the query, a selection criteria of date appears and after a date is selected, the report shown information required. However, the query does not calculate column total for total amount and total GP. Although I know the total for each column can be displayed by pressing "Ctrl" + Click on the column title, it would have to be done from time to time.
    Therefore, I would like to modify my query in order to calculate the column totals when executed. Are there any suggestions for this?
    Thank you
    Regards
    Elton

    Hi Elton,
    Try this:
    SELECT T0.[DocNum], SUM(T0.DocTotal) AS 'Total', SUM(T0.U_Total_GP) AS 'Total GP'
    FROM ORDR T0 WHERE T0.[DocDate] =[%0] GROUP BY T0.[DocNum]
    Union ALL
    SELECT '', SUM(T0.DocTotal) AS 'Total', SUM(T0.U_Total_GP) AS 'Total GP'
    FROM ORDR T0 WHERE T0.[DocDate] =[%0]
    ORDER BY T0.[DocNum]
    Thanks,
    Gordon

  • Workflow for Sales Order Release via Status Profile

    Dear all,
    i want to make a workflow for sales order which have 4 User Status in One status profile.
    Once Event triggered for sales order
    1.   Mail should go to main authority with sales order number.
    2.  Once authority will do some changes in the required field then he/she changes
         the user status-1 from defauts as per line Item and mail should go to department no-1 (Head authority).
    3.  Once again same changes in sales order but now user status-2 from user status-1
         as per line Item and mail should go to department no-2 (Head authority).
    4.  Once again same changes in sales order but now user status-3 from user status-2
         as per line Item and mail should go to department no-3 (Head authority).
    5.  Once again same changes in sales order but now user status-4 from user status-3
         as per line Item and mail should go to department no-4 (Head authority) .
    and parrally for each changes of Status mail should also go to User (Event Creator).
    6. Finally mail sholud go to User as you are permitted to do next business transaction for this sales order
    Please tel me the process as i am very new this topic and i am always going to stuck in Binding.
    please help me out.
    Thank You

    Hi Neeraj,
    First of all start with SWELS and SWEL T-Code to check if any standard event is getting triggered or not. If event is getting triggered, then use the same event to trigger the workflow; otherwise create a custom event of BO and use the same to trigger the workflow.
    Hope you are aware of T-Code SWO1 and delegation of BO. The BO used for your requirement will be BUS2000115.
    As you want the workflow to get triggered only for one status profile and one of its status, so use check function module. There set the condition for you status profile and status.
    The FM which you will be using the most is CRM_ORDER_READ. To read the status, you can also use CRM_STATUS_READ_OW.
    Now simply make the approval steps in the workflow using activity. In the activity, you can use the standard method USERSTATUSPOPUP to send the workitem for approval. In each step use the same activity with different agents as approvers.
    Just go with these things and let me know if you get stuck up somewhere.
    Regards,
    Guddan

  • User exit for  Sales order

    hi,
       i need to eliminate leading zeros for PO number which comes in SO created trough ALE.i found the enhancement for the FM idoc_input_orders.in that enahancement we have 12 FM's.my Leading zeros are comming for field belnr which comes in e1edk01 segment of idoc orders05.now i had coded my part of coding in FM exit_saplved.._oo1 and i had activated that.but it is not working for me.than i tought of going to other FM exit_sapl..._009.in which i'm not able go into the include either.plz help me out.thank you.

    Hi, Krishna!
    With IDOC_INPUT_ORDERS during IDoc interpretation PO number is assigned to XVBAK-BSTKD field which is later used for sales order creation with reference to PO.
    So all you need is to use some customer exit with changing parameters containing XVBAK after IDoc interpretation is completed. For example you can use EXIT_SAPLVEDA_009 which is called at the end of IDoc check after interpretation.
    Regards,
    Maxim.

  • RBA GATP check is not getting invoked for Sales Order

    Hi Everyone,
    RBA GATP check is not getting invoked for Sales order.
    I maintained the configuration settings for 'Rules-Based Availability Check', APO general settings (check mode, check instruction), carried out integrated rule maintenance, Rule determination for the combination of order type & product, associated the check mode to product master. Also maintained all the settings in ECC towards Req class, Req type, checking control etc.
    However, sales order is not invoking RBA Check though it is showing up the 'Rule' icon in the screen. Also, in the APO Availability check in Sales order when I click onto 'check instruction', I get the checking mode that pertains to RBA for business event 'A' (Sales order). Though I have not maintained any stock for the main material for which I have the sales order, yet system is confirming any quantity that I put in.
    I would expect that system would propose the same material in an alternate location where we have stock through RBA.
    Request you to share ideas on this.
    Regards,
    Avijit Dutta

    Hi Avijit,
    You should used No Checking Horizon in Checking instructions and also Check your rule control settings.
    What you have defined in 1st and 2nd steps. Check whether product substitution is carried out or Location Substitution.
    Thanks,
    Bala.

  • How to create a daily report for sales order

    hi
    how to create a daily report for sales order. what fields it must consists of. what are the tables it need?

    Hi
    You have to use the sales order tables VBAK,VBAP and VBEP
    So keep date field on selection screen
    and treat this date as Order creation data audat field in VBAK.
    based on this fetch the data from VBAK and VBAP  with the following fields like
    VBELN, KUNNR,NETWR,POSNR, MATNR,ARKTX,KWMENG,WAERS  etc and display in the report
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Report for Sales Order Change History   CDPOS and CDHDR

    How to take a report of the data for the Sales Order Change history for a particular period of time. It is required to take a report of all the Sales Orders for which the basic price has been changed. Please let me know the procedure. I could not get the data from the table CDPOS and CDHDR
    Helpful answer would be rewarded.
    Regards
    Praveen

    Dear Praveen Kumar
    Have you tried with VBAP where sale order details at item level would be stored.
    Moreover, to my knowledge, there won't be any changes as for as pricing is concerned at sale order level but there is at billing level.  Normally, any price increase / decrease would reflect in billing.  So why dont you to table join through SQVI VBAP (for sale order details) and VBRP (for billing details) so that you can compare the selling price in sale order with billing. 
    Thanks
    G. Lakshmipathi

  • How to look for sales order number if I know outbound delivery number?

    How to look for sales order number if I know outbound delivery number?

    Hi ,
        If you want to see the Sales order Number from Outbound delivery or invoice,go to their respective T-codes,say for example,
    for delivery,Goto Tcode: VL02N / VL03N.There you will find Document Flow Icon,click on that,or press F7.
    You will get a window,there you can see the Sales order Number before your outbound delivery Number
    With Thanks and Regards,
    Priya

  • WBS element for Sales Order Item level

    Hi gurus,
    I am trying to create an inbound idoc for sales order ' VA01'. I need to populate WBS element in the item level under Account Assignment Tab. I am using ORDERS05 basic type. Please help to find which segment to use for WBS element. Waiting for your reply. Please help.
    Regards,
    Satyajit
    Edited by: Satyajit Saha on Feb 22, 2008 1:24 AM

    Hi gurus,
    I am trying to create an inbound idoc for sales order ' VA01'. I need to populate WBS element in the item level under Account Assignment Tab. I am using ORDERS05 basic type. Please help to find which segment to use for WBS element. Waiting for your reply. Please help.
    Regards,
    Satyajit
    Edited by: Satyajit Saha on Feb 22, 2008 1:24 AM

  • Requisitions for sale order stock

    Requisitions for sale order stock that are generated directly from the
    sales order are not passed to SRM but requisitions that are created
    manually for sales order stock are passed to SRM.
    Why is the sourcing of a requisition for sales order stock where the
    requisition was created directly from the sales order not supported?

    Hi,
    We need same requirement, we found only PR's with item category "5"(Third party ) created from sales are transfered to SRM.( It is hard coaded in ECC).
    Let us know if you are able to resolve your issue.
    Thank you
    Sreedhar Vetcha

  • In which table,i could find order quantity for sales order..??

    In which table, i could find order quantity for sales order..??
    and also in which table i could find delivery for sales order..
    need help..??
    Moderator message: please search.
    Edited by: Thomas Zloch on Feb 23, 2012

    Check the table AUFM.
    Give the order number in AUFNR.
    For movement type 261 (GI) & 101 (GR), you can get the material document number (MBLNR), Material (MATNR), Qty (MENGE) & UoM (MEINS).

  • How to get the back order quantity for sales Order

    Hi Friends,
    I want to get the back order quantity for sales order . in MD04 t-code,
    there is a field(MDEZ-MNG01) for Received Qty/ Required qty.  But MDEZ is a structure.
    I tried from MDTB table, but the table is not updated with the values in MD04.
    Please guide me from which table I can get the back order Qty for sales Order
    (ref: t-code  MD04, MRP element = CusOrd).
    Thanks,
    Sagar

    >
    VIdya Sagar wrote:
    > Hi,
    >
    > Isn't  there any difference b/n Open Sales Order and Back order??
    Yes Quite Difference.
    Read:
    http://www.sap-img.com/sap-sd/explain-the-meaning-of-an-open-sales-order.htm
    http://help.sap.com/saphelp_sbo2005asp1/helpdata/en/b6/bdb9b2f02842348c9edbe78af863c4/content.htm

  • SAP Mobile Sales 2.0 delta load issue for Sales Orders

    Hello,
    we have used Mobile Sales 2.0 with a Windows app for a while now. Our current issue is that sales reps won't see any historical sales order data on their devices.
    Background
    Due customer requirements, we need to make small changes to customer master data attributes and reload all customers from ERP to CRM. Then we ran delta loads (MAS_PARTNER followed by all other objects) to DOE, in which virtually all 5000+ customer accounts were compared. The delta load ran for about 3 days (some performance bottleneck we haven't located yet).
    During the delta load, data on devices was inconsistent. Accounts were missing and all transaction data disappeared. After the delta loads, all accounts and contacts are OK, save for a few. Data from activities (appointments, tasks) have reappeared, as they should. Only sales orders won't reappear. The sales orders exist in the backend and belong to active accounts and sales reps.
    Settings and troubleshooting so far
    We don't have any limitations for sales orders in CRM Sales Mobile configuration.
    We've run delta loads for all objects in transaction SDOE_LOAD.
    MAS_CUSTOMIZATION etc seem fine.
    We've re-run initial load for sales orders from CRM.
    In the test system, we've even reinitialized the whole CDS database on DOE and on the devices, then re-ran the loads.
    Checked steps suggested in discussion
    SAP CRM 2.0 initial load issue
    Historical sales orders (those created before the master data reload) exist in the backend, but don't show up on the device.
    If I change one of those historical sales orders in the backend, it gets sent to the device.
    If I create a new sales order in the backend or on the device, it is saved and replicated just fine.
    To sum it up, it seems DOE is unable to identify the sales orders relevant for replication.

    First Doubt i got clarify by my self as we can go with Unwired Runtime option .
    But i still have doubt in :
    2. How can i Modifying the Main Menu for iOS.
    i am able to customize the same for windows using files SybaseCRM.Configuration.xml file.
    Same how can i do for iphone/ipad.

Maybe you are looking for