Acquisition Year parameter in AS03 is blank

Hi there,
I'm facing another issue here about TCode: AS02 (Change Asset). This is a different case with normal asset as this asset is customer pay dies. The asset is belongs to customer but we have to keep records in our Asset Master Record. And for the 'Deactivation On' date, we have to input manually instead of like normal asset retire then get the date. My problem is for the parameter 'First Acquisition on' and 'Acquisition Year' is blank. It doesnt read from 'Capitalized on' parameter. Did I have missout some step or any mistake when i create my Asset? Do you have any idea for me how to get the 'Acquisition' date. Thanks in advanced for your help.

Hi Paul,
Much appreciated for your replied. Now i just realized that I have to select the Post-capitalization when i have create new asset, then i will get my First Acquisition On and Acquisition Year.
My issue is, i did not select Post Capitalization for my previous posted asset, do posssible for me to select the Post Capitalization in Change Asset? Or other way to post my First Acquisition On and Acquisition Year manually? Thank you.
I tried to post Post Capitalization thru TC: ABNAN, but get error of "No depreciation areas have been defined for asset 11111111". For your information, because this asset is Customer Pay Dies, so no depreciation on this asset. Can you help on this method? Thank you.
Edited by: Nur Aman Abdul Manap on Apr 23, 2009 4:38 AM

