Order Quantity and Target Quantity, both as editable in Sales Order

Hi All,
We have a requirement in which order quantity and target quantity, both should be allowed as editable fields in overview screen while creating a sales order or contract. Currently, only one quantity field is editable (order quantity in sales order and target quantity in contract).
First question, is this possible?
Second, If possible, then please tell the configurations need to maintain?
Note: The material is relevant for delivery (so schedule lines allowed).
Thanks & Regards,
Vishal

Hi Lakshmi,
Thanks for the reply. I think I did not clarify the actual requirements. Let me explain it again:
I understand that generally, Target qty is in contract and Order Qty is in sales order. But actually, here query is,
When I create Sales Order (VA01), then while entering Material, user should see both quantity columns (Order Qty and Target Qty) in editable mode.
So is this possible? If yes, then please guide.
Please revert back if any further clarifications is required.
Thanks & Regards,
Vishal

Similar Messages

  • Which CRM table stores the release quantity and target quantity

    I found one table named CRMD_SCHEDLIN, one field is Quantity, is it the target quantity or not? If not, which CRM tables stores this info?
    Thanks!

    H Tracy,
    As far as i could find the table CRMD_SCHEDLIN is the only table which stores quantity. the sum quantities of each line item gives you the target quantity of the order i think.
    Please check the source code of function module CRM_SCHEDLIN_I_GET_ORD_QTY_OW you may get soem idea.
    Thanks,
    Rajini A.

  • Rounding : User flexibility to edit the Sales Order quantity.

    Hello Gurus,
    We are on 6.0 and have the following requirements.
    1st requirement: To round the Sales Order Quantity to the Alt Unit of Measure (higher or lower). As a solution we could use the Rounding Profile.
    The problem is with 2nd requirement below.
    2nd business requirement: When the system rounds the Sales Order quantity to higher or lower, the user should have the flexibility to edit the Sales Order quantity and decide whether to permit rounding or not, as suggested by the system.
    Currently, with standard config, the system gives the message V1720 saying it has rounded the quantity with a reason. After the rounded quantity is suggested by the system, even if the user edits the Sales Order quantity, the system puts it back to the previously rounded quantity.
    SYSTEM REQUIREMENT : We would like to have the Rounding but we want the user to be able to edit the rounded quantity.
    REASON : Since the products are high value, we want the customer to feel comfortable with the rounded quantity.
    The users do not want to impose the rounded quantity compulsorily on the customer. If the customer is not comfortable with the rounded quantity, the customer should be givne the choice of a non-rounded quantity.
    IMPACT : In these difficult times, every Order is important. If we don't not give this choice to the customer, the customer might decide not to order at all. We do not want to lose the Order just because of the higher rounded quantity. But, at the same time, we would like to give the choice to the customer of the rounded quantity and his non-rounded quantity.
    PLEASE NOTE : In this situation, the Rounded quantity is slightly different from Minimum Order quantity. The Minimum Order quantity is not the solution.
    QUESTION : Is there any standard setting or is User Exit, BADI the only method ?
    Thanks in advance
    Srinivas

    Hi Prakash,
    Thanks for the reply. Actually these customers are created as a Agents and we are using these customers in Commission rebates. So at the time of Rebate partial credit memo, then these agents should be active otherwise system will give the error.
    So what i am thinking is, Standard sales order creation needs to be restricted so that users can not able to create standard order.
    So can you suggest is there any user exit can be used to prevent creation of standard order for these account group and order type xxx?
    Regards,
    SK

  • Difference between full and target quantity in iteme category

    What is the difference between Target quantity and Full quantity in Completion rule in Item Catergory customization?

    hi
    full quantity is used for quotations
    target quantity for contracts
    Completion rules
    An item may be considered fully referenced if one of the following criteria have been met
    An item is complete as soon as it is used as a reference. In this case, the item is fully referenced, even if only a part of the quantity is copied.
    An item is only complete once the full quantity has been copied into a subsequent document. If the item is partially referenced, it is possible to enter several sales documents for the item until the quantity is fully accounted for.
    An item is only complete once the target quantity (in a contract, for example) has been copied into a subsequent document. If the item is partially referenced, it is possible to enter several sales documents for the item until the quantity is fully accounted for.
    The standard version of the system defines an inquiry item as complete even if only one part of the inquiry quantity has been copied into a quotation. On the other hand, when you copy a quotation into a sales order, the quotation is not complete until the quotation quantity has been fully referenced.
    Contracts, like quotations, are only considered complete once the full target quantity of the contract has been released.

  • Reg Open sales order item and the quantity

    Hi experts:
    I am getting open sales order item based on inner join of tables(vbak, vbap, vbep). Not using vbbe table in inner join as it doesnt carry all pending open records.
    can any one say how open sales order items  and their quantity can be retrieved?
    I searched forum and saw usage of vbuk and vbup tables, but it does not accomplish our scenario.
    Thanks in advance,
    Sashti.

    Hi,
    1) fetch the header information from VBAK table.
    2) Based on VBAK table fetch all the line items from VBAP table.
    3) Now fetch from VBFA table.
    *-Fetch from VBFA to get the delivered qty
      SELECT vbelv               " Preceding sales and distribution document
             posnv               " Preceding item of an SD document
             rfmng               " Referenced quantity in base UOM
        FROM vbfa
        INTO TABLE lt_vbfa
         WHERE vbelv   = gv_vbeln
           and vbtyp_n = 'J'.
    4) By comparing VBFA-POSNR just filter the records from the VBAP internal table. Remained lines are open lines of the sales order.
    Regards,
    ~Satya

  • Difference between open quantity and delivery quantity

    Hi all,
    Please anybody explain me the difference between open quantity and delivery quantity My question is both are same in the value or different I need to report these 2 fields based on date.
    open quantity is available in table vbbe
    delivery quantity available in table lips.
    for open quantity i have one select statement.
    for delivery quantity i have another select statement.
    i want to club these 2 fields into a single report.
    please clarify my doubt.
    regards
    chandu

    Hi,
    Open quantity is nothing but the quantity which we have at the DAY starts.
    Delivered quantity means which was delivered on that DAY.
    So Opening qty - Delivered qty = Closing qty for a DAY.
    Again this Closing qty will be the Opening qty for next DAY.
    I think based on POSNR u need to club both the quantity in single report.
    select vbeln posnr matnr omeng mbdat into itab from VBBE where....
    select vbeln posnr matnr lfimg mbdat into itab1 from lips where....
    loop at itab.
    read table itab1 with key....
    move:....to itab2.
    endloop.
    Thanks.
    I hope this will help you.
    Message was edited by: Deepak333 k
    Message was edited by: Deepak333 k

  • Material Confirmed quantity and Open quantity

    Hi All,
      I am working on a report where the user wants the material confirmed quantity and open quantity at the batch level. I know for open quantity VBBE-OMENG can work. Just need confirmation that this is the correct field. However for confirmed quantity I am not able to narrow it down to one field. I have the following fields as possibilities but not sure which is the right one.
    1) VBBE-VMENG
    2) VBEP-BMENG (This is the at the sales order level though. We need it at the batch level)
    Can you please let me know if i have the right approach here? The report has Material, plant, sloc and batch along with a bunch of other fields.
    Regards.
    Sid

    Hello,
    you should extract the quantities from all the deliveries selected for material and batch, and selecting only open deliveries.
    Use a selection like this:
        SELECT lips~MATNR lips~WERKS
               lips~CHARG lips~LFIMG
          INTO TABLE lt_lips
          from lips as lips
          INNER JOIN vbup as vbup
            on lips~VBELN = vbup~VBELN AND
               lips~POSNR = vbup~POSNR
         WHERE lips~MATNR = p_matnr
           AND lips~WERKS = P_WERKS
           AND lips~CHARG = P_CHARG
           AND ( vbup~WBSTA eq 'A' or
                 vbup~WBSTA eq 'B' ).
    Best regards,
    Andrea

  • Function to convert PO quantity and cancelled quantity into Primary UOM

    Hello,
    I am looking for a function to convert PO quantity and cancelled quantity into its Primary UOM from the unit of measure the line order was placed.
    Thank you

    hi
    In case if you are already working in production remember that decimal places should not change. It will affect all previous data.
    For your problem best solution is make order unit as 1000. So that your problem will solve
    e.g. instead of 2.009 inr for 1 Unit use 2009 inr for 1000 unit.

  • Planned quantity and actual quantity error

    Dear all,
    Planned quantity and actual quantity both are same,but still some variance showing in plan/actual variance column.
    Kindly find below image.Material 10000135,10000137,10000310. while confirming we dint consider these material,apart from that other values showing variance.
    Requesting you to give suggestion.
    Regards
    Rajasekaran

    Hi Deep,
    Assuming you have an InfoObject for Quarter (say 0CALQUARTER) & Month (say 0CALMONTH), drag the Quarter InfoObject & Month InfoObject below in the Columns. Drag your KFs i.e. Planned Qty & Actual Qty below the Month InfoObject to form a KF structure. If you don't want Qty Unit to be displayed alongside your KFs, use NODIM() function & display Unit in the Rows.
    --Priya

  • Update picked quantity and delivery quantity in picking.

    hi,
    i completed delivery with reference of sales order, and also complete pgi useing tc vl02n . i want any standard function module or BAPI for  update the picked quantity and delivery quantity in picking.
    thanks in advance.

    Hi Dhanush,
    Refer to the function module WS_DELIVERY_UPDATE for pick, pack, update serial numbers & PGI functions of the delivery.
    Hope it helps!
    Thanks!
    Preethi.

  • Difference between "base quantity" and "operation quantity" in an operation

    Hello
    what is the difference between "base quantity" and "operation quantity" in a production order ?
    thank you for your answers

    Base Quantity - Quantity of the material to be produced to which the standard values of the operation refer.
    Operation Quantity - Quantity planned for this operation.
    Base quantity and operation quantity may not always be the same, if we have partial lots delivered during the sequence of operations, the operation quantity will be equal to the lot delivered during the operation.
    Base quantity is dependent on the BOM, where it signifies the total quantity of output after using the components of certain quantity.
    Hope this may help you.

  • Total quantity and pending quantity against Inbound number

    I have to make report to view total quantity and pending quantity against Inbound number in a single entry transaction.
    How will I do this...
    Please help me.

    It depends on your client / company requirement.
    Generally the following parameters can be taken as selection
    PO Document date
    PO Number
    Vendor
    Plant
    And Out put
    Po Number, PO Line item, PO Date, Vendor, Vendor Name, Plant, Plant text, Inbound delivery Number, PO Qty, ID Sequence Number, Inbound Delivery Qty, Inbound delivery date, UOM, GR Number, GR Date, GR Posting date, Material, Material Description, Batch etc...

  • I need to display planned quantity and actual quantity for Plant in quarter

    Hi,
       I need to display planned quantity and actual quantity for Plant in quarter  AND  month wise as  below.
                                                                    Q1                              Q2  .......                              M1                                       M2 .........................................
    PLANT    MATERRIAL    UNIT     PLTY   ACTQTY          PLTY   ACQTY                   PLTY   ACQTY                    PLTY   ACQTY
    P1            M1                      EA        20        15                      30       25                             40       35                              50       45
    P1            M2                      EA        20        15                      30       25                             40       35                              50       45
    P2            M2                      EA        20        15                      30       25                             40       35                              50       45
    I will keep plant and material infoobject as row. Can you please suggest how i should design column section to display like above
    Regards
    Deep.

    Hi Deep,
    Assuming you have an InfoObject for Quarter (say 0CALQUARTER) & Month (say 0CALMONTH), drag the Quarter InfoObject & Month InfoObject below in the Columns. Drag your KFs i.e. Planned Qty & Actual Qty below the Month InfoObject to form a KF structure. If you don't want Qty Unit to be displayed alongside your KFs, use NODIM() function & display Unit in the Rows.
    --Priya

  • Function module which uses both BAPI's for sales order create and change

    Please name the function module which uses both BAPI's for sales order create and change.
    BAPI_SALESORDER_CREATEFORMDAT2
    BAPI_SALESORDERCHANGE

    Yup.
    you must write a piece of code for this.
    with if else condition.first check if SO is exsist than use second FM to change it else create new SO from first FM.
    logic somethig like this.
    Amit.

  • PR00 should be not editable in sales order

    D/ Friends,
    Weu2019re creating Sales Order w.r.t. contract. Weu2019re putting PR00 in contract. PR00 is manual, has no access sequence. Same pricing procedure has been assigned to contract and order. In that Pric Procd PR00 is manual and mandatory. In VTAA Copy Ctrl between Contract and Sales Order Pricing type is D @ Itm level.
    Now the issue is that PR00 in sales order is being copied from Contract, but in Sales Order it is editable. We want that PR00 should be non-editable in Sales Order. How to achieve this?
    Thanks.

    Hello R S,
    As you are using same Pricing Procedure in Order & Contract & PR00 is manual in Conract, you cannot make it non-editalbe in Sales Order using Standard Config.
    You will have to go to Z-Development as suggested by Prasanna above.
    SHD0 will also not be useful because you would like to have other Conditions in editable mode.
    Hope this clarifies,
    Thanks,
    JIgnesh Mehta

