COMPUTE_FLOAT_ZERODIVIDE when display sales delivery

Hi All,
Before describing the issue will give you complete overview about the below requirement
Material X  ( base UoM - PC) after certain duration becomes unusable & needs to be sold as scrap in alt
UoM MT (metric ton).
So we decided to create a dummy material let us say Y and then follow below steps:
1) Transfer the stock from 'X' to 'Y' through 309
2) Then create sales order .
3) Create the delivery and do the PGI
4) Then do the billing.
Then we had one more limitation that material 'X' weight (MT) will vary. So we decided
to activate batch management for dummy material 'Y' and go for batch specific UoM.
In standard when we add batch specifi UoM in BMA1 transaction , in the reference Unit column
we were not able to put PC , since PC is a dimensionless unit.
So we created a new dimensionless UoM, MTP (Metric ton per piece) and added this in BMA1 and
put reference unit as MT.
After this I added the configuration 'Define Calculation of Product Quantity from Base Quantity' in BMA3.
We were able to capture batch specific qty for the dummy material whenever transfer posting is done.
ISSUE:
But now the issue is that when we create sales order then delivery & PGI in single step, we are not facing any issue in
displaying the delivery document in VL03N.
While when we create delivery first & save and then do PGI and try to display the delivery document it is going
for dump
Runtime Errors         COMPUTE_FLOAT_ZERODIVIDE
Exceptn                CX_SY_ZERODIVIDE
For those deliveries with problem in LIPS table numerator field is updating with zero.
What could be reason for this issue? Please throw your valuable inputs.
Regards,
Partha

Runtime Errors COMPUTE_FLOAT_ZERODIVIDE
Check note 888999 or 889334
thanks
G. Lakshmipathi

