Billing Quantity decimals in 3 digits

Dear all,
How to change Billing quantity decimals in 3 digits in billing document ?
For example billing quantity 100 should be as 100.000
Jeyakanthan

Hi,
Goto the T.Code "CUNI".
Click on "Units of measurement".
Goto the T.Code "MM03".
Enter the material number.Select the tab "Basic data".
Check the "Unit of measure".
In "CUNI" T.Code,Select your "UOM".
Click on Details.
Maintain the value as "3" in the field "Decimal places" in the "Display" tab.
Save.
Regards,
Krishna.

Similar Messages

  • Billing quantity issue in case of BAPI_BILLINGDOC_CREATEMULTIPLE

    Hello Folks,
    We have a ‘z’ transaction where we are using BAPI ‘BAPI_BILLINGDOC_CREATEMULTIPLE’ to create Billing Document. However the billing quantity updated in the billing document is ‘0.00’ in the case of document being created using the ‘z’ transaction whereas the correct quantity is updated from the transaction ‘VF01’.
    If I change the configuration in VTFL, of billing quantity from ‘B Delivery quantity less invoiced quantity’ to ‘G Cumulative batch quantity minus invoiced quantity’ then the quantity updated from ‘z’ transaction appears correct while the quantity gets doubled in case of ‘VF01’ ie. quantity is updated in both the batches and invoiced item.
    Here is the code snippet I have used in my ‘z’ transaction to create the billing document:
    LOOP AT gt_item_inv_coll INTO gs_item_inv_coll.
        REFRESH : gt_billing.
        CLEAR : gv_line_item. gv_line_item = '0'.
        LOOP AT gt_item INTO gs_item WHERE vbeln_del  = gs_item_inv_coll-vbeln_del .
    *  IF GS_ITEM-STO_SO_IND = 'STO'.
          gv_line_item  = gv_line_item + 10.
          gs_billing-ordbilltyp = 'ZSTO'.
          gs_billing-ref_doc    = gs_item-vbeln_del.
          gs_billing-ref_item   = gv_line_item.  " GS_ITEM-EBELP.
          gs_billing-doc_number = gs_item-ebeln.
          gs_billing-itm_number = gs_item-ebelp.
          gs_billing-ref_doc_ca = 'J'.
          gs_billing-material   = gs_item-matnr.
          gs_billing-plant      = gs_item-reswk.
          APPEND gs_billing TO gt_billing .
          CLEAR gs_billing.
        ENDLOOP.
        REFRESH : gt_bapiret_bill.
        CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
          TABLES
            billingdatain = gt_billing
            return        = gt_bapiret_bill
            success       = gt_success.
        READ TABLE gt_bapiret_bill INTO gs_bapiret_bill WITH KEY type = 'E'.
        IF sy-subrc <> 0.
          READ TABLE gt_success INTO  gs_success INDEX 1.
          IF sy-subrc = 0.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              EXPORTING
                wait = 'X'.
            REFRESH : gt_billing.
            LOOP AT gt_item INTO gs_item WHERE vbeln_del  = gs_item_inv_coll-vbeln_del .
              gs_item-vbeln_bil = gs_success-bill_doc.
              MODIFY gt_item FROM gs_item.
    *           save data to ztable - zmm_weigh_bridge
              PERFORM save_data.
              READ TABLE gt_item INTO gs_item WITH KEY sel = 'X'.
              IF sy-subrc = 0.
                MESSAGE s168(ztr) WITH gs_success-bill_doc gs_item-vbeln_del.
              ENDIF.
            ENDLOOP.
            CLEAR gs_item.
          ENDIF.
        ENDIF.
    *    ENDIF.
      ENDLOOP.
    I humbly request you to provide me with possible solution(s).
    Thanks & Regards,
    Archie

    In customizing of MM-PUR Assign Delivery Type and Checking Rule   the document type of the STO is assigned to the delivery document type.
    Check if you assigned NLCC or just NL.
    NLCC is for cross company while NL is for transfers within one company code.

  • Filling billed quantity into FI-CA document (DFKKOPK-MENGE)

    Hi,
    I need some advice if it is possible "somewhere"  in the System (FI-CA) to customize the filling of the billed quantity into FI-CA document. Table DFKKOPK (G/L Account Items in Open Item Account Document) field MENGE - Quantity.
    Is this functionality in SAP standard processing or should I use some Event (for example 0061 - Posting: Check Complete Document, Set Customer Fields) to fill out this field.
    Thanks for help
    Vlado

    Hello Vlado,
    there is no special activities necessary to transfer the quantity from DBERDTAX-MENGE to DFKKOP-MENGE.
    Please check the
    event R413,
    Field status group XXX for the G/L account, that the field  Quantity  is possible ( => 'X' Req. entry)   and
    note1367393.
    Best regards.
    Christiane

  • Delete proposed items with billed quantity 0 in VF01

    Hi,
    We need to delete from the proposed items to invoice the items with billed quantity 0. The lines with this quantity = 0 have not to be showed so we need to delete the items just when the items are proposed. Do you know any way to do that? The user exits we have found, like userexit_fill_vbrk_vbrp, are not usefull because are executed before the append is done to the table XVBRP.
    Thank you,
    Manel

    This should be done in COPY CONTROL. Please sit with your functional counterpart to identify which copy control routine is currently being used. Next, in VOFM, copy this routine to a new routine (new routine # should be between 601 to 900) and adjust your new routine per your requirements.
    Raj

  • Customer wise Billed quantity and Receivables

    Dear All,
    Is there any standard report in which I can have Billed quantity and Receivables (collection amount ) based on the customer and date wise ,
    Regards
    R Dhana

    Hi Dhana,
                Check the below T-Codes it will be helpfull+FD10N
    1.S_ALR_87012167-Accounts Rec. Information System
    2.S_ALR_87012172-Customer Balances in Local Currency
    3.S_ALR_87012186-Customer Sales
    4.S_ALR_87012169-Transaction Figures: Account Balance
    5.S_ALR_87012168-Due Date Analysis for Open Items
    6.S_ALR_87012197-List of Customer Line Items
    7.S_ALR_87012174-List of Customer Open Items
    8.S_ALR_87012175-Open Items: Customer Due Date Forec.
    9.S_ALR_87012178-Customer Open Item Analysis(Overdue)
    Regards,
    Venugopal

  • Billing quantity data in CIC0 transaction

    HI Gurus,
      I would like to know how the billing data is stored in CIC0.
    When I searched previous threads, I came to know that
    Billing data is stored in CRMD_BILLING table and header
    data in CRMD_ORDERADM_H table.
    But when i checked my system, i didnt got any
    CRMD_BILLING table.I got the header data table.
    I would like to know that for a given business partner
    and posting date, How the billing quantity is calculated?
    Points will be rewarded to helpful answers
    Regards,
    Senoy

    check
    CRMD_BILLING table....
    i can c same table in my system..
    check once again
    Regards
    Anbu

  • Order Related Billing-Change Billing Quantity

    Hi
    I am Creating Order Related billing.
    Order Qty:-10.After entering Order No in VF01 it goes to Billing Screen & Doesn't alow to change Quanity.
    I want to make Billing Quantity as 1 instead of 12.
    Regards,
    Amol

    Hi,
    First check the config setting in VTFA, In item level, select "A" in Billing Quantity field.
    then go to VF01, put the sale order number & select the line where u put the sale order no. & click on "Selection List".
    It shows open qty as order qty. Here u can change the qty & click on "Copy" then save the doc.
    Pls revert if it is working.
    Raj

  • How to change Billing quantity

    Hi,
    business scenario:  the sales order is cross company sales, delivery use POD. when bill to customer, the billing quantity is POD quantity; when bill to receiving company, we want that the billing quantity is delivery quantity, is not POD quantity.
    question:
    1) how to change the billing quantity from POD quantity to delivery quantity?
    2) If use delivery quantity, how to make the delivery status to close?
    thanks your help.
    Cindylan

    Hi,
    May I know the reason for your requirement? I believe customer has to pay only for the material received and that data will be correct only in POD qty than delivery qty.  Otherwise, you can deactivate POD function through delivery item category.
    POD qty = Delivery qty +/- Difference qty.  Please try giving difference qty as zero.
    Regards,
    P Gomatheeswaran

  • Return-billing quantity

    Hi sap gurus
    In return process, we have option of copying billing quantity from order or delivery docs.Is it possible to copy billing quantity from qaulity doc or report/enhancement developed (to calculate actual quantity for credit-returns)
    pl suggest any solution to solve
    Raghu

    Hi Ragu,
    As per the standard functionality I hope it will not possible.
    Because the copy control settings are available only in between sales,delivery and billing document not between the reports or any other enhancements.
    I hope it will help you,
    Regards,
    Murali.

  • Ordered quantity VS billed quantity

    Hi,
    i need help.
    I have to make a report which display ordered quantity VS billed quantity based on some selection: order creation date, sold to party, order number, billing number.
    For this I used table VBFA but it's a bit complicated if a sales order contain returns or if a position from sales order contain multiple billing.
    Is there any bapi function ?
    Any advice is welcome.
    Thanks in advance.

    Hi,
    Why don,t you use standard info structures for this.Use Tcode MCTA or MCTC. The incoming order ty vs Billed qty can be checked from here.
    Regards
    Sanjay

  • Billed Quantity and Value Report

    Dear All,
    Is there any standard report in which I can have Billed quantity and Billed amount on the basis on Material Group? If not then if there any way to cater the data fom standard.
    Thanks in Advance
    Nomi

    Dear Nomi
    How about MCBK, MC dot N,  MC dot O. ??   If these reports does not fulfill your requirement, then, you can go to table SE16, input table VBRK and have the selection optiom as Material Group.
    thanks
    G. Lakshmipathi

  • Apple ID billing information continually adds additional digits to my zip code. This causes my credit card to be invalid, how do I fix this?

    As the title says, when I try to update my billing information the software adds additional digits to my zip code. This is all fine and dandy, it matches to where I live. But my bank only uses the standard five digits and when it adds the additional digits they will not match up correctly despite the first five being matched. This causes an endless and stupidly frustrating cycle that I cannot solve. I tried to find a phone number to call and sort this out but of course that doesn't exist. Any help would be great.

    Hi ...
    Might be something here >  iTunes Store: My credit card's security code or zip code does not match my bank's records
    And you can explain the situation to Apple here > Apple - Support - Mac App Store - Contact Support
    BTW, billing policy is the same for the iTunes and the Mac App Stores.

  • Can Billing Quantity be Different from Order Quantity in Order Related Bill

    Hi
    I have encountered a scenario here at my client.
    My client wants that the billing document should be created with reference to Sales Order but only that value of invoice should be relseased to accounting which is delivered.
    For example,
    Sales Order = 10 units
    Billing Document= 10 units
    Delivery = 5 Units
    Released to Accounting Value = Eqvalent to 5 Units which are delivered.
    Reason why Sales Order and Billing should be of same quantity is that when a customer asks for an order confirmation, he requires Billing document for legal purposes but they want to hit their G/L's only on the basis of Quantity Delivered. As they are not aware when the customer come back to pick his remaining quantity. So they do not want to hit their accounting based on Sales Order quantity.   
    Any ideas?

    Hi,
    If billing has to be posted only after delivery, it is a clear case of Delivery related Billing. It is not order related billing.
    You SHOULD have the following scenarios here.
    Have a normal order and have  Proforma invoice linked to it with the condition that the quantity in proforma invoice should be the same as order.
    However do the actual invoice after doing delivery for the order. In this case, the posting will be only for the quantity delivered. You can change the quantity in proforma invoice when you are creating the same from order. So that reqmt is also taken care of.
    I dont think of any other scenario where you can meet both reqmts.
    Hope this helps

  • Sales Report containing billing quantity, net price et al

    Is there a standard report available that can provide a list of billing document no, date, quantity, net price, sold-to party, material & gross billing ?

    try VF05N but u cant find material number and quantity in it. in VF05 u can get these things but no invoice price. For your requirement you need to create your own report in SQVI with tables VBRP and VBRK join the billing document field VBELN and select fields which you want in selection screen and output. Its very easy to do. Just try SQVI

  • Decimal points in quantity more than 3 digits

    Hi
    I know that decimal point in quantity cannot be longer than 3 digitis - it's structure of field/ table but we have this requirement from pharma company and it's a kind of general requirement of pharma, life science, etc so I wonder how do we handle this technically beside change from Kg to gram. My collegue said her x-collegue said cannot it with modify table or add field to table which not clear to me.
    Anyone has experience on this, pls share
    Thanks & Regards,
    Chanchana

    Hi,
    Qty will be measured bu UOM which will be defined at CUNI.There you may change the decimal places for the unit.Please check.
    Other wise create a unit Gram and provide the conversion KG = 1000gm.
    Regards,

