Open contract -  remaining quantity report?

Hello,
I need to find a report which will show open contract quantity. T-code: VA45, VA46 has no such data. There are only information about open contracts, but I can not find data about remaining contract quantity.
Do you know any t-code or program?
Best regards,
Maciej K.

Hi,
It looks there is no standard report that can show the open contract quantity.
In our business, we developed an ABAP query and I used logical database table VAV.
Couple of Z-fields were introduced to find the total release quantity (for quantity contract) and total released value (for value contract).
To find the total released value a function module CALL FUNCTION 'SD_READ_CALL_OFF_VALUE' was used. To find the released quantity, a query was used to fetch information from VBFA table like below;
SELECT SINGLE SUM( rfmng )
INTO ZRELEASEDQUANTITY
FROM vbfa
WHERE vbelv = vbak-vbeln
AND posnv = vbap-posnr
AND vbtyp_n = 'C'.
If the above two values are known, then you can subtract these fields from target quantity (VBAP-ZMENG) and target value (VBAP-ZWERT) fields to find the open quanity and value details.
Regards

Similar Messages

  • Report including open purchase order quantity for one storage location

    Hello gurus,
    I am looking for a report giving me the total/available stock and the open purchase order quantity for all materials stored in a certain storage location.
    I.e. like this:
    Plant 0001, storage loc. 01
    Material        stock        open purchase order quantity
    100000        200 pcs.   50pcs.
    Is there such a report in SAP standard?
    Thanks
    Alicia

    hI
    U want the report like this ,
    MAterial stock availablein storage location and with Open PO quantity for the same material.???
    This report u can get in 2 different transaction . the n u can combine and create one custom transaction .
    One is for materil stock in storage location is MB52 or MB5B
    THen ME2N for open PO quantity for that material.

  • Report for open purchase order quantity

    Dear experts,
    Is there any report for showing open purchase order quantity for which goods are not yet received?
    Regards
    babu

    Hi
    ref the blw link which will have the complete sap std reports
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/erplo/sapStandardReports

  • Function Module to calculate Open Contract Quantity

    Hi All,
    Is there a function module to calculate Open Contract Quantity?
    Thanks.

    Hi Ravi,
    Thanks for the reply.
    For this FM, i need to pass the Sales Doc Number. Is there an FM where i can pass the contract number?
    Best regards,
    Sindy

  • Determining Open Contract Quantities

    Hi Experts,
    I have the below scenario,
    A quantity contract is created, for example 10 quantities for a particualr material.
    An order is created based on the contract for 2 quantities. Therfore now the open quantity in the contract is 8.
    Is there a table from which I can determine the open quantites. Currently I am use the status overview button on the contracts to see the open quantities. But as we have to transmit this value to another connected system, i am trying to understand how open quantities can be determined. ( via a table or by sequence of steps which can be programmed), Or is there any standard report from which I can get these values.
    Thanks for the help.
    Regards,
    Santosh
    Edited by: Santosh Durai MC on Sep 27, 2011 11:27 AM

    Dear Santosh Durai MC,
    You can find the open contract quantities in standard table "VBAP"
    Go to se16n and give VBAP table and enter the contract document in "VBELN" and ececute, then you can find the target quantity in "ZMENG"
    As you know this target quantity only appears for contract documents, you can't find this target quantity for release orders.
    If you want to know the order quantity  fallow the above procedure, instead of giving contract number give the release order document number in "VBELN".
    Then you can find the order quantity in (KWMENG), this is the quantity what release order has been created.
    If you want to give logic to ABAPER (ZMENG-KWMENG=Open contract quantity)
    Please revert if any clarifications
    Thanks&Regards
    Raghavnedra.k

  • CQ Contract types and reporting of deliveries (outstanding quantities)

    We are using document type 'CQ' Quantity Contracts for standard sales processing in part of our business.  Standard Orders are called off from the contract and thus deliveries are made to customers.  Frustratingly I cannot find any standard reports to view contracts (open or closed) and their respective deliveries and thus the open balance of the contract in one single report.  Not even in BW I cannot get at this information.  Could one of you SD guru's advise?
    I am after a report with the following columns
    Contract Number #, Material number #, Contract Qty #, Order Number #, Delivery Number #, Open contract qty #
    Many thanks
    Dan

    Dan,
    As sales orders are created from contracts and deliveries are created from sales orders, you cannot find out hte open quantities in contracts. This is not the right method also. The open value in contract only represents the quantities for which sales orders are not created. It doesnot represent the quantity which are not delivered.
    To find out the quantity which are to be delivered, please find out the list of open orders available in VA05. Once you get this list of sales orders, then you can give these sales orders as input in the table VBFA for the field succeeding document. This will give you the contract numbers using which these sales orders are created.
    Now you can total the quantity of each sales orders for one contract to find out the open quantity
    Hope this helps

  • Open Purchase Order Quantity

    Hi, All,
    Is there any way to know how many open purchase order quantity in the SAP system?
    If I want to differentiate different business unit open purchase order, how I can do?
    What's the T-code?
    Thanks

    Hi,
    You can use ME2M, ME2N, ME2L, in the field Selection Parameters on the initial screen specify WE101 & the reports will list out all PO's for which GR is pending (i.e. Open PO's). Now you can change layout add / remove fields as per your need. You can also sub-total on plant or purchasing org. thereby getting the data you require. Also in the selection screen in the field Scope of List you can specify ALV to get an alv listing.
    Hope the above answers your query.
    Regards,
    Vivek

  • Total open purchase order quantity fro a material

    Hi,
    Waht is the table that contain the total open purchase order quantity (on order quantity, not yet goods receipt) for a material number?

    hi,
    You can check the table EKPO, EKKO, and EKBE...
    also for delivery schedules use the table EKET...
    You also have a report ME2N for the same, use the proper selection parameter...
    regards
    Priyanka.P

  • Open Sales Order quantity & value

    Hi,
    We have a requirement here of report to show open sales order quantity & value for any month (monthend). There is a datasource 2LIS_11_V_ITM which gives Open order quantity. I have created an ODS with 2LIS_11_VAITM & 2LIS_11_V_ITM which can give me desired qty & value, but only for date of last data upload and not for date in the past.(and to get that, I have to sumup all open orders quantity without using any date filter)
    I am thinking of creating a Infocube over this ODS to update the Open Order qty & value at the monthend (Snapshot scenario). But to update this, I am not able to get the logic for date to be used in time dimension.
    If anyone can think of the solution or any alternate way to develop this kind of report, your help/suggestions are most welcome.
    Thanks,
    Vikram.

    Hi Vikram,
    Find the link, which solves u r requirement
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bi/arobustdesignofopensalesorderdataflow
    Thanks & Regards
    Ramakrishna Kamurthy

  • How to get the open production order quantity

    Hi,
    I need to generate a report with open prodution order quantity.
    I am planning to use the following rule
    (AFkO-GAMNG) - (AFKO-IGMNG)
    will this work ?
    Pls give me the feedback.
    Thanks

    Hi Anil,
    Using these two field from table afko, you will get the confirmed qty data. As per Rajesh suggestion you need to take data from MSEG TABLE.
    REGARDS,
    SATYAJIT

  • List of open contracts/sales orders

    Hi friends ,
    Can we generate a report based on partner function?
    Say i have a additional partner function other than SP/SH/BP/PY....i have a customer(AAA)who carries SP/SH/BP/PY functions and sells the material to his customer(Y).If i add customer(Y) as a partner function in the customer master of AAA,can i generate the open contract or total sales for that customer based on the partner function Y?
    Thanks
    Ivy

    Hi ! Ivy
    I guess there is a option.
    Try this out. Use the menu path IMG> Sales & Distribution> Sales> Lists> Set updating of partner index
    In the resulting screen, click on 'New Entries' make entries 0 - for sales orders and 4 - for contracts as transaction group. Under the column 'partner function' ener the partner function for which you want the report and save your entries.
    Now when you go for executing your report, click on the push button 'Partner functions' ( Say in VA05) , you will have the option for selecting the new partner functions , select and execute your report.
    Provide your feedback.
    Regards,
    PATHIK

  • Open contracts

    Hi Friends,
    Is there any std trcode for getting the open contracts (SD)...or ABAP query is required to generate the report for the same.
    Thanks
    Ivy

    Hello,
    Use the transaction code VA45 and select the radio button "OPEN CONTRACTS".
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • Open and cancelled Quote Report

    Hi,
    Can anyone give me the information  for getting open and cancelled Quote Report?

    I hope you are using reason for rejection for cancelling quotations. If that is the case, you can use transaction VA25 to view the list of quotations. Here you can filter on two columns status and reason for rejection to view the report as per your requirement.
    Regards,
    GSL.

  • I am having macbook air recently my iphotos did not open and was showing report apple and reopen but i came to know that by pressing alt and iphotos i open an new photo library and stored the pics but now how can i get the pics which i had in the earlier

    i am having macbook air recently my iphotos did not open and was showing report apple and reopen but i came to know that by pressing alt and iphotos i open an new photo library and stored the pics but now how can i get the pics which i had in the earlier photo please help me to recover my photos

    Well I'll guess you're using iPhoto 11:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