Similar Messages

  • To Blank out system default requested delivery date when create Sales Order

    Hi Experts,
    I am facing a problem when create Sales Order doc copy with reference to a contract.
    The create with reference screen under the Contract tab, SAP default with current date as the Requested delivery date.
    Is there any way to blank out this default as I need to use the requested delivery data in the contract doc ?
    Many Thanks.
    Regards,
    Xavier

    Hi,
    Try this--
    While defining the Contract sales docment type in VOV8,  uncheck the proposed delivery date field in  the tab Requested delivery date/ reqested pricing date/reqested prchase order date
    I will not propose the system date and leaves the field blank
    you can enter  the required delivery date.
    Hope this will work
    regards,
    santosh

  • Display  Pop up message when  changing and displaying sales orders?

    Hi Friends,
    My client requirement is to display text popup during change sales order VA02 , and  Display sales order VA03.
    Pls find me a answer for this , Thanks.
    Nina.T

    Hello Nina...
    Hope you are aware of the configurations you need to maintain for the Text determination.Anyway, herewith are the steps that may help you to accomplish your requirement.
    Text Determination procedure for sales document header:
    Text can be determined at sales document header level or it can be imported from customer master. The process is...
    Define Text types: Path: Imgsales and distributionbasic functionstext controldefine text types
    Select sales document header. click on text types go to new entries and define text types. For Eg:Z1
    Define Access sequence:
    Select sales document header
    Click on change icon
    Click on access sequence control button under dialog structure
    Go to new entries and define access sequence number with description.Ex: 55
    Save it and exit
    Define text determination procedure:
    Go to new entries
    Define text determination procedure.Ex: ZX save it and exit
    Assign text id's to text determination procedure:
    Select your text determination procedure(ZX)
    click on text id's in text procedure control button under dialog structure
    go to new entries and maintain entries. Text id:assign text id (Z1) that we defined in the previous step
    Specify sequence No-10
    Check Reference: this indicator specify that the text is reference or copies from preceding object
    Text in obligatory: text will be displayed during copying. the value of this field specifies whether text is obligatory or not and if it is obligatory the how it is to be displayed
    Apart from this... you also have to maintain the text in the Customer master as mentioned in the previous mail..
    Thanks,
    Safeer Rahman

  • How to display Sales Order Document No into Invoice  ALD document

    Hi everyone
    I need to know how to bring in the sales order number into a UDF on a sales invoice which i will then pull into the invoice document using ALD.The client creates a sales order and copys into a delivery and THEN copys into an Invoice therefore it loses the original base number
    SBO only displays the delivery number into the invoice and the sales number in the delivery - it will not take the sales order all the way into the invoice.
    I can see that it brings it into the remarks field but this also brings in text, which i dont want displaying in ALD document.
    can anyone help either with a formatted search or if you know how i can strip out the text from the remarks field.
    any suggestions will be much appreciated
    Thanks

    You can use the next query:
    Select o.DocNum
    From DLN1 d
    Join ORDR o On o.DocEntry=d.BaseEntry and d.Linenum=0
    Where d.DocEntry=$(INV1.BaseEntry)
    (You should replace the ')' with '']' and the '(' with  '[')
    But this is usable only when the user derives the invoice from one delivery and the delivery from one order.

  • Display sales orders due list in a week

    hi , i want to display sales orders due list in a week
    what are the tables need to be referred?
    Rgds
    Umakanth
    Edited by: Alvaro Tejada Galindo on Feb 21, 2008 5:06 PM

    Hi,
    The following is a list of Sales & Distribution tables :
    VBBE Sales Requirements: Individual Records
    VBEH Schedule line history
    VBEP Sales Document: Schedule Line Data
    VBFA Sales Document Flow
    VBLB Sales document: Release order data
    KONV Conditions for Transaction Data 
    KONP Conditions for Items 
    LIKP Delivery Header Data
    LIPS Delivery: Item data
    VBAK Sales Document: Header Data
    VBAP Sales Document: Item Data
    VBLK SD Document: Delivery Note Header
    VBPA Sales Document: Partner
    VBRK Billing: Header Data
    VBRP Billing: Item Data
    VBUK Sales Document: Header Status and
    Administrative Data
    VBUP Sales Document: Item Status
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    VEPVG Delivery Due Index.
    Hope this might help you.
    Regards,
    Kaveri.

  • Problem when dispalying Sales document header text.

    Hi All,
             I am facing problem when displaying header text of Sales document. my problem is that
    when we got to VA02 -> give sales document number  press enter
    once afer going inside that sales document -> Goto Header text  . In text tab, on left hand side we can find many text for whch corresponding text has written on Right hand side Text area.
    i want that text to be print on script.
    i tried even by pressing F1 but i could not find where that text stores in database.
    can any one please explain it how to dispaly the text that is written manually in  text area on Script.
    regards
    Prasadh.

    Hi,
    You must call function module 'READ_TEXT' with the following parameters:
    ID = The technical text id number (see table TTXID for OBJECT = 'VBBK' for a list of valid values)
    LANGUAGE = your local language
    NAME = sales document number (all 10 digits with any leading zeros)
    OBJECT = 'VBBK'
    You will need to call the function module once per text type id (the list on the left hand side in VA02, header texts screen).  The text from the right hand side will be in an internal table LINES after you call the 'READ_TEXT' function module.
    If you just want to print directly from VA02, then choose the details button which takes you to another screen with Print functionality.
    Regards,
    Jamie

  • Is it standard behavior for VL10A/table VEPVG to show two records when a Sales Document has been blocked?

    Hi Experts,
    Is it standard behavior for VL10A to show two records when a Sales Document has been blocked? Their only difference is the field Delivery Block. In VL10A, the first record has a delivery block of BLANK, the second has 99.
    Here's how to replicate the issue.
    Create sales order.
    When you check VL10A, the Sales document is there.
    Change sales order field (RSD) in VA02, Save.
    When you check VL10A, there are now two records, one has a blank delivery block, the other has 99.
    The expected result here is that after changing in VA02, there will be only 1 record in VL10A and it should have delivery block of 99.
    Assumptions:
    1. We know that VL10A retrieves its records from VEPVG. The problem is, in VEPVG, delivery block is a key field. So I think that during VA02, when the delivery block of 99 is assigned, this creates a record in VEPVG instead of updating the existing one. Is this standard behavior, and are my assumptions correct?
    Thanks in advanced experts. Appreciate your prompt response,
    Jack

    Hello Jack,
    This is the standard behavior. When I check in our system, I too can see two entries but with different good issue date and delivery date and the block is specific to good issue date, delivery date.
    So there is no problem in it. try to give the delivery date which includes two table entries delivery date and execute the transaction VL10A.
    Regards,
    TP

  • SD - COPA : CE4* KAUFN is always populated when creating sales order

    Hi All,
    I am not SD or FICO functional consultant.
    So please bear my silly question.
    We are using "Account Based Operating Concern".
    We have also configured using transaction : KEQ3, that characteristic KAUFN is "NOT USED".
    There is no derivation rule for this characteristic KAUFN.
    My issue is that everytime i create sales order (transaction : VA01), COPA segment is generated, but along with Sales Order Number (CA4* - KAUFN).
    For performance, we do not want Sales Order to be populated in COPA segments.
    Is there some configuration that we missed ? Please shed some lights.
    Any suggestions are greatly appriciated.
    Thanks.

    Hi Waman,
    Thanks for your response.
    I notice the KAUFN (Sales Order) characteristic is being populated, by browsing table CE4XXXX_ACCT with PAOBJNR = VBAP-PAOBJNR.
    I can see there is value for field KAUFN, which is Sales Order No.
    When i generate delivery -> billing/invoice -> Accounting Document, all have the same PAOBJNR as VBAP-PAOBJNR.
    This is not expected. I expected CE4XXXX_ACCT-KAUFN to not have any value at all, so the number of records save into CE4XXXX_ACCT should be much lesser. This is suggested by SAP documentation also.
    So i am completely lost, which configuration that we missed ?
    Any suggestion ?

  • When MSKA (Sales Order Stock) table get updated?

    Hi,
    May I know when MSKA(Sales Order Stock)  table get updated?
    Regards,
    thiyagu

    suppose a sales order has been created of 10 MTS and Production Person give me 5 MTS against the sales order by creating Planned Order& Production Order wrt Sales Order,then 5 MTS will be updated into Unrestricted - Use.
    If suppose Material is Return Delivery ,then after MIGO , it goes to Quality Inspection,then this Quantity will Updated in to Stock in Quality Inspection .
    Hope ,it will help you.
    Best Regards,
    Ankur

  • BP Master Window, Sales Emp Code used to display Sales Empl Name now  displ

    BP Master Window, Sales Emp Code used to display Sales Empl Name now  displays Sales Emp Code
    Our customer has noticed that when they do a search in the BP Master window that one of the
    columns that is displayed called the Sales Emplyoyee code s not bringing up the Sales Employee Name
    as it once was...
    I have checked my local version and in the sales employee code column the name of the sales
    employee is displayed NOT the code.
    sales employee code column is displaying the code number where once it displayed the name and
    even in the play system and in our local version it is displaying the name
    as above
    Nothing has changed on the system. We have not done any upgrades.
    I have checked in SAP notes and could not find any information
    Thanks for your help in advance
    D

    Hi
    There is no option for Sales Employee Name.
    However on my system if i select Sales Employee Code it actually shows me the Sales Employee Name.
    Which is what my customer orginally had .
    For my customer it is now showing Sales Employee Code as Sales Employee Code
    However it was previously showing Sales Employee Code and giving a Sales Employee Name instead.
    They need the Sales Employee Name not Code
    Thanks
    D

  • SALE DELIVERY BY FIFO METHOD FOR WITHOUT BATCH ITEM

    Suppose Customer u2018C01u2019 give me sale order first,of Item 'I01' after that my second customer u2018C02u2019 give me sale order of same Item 'I01' that time my employee give material to second customer ie 'C02' first,but i want  block the this process he must give the material to 'C01' because he give me the sale order first  ,I want sales process like FIFO
    So how it can be happened
    Thanks

    Hi Jaykumar........
    Do you know about Batch Allocation Method?
    When you create Sales Order for any of the customer you can allocate/reserve batches so that when you do delivery SAP will Deliver the material from the reserved batches.
    Please try I think this will help you.
    For allocating batches at Sales Order you have to click Ctrl+Tab on Quantity Field..........
    Hope this will help you........
    Regards,
    Rahul

  • A query to display sales orders with corresponding outbound deliveries

    Hi Experts,
    Don't know if this is the right place to post the question but i would like to know if a query, in SAP, can display sales orders with their corresponding outbound deliveries, i tried using table LIKP and VBAK, VBKD didn't help. the whole idea is to enter any specified sales order number and the query will return any outbound deliveries belong to the sales order.
    Thanks in advance!

    run the se16 transaction - table VBFA.
    This table gives the Sales document flow.
    Give the sales order nos. and in the subsequent document category select delivery.
    You will get all deliveries.
    Thanks
    Ajay

  • Display sales order in to form

    Hi Gurus,
    I able to display sales order based on the customer number i passed from the input text field and the result list will display in a table.
    Now If i select specific sales order from the table row , I want to display that sales order on a seperate iView with all the detials of perticular sales order.
    Please guide me how to achieve this task.
    Mark Peter

    Hi,
    If you are using the two function modules  for retriving the list of sales orders and detail sales order.
    First you have to add two function modules in the custom controller and pass the first function module into first view and it displays the sales orderlist as table
    In the table when u click the specific salesorder capture the sales order and pass this is as input for secnd module that function module execute method will call in the OnLeadselection and navigation and result will display output in anothe view.
    This the way generally doing.
    If you want both views in inthe same window as Anil suggested take View set and design both views and hide second view at the loading the application.
    when you click the record on the table then display the detail in seond veiw and display it on the same window.
    This might helps you other wise post ur issues.
    Thanks.
    Lohi.

  • CM25--display sale order number

    Hi all
    With transaction code: CM25 and overall profile: SAPSFCG011. We can display: Planning Table: SAPSFCG011 Finite scheduling forw./all functs.activ. 
    then there will be three sections, in the left of the bottom section "orders (pool)", there will be disaplay field "Sql" material" "Prio" "order" "operation" "work center" etc. but I would like to display "sale order number", because our production style is make to order. so when planner pull the production order and dispatch it, the planner needs to know the sale order number. Could be sale order number displayed here?
    thanks in advance!
    DanDan

    This is entirely possible... please see my post from a previous post with a similar question... what you would need to do is add field KDAUF (for planned orders) or field KDAUF_AUFK (for production orders).
    The configuration for manipulating the profiles and columns is a bit confusing in the IMG.
    However.. if you use transaction OPD0 you can open up the configuration for the default profile that you are using in production. For instance... overall profile SAPCRPG001 uses planning table profile SAPSFCL010. If you click the button to the right of the planning table profile entry it will take you to the planning table profile configuration screen. Double click on profile SAPSFCL010.
    In this transaction you will note there is an entry for Layout ID which is (if you have not changed the default config) SAPSFCLA10. If you click the button to the right of this entry it will take you to the list of Layout ID's available for you. Locate the Layout ID SAPSFCLA10, select it and double click on the "Definition of charts" option.
    In this case the graphical planning table is using three different sections. Select the section that you wish to manipulate the column headings for and double click on Grouping Names option. Select the option that shows up in the next screen then click on the Grouping Names option.
    Listed here should be the layout keys used in this section of the layout ID. Make note of the layout key(s). Execute transaction CY38. Input the Layout Key you wish to manipulate. From here you can select any field you would like to add/remove from the current listing.
    You can click the Sequence/Heading button to manipulate the specific order of the columns and how large you want those columns to be as well as what text is displayed as the heading.
    My suggestion if you are going to make changes like this is to copy the existing profiles to Z********* profiles so that you have a golden copy to work with.
    Hope that helps.
    Rachael

  • When copying sales order, its coming as booked (Using custom workflow)

    Hi,
    While copying sales order using custom workflow, if the source sales order is booked, the new sales order is also coming as booked only.
    But in standard workflow, its coming as Entered. Any idea which parameter I need to check?

    Hi Asit Garg,
    Correct me if i am "X".
    You want to trigger the workflow for two different scenario that is 1. when the sales order is changed 2. when the sales order is created with delivery block.
    For the 1. As you said it is working fine.
    For the 2. sales order created with delivery block.
                 Make your workflow to work like this, Whenever the sales order is created trigger the workflow and at first step check for the condition weather the sales order have the delivery block or not if not terminate the workflow through terminating event if not proceed as you wish.
    Hope it will helps you,
    Regards
    Balaji E.

Maybe you are looking for

  • Problems with file block settings

    We manage file block settings via group policy.  I have run into problems with the file block settings not working as advertised. I've run into a couple of issues: First, in Excel 2010 I would like to open Web Page and XML files in protected view rat

  • Templates and document relative linking.

    Im trial using DW cs5 and find that if i make a template and then use that template to make pages it doesnt make document relative links. Instead it makes links relative to my local drive. ie c/documents/foo. Even if I have the template file with doc

  • History of re-downloaded apps?

    Dear iTunes Store Community, Is there a way to view history of re-downloaded apps?  I know how to view my purchase history in iTunes, but I'm looking for the number of times an app has been deleted from a device and downloaded again.  For example, le

  • Not able to scroll or select or view mail

    I am unable to select, view or even scroll in mail. The screen is frozen once selected. I am not logged in on any other device. Any suggestions?

  • Tibetan Dictionary

    Dear Numbers users, Recently I have started to work on a Tibetan dictionary. The listing of the Tibetan --> English meanings is straightforward and doesn't require formulas. I would like to make a printable booklet with an index at the back of alphab