Similar Messages

  • Report that shows Asset number with acquisition year and acquisition month

    Hi Gurus,
    Is there any standrd FA report that shows assts with acquisition year and equisition month/period.
    thnx

    This reprot gives you the calender year dates but we are actually for for fiscal year date and period.
    Example
    asset acquired on 05/01/2009 calender year
    our fiscal year will be 02/01/2010. ( April to March).
    we need to generate reports that shows second dates ( fiscal year  02/01/2010)  and your mentioned report shows only caldender year( 05/01/09). advice if know any report
    thnx

  • Using a year parameter in a date condition

    I am collecting a year parameter from my user and want to use that year as part of a complete date condition.
    So I collect the year 2003 from my user.
    A condition is applied to the report in that the date must be after 01-APR-...and here is where i want to utilize the parameter @Year. So I can apply the same date condition depending on what year we are looking at.
    I am sure this can be done but I am missing the syntax.
    Thanks, mpaskevi

    Thanks for the reply. I had started taking the date apart using tochar as in:
    WHERE (QUAL.CANCELLATION_DATE IS NULL
    OR
    to_char(QUAL.CANCELLATION_DATE,'YYYY') = :Year
    AND
    to_char(QUAL.CANCELLATION_DATE,'DD')>'04'
    AND
    to_char(QUAL.CANCELLATION_DATE,'MM')>'02')
    But was still struggling.
    If I use your method which is much more efficient I get the following error. I would have expected a prompt for the parameter.
    ORA 01008 not all variables bound
    Any thoughts?
    Message was edited by:
    user509963
    Message was edited by:
    user509963
    Message was edited by:
    user509963

  • Year Parameter Problem

    Hi All,
    I'm using year as parameter to my SQL Query, I need to add 1 to the year selected by the user, where if the user selects 2008 in Combobox, the query will execute a 2009.
    =======================================================================================
    Date= is the field name
    :P_Month = is the parameter month selected by the user, Datatype - Integer
    :P_Year = is the parameter year selected by the user
    = in the general settings of this parameter I already change the Data Type of this parameter to Integer
    = I change the Parameter Data Type to Integer because I'm having this error when its data type is Date
    "java.io.IOException: execute query failed[nQSError: 17001] Oracle Error code: 1722, message: ORA-01722: invalid number"
    1 = i use to add 1 to the year selected 2008 to be 2009
    =======================================================================================
    Parameter Pass Example :
    :P_Month = 1
    :P_Year = 2008
    Output To be : Should Include all Records From January 2008 up to January 2009
    I write this condition in the SQL Query to filter the said dates:
    ((MONTH(Date) >= :P_Month AND YEAR(Date) = :P_Year) OR
    (MONTH(Date) <= :P_Month AND YEAR(Date) = (:P_Year+1)))
    What do you think the wrong with the above code, because after running the query it only displays the records under 2008 year were in it was supposed to display all records from January 2008 to January 2009 as I have the plus 1 in the Parameter?
    I also tried this in Answers and it works fine then, just only when I'm going to run it in the BI Enviroment I only retrieves all 2008 Data.
    Any other Idea from here or should I have revise my condition. In what way?
    I appreciate all your ideas with it.
    Thanks in advance.
    Edited by: user10259492 on Jul 24, 2009 7:07 AM

    Yes, Parameter Names were correct.
    I already change the Parameter Data Type of Both to Integer.
    I try all this codes with regards to parameters
    ((MONTH(DateMonth) >= :P_Month AND
    YEAR(DateYear) = :P_Year) OR
    (MONTH(DateMonth) <= to_number(:P_Month) AND
    YEAR(DateYear) = to_number(:P_Year + 1)))
    ((MONTH(DateMonth) >= :P_Month AND
    YEAR(DateYear) = :P_Year) OR
    (MONTH(DateMonth) <= to_number(:P_Month) AND
    YEAR(DateYear) = to_number(:P_Year+1)))
    ((MONTH(DateMonth) >= :P_Month AND
    YEAR(DateYear) = :P_Year) OR
    (MONTH(DateMonth) <= to_number(:P_Month) AND
    YEAR(DateYear) = :P_Year+1))
    ((MONTH(DateMonth) >= :P_Month AND
    YEAR(DateYear) = :P_Year) OR
    (MONTH(DateMonth) <= to_number(:P_Month) AND
    YEAR(DateYear) = :P_Year + 1))
    But it always give me this error :
    java.io.IOException: prepare query failed[nQSError: 27002] Near : Syntax error [nQSError: 26012] .
    I'm using Oracle Business Intelligence 10.1.3.4.1
    Thanks..

  • Discoverer - Year Parameter

    Discoverer Version:10.1.2.1
    Need help in my first discoverer project
    Sample Table
    CF 2007
    AX 2007
    AX 2006
    CF 2007
    CF 2005
    CF 2005
    Expected Requirement:
    &Prompt Year: 2007
    Tab results:
    Code     2007 2006 2005          
    CF     2 0     2
    AX     1 1     0
    User will be prompted only to enter a single year?
    How do I display the events from the prompted year and also from previous 2 years.
    Thanks,

    Hi,
    Well if the Year field is number then you need to create a parameter that uses this item.
    Create a new calculation as:
    :P_YEAR - 2
    Then create a new condition as:
    Year BETWEEN <CALC> AND :P_YEAR
    If it in not defined as number wrap it with to_number function

  • How to make Concurrent program parameter should not dependent on previous parameter if it is blank else it should be dependent.

    Hi,
    Lets say, we have three parameters A, B and C. B is dependent on A, C is dependent on A and B. If A value is entered, then we can list only the values of B which are related to A. If User is not entered A value then how can we list all values available in B? In the sameway for C also ( If A and B values not entered then it should allow to select a value from all available values in C)?
    I don't want to put default "ALL" value and then use this in other value sets to get all values. Is there any other way using some dummy parameters? I searched in threads but couldn't find relevant.
    Thanks,
    Venkat.

    Hi,
    Lets say, we have three parameters A, B and C. B is dependent on A, C is dependent on A and B. If A value is entered, then we can list only the values of B which are related to A. If User is not entered A value then how can we list all values available in B? In the sameway for C also ( If A and B values not entered then it should allow to select a value from all available values in C)?
    I don't want to put default "ALL" value and then use this in other value sets to get all values. Is there any other way using some dummy parameters? I searched in threads but couldn't find relevant.
    Thanks,
    Venkat.

  • Capturing blank and non blank values in parameter

    In one of the report there is only one parameter “BU VP Name”, now the business has added one more field “Director” to the application and they want this to be as a parameter. Now all the new records will have Director name
     and old records will be blank for Director. How can I create a multi parameter with blank and relevant values for my report. Please note I am using sharepoint list to create the report.
    SFH

    Hi Syedfpl,
    According to your description, you want to add a parameter which include a blank value.
    In Reporting Service, we are allowed to use blank value for a multivalue parameter, but we are not allowed to use null values. So in this scenario, you should insert some blank values(‘’) into column “Director” so that we don’t need convert null values into
    string at query level. Besides, in order to be allowed to use blank values in a parameter, we should choose the option "Allow blank value ("")". Also “Allow multiple values” option should be checked. As we tested in our environment, the
    final result looks like below:
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Asset balance transfer is showing blank in AW01N

    Hi,
    One user created asset under wrong asset class and one month depreciation was posted of that wrong asset. in the month of september. Now user has created new asset under proper asset class and made balance transfer from wrong asset to newly created asset through ABUMN in month of October i.e, period 7. In ABUMN we have transfered to New Asset  field. After successful balance transfer old asset become deactivated and balance has come to new asset but through AW01N I cannot see the balance which is showing blank under planned value, posted values. Even new asset's first acquisition on date and Acquistion Year is showing as blank.
    How it can be rectified ?
    Regards,
    Anindita

    Hi Srinivasa,
    during balance transfer through ABUMN I used old asset number in Asset Field, Document date, posting date, asset value date and under Transfer to tab I put new asset number in New Asset Field - Mster data - Asset Class - Company Code/Asst Number and made tick on subnumber and simulated finally. Accounting document generated properly. Even through FS10N I can see GL balance also against this asset number. But if I go through AS02 or AS03 or AW01N it is showing as blank. No values are showing. I think I made mistake in ABUMN, instead of putting value under Existing Asset field I wrongly used New asset. As a result I cannot see the date under "First Acquisition on" and ""Acquisition Year". What should I do ? Should I cancel the asset again and create new asset and transfer again or any other procedure . Becasue if First Acquisition on date and Acquisition Year appear in asset master against this new asset, automatically value will in Aw01n.
    Regards,
    Anindita

  • Need to select one from multiple values from a parameter memory area

    Hello,
    I am accessing transaction CKM3N, and, by using the old/classical debugger, it's possible to see that the parameter ID BDTJ (2nd box of the Period/Year parameter line) contains not one but 2 values (in the old/classical debugger version, go to GOTO->System Areas-> Sap Memory): 
    BDTJ                (  4)G <2009>
                                  L <2008>
    I want to access the value from the line that contains 'L', not 2009, from the one that holds 'G'.
    How do I differentiate between them, how do I access one specific value when a single parameter ID has more than one value assigned to it ?
    Thanks in advance,
    Avraham

    Ah, youre actually asking different things.
    In your topic title, you say youre running separate instances
    In your body text, you say you are under different user/schema
    So tell me, do you have more than one database or not? How many entries in your TNS file?
    I would say, for "multiple database instances"
    SELECT
      a.id, b.id
    FROM
      tableA a
      INNER JOIN
      tableB@OTHER_DATABASE_LINK_NAME b  <--NOTE!
      USING(id)And of course you will have to look up CREATE PUBLIC DATABASE LINK sql..
    Message was edited by:
    charred

  • Open Doc URL with parameter in BI 4.0 to open Webi and Crystal report

    Hi Experts ,
    Has any one experienced the open doc URL to open the report and to pass the parameter to the new report .
    I am well aware of the syntax of passing the parameter and use to work perfectly fine with XI 3.1 but its giving me griefs in BI 4.0 environment .
    In the new report i am just trying to pass the Fiscal year as a parameter with the url i can open the report but it does not accept the value being passed with the url so i have to renter the values again .
    I am using BO 4.0 SP2 Patch 6 and trying to intact with crystal and webi report   built on top of BEx query with the fiscal year parameter defined in BEx query level .
    Any comment on this will be appreciated.
    Thanks,
    Vibhav

    Hi Nakul,
    I am not using the user response to get the value i tested it in Crystal Enterprise environment i tired passing the following syntax
    http://.../OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=...&lsSFiscal%Year%(Single%Value%Entry,%Required)={?0P_FYEAR}
    {?0P_FYEAR}  this is a variable comming form BEx query into Crystal i tired to use it and pass it to other report but i cannot pass it i have tried to pass the hardcoded value still i see the paramater screen and have to enter the value again.
    I am not sure if anyone has tested this functionality in BI 4.0 environment .
    Thanks,
    Vibhav

  • Performance problem submitting big XML string parameter to the web service

    We deployed a web service on the OC4J via oracle.j2ee.ws.StatelessJavaRpcWebService . This web service takes one string as a parameter. The string contains XML. Evrything works great UNLESS input XML string reaches 5Mb in size. When it happens OC4J does something with it for about 10 minutes (yes, minutes) before it calls the web service method. At this time java.exe consumes 100% of CPU.
    WE tried to increase JVM heap size, stack size, etc, - no effect.
    Please, help!
    Thank you in advance,
    Vlad.

    Hi Sheldon,
    What i feel is that it's not been handled in your webservice if the parameter is null or "" <blank> space
    i just you to take care in webservice that if the parameter is null or "" pass the parameter null to the stored proc
    Regards
    Pavan

  • HP Pavilion dv6000 - Blank screen

    My HP Pavilion notebook PC, which is now almost 2 years old, is showing a blank screen. its not displaying anytihng at all. Not even on an external monitor. I was working on the pc when at once there came colored randonly moving lines and after sometime the screen went blank. i pressed a few keys randonly but somethin seem to work. so i shut down the computer by pressing the power button. when i restarted it, the screen was still blank though it seems that the computer did start tht is the touchpad's light were on, the cd drive also seemed to b fine.. as well as wifi etc.
    any suggestions how i cud figure out wot actually the problem is? 
    i dont realy wanna take my computer to the repair shops here because they simply cant b trusted.  
    help!! 
    Message Edited by Aaminah on 08-16-2009 03:28 AM

    @Neela
    Try reading this thread
    However, not every blank screen will lead to broken GPU, start your own thread so that everybody can help to troubleshoot it.
    @12o
    Class action lawsuits against HP is not a new news, If you wish to join them please do so but posting a link in HP forum thread might not a good approach.
    Just imagine, if someone mark your own backyard saying how awful you are
    BTW, I'm not have any affiliations with HP, just ordinary HP user that would like to help.
    Pavilion DV2922TX, XP-SP3 32bit, Intel T5750 2.0Ghz, Nvidia Geforce 8400M GS with 128MB, 4GB 667 DDR2, 250GB HDD

  • Help with Setting Previous Month Date Parameter for SSAS via SSRS

    Hi All,
    Firstly, any assitance is greatly appreciated.
    Now, I am working on developing a report for a business area that will be sent on the first of every month. The report will contain data for all records created in the previous month, current year.
    I have been able to successfully implement a default year parameter, which will default to current year-
    ="[REFERRAL LODGEMENT DATE].[CAL YEAR].&["+CSTR(Year(Today))+"]". However, when I attempt to set a previous month paramater it is not setting when the report is generated. The code I have used
    is as follows: 
    ="[REFERRAL LODGEMENT DATE].[CAL MONTH NAME].&["+CSTR(Month(Today)-1)+"]"
    Cheers

    Before you spend more time trying to fix the parameter, let me suggest that you can write MDX to come up previous month data.
    if you can't go that route, couple of things to consider for your approach:
    1) don't subtract 1 from January that won't work. you'll need to handle it using the ssrs expression.
    2) when you use the month function it's going to return a month index so effectively you are passing something like [REFERRAL LODGEMENT DATE].[CAL MONTH NAME].&[7] to SSAS, is that the current format?
    you can use the MonthName function to get month names but again make sure that the formatting is right.
    to see the parameter value, you can display it on the ssrs report and see if it's the right format.
    Paras Doshi (Blog: ParasDoshi.com | Twitter:
    @Paras_Doshi )

  • Using expression in Default Value for Parameter in BI Publisher Model

    Hi Everyone,
    I have created a BI publisher data model with bind parameters. It works fine, however, I need to put a default value in the parameter that is the result of a query. I have a month and a year parameter and for month parameter, I want the default to be always the current month when the report is first opened. I put the sql query in the default column but it does not seem to work.
    Any help is greatly appreciated,
    Thanks,
    DRL

    Did you get a resolution for this?
    I might be able to use the solution

  • Sort order when using "Album by Artist/Year" album list view

    In iTunes 10, I seem to have lost the sorting I've been using for the past 5 years at least. I use the "Album List" view, and have the album artwork showing to the left of the songs. I see the new "Album by Artist/Year" sort option in the album artwork column, and that is how I would like it to sort. However, now the album are arranged by artist, and within the artist by the year they were released as tagged in the info for each song. I want the newest albums at the top, and I cannot figure out how to make it sort that way. What do I need to do? Basically I want it in descending order by release date, but still sorted by album.

    dannycorker wrote:
    It appears they are, although I refuse to believe this is the accepted behaviour - has no one else complained about this?
    It could simply be a weakness is the way this was all designed. If you look at the information Gracenote uses, it's not unusual for all tracks on a 60's compilation album to be incorrectly listed as the same year, often the year the compilation was released. The same thing tends to happen with re-issued albums. That's down to whoever inputs the information into Gracenote for that album, often a bored record company employee.
    First of all, you could try changing the year for each documentary to the year the album was produced and see if that fixes the problem. If it does, then you have to decide how to handle it.
    Accept it as it is.
    Change the year for the documentary to the same year as the album and simply kid yourself that it's the correct year. (I'm not being flippant, but if the documentary is all footage from album release year, then "technically", the doumentary is from that 60's year.)
    Leave the year of the documentary track blank, but put the year (2010) into the track's "Comments" field instead.
    Propose a workable solution to Apple via Apple Feedback. (I am being a bit flippant now. Sorry, but you'll be in for a long wait before anything might change.)
    Get Gracenote to change their text fields, get the people who input the information into Gracenote to do so correctly and then get Apple to change iTunes to recognise those changes. (Now I am being very flippant. Good luck with this one!) Oh! And hope Apple never decide to change from Gracenote to someone else!
    Number 2 or 3 are probably your best bet.

Maybe you are looking for