Local crrency value is zero in MIR7

Hello expert
There is 4 GR Document on same dated 12/11/2010 with different quantity.
But till posting date 8/12/2010 MIRO posted properly.But after 11/12/2010,MIR7 showing local currency zero.How to rectify it and why it is showing?
Thanks in advance for your support.
Regards
Sachin

Hi,
For this check whether the exchange rate has been maintained for HUF and ur local currency.
If not try to maintain it in TCode OB08.
And also we did not get as to which document you are talking about.
But try to maintain the Foreign exchange Account determination in TCodeOB09.
If still the problem is there,let us know about the error in detail.

Similar Messages

  • Local currency value is Zero.

    Hi All,
    Can any one of you resolve this,
    The amount in the document is 231899 HUF and the document is showing the amount,  in local currency as 0 HUF. Please suggest me to resolve this.
    Thanks and Regards

    Hi,
    For this check whether the exchange rate has been maintained for HUF and ur local currency.
    If not try to maintain it in TCode OB08.
    And also we did not get as to which document you are talking about.
    But try to maintain the Foreign exchange Account determination in TCodeOB09.
    If still the problem is there,let us know about the error in detail.

  • Check if field has value 0 - zero value on field

    Hi,
    I've got the following code:
    DATA: v_qtd TYPE i.
    SELECT-OPTION s_qtd FOR v_qtd.
    I'm using a Z table Z001 and there's a numeric field there that's filled with values >0 (greater then zero).
    If I have 6 materials and only 4 have the field QTD with a value:
    MAT 1000 QTD 1
    MAT 1002 QTD 5
    MAT 1003 QTD 1
    MAT 1005 QTD 2
    MAT 1001 and 1004 exist but don't have any entries in table Z001.
    I'm making a report to get the values from table Z001 depending on how s_qtd is filled.
    My problem is how can I get the materials 1001 and 1004? How can I check if s_qtd is the value 0 (zero)?
    If I check s_qtd IS INITIAL then I get all the materials (1000 to 10005).
    If I check s_qtd-low = 0 it's the same as IS INITIAL.
    IF s_qtd IS INITIAL.
         (all materials 1000 - 10005)
    ELSE.
         IF s_qtd IS NOT INITIAL.
              (materials with entries in Z001 1000, 1002, 1003, 1005)
         ELSE.
              (never gets here)
    I can't check s_qtd-low = 0 and s_qtd-high = 0 because it's the same as s_qtd IS INITIAL.
    Thank you.

    Hi Carlos,
    Try the below code:
    TABLES: z001.
    DATA: it_z001 TYPE TABLE OF z001,
    wa_z001 TYPE          z001.
    SELECT-OPTIONS: s_num for z001-qtd.
    START-OF-SELECTION.
    IF s_num-low is INITIAL and s_num-high is INITIAL.
    SELECT *
    from z001
    INTO TABLE it_z001.
    ELSEIF s_num-low is not INITIAL and s_num-high is INITIAL.
    SELECT *
    from z001
    INTO TABLE it_z001
    WHERE qtd eq s_num-low.
    ELSEIF s_num-low is NOT INITIAL and s_num-high is not INITIAL.
    SELECT *
    from z001
    INTO TABLE it_z001
    WHERE qtd BETWEEN s_num-low and s_num-high.
    ELSEIF s_num-low is INITIAL and s_num-high is NOT INITIAL.
    SELECT *
    from z001
    INTO TABLE it_z001
    WHERE qtd BETWEEN s_num-low and s_num-high.
    ENDIF.
    LOOP AT it_z001 INTO wa_z001.
    WRITE:/ wa_z001-mat, wa_z001-qtd.
    CLEAR: wa_z001.
    ENDLOOP.
    Revert back in case of any issues.
    With Regards,
    Giriesh M

  • How to prevent a text in script from displaying if its value is zero

    Dear all,
    How to prevent a text in script from displaying if its value is zero
    for eg   Price  = 0.00
    if price is 0 it should'nt appear in output.
    I tried with    if price ne 0.
                       price = &price&
                        endif.
    but it's not working.
    Regards
    Raj
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 20, 2009 8:59 AM

    Hello Nagaraju,
                           What you were doing is partially right.
    The correct format to write in the script is as follows :
    /:  if &PRICE& ne 0.
      &PRICE&
    /:  endif.
    This should work. Let me know how it goes.
    Nayan

  • Posting Unplanned Depreciation when asset net book value is zero

    We recently transferred some assets from one company code to another.  However, when they transferred, the depreciation all reversed out YTD.
    We are now trying to post the YTD depreciation back in under the original company code, but when we try posting unplanned depreciation, the following error message appears -
    "In area 01, you can only post manual dep. up to the amount 0.00"
    I believe this is because the asset does not have any net book value now.
    Any suggestions on how to resolve this?
    Many thanks,

    Hi Susan,
    do you have the option to reverse the transfer postings? If so, you could specify another period control for transfer postings (such as fiscal year start, etc.) in your depreciation key, with which you can influence how much depreciation is left back respectively transferred.
    It is correct that you can´t post an unplanned depreciation on the sending asset now, because the net book value would go below zero. As unplanned depreciation does not influence the ordinary depreciation in the year of posting, this value below zero can not be adjusted with a reduction of planned ordinary depreciation.
    I am wondering which effect you´d like to have on the sending asset. Did you post a complete retirement? If so, there should be no APC left which you can depreciate on the sending asset. And as the net book value is zero already, which effect do you want to get? You have to keep in mind that the non-depreciated APC will be continued to depreciate (normally) on the receiving asset. But maybe I misunderstood the problem here ...
    Regards,
    Markus

  • Eror message FF805 when mwst based condition value is zero

    Good morning,
    I got the FF805 (Tax statement item missing for tax code L1) error when i am trying release a billing document to accounting.
    I have three pricing conditions to the item: z001, mwst and z002. The tax condition is based on z001. Sometimes the z001 value is zero and z002 has always value. When the z001 is zero i get that error message.
    The tax value (mwst condition) only is required if the z001 has value.
    The z001 condition may have a value or may be 0. When the z001 has value there is no problem.
    There is a way that i can have this without getting this error?
    Thanks in advance.

    Hi Sandrina,
    Please Go thru the threads below,
    Error : Tax statement item missing for tax code
    FF805 Tax statement item missing for tax code
    FF805 Tax statement item missing for tax code O0
    Tax code error
    Thanks,
    Swamy H P

  • How to not to display any line items for val flds values are zero in KE30?

    Dear All,
    In KE30,in one of my reports,  i do not want to display such line items for which all values are zero for all val flds, it should only display the line items for which there is any value, i have tried Zeros hide in KE35 in formatting menu>other format>hide zeros, but unofrtunately it didnt came out.
    Regards
    Rashid
    Edited by: rashinuet on Feb 20, 2012 4:38 PM

    Dear Abhishek,
    I have tried that as well in ke35 and made this option activated on my val flds like sales revenue for hide zero values, but it didnt came out as well, then in i tried ke32 change report >Extras menu>form settings, this adopts all the settings in the report from the form you have assigned, but this is not working, i am failed to understand what has gone wrong.
    Regards

  • Changing the colour of a text box when the value is zero

    Hello
    I have some code in an expression that changes the fill colour of a text box in a matrix in an SSRS report.
    When the value in the year fields is greater than zero then fine it changes the colour to what I want it to be but when the value is zero then the colour just stays white.
    I'm not testing the value in the year fields but in the Tier field. It seems to default to no colour when the year fields are 0 though.
    The code I am using is as follows
    =switch(Fields!TIER.Value=1,"PaleGreen",Fields!TIER.Value=2,"Cyan",Fields!TIER.Value=3,"Beige")
    This code is in the year field textbox fill property.
    I have loaded a screenshot to show an example showing what is happening in the matrix.
    Thanks for any help on this
    Regards
    John

    Hi John,
    According to your description, you want to change the background color of a textbox when its value is greater than zero. If in this scenario, we can use the expression below to control the BackgroundColor property of the textbox:
    =iif(Fields!SalesAmount.Value>0,"Yellow","White")
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Net value is zero

    hi all,
              This is aravindh and i need your help to grow as a consultant.hope i will get support from u all..
               While creating sales order the net value is "Zero".. i have maintained condition technique,condition records.
              is there any other setting that has to be done to get the net value..waiting for the solution..thank u.
    Edited by: aravindh222 on Jan 27, 2011 6:50 PM

    Hi,
    You have not maintained the condition record for your material.
    Step 1 Go to VA02 and select item and go to conditions, there press analysis push button .This analysis will show the pricing procedure and the condition type attched to it.
    Step 2 Check if for the condition type like price PR00 , and discount K005/K007 Is accessed by the system ,the access and access sequence is mentioned with why the condition is found or not on the right side.
    Step 3 If the same is not maintained go to VK11 and maintain the same.
    Glad to help
    Regards
    Deepak

  • Error: Basic excise duty or excise duty base value is zero

    Hi all,
                    Error: Basic excise duty or excise duty base value is zero in sale invoice. Please give the solution for this issue.
    Thanks,
    SD User.

    Hi,
    j1id and condition record has been maintained. SD pricing procedure v/08 is maintained condition type jexp (basic excise duty) but still we are facing same error. Please give me solution for this issue.
    Regards,
    SAP Sd USER

  • Current net value is zero in retro billing VFRB

    Hi Friends,
    we have used some z fields in pricing, almost all the fields are z fields in price determination includes condition base value.
    we are able to create sales order and billing document and price is also getting determined as required.
    Now the issue is we are unable to use retro-billing functionality, there the system is showing current net value as zero.
    Ex : My price is basing on weight (it is a service material), this weight is a z field.
           Landing Charges - 60 MT @ 100/mt, condition base value is 60 MT and price is getting determined as 60MT@100 equal to 6000.
    Z field is available in VBAK table and not in VBRK table.
    Now i am changing weight in sales order and running retro-billing, then it is showing current net value as zero.
    i am unable to find out the reason, what could be ????, pl help
    thanks in advance,
    Srini

    FYI -
    Retro Billing is used when you go for mass change of Base Pricing Condition Type in Billing doc(complete) based on Sold-to party & Material for a given range Billing date from & to. To do this you need agreement of your customer, and accordingly you make necessary changes in Base Pricing Condition Type condition record with proper validity date. Open ending validity date, might not be of much help to you in retro billing. So, when you execute Retro billing transaction for a particular date range, it considers condition records for Customer & Material key combination with validity of record laying in the date range provided.
    So, that might give insight, why retro billing is working for you scenario.
    Regards
    JP

  • Forecasting: all historical values are zero

    Hello,
    I would like to execute forecast for a specific material.
    Then I'm in MM02 in forecasting view, I filled all necessary parameters and I press "execute forecasts".
    I received different pop ups, and one is "Between 11.2006 and 10.2011 all historical values are zero".
    If I go out of this, and press on "Consumption vals", I have no data for unplanned consumption but if I click on "Total consumption", I got all values for each period of my historical periods.
    So why do I have this message that historical values are zero? Then I have no chance to execute forecast with that behavior.
    Same with several other materials.
    Thanks for help.

    Dear Olivia,
    In MM of forecasting view there is filed Hist. periods which you could have probably maintain more than 12 months say 60. So starting from current months it will go backward & search value for last 60 months. In your case it is not finding any past values. Have you maintain it in Additional data of material master Consumption tab ? Maintain some values for months & then try
    Regards
    Abhijit Gautam

  • How to hide rows if all values are Zero  (0) horizontally?

    Hi,
    I have got a requirement to hide rows from the results if all values are equal to zero horizontally.
    Example:
    Region   M1    M2   M3
    East     0      0    3
    West    10     20    0
    South   -5      0    5
    North    0      0    0In the above example only North Region row should be hidden from the results becasue all the measures values are zero.
    Can someone please let me know the logic to achieve this?
    Thank in advance.

    Hi Karthik,
    Your answer was spot on(you are awarded points) but not my question. My client uses some X erp, which removes all zero value records when he clicks to see results. He wanted the same thing for Answers (he does not want to add any filters). Is there anyway to achive that, like using javascript or something?
    Thanks in advance.

  • Converting Null Values to Zero

    My report output shows expense dollars by category. In the instance where there were no expenses within a category, the output is blank/null.  Where can I put a condition to convert null values to zero for the report output?
    Angela Calhoun

    you can try doing this in Query definition by creating a formula variable.
    Thanks...
    Shambhu

  • Display column values as zeros

    I am having three select queries with union below:
    select col1, col2 from table1 where condition; -> fetches 1 record
    union
    select col1, col2 from table2 where condition; -> fetches no row
    union
    select col1, col2 from table3 where condition; -> fetches no row
    so output is 1 row. example;
    col1 col2
    1 1
    The 2nd and 3rd select doesnt fetch any record. My req is to dislplay the col values as zeros for any of 3 select statements which doesnt fetch any records from table
    so req output which looks like:
    col1 col2
    1 1
    0 0 -> norecords fetched(displaying zeros)
    0 0 -> norecords fetched(displaying zeros)
    Please let me know how can i do this in the query? I need to do this in the same qury and not using any functions/proc..
    Edited by: user11942774 on Aug 22, 2010 4:13 AM

    MichaelS wrote:
    Or
    SQL> var deptno1 number
    SQL> var deptno2 number
    SQL> begin
    :deptno1 := 20;
    :deptno2 := 100;
    end;
    PL/SQL procedure successfully completed.
    SQL> select nvl (deptno, 0) deptno
    from (select :deptno1 dn from dual), dept
    where deptno(+) = dn
    union all
    select nvl (deptno, 0) deptno
    from (select :deptno2 dn from dual), dept
    where deptno(+) = dn
    DEPTNO
    20
    0
    2 rows selected.Note: Above worked on my old 9.8.0.2 but strange enough not on my 11.2.0.1 (Only the first part of the UNION ALL displayed)! A bug???Looks to be.
    set serveroutput off
    ALTER SESSION SET STATISTICS_LEVEL = ALL;
    select nvl (deptno, 0) deptno
      from (select :deptno1 dn from dual), scott.dept
    where deptno(+) = dn
    union all
    select nvl (deptno, 0) deptno
      from (select :deptno2 dn from dual), scott.dept
    where deptno(+) = dn
      8  /
                DEPTNO
                    20
    1 row selected.
    Elapsed: 00:00:00.01
    TUBBY_TUBBZ?SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY_CURSOR(NULL, NULL, 'ALL'));
    PLAN_TABLE_OUTPUT
    SQL_ID  ap0cr5cut2ucn, child number 0
    select nvl (deptno, 0) deptno   from (select :deptno1 dn from dual),
    scott.dept  where deptno(+) = dn union all select nvl (deptno, 0)
    deptno   from (select :deptno2 dn from dual), scott.dept  where
    deptno(+) = dn
    Plan hash value: 18139613
    | Id  | Operation            | Name               | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT     |                    |       |       |     2 (100)|          |
    |   1 |  NESTED LOOPS OUTER  |                    |     2 |    26 |     2   (0)| 00:00:01 |
    |   2 |   FAST DUAL          |                    |     1 |       |     2   (0)| 00:00:01 |
    |   3 |   VIEW               | VW_JF_SET$03B38961 |     2 |    26 |     0   (0)|          |
    |   4 |    UNION-ALL         |                    |       |       |            |          |
    |*  5 |     INDEX UNIQUE SCAN| PK_DEPT            |     1 |     3 |     0   (0)|          |
    |*  6 |     INDEX UNIQUE SCAN| PK_DEPT            |     1 |     3 |     0   (0)|          |
    Query Block Name / Object Alias (identified by operation id):
       1 - SEL$51CD7FBE
       2 - SEL$51CD7FBE / DUAL@SEL$2
       3 - SET$03B38961 / VW_JF_SET$03B38961@SEL$7D8CA889
       4 - SET$03B38961
       5 - SEL$09480F13 / DEPT@SEL$1
       6 - SEL$05ED6B18 / DEPT@SEL$3
    Predicate Information (identified by operation id):
       5 - access("DEPTNO"=:DEPTNO1)
       6 - access("DEPTNO"=:DEPTNO2)
    Column Projection Information (identified by operation id):
       1 - "ITEM_1"[NUMBER,22]
       3 - "ITEM_1"[NUMBER,22]
       4 - STRDEF[22]
       5 - "DEPTNO"[NUMBER,22]
       6 - "DEPTNO"[NUMBER,22]
    46 rows selected.
    Elapsed: 00:00:00.05So we can see through rows 5 and 6 the predicates were pushed into DEPT query (which shouldn't have happened).
    A simple change to the query alleviates the bug.
    select
       nvl(d1.deptno, 0) as deptno
    from
       select :deptno1 dn from dual
          union all
       select :deptno2 dn from dual
    )  d,
       scott.dept d1
    where
    11     d.dn = d1.deptno (+)
    12  /
                DEPTNO
                    20
                     0
    2 rows selected.
    Elapsed: 00:00:00.01
    TUBBY_TUBBZ?SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY_CURSOR(NULL, NULL, 'ALL'));
    PLAN_TABLE_OUTPUT
    SQL_ID  4x59nkxusp1p8, child number 0
    select    nvl(d1.deptno, 0) as deptno from (    select :deptno1 dn from
    dual       union all    select :deptno2 dn from dual )  d,
    scott.dept d1 where    d.dn = d1.deptno (+)
    Plan hash value: 1564933512
    | Id  | Operation          | Name    | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT   |         |       |       |     4 (100)|          |
    |   1 |  NESTED LOOPS OUTER|         |     2 |    32 |     4   (0)| 00:00:01 |
    |   2 |   VIEW             |         |     2 |    26 |     4   (0)| 00:00:01 |
    |   3 |    UNION-ALL       |         |       |       |            |          |
    |   4 |     FAST DUAL      |         |     1 |       |     2   (0)| 00:00:01 |
    |   5 |     FAST DUAL      |         |     1 |       |     2   (0)| 00:00:01 |
    |*  6 |   INDEX UNIQUE SCAN| PK_DEPT |     1 |     3 |     0   (0)|          |
    Query Block Name / Object Alias (identified by operation id):
       1 - SEL$1
       2 - SET$1 / D@SEL$1
       3 - SET$1
       4 - SEL$2 / DUAL@SEL$2
       5 - SEL$3 / DUAL@SEL$3
       6 - SEL$1 / D1@SEL$1
    Predicate Information (identified by operation id):
       6 - access("D"."DN"="D1"."DEPTNO")
    Column Projection Information (identified by operation id):
       1 - "D1"."DEPTNO"[NUMBER,22]
       2 - "D"."DN"[NUMBER,22]
       3 - STRDEF[22]
       6 - "D1"."DEPTNO"[NUMBER,22]
    43 rows selected.
    Elapsed: 00:00:00.05
    TUBBY_TUBBZ?I ran these tests on
    TUBBY_TUBBZ?select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    5 rows selected.
    Elapsed: 00:00:00.02
    TUBBY_TUBBZ?