Maybe you are looking for

  • Selecting all data from employee where foreign key = null and show it in view

    Hi guys i have view like following : SELECT dbo.Nationality.NationalityName, dbo.Employee.DriverName, dbo.Employee.DriverID, dbo.Employee.NationalityID, dbo.Employee.ResidentNo, dbo.Country.CountryName, dbo.Employee.CountryID, dbo.Branch.BranchName,

  • Shared Photo Stream not showing video on Mac

    Hi, I can now see videos in my shared Photo Stream using IOS7 so that seems to be working fine. I can also see the video when viewing the public website for the shared Photo Stream. However, for the same shared Photo Stream I cannot see the video on

  • BEST DVD TO IPOD SOFTWARE

    Does anyone have an opinion on the best DVD to Ipod software to purchase? I've tried the trial versions of PQDVD, Xilisoft, and Cucusoft and have found problems and numerous differences with those. If there are any others out there please let me know

  • Older iMAc, OS X 10.8.5 and WIFI

    Hello, I updated from 10.6.8 to 10.8.4 a couple of weeks ago. Everything's running smoothly. However, having read in these forums that updating further to 10.8.5  knocks out the WIFI connection ( on which I'm using my Mac ) for older models with 802.

  • Do you have to use Compressor with DVD Studio Pro?

    Hello, I'm trying to find a way to streamline bringing QuickTime Movies made in FCP6 into DVDSP. When I try to import QT Movies or movies compressed with H.264 into DVD Studio Pro, I get the error message: "Incompatible Format". Is there anyway to ge