Maybe you are looking for

  • How can i connect my MacBook pro to my 24" cinema display and my led tv?

    I sãs wondering if there is a way of connect my MacBook pro to my 24" cinema display trough mini displayport and my led tv trough the hdmi input. I know that is a lot of addapters but i never saw something that allows me to do it. Thanks for any help

  • How to search and delete repeated elements in a vector

    Hi again, In a class of my application, it needs to check in a vector (A), if there are repeated elements, if it founds one, then it is replaced for a *. then the elements different from * are copied into a new vector(Aa). the code is the following:

  • Bought new ipod touch and want to use all the stuff i bought

    I've purchased a ton of apps and a lot of music too. I'd like to know if it's possible to sinc all my apps and music without issues to my new ipod touch, since the old one (1st generation) is useless (the home button thing, the fix lasted only 3 or 4

  • REMOVING IPSEC VPN CONFIG FROM PIX 6.3 FIREWALL

    Hey, we have pix 6.3 serving as internet firewall and we are int process of replacing it with new ASA Device. currently there are several site to site and remote vpn are configured for access purposes.  i tried to remove one site2site ipsec vpn from

  • Drop or alter database link question...

    I have a database that uses a dblink to connect to a remote database to use a sequence for id's. The remote database is a 12 node rac cluster and when the database link was initially created the admin that created it only specified one of the nodes i