Maybe you are looking for

  • PDF's open up in a new window

    Hi, We have a implementation of Oracle Reports for a new web application. The parameter page is presented using Oracle Reports. When a PDF report is generated it opens up within the browser replacing the parameter screen. The users would like the par

  • Problem in Reversal of 57F4 Challan

    Hi, I m unable to reverse the challan. At the time of reverse of chllan excise duty is not comming. I have already maintained assesable value and excise duty rate in J1ID but in challan asseble value is zero. So please respond earliest. Thanks Richa

  • Why XML can't extract data in JSTL?

    I have a xml file,named test.xml,I put it into Tomcat5\webapps\ROOT directory, it's content like follows: <rolodex> <contact> <firstName>Anna</firstName> <lastName>Keeney</lastName> <email>[email protected]</email> <phone type="work">716-873-9644</ph

  • Popup + before phase listener + commandlink issue

    All, I have a before phase listener configured on a page to open a popup and it works pretty well i.e. the popup gets opened when the page is loaded. Now i want to show the same popup when the user clicks on the commandLink. So i configured the comma

  • SDHC Card download

    When downloading photos from sdhc card elements gives an error message file corrupt or not supported file. Only taken photo in Raw format and have not had problems downloading Raw from compactflash Photos download ok into Canon own software. Any sugg