Excise Amount with three Digit decimal value

Dear All,
I enabled three digit decimal values for sales.
When I am raising a Excise Invoice through J1I3, two digit only appearing?
For Ex: Excise amount in sale order is 6897.525 where as in J1I3 transaction, it's showing as 68975.25.
How to correct this issue?
Rgds,
Senni.B

Dear GSL,
For Import purchase purpose, client is asking for three digit decimal values. But when we go for excise related transactions, it's taking only two digits of the actual value.
Is there any settings in CIN to activate three digit decimal?
Rgds,
Senni.B

Similar Messages

  • Writeback with 'NA'  and decimal values

    Hi All!!!
    We are making some tests on the writeback with the BIBeans; we migrated a db from express to 10gR2 and converted it in
    standard form and we try the writeback on this aw.
    We found some problems when in the worksheet there are one or more 'NA' values to writeback.
    In particular when we call the submitChanges method on the crosstab object (like in the BI sample) if there are one or more
    'NA' values the submitChanges fails and return false.
    We solve this problem implementing the cellSubmitting method and catching the cellSubmittingEvent; in this method we
    substitute the values 'null' for the QDR with an "NA" string.
    We also found that the decimal values (like 180.4) make the writeback to fail; we think it is due to the fact that the
    writeback engine add a '.0' to all the values that we try to writeback so for decimal values we have two character '.'; we
    solve this problem with a support's variable for converting the value to a string and pass it to the set data to the QDR to
    writeback.
    Is this the rigth way?
    Is this a bug?
    Following We report the code we implementing for this method
    public void cellsSubmitting(CellsSubmittingEvent e)
    String app;
    ArrayList qdrCollection = (ArrayList)e.getQDROverrides();
    if (qdrCollection != null)
    int iSize = qdrCollection.size();
    for (int i =0; i < iSize; i++)
    QDRoverride qdrOverride = (QDRoverride)qdrCollection.get(i);
    if(qdrOverride.getData()==null)
    qdrOverride.setData("NA"); //for the problem with 'NA' values
    else
    app=qdrOverride.getData().toString(); //for the problem with decimal values
    qdrOverride.setData(app);
    Hi!
    Daniele De Faveri

    Thanks for your post, it is great solution and it's work for me. I'm supprised that those oversights are still in bibeans and nobody from Oracle havent answered your question.
    Message was edited by:
    Moks

  • Issue with printing the decimal value in smartforms

    Hi experts,
    Here I am printing the net valve in to smartforms.The problem is, valve i want to print is 4505.600.But it is displaying as 45056.00.It is in OMR currency. This problem occurs only for this currency.i am picking the value from PO.
    I have used komv-kwert feild for display. Please give me the solution
    Regards,
    madhu

    Hi Madhu,
    I have faced similar problem in my Smartform with currency JPY with no decimal places at all.
    To resolve this you have to specify Reference Currency with the Currency type  under Global Definitions-->Currency/Quant.Fields. For example take your case :
    Fieldname               Reference Field     Data Type
    WA_FINAL-KWERT              W_WAERS           C CURR
    *Here W_WAERS should contain OMR
    *WA_FINAL-KWERT sould contain 45056.00 then your output will look like 4505.600
    Thanks & Regards,
    Rock.

  • Create a Custom BAPI with inputs as Decimal values

    Hello Experts,
    I am new to BAPI creation, my requirment has two decimal inputs(as import parameters) and out output can be a simple add of these two numbers.
    Decimal Input has 9 characters with 7 decimals Ex: 10.0000000. How to create a structure or data type and use the same back in my BAPI.
    What is the ABAP code that, I should write to add these two inputs and export them.
    Please help ASAP, I am in a critcal position.
    Thanks,
    Suma

    Hello Suma,
    This error is caused because you are trying to use a data type rather a data element, it better if you follow the below process
    Start with creating a Structure with ZBAPI name, from SE11
    give a component name with Z and component type with Z and then double click on new component type and this will ask what to generate click on dataelement and enter discription then enter a Z new name in the Domain and double click on it, click on data type and enter DEC, no char 9 and decimal 7 then save activate, clikc on back save activate and again click on back and save activate now your sturcture will be saved. Follow the proces if have new data type or else the same for your next entres.
    For your Req....
    take component ZINPUT1 compenent type ZINPUT with domain as ZZINPUT...
    use the sam for ZINPUT2 and ZOUTPUT and then save activate. Now the structure is created.
    SE37 create new BAPI, In import parameters take parameters as T_INPUT1 and T_INPUT2 with ZBAPI_SUM-ZINPUT1 and ZBAPI_SUM-ZINPUT2.Then in export  if you wnat inputs also in there just give some export names and give the assoated type as what you have used in import, also add OUTPUT and RETURN with ZBAPI_SUM-ZOUTPUT and BAPIRETURN.Now write the source code as follows
    FUNCTION ZBAPI_TESTDEC1.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(T_INPUT1) TYPE  ZBAPI_SUM-ZINPUT OPTIONAL
    *"     VALUE(T_INPUT2) TYPE  ZBAPI_SUM-ZINPUT1 OPTIONAL
    *"  EXPORTING
    *"     VALUE(INPUT1) TYPE  ZBAPI_SUM-ZINPUT
    *"     VALUE(INPUT2) TYPE  ZBAPI_SUM-ZINPUT1
    *"     VALUE(OUTPUT) TYPE  ZBAPI_SUM-ZOUTPUT
    *"     VALUE(RETURN) TYPE  BAPIRETURN
    INPUT1 = T_INPUT1.
    INPUT2 = T_INPUT2.
    OUTPUT = T_INPUT1 + T_INPUT2.
    ENDFUNCTION.
    Now save it and then activate and then clikc on tables tab then functional module on main menu and then relase.
    Go to T-code SWO1 create new Obj with ZBAPI name and then clikc create enter Obj name,Name,Des,Program,and Application has to be * then enter.
    Click on methods,Utilites, API Methods, Add method, Select BAPI Name then contine for 3 times then click BAPI Added in the methods then on edit change relase status- object type To modeled, To impimented and To relased at 3 diff times then follow the same for Object Type component.
    Now click on red and white round button which is similar to BMW symbol. This will generate the BAPI and now you see it in BAPI T-Code.
    Hope this helps you ...
    Reward if helpfull....
    Thanks,
    Srikanth

  • CStr(date) with single-digit day value

    Post Author: ron2112
    CA Forum: Formula
    CStr({@StartDate}, "M/d/yy") gives me "1/ 1/08" instead of "1/1/08".  (Extra space after the first slash, in case that's not obvious.)  Anyone have a clue why that might be?  I'm running CR2008 on WinXP Pro with regional settings set to the default for the USA. Thanks!Ron Moses

    Hi Chris,
    If you want the user to allow to type different format masks, I think best way to achieve that is to have some piece of javascript that converts it in the character string that APEX accepts.
    For ex. your date picker has a format mask of MM/DD/YYYY
    You can create an onBlur javascript event that converts all dates into the above format.
    Hope that helps,
    Dimitri
    -- http://dgielis.blogspot.com

  • Excise amount in MIGO posting

    Dear friends,
                      The basic price of material is 100 inr and excise amount is 20inr. Total value is 120INR. Our requirement is In MIGO posting if excise is not captured amount updated for GR/IR clearing account  and inventory posting should be -100 and +100 respectively. How to make it?
    Thankyou
    Sameer

    hi
    as the 20 rs ia the excise amount u cant load it to the inventory
    in MIGO u can selectt the option of no excise duty then system will only post normal MIGo without the excise posting
    now if u dont have excise ,then do not give tax code in po or change it before gr
    as there will be no excise tax code ,u can select no excise and post the GR
    hope it clears
    regards
    kunal

  • Manual Excise duty with fixed amount in Sales order

    Dear Sir/Madam.,
    This is regarding manual excise duty with fixed amount in SD Module . I
    have created three conditon type ZEXP,ZECS,ZA1X for BED ,CESS and HSED for manual excise duty with fixed amount, other than the standard condition type JEXP,JECS,JA1X , because  my TRADING SALE scenario needs both condition type with fixed percentage and fixed amount conditions also.  After the pricing procedure updation for trading sale, I have tried to create the sale invoice with VF01 , it is ok till  the VF01 for manual excise duty but when ever I tried to excise posting with J1IIN. the manual excise duty show only zero, whiile we used the  standard Condition type JEXP, JECS, AND JA1X with fixed percentage  8% -2% -1%  our over all steps are ok till J1IIN for excise invoice, mean BED ,CESS and HSED shown correctly.
    I have done some experiment with the TAXINN tax procedure in (Logistics general > tax on good movments> india> basic settting>determination of excise duty> Maintain excise default), I have replaced the condition types  JEXP, JECS and JA1X with the ZEXP, ZECS and  ZA1X in the corresponding filed. then after my manual excise duty with fixed amount data  was reflecting
    in the J1IIN and it start to work properly with the excise duty but my fixed percentage condition type stop to working mean, it was now showing the duty at the time of  excise duty posting J1IIN .
    I want to use both the condition types in the same TRADING SALE scenario. May anybody help me to solve this issue.
    With Regard
    Vijay Kumar

    Dear Mr. Siva,
    Sorry for the late reply, actually I was out of touch from this issue for few days. I am sending you the detail about my configuration----
    I have assigned this condition type as following ... 
    TAXINN     ZA1X     A/R AT1 Quantity based
    TAXINN     ZECS     A/R Cess Quantity Based
    TAXINN     ZEXP     A/R BED Quantity based
    Condition type information
         Control data 1
    Cond. class       D  Taxes
    Calculat.type     Q  Commodity
    Cond.category  D  Tax
    Rounding rule         Commercia
    StrucCond.
         Change which can be made---
    Manual entries      C       Manual entry has priority
    Still it is not showing the duty at the time of (J1IIN)
    It may be I am missing some configuration or wrong configuration.
    give me some hints...
    thank you
    Vijay

  • Decimal values are not flowing to Excise Invoice created in J1IIN

    Dear Sap Gurus,
    Please help me with the problem. After creation of invoice in VF01 when i am creaing outgoing excise invoice decimal values for BED, ECS and SEC. ECess( AT1) are not coming instead values are rounded of to nearest whole number.
    for ex.
    if invoice values are as below
    BED= 16
    ECS= 3.2
    HSC= 1.6
    when excise iinvoice is created values are changes as below
    BED= 16
    ECS= 3
    HSC= 2
    please give propeer solution
    reg.
    suresh

    Check in Logistics - General -> Tax on Goods Movements -> India -> Basic Settings -> Maintain Company Code Settings. 
    Also ensure that in V/06, for the respective excise condition types, rounding is not activated.
    thanks
    G. Lakshmipathi

  • Return of Excisable Motor with mtl asseable value zero with ED Value

    We have an Exciseble Motor which we procured before our SAP Implantation. For the same capital item we availed Excise duty for two consecutive years(First year 50% and Second year 50%). Now the same capital item we are converted under asset and capitalized. The relevant depreciation run also takes place for the same. Now we want to return the Motor to the supplier with a Non returnable Gate Pass. There wonu2019t be any replacement for the same. How can i bring back in to my regular stocks the same Material from asset list .Hence kindly suggest the relevant procedure for the same.
    Suppose I want to send the Motor with Excise Gate pass Zero Value and I want to reverse the Excisable amounts only like ED 16%4%1% only then what is the best procedure for doing the same. I need to change any configuration in this regard or other feasible solution in the sales route? Your valuable suggestions will help me a lot.
    Thanks and Regards
    Naagsekhar

    Hi
    Was your material caplized thorugh System?
    Create the Vendor return Doc,
    Maintain the chapter id in J1ID with 16% details for this transction only and also maintain  asseable value in Material Masterial
    Go to J1IH and make the excise challan. the system will only propose the ED once the Assesable Value is mainatined,
    If still its not picking up correct you can also change the same manuly and you also try 'Get Excise Invoice'
    Hope it will work for you
    Niti Narayan

  • Round Decimal value based on last digit

    Hi Experts,
    I'm trying to round the decimal value based on its last digit. If the last digit is >5 then add +1 to the digit before that and remove the last digit else just remove.
    ie.
    -59664.15000000005 should become -59664.15
    -21308625.00000002 should become -21308625
    -85234500.00000006 should become -85234500.0000001
    18288102.85714287 should become 18288102.8571429I tried with Round Function but it did not help,
    Pls assist.
    Thanks!

    Got it done just took the length and did the change.. sorry for this lame question.. should have tried before posting the question. Tx for your time...

  • Excise invoice with zero values

    Hi  SAP Gurus,
    In CIN, when I created excise invoice with Tcode J1IIN with reference to invoice, I found zero values. When I checked the pricing conditions tab in Billing, I observed that condition types JEXT and JECT are having zero values. Why the system is not picking the values for these condition types, though condition records are being maintained.? In my pricing procedure there is no UTXJ conditon type. Should I maintain the condition records for UTXJ though it is not in our pricing procedure?, since UTXJ is  link between tax procedure, pricing procedure and tax code. I expect guidance in this regard..
    Thanks in advance
    Raksha.

    Hi Raksha
    UTXJ is the only condition which brings the tax code in the document, please add utxj and then check it will definately work. I am not replying in detail so if u want any other clarification please reply back.
    Best regards
    Vineet Baweja

  • How to convert a number to FLOAT with 9 decimal values.

    Hi all,
    I need to convert a number like '10.02' to a floating point number with 9 decimal values like '10.022111221'. I think that the right function is TO_BINARY_FLOAT, but how can I obtain 9 decimal values? If I use the following syntax:
    select TO_BINARY_FLOAT(num) from table
    I obtain a floating point values with a variable number of decimal numbers after the ".", instead I need 9 number after ".".
    Regards,
    Maurizio.

    Hi,
    the number I need to select is the result of a product, for example:
    select (Num_A * Num_B) from Table;
    Num_A has 2 decimal numbers, like 12.01 and Num_B could be: 12.111111111.
    Now, Num_A * Num_B = 653.999999994
    but I issue:
    select TO_BINARY_FLOAT(54.00 * 12.111111111) from Table
    I obtain:
    654, a rounded value, but I need 653.999999994.

  • Convert amount with four decimal places to amount with two decimal places

    Hi,
    for specific reasons we have set the prices to four decimal places. However, in an invoice the staff needs to see all prices with two decimal places. Therefore I have created new user-defined fields which should show the rounded values However, I have not yet found the right formatted search that outputs the value with two decimal places including currency symbol.
    The statement 
    SELECT $[$38.20.NUMBER]
    outputs the value with two decimal places which is fine, but it does not contain the currency.
    The statement
    SELECT $[$38.20.0]
    outputs both value and currency, but the value still has four decimal places as the original price.
    And the statement
    SELECT CAST($[$38.20.NUMBER] AS VARCHAR(20)) + $[$38.20.CURRENCY]
    outputs a value with even six decimal places.
    Did anyone already have the same problem???
    Or does anyone have any idea???
    Thanks and regards
    Corinna

    Hi again,
    the value should be displayed in a user-defined field of the screen.
    The result of the query
    SELECT $[$38.20.NUMBER]
    has already two decimal places, so that I do not need a round here. But the currency is missing.
    When I add the round function to the query
    SELECT $[$38.20.0]
    it does unfortunatly result in an error.
    Any ideas????
    Thanks so much in advance!

  • CS4 angry with decimal values

    Hi,
    I can't find the answer to my problem :
    I'm on Indesign CS4 (french) and Windows XP. Constantly, without no (obvious) reason, the fields x, y, height and width (top left) suddenly doesn't take decimal values anymore.
    It drives me crazy!
    I work for a printer, I daily use Indesign so it's important.
    Apparently, the problem disappear when i restart the soft.
    I tried with point and decimal point,
    I tried to change one number when the value is already a decimal,
    I checked my keyboard (AZERTY),
    but nothing at all….
    Each time, the soft display "Valeur numerique incorrect" (Incorrect numeric value).
    Did someone already had this problem ? An even more important, does anyone have a solution?
    Hope you can help.
    THX

    Are you using the correct separator for the decimal (comma vs dot -- not sure which would be right for you), and are the files all French in origin (not sure tht matters).
    Check the Language settings in Windows under regional settings, and diable the keyboard shortcut to switch languages if you have multiple languages installed. That screws things up all the time becasue the OS interprests one of the common ID shorcuts as a call to switch languages.
    You might also want to trash your prefs. See Replace Your Preferences

  • Automatic Excise invoice with Assessable value

    Dear Experts,
    Please help me on this issue,
    I want to create excise invoice automatically for a billing, excise invoice is sucessfully created but the value for calculating BED is taken form base price. I want the BED to be calcualted from assessable value after deducting some expenses.
    Regards,
    mohdsams

    Dear Smit,
    Thanks for your reply, I had assigned the routine 351 in pricing procedure. When an excise invoice is created at background the value is not from assesable value still it is taking the base price value.
    If I create excise invoice manually, the amount is coming from assessable value but it is again taking the base price value once it is saved.
    Could you please advise.
    Regards,
    mohdsams

Maybe you are looking for

  • Closing the report background engine

    hi friends, i have tried using add_parameter function with ORACLE_SHUTDOWN=YES BUT THE Engine doesn't close in fact it shows the first report as in prview and the another report which I am trying to run in forms as waiting. is there any particular se

  • Function module to read the directory list and also run in background

    Hi All, I need to read few files from a folder in the server and upload the data in the file using a BDC. This process has to happen in the background as I am going to schedule the program. I had used the function module "EPS_GET_DIRECTORY_LISTING" t

  • How do I stop my MacBook Pro from crashing?

    I always get a very similar report when I log back in. Interval Since Last Panic Report:  82251 sec Panics Since Last Report:          8 Anonymous UUID:                    F4C76FA8-9C92-A79F-8B4B-B17724E185E9 Tue Mar  5 09:18:36 2013 panic(cpu 1 call

  • Calling a web service from a Java SOAP RPC client behind a firewall

    Hi I've generated java stubs for a web service developed under Workshop. I have tested the service successfully when the web service is deployed on my "localhost" Weblogic7 server. I have now deployed this service on a separate WL7 server outside our

  • Windows flickering on my MBP

    windows on my screen flicker at random times for 1-2 seconds. any one know why?