ABUMN - how to bring "Internal Order" from Asset Master to Asset Account

Dear All ,
I have maintained the I/O of the Asset Master . If I did OAYR , the I/O value of the Asset Master could  be brought to Depreciation Account automatically when running AFAB.  But when I run ABUMN (and ABAVN), the system could not bring the I/O of the Asset Master to Asset Account .
Do you kindly tell me that which config could achieve the my purpose ??
And if I could do it by any configuration , do you have any suggestion to do that ??
User Exit ? or others ??
Many Thanks !
Ian

HI,
You will have to maintain Screen layout in Asset acounting-master data-screen layout-define for asset master data
here goto time dependent data for the asset class.Make plant as a required entry here & save.
Regards,
Saurabh

Similar Messages

  • How to bring the data from application server to presentation server

    hi,
    i have one problem,i have written the program which will open the files in the application server when we run the program in the background(sm37),the same data from application server i want to bring into presentation server in the format of (.csv),how to bring the data from application to presentation server can any body help me on this  topic.folowing is the code .
    *& Report  ZPFA_HIER_LOAD
    REPORT  ZFPA_HIER_LOAD.
    *---- Declaration of Oracle connectioN
    DATA con_name LIKE dbcon-con_name VALUE 'COMSHARE'.
    DATA: MFL1(9),MFL2(5),MFL3(9),MFL4(2),MFL5(8) TYPE c.
    DATA : mfilename type string.
    data: begin of matab1 occurs 0,
          MFL1(9) TYPE C,
          MFL2(5) TYPE C,
          MFL3(9) TYPE C,
          MFL4(2) TYPE C,
          MFL5(8) TYPE C  ,
         end of matab1 .
    data: setid(8) type c.
    data: begin of source occurs 0,
          setid(8) type c,
          end of source.
    *PARAMETERS : p_pfile LIKE filename-FILEEXTERN.
    *PARAMETERS : m_bsenty(8). " type c obligatory.
    *mfilename = P_PFILE.
    EXEC SQL.
      SET CONNECTION :con_name
    ENDEXEC.
    EXEC SQL.
      CONNECT TO :con_name
    ENDEXEC.
    EXEC SQL PERFORMING get_source.
      SELECT set_id FROM UNIT_SET INTO
      :setid
      ORDER BY SET_ID
    ENDEXEC.
    start-of-selection.
    LOOP AT SOURCE.
      REFRESH matab1. CLEAR matab1.
      EXEC SQL PERFORMING evaluate.
    SELECT TO_CHAR(MEM_ID),TRIM(TO_CHAR(MEM_PID)) FROM UNIT_TREE INTO :MFL1,
    :MFL5
    where set_id = :SOURCE-SETID ORDER BY MEM_ID
      ENDEXEC.
      if SOURCE-SETID = '80000000'.
       mfilename = '/tmp/aesorg'.
      elseif SOURCE-SETID = '80000006'.
       mfilename = '/tmp/Consolidation_Manager'.
      elseif SOURCE-SETID = '80000010'.
       mfilename = '/tmp/10org'.
      elseif SOURCE-SETID = '80000012'.
       mfilename = '/tmp/20org'.
      elseif SOURCE-SETID = '80000018'.
       mfilename = '/tmp/30org'.
      elseif SOURCE-SETID = '80000025'.
       mfilename = '/tmp/40org'.
      Endif.
      mfilename = '/usr/test.dat'.
    ************************This was i tried***********************
      open dataset mfilename for output in text mode encoding default." IN
    *TEXT MODE ENCODING DEFAULT.
    if sy-subrc <> 0.
    exit.
    endif.
    close dataset mfilename.
    CALL FUNCTION 'GUI_DOWNLOAD'
       EXPORTING
         FILENAME         = MFILENAME
         FILETYPE         = 'ASC'
       TABLES
         data_tab         = matab1
       EXCEPTIONS
         file_write_error = 1
         invalid_type     = 2
         no_authority     = 3
         unknown_error    = 4
         OTHERS           = 10.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
      clear matab1.
    ENDLOOP.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
    close dataset mfilename.
         MFL5 = '0'.
       CLEAR MFL5.
    FORM evaluate.
      if MFL5 = -1.
        MFL5 = ''.
      ENDIF.
      concatenate MFL1 ','   into MFL1.
      concatenate MFL1 ','   into MFL3.
      matab1-MFL1 = MFL1.
      matab1-MFL2 = 'ZBUE,'.
      matab1-MFL3 = MFL3.
      matab1-MFL4 = ' ,'.
      matab1-MFL5 = MFL5.
      append matab1 .
      CLEAR MFL1.
      CLEAR MFL2.
      CLEAR MFL3.
      CLEAR MFL4.
      CLEAR MFL5.
    ENDFORM.
                     "evaluate
    *&      Form  GET_SOURCE
          text
    FORM GET_SOURCE.
      source-setid = setid.
      append source.
      clear source.
    ENDFORM.                    "GET_SOURCE

    Hi Rammohan,
    You cannot use OPEN DATASET to transfer data from application server to presentation server.
    You can do the following :
    <b>Do 1st point in BACKGROUND</b>
    1. Read the data file from application server into an internal table using OPEN DATASET
    <b>Do 2nd point in Foreground</b>
    2. Once you get the data into an internal table, then use FM GUI_DOWNLOAD to download it on presentation server
    You cannot use the above 2 point together in Background because its not possible. Hence you need program it partially in background and partially in foreground.
    Best regards,
    Prashant

  • Open Internal Orders from legacy system

    Hi,
    Is there a way to bring over open projects (Internal Orders) from legacy system into SAP?, especially the way to bring over legacy cost information collected on such projects.
    Would appreciate any help,
    Ram
    Message was edited by:
            Ram R

    Hi
    As such you cannot do this. You download your Legacy system data to an excel sheet and then upload the PO details into SAP using  an LSMW etc.
    Regards
    Dev

  • Transferring internal orders from R/3 to CRM.

    Hi,
    Can any one tell me about the process of transferring the list of internal orders from R/3 system into CRM system????
    Is there any specific T-code for this operation???
    Please suggest.
    Thanks & regards,
    Rupam.

    Hi Shivani,
    I am not sure whether I understood your question or not. But if you want to use standard MW to exchange the data then you need to do the following.
    I am assuming your R/3 and CRM are connected to each other ( check the same using tr. SM50 and test the connection from one system to other system)
    1> check the queues R3A* & CSA* are registered in transaction SMQR
    2> check the tr. SMQS for your destination system.
    3> check for the site R/3 - OLTP and check for the subscription ALL BUSINESS TRANSACTION (MESG) Subscripition. - > this is for data transfer from CRM to R/3.
    4> define the no. range for transactions and transaction types etc.
    then you can load the object SALESDOCUMENT using the transaction R3AS - put some filter for this adaptor object so that it will bring only those transaction which you want to.
    Reffer to the Best practice guide for further details. you can get this in site help.sap.com.
    Hope this will help.
    Thanks,
    Vikash.

  • How to get internal table from SAP Data Provider C#

    Hello.
    ABAP:
       DATA: lt_t001 TYPE TABLE OF t001.
       DATA: url(1000) TYPE c.
      SELECT * INTO TABLE lt_t001 FROM t001.
      CALL FUNCTION 'DP_CREATE_URL'
        EXPORTING
          type                 = 'APPLICATION'
          subtype           = 'X-R3TABLE'
        TABLES
          data                 = lt_t001
        CHANGING
          url                    = url
        EXCEPTIONS
          OTHERS           = 4.
    C#:
    using SAPDataProvider;
    using SAPTableFactoryCtrl;
    public void SetDataFromUrl(string url)
                SAPDataProviderClass p = new SAPDataProviderClass();
                p.SetDataFromURL("APPLICATION", "X-R3TABLE", url);
                ISapDPR3Table tbl = p.GetDataAsR3Table("APPLICATION", "X-R3TABLE");
                SAPTableFactoryClass tf = new SAPTableFactoryClass();
                Table tb = (Table)tf.NewTable();
                tb.ISAPrfcITab = tbl.DataTable; // Exception !!!!!!
    How to get internal table from SAP Data Provider ?

    Hi Sergey,
    I'm trying to do the same, have you found a solution to solved it?
    thanks for your help.
    Regards.
    Jonathan

  • Impute revenue to Internal Order from SD

    Hi Experts,
    Is it possible to impute revenues to Internal Order from SD? Is necessary some configuration?
    Thanks in advance.
    José Luis

    If your cost of sales account is not setup as a cost element (which it shouldn't be if you are using cost based COPA), then you will need to created another cost of sale G/L account which does have a cost element and use that account for this transaction.  The G/L account that is selected for cost of sales is based on the movement type selected in the sales transaction and the valuation class assigned to the material.
    The easiest way of having the system find a different G/L account for this is to use a material in the sale transaction with a different valuation class that can be assigned to this new G/L account.  You can use transaction code (FBKP) to assign the G/L account to the correct account modifier for that valuation class.
    If you can't use a different valuation class (because this material is used in other situations as well), then the process is more complicated.  You will need to have the sales transaction find a different movement type for this so that you can assign a different account modifier and G/L account.  You will probably need to work with your S/D consultant to make this work, but I'll take you through some of the steps.
    In the standard system, movement type 601 is usually used to issue the inventory against the delivery and record the cost of goods sold accounting posting.  The trick here is to assign a different movement type to this speicific transaction.  The movement type is assigned to the schedule item category that is assigned to the sales line.  The schedule item category is derived from the item category, so you may need to have your S/D consultant create a new item category, a new schedule item category, and a new movement type for you.  Now that you have a new movment type, you assign a account key and modifier to the movment type.  From there assign the correct G/L account to the account key and modifier for your valuation class.
    thanks,

  • Internal order not coming automtically in asset purchase order

    Hi!
    I have created one asset under construction and internal order number is assigined in AUC in tabl Origin.
    Budget is maintained for that internal order.
    But when I am creating the asset purchase order for that AUC, system is not automatically picking up the Inernal order, even though internal order is assigned in the asset master.
    I have created Asset acquisiton GL accounts as statistical Cost elements.
    can you help me why system is not automatically picking up the internal order?
    regs,
    ramesh

    Hello
    in ACSET, ANLA-EAUFN also,
    Have you ticked the account assignment field also....
    regards

  • How to delete internal order

    Hi,
    I don't know how to delete internal order. I have set a deletion flag but I don't see a transaction where I could erase Internal orders.
    Could you help me with that. Is it user's tree or SPRO transaction?
    Best wishes,
    Karol

    Hi,
    First you mark IO for deletion in KO02, then use OKO5 transaction code to delete the internal order
    Hope this helps. Assign points if helpful
    regards,
    radhika

  • How can i cancel order from HONG KONG apple Online Store? i tried to call the customer service hotline in 1/11/2013 (3pm to 6pm) and no any apple specialist reply and answer me? How can i do now ? Pay for useless????

    How can i cancel order from HONG KONG apple Online Store? i tried to call the customer service hotline in 1/11/2013 (3pm to 6pm) and no any apple specialists reply and answer me? How can i do now ? Pay for useless?

    You may also be able to access https://store.apple.com/ in Safari, log into your account, and review recent purchases (and cancel any that haven't shipped yet).

  • How to del internal order

    hi
    how to del internal order
    guna

    HI
    Deleation of order is not possible. but you set the deletion flag or you can lock the order for posting transaction. Transacion code Ko02 - Menu bar -> Edit -> Lock-> set or Deletin Flag->set
    Bye
    Assign points if your query solved

  • Reg: how to display internal order

    HI ,
    How to display internal orders.
    regards
    JK Rao

    Hi,
    You can use KO02/ KO03 to view internal orders.
    Rgds.

  • Pls how do i place order from apple for 661-4964,logic board 2.6GHz.Rev2

    pls how do i place order from apple for 661-4964,logic board 2.6GHz.Rev2 for mac book pro17 inch someone please help

    Apple does not sell part to private individuals

  • How do I access music from different countries? My account is in Australia

    How do I access music from different countries? My account is in Australia and I want to purchase music in Franch

    In order to buy from another country's iTunes Music Store, you must have either:
    a) a credit card with a billing address in that country, or
    b) a mailing address in that country and a gift certificate or a prepaid card that was bought in that country.
    If you cannot fulfill one of these two sets of conditions, you will not be able to purchase from any given country's iTMS.
    This, BTW, is due to restrictions placed on Apple by the record companies and other rights holders (who are often completely different from country to country and so all require their own individual negotiations and contracts), not by Apple's choice.

  • I want to ask how to transfer my money from appstore to i tunes account?thx a lot

    hello,
    i want  to ask how to transfer my money from appstore to my itunes account? thx a lot for advice

    Are you talking about iTunes on your computer or the iTunes app on your iPad ? When connected to your computer's iTunes the Apps tab is used to sync (or remove) apps that you've bought or downloaded from the iTunes app store on your computer to the iPad.
    On your iPad the App Store app can be used to buy or re-download apps : http://support.apple.com/kb/HT2519

  • When i go on icould their is my email adress and their is a another email adress and i dont know who is using it how can i delete that from my phone or my account

    when i go on icould their is my email adress and their is a another email adress and i dont know who is using it how can i delete that from my phone or my account and also every time i open icloud i get that persons information like contacts mail  what can i do about it

    That is a bug on Mac.
    See https://bugzilla.mozilla.org/show_bug.cgi?id=531552 - Firefox 3.6b opens two windows when opening external links
    ''(please do not comment in bug reports to avoid bug spam for the devs)''

Maybe you are looking for

  • Question about Oracle Fusion Middleware 11g.- Installation FORMS

    Hello everyboyd, I am installing Forms version 11. First, I installed Oracle Weblogic Server version 10.3.6. After, I installed Forms 11g R2, but when the installation is in the step Create Dominion, the installation fails. I watch in the logs the fo

  • Terminal says 'unknownf81edfe49998' Huh?

    I've been doing some research into defragging on a Mac. Mixed info about it. It seems that it depends on the kind of user you are. Nice article here http://bit.ly/OSX_defrag with some interesting advice at bottom +you can simply open the Terminal and

  • Data submission format - Tab missing?

    Using LiveCycle Designer > Working with Objects > Using objects > Using buttons > To insert a button that sends an email that includes XML data The help doc that describes how to insert a button that sends email including xml data references a 'Submi

  • Ability to do a custom install

    (Well they had a check mark for "question" but not one for "rant" so I'm calling this a "question"; apologies in advance.) My issue: Installing (or upgrading) iTunes always results in 3 separate entries being placed in the main "All Programs" group o

  • How do i go about finding my pre paid iphone 4gs

    have recently lost my 4S and dont now how to go about finding it using Find my iphone