Maybe you are looking for

  • N72 no signal and can't get any network connection

    I have had my N72 for a couple of months and I haven't had any problems. Now all of a sudden it has gone offline and I can't get a connection. It is not the carrier, my sim card works fine in my old phone. I also tried another sim card in the N72 and

  • My purchased items aren't appearing in "Music" after ios5 update

    OK, I'll try to put this simply. I'm using an iPhone 3GS if that makes any difference. I updated to IOS5 this morning, and it removed all of my music. Not a problem as I can sync it up again from my laptop. But, I "downloaded" all previous purchases

  • AppleTV 1st Gen and new computer

    How do I connect AppleTV 1st Gen to different computer than the original laptop that I synced with? The laptop has very little space left and I want to synch with larger desktop. Do I have to disconnect it from laptop some how? The desktop has seen A

  • Adobe Acrobat X - License agreement won't be accepted

    I have Adobe Acrobat X and everytime I open the application it asks me to accept the license agreement. Regardless of what I click the application closes and reopens itself asking me to once again accept the license agreement. This loops indefinitely

  • Unable to resume rented movies after pause

    When I pause a downloaded movie rental I cannot resume the playback (after a minute pause or so). The video freezes on the frame where I paused it and the audio plays for about 5 seconds and then iTunes freezes. I restarted the system but I still can