Depreciation Key field is not in change mode in dep area

Hello Sap Guru,
I am facing a problem in my depreciation area. In my depreciation area, field of depreciaiton key is coming in grey mode automaticallly i.e I am not able to enter my dep. key there.
Please suggest what to do.
Thanks & Regards
Deepak Garg

Hi,
Where do you want to change the dep key?
in AS02?
in OAYZ?
Go to AO21 and select your screen layout rule 1000 and choose field group rules and for field group dep key, select all check boxes like mnno, Sbno, and copy as maintainance level.
This will fix your issue.
Thanks,
Srinu

Similar Messages

  • Posting Different APC without changing the Book dep area APC

    Hi All,
    I am trying to post in ABSO different APC amount for different depreciation areas. I am able to post either increase or decrese of amount in APC for all the areas.
    The screen in ABSO requires an amount to be posted, which can be changed for different depreciation areas.
    My requirement is not to change the book dep area posting, i.e. "0" is to be posted for Book deprecaition area, and either positive or negative values for remaining areas depending upon the transaction type.
    Can anyone help with this.
    Thanks in advance
    Krishna

    Hi,
        In SPRO
        AA>Transactions> Aquisitions> Define Transaction types......
        Copy the TType that you would usually use to a new one.
        Then use "Limit Transaction Types to Dep.Areas" to restrict it to the Areas
        that you want to post to.
        Use this Ttype in ABSO then area 01 will not be posted to.
    Kind regards

  • The multi-level method of phase N1 in depreciation key IN2 has not been

    Hi Sap Guru
    below error is coming when giving  group asset number in depreciation area 15 while creating asset code AS01
    "The multi-level method of phase N1 in depreciation key IN2 has not been correctly maintained for acquisition year 2011"  anyone has any idea why it is so.
    thanking you advance
    Rajesh

    Hi
    Go to AFAMA - Dep key
    Select Dep key you have given and select details button
    You will find
    Dep type
    Phase----select From ordinary dep start of dep
    Base methd
    Declining methd
    Prd contl
    Multilev methd
    Class
    Change methd
    Multilple shift
    Scrap value.
    Thanks
    Anil

  • Delete records in itab1 where key fields does not exit in itab2 w/o Loop

    Hi,
    I am trying to find the most efficient way to compare two internal tables and filter out (delete) the entries in Internal Table 1 (ITAB1) where the key fields does not exist in internal table 2 (ITAB2).
    Here is the codes using the Loop.
    Loop at itab1.
      read table itab2 where field1 = itab1-field1 and field2 = itab1-field2.
      if sy-subrc ne 0.
       delete itab1 where field1 = itab1-field1 and field2 = itab-field2.
      endif.
    endloop.
    Instead of looping thru each record of ITAB1, is there a way to use the "DELETE" or other efficient way? This is in ECC 6.0.
    Thanks for any advice in advance.

    Not sure if its possible without using even a single loop. Though you can avoid the read statement this way
    loop at itab2.
    delete itab1 where field1 NE itab2-field1 and field2 NE  itab2-field2.
    endloop.

  • Composite key field is not a simple type or enum

    According to the docs here - http://www.oracle.com/technology/documentation/berkeley-db/je/java/index.html?com/sleepycat/persist/model/PrimaryKey.html - you can use "A composite key class containing one or more simple type or enum fields" as a key field. When we try that we get "java.lang.IllegalArgumentException: Composite key field is not a simple type or enum: Result$Key.recordId". Am I misreading the docs?
    Thanks,
    Trevor
    @Persistent
    public final class RecordKey {
    @KeyField(1)
    private final String name;
    @KeyField(2)
    private final int duplicateNumber;
    RecordKey(final String name, final int duplicateNumber) {
    this.name = name;
    this.duplicateNumber = duplicateNumber;
    RecordKey() {
    this.name = null;
    this.duplicateNumber = -1;
    @Persistent
    static final class Key {
    @KeyField(1)
    private final RecordKey recordId;
    @KeyField(2)
    private final String key;
    Key(final RecordKey recordId, final String key) {
    this.recordId = recordId;
    this.key = key;
    Key() {
    this.recordId = null;
    this.key = null;
    }

    Hi Trevor,
    You're nesting one key class inside another. All fields of a key class must be simple types or enums, which is what the exception message is trying to say. If you want all those fields in your key class, you'll have to include them in a single flattened class.
    Neither nesting of key classes nor inheritance of key classes is supported. We have enhancements filed to support these in the future, but no concrete plans.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to Grey out the field "tracking number" during change mode in the order

    HI Expert,
    How to grey out the Tracking number (AFVGD-BEDNR) at Order -> Operation tab -> external tab ->tracking number.
    during creation IW31 = not grey out and allow entry.
    for change mode IW32 = grey out
    if i set grey out at config OIOPD, it will grey out even during creation mode.
    Please advise
    Thanks
    Regards

    Hi
    I think Using field selection it is not possible to make as display ,kindly check with screen or transaction variant -SHD0
    regards
    thyagarajan

  • Purchase order reprints when entering header note in change mode

    Hi All,
    We want to use header note in PO as a worklog. PO should not print when a note is entered but whenever we enter any text in the header note in PO change mode, a change output gets triggered and the PO is getting printed. How can we avoid this?
    Thanks
    Deepthi

    Hi Peter,
    Thank you for the reply
    We do have an entry for object EKKO, Text ID F02 for standard document type in operation 1 and 2. Do I have to remove an entry for operation 2 here?. If I remove it, Will it cause problem to other header texts i.e I do not want the PO print only when the header note have some changes. But it should print if any other header text is changed.
    Thanks
    Deepthi

  • Sender File FCC - Key Field Value not available in file

    Hi All,
    I am new to SAP PI. I am working on Sender FCC. Below is the source file structure. I need to handle multiple sub structures Header,1Data,*. I think I have to use Key.field Name and Value. But in the below format we don't have any indicator to identify which is header and which is data record. Please suggest how to processed.
    Header Record (Pipe delimited) (Cardinality 1:1)
    Date
    Invoice Number
    Total Amount
    Company Name
    Data Records (Fixed Length) (Cardinality 1:n)
    Date
    Amount
    Country
    Card Number
    etc...
    Sample File Snippet:
    20100430|4123451810|218.50|CC
    20100430    $150.00     INDIA       1234567     
    20100430    $150.00     INDIA       1234567     
    20100430    $150.00     INDIA       1234567     
    20100430    $150.00     INDIA       1234567

    Hi
    Try using the below parameters in FCC
    Header.fieldSeparator    |
    Header.endSeparator    'nl'
    Data.fieldFixedLengths   ur values --3,5,5..
    Data.endSeparator         'nl'
    Regards
    Ramg
    Edited by: Ramkumar Ganesh on May 24, 2010 4:05 AM

  • Key Field Name not there_Content conversion

    Hello SDN,
                   I am doing a sender content conversion in send file adapter but i donot have a keyfield and my structure is :-
    Header,*,body,1 but there is no common field between header and body so i cant use a keyfield . Any solutions ?
    Regards,
    Anirban.

    Hi,
    Refer this ...
    http://help.sap.com/saphelp_nw70/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    Hope it helps..
    kumar.S

  • I use mymsn page and when upgrading to Firefox 4 the changes went away and I can not make changes to the stocks area or see my emails. How do I fix that?

    Mymsn has areas that allow you to list your stocks and also an area that allows you to see what emails you have waiting to be read. Both of these areas went away when I upgraded to Firefox 4 last week. When clicking on the menu area to make changes, nothing happens. How do I get back the information that was in these areas? Also the customize button does not work.

    Do you have Adblock Plus installed? If you do, disable on the page where you normally see your stock info. I've uploaded an image of what happens on another site where ABP is enabled. The Global News image disappears with ABP enabled even though it's not an ad.
    If that doesn't work, try running Firefox in [[Safe Mode]]. If it works correctly in that configuration, then one of your add-ons is the culprit.

  • After 2 years want to change depreciation key for a asset

    Hi,
    For a particular asset we want to change depreciation key for this asset already we have posted depreciation for 2 years. After 2 years user realizes they are using wrong depreciation key now they want to change depreciation key for a particular asset.  In new financial year till now they have not posted depreciation .I just want to now what is the impact of this changes how we will adjust the value in future because previously they are calculating depreciation  1.63% now they want to calculate depreciation 3.33 % can any one tell me about the future impact of asset.
    How we will adjust the value?
    Thanks and Regards,
    Neha

    Hi,
    Does your user wants to post the depreciation for closed Fiscal years?
    If yes First calculate unplanned depreciation for the difference up to the last closed fiscal year and post in the current year.
    Now after posting this then change the depreciation key in the asset master and in the next run the system identifies the difference between posted value with the old Key and teh correct key and adjusts the difference in the current period depreciation run.
    If the user don't want to post the values of the previous years, change the key in asset master so that the difference in the depreciation from the start of the fiscal year is adjusted in the current period.
    Future impact if the option is second the asset life will be more when compared to the actual life. In first case there is no effect.
    Provide Business with these two solutions and they have to choose between the options.
    Reward points if useful.
    Sarma

  • How to change qty field as change mode to display mode in VL32N

    Hi Guru's,
    My requirement is for particular users quantity field in VL32N to display mode remaining users it should be in change mode.
    We are already created a Security Object for this.
    Can you please anyone help how to approach this requiremnt. Is there any standard BAdI for this.
    Thanks in Advance.
    Regards,
    Sai Rama

    Hi
    There are Badi for this T-code
    VMDE0004                                Shipping Interface: Message SDPACK (Packing, Inbound)        
    VMDE0003                                Shipping Interface: Message SDPICK (Picking, Inbound)        
    VMDE0002                                Shipping Interface: Message PICKSD (Picking, Outbound)       
    VMDE0001                                Shipping Interface: Error Handling - Inbound IDoc            
    V53W0001                                User exits for creating picking waves                        
    V53C0002                                W&S: RWE enhancement - shipping material type/time slot      
    V53C0001                                Rough workload calculation in time per item                  
    V50S0001                                User Exits for Delivery Processing                           
    V50R0004                                Calculation of Stock for POs for Shipping Due Date List      
    V50R0002                                Collective processing for delivery creation                  
    V50R0001                                Collective processing for delivery creation                  
    V50Q0001                                Delivery Monitor: User Exits for Filling Display Fields      
    V50PSTAT                                Delivery: Item Status Calculation                            
    V02V0004                                User Exit for Staging Area Determination (Item)              
    V02V0003                                User exit for gate + matl staging area determination (headr) 
    V02V0002                                User exit for storage location determination                 
    V02V0001                                Sales area determination for stock transport
    You can try with any one of them V53W0001, V50S0001, V50Q0001, V02V0004, also you can proceed with table auhtorization as there is need to check one table before entring in T-code as  if user id is there then not able to edit.
    Here don't make code like need to maintain all id's, if id is there then not able to edit, so to whom you don't want to allow maintain their id's in that.
    Thanks
    Bhupinder Singh Arora

  • Changing Non key field to Key field in a custom table

    Hello Abap gurus:
    I have a requirement in which i need to change a non key field in my custom table(Z TABLE) to key field.
    For example; i have field sequence as
    field 1  key field
    field 2 key field
    field 3 key field
    field 4 non-key field
    field 5 non-key field
    field 6 non-key field
    field 7 non-key field.
    i want to change field 7 as key field.
    Can i do perform operation??
    when i am tryingto perform bove operation it is taking long time to get the table activated.
    Could any one please help me in getting this resolved.
    regards,
    Sravanthi.

    Use DB Utility (se14) to perform alter table or conversion. The latter is used when atemps to perform first operation fails. Which one is used, really depends on system and current DB table state (i.e. if has any content and what is being adjusted).
    The way Max suggested is similar to [conversion process|http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21f1b8446011d189700000e8322d00/content.htm] which system takes care of itself.
    Refer [Adjusting Database Structures|http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21f1ab446011d189700000e8322d00/content.htm] and already given link to conversion.
    Please also consider potential errors while doing conversion . This can lead to data loss, so you should think of some backup to prevent that.
    Regards
    Marcin

  • How to make a field from display mode to change mode for a perticular tcode

    hi all,
    my client want to change one field which is in display mode of a material doc in mb02.
    Restrictions in some fields  in MIGO needs to be changed.
    Uploading point in case of issue: While editing the MIGO latter,  this field needs to be edited.
    Goods recipient in case of receipt: While editing the MIGO latter,    this field needs to be edited.

    hi thanks for quick replay,
    my requirement is, supose i post a material doc through migo in 101 mtype, in item detail, where tab i have given the good reciepitant and unloading point. but while i want to change that material doc in mb02, i saw unloading point is in change mode, but good reciepitant field is in display mode. my client requirement is to change that field. so for change that field, the field should be in change mode, so thats what i want.
    i have checked in configuration side, but i didnt get any setting, i think we have to customize that standard screen.
    any comments?
    regards,
    susanta
    Edited by: susanta bindhani on Jun 19, 2008 2:18 PM

  • 0CALDAY as a key field

    Hello All,
    I made some changes to tansformation for calculation of some keyfigures from one DSO to another. The changes were calculating the keyfigure correctly. But in the target DSO the 0CALDAY is selected as a key field, due to which the records from the past are getting deleted. How can make sure that the deletion doesnt happen.
    Thanks in advance.
    Regards,
    NK

    Hi,
    Addition of extra key field will not delete or overwrite any records from the DSO for eg. if you have A,B, C as key fields in source and in target you have A,B,C & date then in target you will have more records in target DSO than source.
    Give more details about your scenario, If you are loosing some data then you might be missing some field from key field.
    Regards,
    Durgesh.

Maybe you are looking for

  • Period not open for G/L account

    Hi, Help needed- While posting goods issue, system gave error message as"Period 011 /2007 is not open for account type S and G/L 600101." So PGI could not be executed. How to make period open for accunt type & G/L acc. In MMRV, current period is 11/2

  • Is ORACLE slower on Windows then on Linux ?

    Hi, I'm suppose to choose the platform for Oracle .... Linux or Windows 2008 Server ... Ones we've installed Oracle on Windows 2003 Server and it was really slower like 200-300% ..... we did simple default install Does anyone know if this is a fact t

  • Customer Invoice through FB70 - Not Posted

    Hi I am doing FB70 transactions for raising the debit memo to the customer and am facing the following problem and the system is not allowing me to save the document. Item category 03000 not allowed in accounting transaction 0200/0001 Message no. GLT

  • ATI Mobility Radeon HD 5870 Not Detected in CC or CS6

    So, I have a dilemma, and I'm hoping Adobe staff might be able to help. I'm including all the nitty gritty details, so bear with me. I'm running an Asus G74JH laptop. Asus has decided not to update the driver for my specific card anymore, leaving me

  • PROCEDURE WITH CURSOR ERROR

    I wanted to have a cursor in my procedure having results from different tables and different databases. I successfully created the query and compiled it using the procedure builder. However, when i was about to create it as stored procedure in iSQLpl