Open Qty for Contracts in Purchasing

Hi,
Is there a standard config for Open Target Quantities for Contracts, as there is for standard POs (there is Open Qty - 0BO_QTY - within the 0PUR_DS03 transformation), but I need to show an Open Target Qty for Contracts.
The value exists within RM06A, field name OFZMG but it is not part of the standard Purchasing extractors, whereas the Target Qty is.
Any advise appreciated.
Thanks,
Scott

Hi Daniel,
Thanks for the reply.
Yeah, I know how to enhance the standard extractors but the logistics extractors are different where the standard LIS extractors actually contain a whole load of additional fields that you can ehnance via LBWE.
If I enhance these with the append structure and some code, then it could cause issues with enhancing via the standard LBWE in the future.
Thanks,
Scott

Similar Messages

  • Release strategyu for contracts and purchase order

    Hi,
    My client want both contracts and release orders (purchase order created w.r.t contract) must to go to release approval before procuring the material or service.
    Is it possible to configure seperate release strategies for contact and purchase order?
    Please let me know.
    Thanks in advance.
    Regards
    Kishore.

    Hi,
    Thanks for your replies.
    Characters for contract will be
    1. Company code
    2. Aggreement type
    3. Target value
    4. Purchase group
    Characters for Purchase order will be
    1. Company code
    2. Dodument type
    3. Net value + VAT(Gross value)
    4. Purchase group
    BASED ON THE ABOVE CRITERIA, PLEASE LET ME KNOW HOW TO CONFIGURE. Release strategy for purchase orders already existing in the system as mentioned above as per the mentioned characteristics. Now i need to configure for contracts only.
    Please help me in this regard.
    Regards
    Kishore.
    Edited by: Jyothula Kishore on Feb 2, 2010 7:37 AM
    Edited by: Jyothula Kishore on Feb 2, 2010 12:01 PM

  • Service copied for contract to Purchase Order

    Deal all,
    when i adopt service from contract to purchase order the quantity is automatically changed to 1 always, whether i have defined the quantity of service more than 1.
    Please give the solution why this is happening, is this the standard setting or where can i do the needful.
    Pankaj

    Hi,
    Pl. elaborate whether the quantity 1 is appearing at Item Overview level or at Item Details level. At the item overview level the quantity will aleays be 1 with unit of measure as AU. At item details, you will be able to view the actual quantity of services copied from contract.
    Regards,
    Prashant
    - Pl reward points if answer is helpful to you

  • Show Order Qty, Shipped out Qty, Open Qty for each SCHEDULE line of Orders?

    HI Experts,
    I need to show the
    Order Qty
    Shipped Qty
    OPEN quantities(Un Shipped quantities)
    at each SCHEDULE line level for all Sales orders.
    So, am pulling the date like,
    Order qty from VBEP-WMENG and
    Open Qta from VBBE-OMENG
    Then am calculating like,
    Shipped Qty =  VBEP-WMENG - VBBE-OMENG
    But, still some SCHEDULE lines r missing in VBBE table!!
    so, pls. let me know that,
    1) Is there any other alternative ideas for my requirement?
    2) Why some SCHEDULE lines r missing in VBBE table?
    thanq

    Try this function module:
      CALL FUNCTION 'RV_SHIPMENT_VIEW'
        EXPORTING
          shipment_number       = tknum
          option_tvtk           = 'X'
          option_ttds           = 'X'
          language              = sy-langu
          option_items          = 'X'
          option_stawn_read     = 'X'
          option_segments       = 'X'
          option_partners       = 'X'
          option_messages       = 'X'
          option_package_dialog = 'X'
          option_flow           = 'X'
          activity              = 'V'
        IMPORTING
          f_vttkvb              = vttkvb
          f_tvtk                = tvtk
          f_tvtkt               = tvtkt
          f_ttds                = ttds
          f_ttdst               = ttdst
        TABLES
          f_vttp                = i_vttpvb
          f_trlk                = i_vtrlk
          f_trlp                = i_vtrlp
          f_vtts                = i_vttsvb
          f_vtsp                = i_vtspvb
        EXCEPTIONS
          not_found             = 1
          delivery_missing      = 3
          OTHERS                = 99.

  • Open qty for 311 movement type to appear in MD04

    Hi,
    We are using MRP area at plant level,our client requirement is the sloc to sloc stock transfer qty with in a plant has to appear in MD04,we are using 311 movement type to transfer the stock.
    Is it possible ? If yes, what are the settings required.
    Please guide me.

    Hi,
    How you define "sloc to sloc stock transfer qty" in the total stock available in the storage location? All the stocks will be shown in the Stock / Req list (MD04).
    May be you can try creating some reservations for Sloc to Sloc transfer with 311 Mov Type.

  • Balance outstanding for contracts

    Hi,
    For contracts or sales order, does anyone know if there is a report that will show the orginal quantity and balance outstanding?
    For single contract, I can use VA43 to click the "status overview" button to get it. Now I need a report to show all.
    Many Thanks
    Jean

    dear chang,
    you are right at your hand that open qty = order qty - refernced quantity in subsequence document.
    But i was thinking that you are asking open qty for a document(like only for a sales order open item) in that case open qty will be calculated as per my formula open qty = order qty - confirmed qty in the same document.
    FYI
    Reagrds
    hiamnshu

  • CNS0 - Open Qty is not correct.

    Dear Expert,
    1. we create PO with account assignment category " N "
    2. GR on this PO, now the parts consumed on the related network / activity automatcally. Stock is 0
    3. CNS0 , at this time, we think the open quantity of this component for related network / activity should be 0 , but the showing qty is still reqirement qty.
    What is the problem ?
    BR , Shubin

    Hi Abdul,
    yes, we have same understanding of you .
    So , when we use CNS0 to delviery other components of this Network/ activity, we think the open QTY for this item should be 0, nothing to delivery, but now it is not the case ,the open QTY still remain as the reqirement qty.
    BR , shubin

  • Open Qty and Received Qty for Open Purchase Order.

    How to Fetch the open qty and received Qty of every Open purchase orders in EKPO table where ELIKZ = SPACE OR LOEKZ = SPACE. What are the table and field used? Kindly help me.

    Hello Senthilramkumar,
    Use ME2L/ME2N/ME2M with selection parameter WE101.
    Hope this will help.

  • Is ther a FM to get the open order qty for a particular material &salesorg?

    Hi experts,
                    I have requirement to find the open order qty for a given sales org (plant will be even better ) and material in my report. I do not want to use the standard tables as i need to fetch all records without any time restriction.So it is takin a lot of time.
    I know i can find it in va05 but i want to know if ther is  some standard function module which can serve this purpose.
    Kindly help.
    regards
    Ashwin

    Thanks for the reply,
    Can you kindly elaborate what i need to pass to the function module ?
    What do I have to pass in the tables LVBMTV and LSELTAB ?
    In which field will i get the open quantity for the material and salesorg ?
    Kindly help,
    Regards
    Ashwin

  • Open order quantity for "PurRqs" and Purchase Order"

    Hi,
    In one of my report I have to display the "Open Quantity" for 'PurRqs' I am using logic as follows:
    Input the "Pur Req" and  its "Item Number" in table EBAN in the fields EBAN- BANFN and EBAN- BNFPO and fetch the value of fields EBAN- MENGE and EBAN- BSMNG. Do the subtraction EBAN- MENGE minus EBAN- BSMNG and consider the value after subtraction as open quantity.
    But in display 'Purchase' order in the tab "Quantities/Dates, there is field with "Open Quantity", my question is if this "Open Quantity" update in any table-fields? or is ther any 'Functional Module" to get this 'open quantity' directly? so that I can avoid the logic of subtraction.
    Same question is for "Purchase Order", is ther any table-field or 'functional moduel' where I can get open PO quantity insteed of using tanle EKET and fields MENGE/WEMNG

    Hi
    What ever logic you are useing is right and go ahead with this and the same logic is for also Scheduling agreement.

  • Open Qty is not copied in Delivery for Stock Transfer Order

    Hi,
    In the Stock Transfer Order process, Once the STO Order is created, I am creating delivery in the transaction VL10B or VL10G.
    When I am clicking the background button Delivery gets generated. Then when i am going in the transaction VL02N and increasing the delivery Quantity which is more than STO order quantity, the system is accepting it. But i want the system to throw an error message if the delivery quantity is more than the order qauntity. For this I have made the following settings.
    In the Transaction Code 0VLP, i have selected B in Check Over Delivery field. But still it is not throwing an error.
    The reason for the same may be, the system is not copying the Open Delivery Qty from the STO Order (Which normally happens in Sale Order to Delivery process, bcos of Copy Control). This field has 0 value. So the system is not able check for over delivery.
    If I get this value in the delivery then it should be working fine and the sytem will throw an error for over delivery.
    Can you please suggest me a way to get this open qty value in delivery for STO order or suggest me some other option to check for over delivery in STO.
    Regards
    Vijay

    Dear Friend,
    If I can understand you clearly.
    to achieve your task the best way you can sit with your abaper and configure a routine and assign the same to T-code OVLK delivery type customizing :
    In the Item requirement : Generally it is 202
    reward points if helpful,
    regards,
    Amlan

  • Purchase Order not subject to release strategy for contract rel. strategy

    Hello, I am trying to set release strategy for contracts (TCODE: ME31K). I have created characteristic, which use table CEKKO and field name BSTYP in Addnl data tab. I have checked values, and they are correct. Then I have assigned in release strategies in classification view value contract. But when I try to check release strategy in ME31K with green flag, it display error: Purchase Order not subject to release strategy. (I have tried to do the same strategy in purchase order, of course with value Purchase order, and it works nice).
    So I have checked this release strategy with this codes:
    CL24N ok,
    CT04 ok,
    CL30N ok,
    CL20N ok,
    Release simulation in release strategy works,
    Then I found out that I should check SE38, SE37 but I do not understand how to use them (according: Purchasing Document Not Subject to Release Strategy).
    Thank you for your help in advance.

    I haven't said to use EKPO table in characteristics. You have to use CEKKO - BSTYP in characteristics.
    I've just said the compare the value which you have given in Release strategy - Classification and EKPO table for the particular contract.
    Also compare your release strategy settings with many existing documents in SCN.
    Check your Classification should be like that.
    You may see the error message in ME31K. Just save the contract then go to ME32K/ME33K or ME35K you can see the release strategy will effect for the contract.

  • Table to get MRP open tqy for a purchase order

    Hi,
    Can anyone suggest a table to get the MRP open qty when the purchase order is given instead of the tables j_abdsi, J_3ABSSI, or j_3adbba??
    Thanks
    Keshi

    thanq
    working out.
    as its-vgbel not primary key, Do we have any FM to pull the LIPS entry, by passing VGBEL value?
    thanq

  • Workflow for SRM (contracts and purchase)

    Hi Gurus..could you send me this documentation of Workflow
    (configuration guide). I have to activate the N-Steps approval fo contracts and purchase order for SRM 5.0.
    thanks,
    Gustavo Nogueira

    Hi,
    See the foll links;
    http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9585db211d2b404006094b92d37/content.htm
    http://help.sap.com/saphelp_srm40/helpdata/en/5a/c5173f5ff48443e10000000a114084/content.htm
    http://help.sap.com/saphelp_srm40/helpdata/en/26/0f8b41ed891609e10000000a155106/content.htm
    BR,
    Disha.
    Do reward points for  useful answers.

  • How to get monthwise opening qty / value for previous years

    I do not get the month wise opening quantity and values for the items for the previous years using the below query. How i can modify this query to get opening qty / value of any year less than current year.
    Yogesh
    SELECT OPN_ITEM_CODE,
    ---------------------------------------OPENING QTY---------------------------------------------------
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),3)THEN ROUND(OPSTK,3) ELSE NULL END)APR_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),4)THEN ROUND(OPSTK,3) ELSE NULL END)MAY_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),5)THEN ROUND(OPSTK,3) ELSE NULL END)JUN_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),6)THEN ROUND(OPSTK,3) ELSE NULL END)JUL_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),7)THEN ROUND(OPSTK,3) ELSE NULL END)AUG_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),8)THEN ROUND(OPSTK,3) ELSE NULL END)SEP_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),9)THEN ROUND(OPSTK,3) ELSE NULL END)OCT_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),10)THEN ROUND(OPSTK,3) ELSE NULL END)NOV_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),11)THEN ROUND(OPSTK,3) ELSE NULL END)DEC_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),12)THEN ROUND(OPSTK,3) ELSE NULL END)JAN_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),13)THEN ROUND(OPSTK,3) ELSE NULL END)FEB_OPQ,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),14)THEN ROUND(OPSTK,3) ELSE NULL END)MAR_OPQ,
    ---------------------------------------OPENING VALUE----------------------------------------------------
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),3)THEN ROUND(OPVAL,3) ELSE NULL END)APR_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),4)THEN ROUND(OPVAL,3) ELSE NULL END)MAY_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),5)THEN ROUND(OPVAL,3) ELSE NULL END)JUN_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),6)THEN ROUND(OPVAL,3) ELSE NULL END)JUL_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),7)THEN ROUND(OPVAL,3) ELSE NULL END)AUG_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),8)THEN ROUND(OPVAL,3) ELSE NULL END)SEP_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),9)THEN ROUND(OPVAL,3) ELSE NULL END)OCT_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),10)THEN ROUND(OPVAL,3) ELSE NULL END)NOV_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),11)THEN ROUND(OPVAL,3) ELSE NULL END)DEC_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),12)THEN ROUND(OPVAL,3) ELSE NULL END)JAN_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),13)THEN ROUND(OPVAL,3) ELSE NULL END)FEB_OPV,
    SUM(CASE WHEN SL_DT < ADD_MONTHS(TRUNC(SYSDATE,'YEAR'),14)THEN ROUND(OPVAL,3) ELSE NULL END)MAR_OPV
    FROM( SELECT SL_ITEM_CODE OPN_ITEM_CODE, SL_DT,
    SUM(DECODE(SL_RCVD_ISSD,'R',1,'I',-1)*SL_QTY_BU/IU_CONV_FACTOR/IU_MAX_LOOSE_1)OPSTK,
    SUM(DECODE(SL_RCVD_ISSD,'R',1,'I',-1)*SL_VAL_1)OPVAL
    FROM OS_STK_LEDGER, OM_ITEM_UOM
    WHERE SL_ITEM_CODE = IU_ITEM_CODE
    GROUP BY SL_ITEM_CODE, SL_DT
    GROUP BY OPN_ITEM_CODE

    it think you need to look for [lag and lead|http://download.oracle.com/docs/cd/B19306_01/server.102/b14223/analysis.htm#sthref1753]

Maybe you are looking for