Regarding message AA478

Dear colleagues,
What is the significance of message AA478 (Posting transaction is not possible (value date not allowed))? We have option to set this message as warning instead of error but what would be consequence. 
We procure assets through purchase orders and transfer them to our distributors for free of charge. An asset could have several transactions such as we send it to a distributor and the distributor sends it to another distributor and so on.
I have an asset which has had GR on 10.02.2011, with transaction type 120, and transferred to a distributor on 19.02.2011, with transaction type 320, when user tries to post MIGO on 15.02.2011 system shows message AA478 as error.
I have found below explanation on SAP help; [http://bit.ly/h6ph6N]
Be careful when you have an asset with several transactions, and you want to reverse a transaction that is chronologically immediately after a negative transaction. In this case, you may have to reverse the negative transaction as well, since the net book value of the asset could become negative after the first reversal
Metin

Hi Metin,
As per SAP note 533378, the error AA478 will be raised as the system does not allow the transaction with this asset value date because the proportional asset retirement values would not be correct  anymore.                                                                               
In order to post the transaction, the retirement must be  reversed first or the new transaction must be posted with another asset value date.                                                                               
Alternatively, you can make message AA478 as a warning message. Please  refer to SAP Note 533378 which states the following:                                                                               
With the attached modification report error message AA478 can be           
made customizable. The error message can be changed into a warning         
message or information message so that a transaction with such an asset    
value date can finally be posted. In this case it must be ensured by       
customer-specific tests that the asset values are calculated correctly     
by the system! SAP recommends, to limit these postings to a few            
individual users in the message customizing in order to avoid incorrect    
postings.                                                                  
The report ZAABGAMES in SAP Note 533378 can be used in ECC6.0. Also, you  do not need to implement note 533378 as the changes are already in  ECC6.0.   
regards Bernhard

Similar Messages

  • Regarding Messages to Job Log

    Hi,
    What is a Job Log.
    i have to write messages to job log.
    how to do this.
    how can i see that messages whether it is written or not.
    how it can be seen to the client/user.
    regards,
    kiran

    Hi Kiran
    Use 'write' to display the message in the job log.
    write : / log_message.
    Place this statement after the block of statements in your program where you want the message to be displayed in the log.
    You can see the job log in SM37 transaction.
    hope this helps you.
    regards
    Message was edited by:
            Sarah Bollavaram
    Message was edited by:
            Sarah Bollavaram

  • Hi Friends, it is regarding message folders.

    Hi Friends, it is regarding message folders. I am not able to create a new folder in ‘Saved Items’. My mobile was formatted few months back & I am facing this problem since then. I was able to create folders in ‘Saved Messages’ before my phone was formatted. Does anybody have a solution.

    Hi Friends, it is regarding message folders. I am not able to create a new folder in ‘Saved Items’. My mobile was formatted few months back & I am facing this problem since then. I was able to create folders in ‘Saved Messages’ before my phone was formatted. Does anybody have a solution.

  • AB08 - Error Message AA478

    Hello people
    Wen I use the transaction AB08 I get the error message AA478
    A retirement was already posted on the asset 000443000001 0000 on 20090301. Based on the value date 20081130 of the transaction, this transaction should have been included in the calculation of values for the retirement.
    I tried to post the reversal with several dates but no luck.
    Can anyone help me?
    Can I do a manual movement for the reversal?
    Thanks
    Miguel Machado

    Hi, take a look on this:
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/71fd71448011d189f00000e81ddfac/frameset.htm|http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/71fd71448011d189f00000e81ddfac/frameset.htm]
    Be careful when you have an asset with several transactions, and you want to reverse a transaction that is chronologically immediately after a negative transaction. In this case, you may have to reverse the negative transaction as well, since the net book value of the asset could become negative after the first reversal.

  • Regarding Message Pool In web Dynpro

    Hi
    I have created the InputForm application for error handling.... In that i have created the Message Pool. A class IMessage<ComponentName> has been genrated automatically. Inside this class whether i have to write the code for create CONSTANT keys or else it will automatically create ... Because i am not getting code inside... its generating empty class.....
    like
    public class IMessageSimpleErrorsForm{
    but i have gone through one application which is already created and deployed.... In that I found the following class for creating CONSTANT keys
    public interface IMessageSimpleErrors {
    ErrorMessage <code>"Please enter a valid date for field {0}. You entered , which is a date in the future  and therefore not a valid date of birth."</code> using
    key "DateIsInFuture".
      public static final IWDMessage DATE_IS_IN_FUTURE = new WDMessage( "com.sap.tc.webdynpro.tutorial.errorbehavior.IMessageSimpleErrors" , "DateIsInFuture", WDMessageType.ERROR);
    Warning <code>"You did not enter an e-mail address. Therefore, you will not be informed about product news and special offers."</code> using
    key "DesiredEMail".
      public static final IWDMessage DESIRED_E_MAIL = new WDMessage( "com.sap.tc.webdynpro.tutorial.errorbehavior.IMessageSimpleErrors" , "DesiredEMail", WDMessageType.WARNING);
    ErrorMessage <code>": Entry of a valid is required for proceeding with the requested service."</code> using
    key "MissingInput".
      public static final IWDMessage MISSING_INPUT = new WDMessage( "com.sap.tc.webdynpro.tutorial.errorbehavior.IMessageSimpleErrors" , "MissingInput", WDMessageType.ERROR);
    please help me
    Thanks & Reagards
    Ravi Shankar B

    Hi Ravi,
    Pay attention that constant are generated only for messages types Standart, Warning and Error but not for Text.
    Best regards, Maksim Rashchynski.

  • Few Queries regarding Message Size in XI

    Hi ,
    I have posted the same question before many times over but did not get a satisfactory reply.
    I have many  file to idoc scenarioes.
    Now the file size is large .It is a CSV or a Tab-delimited file.
    IT can grow upto 100 mb.
    DEV has 4gb of RAM
    QA and PRODUCTION have 16 GB of RAM
    INTEL DUAL CORE PROCESSOR ON EACH box.
    If I want to send a complete 60-100 mb file I run into "LOCK table overflow"
    WE have increased the table size parameter on recieving CRM system.
    recordset parameter is set for all interfaces from 500 to 5000.
    Since I am not able to send a complete file I am breaking it into chunks and sending as I do not have much choice.
    For certain interfaces where I am having large number of fields I am able to send only 2000 records per file for others about 14000 records per file.
    In order to take care of errors like "LOCK table overflow " and to automate the process I have scheduled a report 'RSARFCEX".Otherwise I'll end up putting one file at a time and wait for it to get processed (i.e. create idocs with status 64 in the recieving system.) and this takes a long time.
    I see here on sdn people are able to send a large file in one go.
    Even if I try to split a file using xi ..multimapping..extended interface determination...the works et cetra ...It fails for a file of size 6mb.
    That too after increasing the no. of work processes.
    Besides tried to follow XI tunning parameters ...but there was no change in status-quo.Finally I am using an abap program in xi which is spillting the file (in a matter of few minutes) so that file adapter can pick it up .
    I am surprised by xi system's performance  .I am not using BPM .There is content conversion on sender side.
    Would the experts on the forum please provide a solution.

    Hi deepak
    Did you check this weblog
    /people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated
    and this related thread
    XML file size
    regards
    krishna
    Message was edited by:
            Krishnamoorthy Ramakrishnan

  • Regarding Message trace in XI

    hi Experts,
    I am doing file to idoc scenario.
    I have idoc number with me.
    Please could you guide me to find out the message for that idoc number.
    File   -
         XI   -
        IDoc
        Idoc number
    Please help.
    Regards,
    Vignesh

    Hi Vignesh,
    If you have the IDOC number then go tto SAP ERP system and see the control record of the IDOC. Go to the Details tab of the control record.
    you would see a Identification field. There you would find the message ID .
    for example ...0000000000653745   79196146EE036611E1000000C0A8641B. So in the above example whatever is after <i>space</i> is the message id(79196146EE036611E1000000C0A8641B).
    YOu copy the message ID and then login to XI. Run SXI_MONITOR.
    Click on Advanced Selection Criteria.
    In the Message ID field enter the message id which you earlier copied.
    Regards,
    Sumit
    ps : award points if that solved your problem.
    Message was edited by:
            Sumit Khetawat

  • Regarding Message Flow in XI

    Hi Experts,
    I was go through the Blog given by Siva Maranani
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi
    But in this After sending the Xi Message from send Queue to Integration Engine...
    What wi be the process inside this IE.
    Please let me know
    Regards
    Khanna

    <i>But as per my knowledge in the IS the Pipeline services wil be done( Includes Receiver det, Interface Det, Mapping, Logical rout, Tech. routing, Call Adapter, Message Split )
    It means there is no further process inside the IE??????????</i>
    Messages received at the Integration Server are processed through a defined series of steps called Pipeline Services. These pipeline services are part of Integration Engine which in turn is a part of Integration Server
    <i>Only the XI Adapter wil pick the Xi msg from Send Queue to IE.......Thats it?????/</i>
    Yes. Thats the main task of XI Adapter. It also does the SLD lookup.
    <i>
    then this IE wil pass this XI Msg to the IS ..... Right????????</i>
    As mentioned, IE is part of IS
    Regards,
    Prateek

  • Urgent information required regarding message type and process code

    Hi All
    We am working on EDI895 transaction (Delivery/Return acknowledgment) and we are using TXTRAW01 Idoc type for the mapping. Can anyone please let me know what the message type and the process code for the IDoc type is???
    thanks

    Hi,
    Welcome to SDN.
    Please go to transaction WE64 to find out all process codes available for IDoc type TXTRAW01 with message type TXTRAW.
    There are four process codes for message type TXTRAW.
    - ED00
    - ED00_XML
    - ED08
    - TXT1
    Regards,
    Ferry Lianto

  • Regarding Message Mapping

    Hi All,
    The problem is I have created 2 Message Mappings and Two Message Interfaces
    Two Messages Mappings and Message Interfaces are activated successfully, my question is which Message Mapping will execute among them(Message Mapping). If it Executes latest one Message Mapping ok, if I want to Execute Old one how can I execute that. I dont know whether we can create more than one Message Mapping, if it is possible here then can I Execute any one among all these Message Mapping help me in this problem.
    Thanks & Regards,
    Ashok.

    hi,
    in your scenarios your mappings
    are executed on the basis of the <b>interface mappings</b>
    one interface mapping can have a few message mappings
    that will all be executed :
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    you always use interface mappings (in directory)
    so you need to check how which message mappings
    are included in your interface mapping
    to find out which will be used in your scenarios
    Regards,
    michal

  • Regarding message interfaces in JDBC implementation

    Hi Bhavesh,
         I have been trying to implement the jDBC scenario as mentioned by you in the blog "JDBC Receiver Adapter -- Synchronous Select – Step by Step",could you please help me out with interfaces(how many interfaces do we need on the whole).
    Regards
    Madhu

    Madhu,
    Please refrain from directing questions to someone in particular. There are lots of XI experts around here who can surely help and directing questions to one person is going to discourage others from answering .
    Answering your question~~ refer into this blog by Arpit and use the same concepts as he has described for File - RFC - File. The only difference will be in the datatypes and message types,
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Regards
    Bhavesh

  • Regarding message maping

    hi all.
    i just want some information about the following error.
    here iam testing file to file scenario.
    iam using same message type for source and target.
    in message mpping while iam testing with xml its showing error like
    10:53:38 Start of test Mapping object MM_SapIsuTo3rdpartyAccountStatementExtractions incomplete. Unable to continue execution
    Structure with min!=max without mapping
    can anyone help me on this.
    waiting fpor your response.
    bey.
    regards.seeta ram.

    Hi,
    There will be some fields in your target structure with fixed occurances.
    While doing mapping either you disable such fields or you should map it with a constant or some fields from the source structure.
    While mapping from the source field please ensure that in case no values coming from the source field, you should map it with a default value.
    Regards,
    Vineetha

  • Regarding message error in bap webdynpro

    hai friends
    i am new to abap webdynpro
    i have doubt that , i palced the table ui element in the view
    if that table is not initial
    i have to give error message,
    is it same way as normal abap
    in the view the ui element id name of table is TABLE1
    can write this way
    if table1 is not initial
    then i will  call the message method over here through wdcode wizarad
    endif

    Hi,
    Check the example WDR_TEST_MSG_AREA .
    1. Validate your data in seperate funtion module and update the message Id and number in internal table.
    2. Use wizard to declate variable for massage area. It will create data declaration for messages of interface type IF_WD_MESSAGE_MANAGER. In this interface there is a method 'REPORT_T100_MESSAGE'. Pass your message ID and number in your internal table to this method parameter.
    If u need more information about message handling, check the following URL
    http://help.sap.com/saphelp_nw70/helpdata/en/d8/2a934259a5cb6ae10000000a155106/frameset.htm
    Reward point if useful.
    Regards,
    karthick S

  • Regarding Message Type in ALE

    hi guys,
    i was involved in Master data distribution using Message Types MATMAS, DEBMAS and CREMAS but never created a customer specific Message Type that is why, i just want to know in what cases do we have to create our own message type's using we31, we30 and we81 and we82.
    can any one out here help me out by sharing giving some real time scenario's in what cases do we exactly have to create our own message type.
    thanks
    Pavan

    Hi Pavan,
    There is no hard and fast rule that you use standard or custom message types...
    SAP has provided messages for almost all scenarios. If you don't have enough fields in standard messgae type, you can enhance it to accumulate your requirement.
    But if the organization has completetly custom defined system (involving many Z-tables) , we create custom message types...
    As far as my knowledge, we should try to go ahead with standard message types by suppressing unnecessary segments and enhancing existing segments just to avoid Z-objects.
    Regards,
    Audy

  • Regarding Message Maaping

    HI,
    I have a scenarion where i have to read a file where the structure is not defined properly i.e Records are coming as continous stream of messages separated by some special ASCII charac but in that stream there is only small portion of useful information to be transmitted to user rest all the information is to be rejected .Useful Info is to be mapped to a particular message format which will later be mapped to outgoin message fields in BAPI.
    Now how i should derive the useful Info from the stream of message obtained from file .File conversion is not working properly Message is like (1)(2)(3)(4)(useful Ifo)(5)(6) this is the strem of message coming as continous stream I have to map useful info to message later to be mapped
    Regards,

    HI,
    Can plz give your exactstructure , so that it will be possibe to give answer,
    I mean , yu cna difine the structure as you like is it ok, so create the one field as the length of first 3 fields  and the required fields under one , and the rest under one parent nodes.
    in FCC you can use give the only the middle portion of the structure only for FCC parameters
    <Root>
    <Block1>
       onefield with 3 fields which you donot convert
    </Block1>
    <Block2>
      Select fields which you want to convert
    </Block2>
    <Block3>
       onefield with 3 fields which you donot convert
    </Block3>
    In the FCC
    give the structure Root,block1,block2,block3
    and the processing parameters only for the block2 not for all
    Regards
    Chilla

Maybe you are looking for

  • Palm Pre will not sync with EAS on Exchange 2010

    I looked through the large EAS thread with the error "Unable to validate incoming server settings."  Tried all of these issues and none have worked for me.  Exchange version is Exchange 2010 running on Server 2008 R2;  Tried without domain and it giv

  • No updates allowed for the document "......."  IDOC "........"

    When trying to access a sales order in change mode... I receive the following error message: No updates allowed for the document "......."  IDOC "........" I checked IDOC status in WE02 and found that the Application Document was not posted and statu

  • % wise PO Creation

    Hi I want to create a PO to a vendor as per the below format. How can i do. The payment want to be released as per the below % as per the period specified in the PO. Scope Study - 10% Configuration - 25% Realisation - 35% Go Live - 30% Vijay

  • PO Comm Language

    Please help. When I create a PO with Vendor which Language is EN, in PO Comm Tab it populates the EN , now when i input text in the Header note & Header text, it appears in the print out, I have no problem with this. But problems is, when my Vendor L

  • AE CC: Will no longer collect files

    Never ran into this before, started with the most recent update. Whenever I try to collect files, it inevitably gets to: After Effects warning: The file...... could not be found. Then it ends collecting, so whatever is beyond that file is never copie