Internal Order & Asset

Dear All,
user want to control the asset purchasing  with approved budget. in order to achieve the user requirement we created internal order , entered the budget & activate the availability control.
at the time of PO creation, we input Asset & internal order. system activated  the budget availability control on PO/PR elevl. which one is good.we also created the statiscal cost element for the Asset reconciliation account. For this our requirement is fulfiling
we have the following query.
1-the process that we are following, is it ok ?
2-is there impact/ effect for creating the statiscal cost element of asset reconciliation account.
3-is there any other process ?.

Hi Friend,
The process what you are following is correct...
There would not be any impact by creating the statistical cost elements.....
Another option is ......
Create an internal order... and create the purchase order against Internal order ( No need to give any assets and no need to create any statistical cost elemetn also)
Then settle the internal order to Fixed assets....
Thanks & Regards
Ravi C

Similar Messages

  • Internal Order && Assets

    When we create an internal order via KO01 the fields "Investment profile" and "Investment reason" on the Investments tab are mandatory fields.  This leads to the following warning message:
    "New order: System status requires an AuC"
    and the system automatically opens the "Create asset: initial screen" screen.
    We are now trying to do the same in a program, but how can I create an asset that is linked to this internal order?  I already tried BAPI_FIXEDASSET_CREATE and INVEST_ASSET_MAINTENANCE but this does not seem to work.
    Anybody who knows how to do this?
    Kind regards,
    Lieselot

    We have found the solution ourselves:
    CALL FUNCTION 'KAUF_ORDER_CREATE'
        EXPORTING
          i_auart              = gv_auart
          i_aufnr              = p_aufnr2
    *   I_AUTYP_ERL                    = ' '
    *   I_DIALOG                       = ' '
    *   I_MATNR                        = ' '
    *   I_OREXT                        =
    *   I_REFNR                        = ' '
    *   I_SAVE_FLAG                    = ' '
    *   I_WERKS                        = ' '
    *   I_NEGLECT_FIELDSELECTION       = ' '
        IMPORTING
    *   E_AFKO                         =
    *   E_AFPO                         =
          e_coas               = wa_coas
          e_kauf               = wa_kauf
          e_index              = gv_index
        EXCEPTIONS
          foreign_lock         = 1
          order_type_not_valid = 2
          reference_not_valid  = 3
          wrong_input          = 4
          no_number_range      = 5
          OTHERS               = 6.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'INVEST_ASSET_MAINTENANCE'
        EXPORTING
          i_bukrs               = p_bukrs
         I_DATEN               = wa_daten
         I_DYNNR               = '9001'
          i_ivpro               = scr_aufk-ivpro
          i_objnr               = wa_coas-objnr
    *     I_REPID               = SYST-CPROG
          i_trtyp               = 'H'
    *     I_ASTKZ               = ' '
         i_modus               = '4'
       IMPORTING
         E_PARM_FLAG           = gv_parm_flag
         E_FLG_CANCEL          = gv_flg_cancel
       EXCEPTIONS
         BUKRS_FEHLT           = 1
         RW_OBJECT_FEHLT       = 2
         TRTYP_FALSCH          = 3
         OTHERS                = 4
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'KAUF_ORDER_STORE'
        EXPORTING
    *   I_AFKO                    = ' '
    *   I_AFPO                    = ' '
          i_check             = 'A'
          i_coas              = wa_coas
          i_dialog            = 'X'
          i_kauf              = wa_kauf
          i_save_flag         = 'X'
        EXCEPTIONS
          illegal_change      = 1
          order_not_in_buffer = 2
          OTHERS              = 3.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'KAUF_ORDER_SAVE'
          EXPORTING
    *   I_DIALOG         = ' '
            i_index = gv_index
            i_check          = ' '
    *   I_TESTRUN        = ' '
          IMPORTING
    *   E_AUFNR          =
            e_coas  = wa_coas
            e_kauf  = wa_kauf.
    *   E_AFKO           =
    *   E_AFPO           =
    *   E_COAS_OLD       =
    *   E_SUBRC          =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
       WAIT          = 'X'
    * IMPORTING
    *   RETURN        =

  • Purchase order to Asset non imposed the Internal Order.

    I'm entering a purchase order of an asset tied to an internal order of investment. The order has a budget X. If I enter a purchase order with value greater than the amount budgeted in the internal order, the system allows me to create the request and not imposed the internal order. In the report S_ALR_87013019, the order has no value released.
    How can the system do not allow the purchase of assets with values greater than estimated and how to make that encumbers the purchase order and appear in the report S_ALR_87013019?
    This only happens in the purchases of assets!
    Thanks in advanced!
    GLMacedo

    My friend, see my answer to witch point.
    1. Your Asset APC account should be Category 90 (Statistical) Cost element
    The Internal Order is Statistical (I see in KO03). Should I verify in another place?
    2. your Internal Order must be of category "Investment" and not "Overhead"
    OK
    3. Assign this Internal order in your Asset Master in the field "Investment Order"and not "Internal Order"....
    OK
    if Investment Order is not visible in Asset Master, change your screen layout of the asset and plug it in (IMG > AA > Master Data > Screen layouts)
    4. Do settings in T code ACSET - Allow EAUFN for Trn Type = *, Acct Assign Type = APC Postings, and check the Acct Assgn check box
    I don´t know how can I do this. How Can I Do?
    Allow commitment management in your contr area OKKP and in your Internal order type (KOT2_OPA)
    My type Order (investment) in KOT2_OPA is OK (commitment management was allowed). But in OKKP it is not! It is a critical setting. Should I flag this field?
    6. Feield Status Group of Asset must allow CO/PP Order in OBC4
    OK
    Thank you very much!

  • AUC Asset not getting created when Internal Order is created

    Dear Experts,
    While Creating the internal order ( Object Class - Investment Measure)
    AuC (Asset Under Construction) not getting created automaticall . Note Investment profile is already there in the order.
    Following steps below are configured -
    1. Define the AuC Asset Class (with investment measure) - OAOA
    2. Define the Asset Class u2013 for Main Asset - OAOA
    3. Define Investment Profile - OITA
    a. Assign the AuC Asset Class (Step-1) in the investment profile
    4. Assign Investment Profile to Model Order - OITA
    5. Define Order Type (Investment) - KOT2
    a. Settlement Profile - OKO7
    b. Maintain Allocation Structures - OKO6
    Thanks
    Sanjai

    Hi Sreekanth,
    What is the setting needed to create AUC Automatically when an Internal order is created ?
    I have done all the setting, but still when I save Internal order neither AUC asset is getting created.
    So I went to extras selected create AUC and it went to AS01, but when I came back (F3) from AS01 to Internal Order and save , Auc Asset is not getting captured in the settlement rule. I even tried to give manually the AUC Asset in the settlement rule, for which sys is not allowing in the settlement rule.
    Any thoughts are highly appreciated
    Advance Thanks
    Sanjai

  • Internal Order for AUC Asset not getting created Automatically

    As per SAP Standard , when I create an  AUC Internal Order (KO01), and save , AUC asset is gets created automatically ted via AS01 and stores the AUC Asset in Internal Order settlement rule. 
    However when tried with the client Im not able to create, AUC is not getting automatically created and stored in Int Order Settlement rule.
    In config I have added investment profile to Ord Type  and in OAOA ( AUC Asset class setting , Investment profile is also checked)
    Kindly let me have your inputs to fix the issue
    Advance Thanks
    Sanjai

    Hi,
    In order to create AUC asset automatically by the system, you need to create an investment profile in OITA.
    Then assign this investment profile in the Internal order master data created through KO01 in the Investments tab.
    There is no option of assigning the Investment profile in the Order type.
    And in OAOA that is Asset class, select the radio button investment measure.
    You can default the Asset class of AUC in the investment profile or leave it blank so that same can be filled when system prompts for AUC creation.
    You cant see the AUC asset in the settlement rule once Investment order is created, but only after settlement of the balances to the AUC u can see.
    Thanks & Regards,
    Ravi Kumar

  • Error while settling Internal Order to CWIP asset using T-cdoe KO88

    Hi experts,
    While settling the amount from Internal Order to particular CWIP asset, i am getting the following error
    "Define a number range for settlement documents"
    Kindly provide me the solutions how to go about it.
    Thanks in advance
    Bashyam

    Hi,
    Go to T.Code KANK
    Click on "Maintain Groups" (F6)
    Assign a suitable number range to object KOAO
    Regards,
    Kenneth

  • Creation of internal order (investment order- asset under construction)

    I want to capture the cost of asset under construction through internal order (controlling) not throgh Investment Measure module. How i can do this.

    Hi
    It is the same flow as explained by AP above
    If Investment management module is active, then on settlement i believe the AUC asset is automatically generated. Therefore you have to define an asset master and then include this asset in the settlement rule of the IO. Thus on settlement the cost in the IO would flow to the asset
    Thank You,

  • Automatically creation of Asset from Internal Order(IO) when Released

    Dear experts,
    In my scenario, we are using IOs (not WBS). When I budget and release the Internal order, it should automatically create the Asset/Asset class(Not AUC)( as in WBS,if we assign Investment Profile).Could this possible?coz' I have not seen the Investment profile as such in IO.
    guide me.
    Thanks,.
    Sanju.

    You have to define investment profile and assign the same to you Internal order the same you can achieve Txn OITA . ( viaSPRO->IM>IO&IM>Masterdata--> Define Investment profile )
    After you have to assign the same to your order .
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/2a/f9f588493111d182b70000e829fbfe/frameset.htm
    Regards
    Nitin

  • Settling investment internal orders to an asset (AA310 msg)

    hi.
    I am wondering if somebody can shed some light for me on the following:
    let's say we have 2 investment internal orders (representing 2 different projects) which are to be settled to one asset.
    for the 1st order the job was done and the status changed to TECO in 2010. Upon full settlement (KO8G, full ) the cost has been settled to an asset (from AuC) and the asset has been capitalized. the capitalization (aquisition) date was set to the end of the period (e.g. Dec 31, 2010).
    the status of the 2nd order has been changed to TECO in 2011. Currently when I'm trying to do a full settlement of the 2nd IO (with KO8G, partial capilazation) I'm getting AA310 (asset value date in diff year) as far as the system is trying to default the asset value date to date when the IO status was chagned to TECO (2011).  I do not want to default the asset value date on the KOG8 screen.
    The question - what is wrong in my approach and what should I do in the case I have a second investment orders to settle to a final asset.
    Sorry if I was not clear, i'm primarly an abaper but trying to understand some business processes related to internal orders and settlement. any information to understand this relationship would be appreciated.
    thank you,
    viktor

    Creation of Internal Order- KO01
    Maintain Settlement receiver as the AUC asset
    Settle the Internal Order- KO88
    Now the values have come to AUC asset
    Distribution of AUC- AIAB
    Enter the Settlement receiver as the Main Asset
    Settlement of AUC- AIBU

  • Asset under Construction through Internal order- Functional deficit?

    Hi Experts,
    I have created an internal order and all the expenses incurred for the asst under construction are being booked at this internal order.
    While settling the internal order the system always picks up the month end date as the settlement date and hence the balance of internal Order is getting transferred to AUC on month end date (say31.07.2007).
    So,
    The date of transfer of balance from internal order to AUC is month end date that is 31.07.2007.
    But in Actuality the AUC got complited before month end (say 15..07.2007) and the Asset was put to use on 15.07.2007.
    Now the system is not allowing to settle the AUC to Main Asset as on 15.07.2007 as the AUC was not existence on that date. <b>Error:</b> Posting not possible (Value date earlier than capitalization date).
    I am able to transfer the balance in AUC to Main Assets as on 31.07.2007 but in this case my client is loosing the depreciation element on this asset from 15.07.2007 to 30.07.2007. Is this the functional deficit in SAP? Is there any way through which depreciation can be availed from 15.07.2007?
    Thanks & Regards,
    Bijay kumar Deo

    You can settle the AUC value in one period and posting can be made in another period. in the same you can give the different asset value date in KO88 screen. The only limitation is this possible only if the fiscal year is same.
    Give the asset value date as 15.07.2007 in KO88
    Hope this will work
    Radha

  • Settlement of an Internal Order to Asset Under Construction

    We are running SAP 4.7 and Iam trying to settle an Internal order to AUC and I get the following error
    You cannot use this transaction type to post to this asset
    Message no. AA834
    Diagnosis
    The transaction type entered belongs to transaction type group 15. According to the specifications for this transaction type group, posting with transactions types belonging to this group are only allowed in specific asset classes (for example, asset classes for assets under construction).
    The asset to which you are posting belongs to class 18000 (chart of depreciation SEEF). You cannot post to this class using the transaction type you have entered.
    Procedure
    Check the asset number entered. You may want to allow posting with this transaction type group for the asset class of the asset.
    **Please take note that the costs which have come on the internal oder are through GR( Goods receipt) and not down payment. Also note that last month, the order settled without any problems!**

    Hi,
    thanks for your answer.
    I want to do that because of some french tax rules.
    These rules say that goods, hours or services produced internally for the contruction of an asset can be "delivered" to itself.
    So you can register output tax based on the value produced but you have also to register input tax for the same amount.
    Finally the balance for VAT amount is 0.
    I was interested to know if that was possible to automize. If not, there is still the possibility to make a separate postings at month end or year end.
    Best Regards

  • Asset value date in Internal order settlement ko88

    Hi.
    I have posted some expenses to the internal order. I m trying to settle it to AUC with tcode KO88.
    In the selection screen of ko88 i gave asset value date as 15.07.2011 but system is posting with month end date only as 31.07.2011.
    I read the sap note 98496. In that its mentioned that the asset value date given in settlement parameters will override the asset value date given in the selection screen of ko88.
    I tried to update the AUC asset value date in KO02 where we give settlement rules but i couldnt find any field there.
    Where do i update the AUC asset value date in settlement parameters. Can anyone provide me the tcode and the field where i update this asset value date.
    Regards,
    Padmavathi

    Hi
    You can the same in transaction code KO02 
    1. Click on 'Settlement Rule'
    2 Select 'Goto' in toll bar
    3.Select 'Settlement Parameter F8"
    4 there you will get" Asset value date"
    Table  Name" COBRA" field "BZDAT"
    Hope this will helpful for you
    Regards
    Praveen P C

  • Internal Order Down Payment settle to Asset

    Hi,
    I have a requirement related to Down Payment shows in Order. User want that if there is any down payment against purchase order & purchase order contain real order, they want that FBL1N/FAGLL03 report show Order Number in reports. So that down payment can be traced against Internal Order.
    Now I have tested the whole scenario. everything is ok till down payment. I can seen Order number in FBL1N report and also in FAGLL03 report.
    Now the problem is here,
    Real Internal Order is created which will be settle to AUC asset.
    Purchase order is made with Assignment category 'F' . Real Internal Order is mention with GL.
    Now Down Payment is made against Purchase Order with mention Purchase Order. I can see in FBL1N report.
    Now when i am going to settle Internal Order to asset, there are errors which are rectified by configuring. But when i see AUC asset, down payment is also settle on asset.
    If Purchase Order is raised with amount 1500000.
    Down Payment is made with  amount 50000
    when i settle Internal Order 1500000 & 50000 also settle on Asset.
    I dont want to settle 50000 on asset and when i see KOB1 report, i only see 1500000 amount.
    Or is there any report in which i can extract Order with down payment data. I can develop Z report but i want to do it in standard.
    Waiting for reply....
    Regards
    AJ

    For Down payment data,
    you need to use FBL1N transaction.
    probably, down payment will not reflect in internal order. Expense GL with Internal order will reflect in the internal order actual values.
    Thanks
    Sudhir Krishna Kumar Singh

  • Settlement of Internal order to Asset under construction (AUC)

    Hi,
    To All
    While settling an internal order to AUC through KO88 it shows already settled whereas the balance of the internal remains the same and while settling AUC the error shows "there is no line item".
    What can be the problem, why internal order is not settling to AUC?
    Has anybody face this issue before? I have spent hell of the time on this issue but haven't resolved this. I would greatly appreciate your response on this.
    Thanks
    Jainendra

    Hi Jainendra,
    Please refer OSS Notes# 310116 (Settlement AuC: Open items not correctly cleared )
    OSS Notes# 412869   (AuC settlement: AW521 or line item not settled )
    Have a look into the below link,
    http://help.sap.com/saphelp_47x200/helpdata/en/4f/71daf9448011d189f00000e81ddfac/frameset.htm
    Also refer the below SDN link:
    Re: Capitalization of Asset
    Hope this helps.
    Please assign points as a way to say thanks
    Message was edited by: Ravi Rana

  • Settlment from Internal order to asset

    Hi Guru!
       I have some problem about integrate between Internal order  (Investment funtion) and Asset
       I have Internal order master and assign investment profile in master  and in Internal order link to AUC automatic. End of period I input Asset no 100001 , 100002 in settlment rule  by Transaction code KOB5 (line item settlement orders and then) and I settlment by t. code KO88. The result is expense from Internal order transfer to AUC only not transfer to Asset no. 100001 , 100002. after settlment  in Asset module  have transcation type 116 Acquisition - internal settlement to AuC only  but not have 336,339 Acquirg transfer of curr-yr acquis from inv.meas.  I need 336, 339 for transfer value from AUC to Fixed Asset . How I solve this problem?
    thanks

    Hi,
    In OAXG, select the transaction type 336 & 339.
    In this go to Other features
    Remove the tick from the Checkbox Cannot be used manually. Try to excute the transaction.
    Regards,
    Amit

Maybe you are looking for

  • Printing pdf files made from Filemaker docs on HP 7410 cuts off top margin

    Just bought a MacBook Pro and jumped from Tiger to Snow Leopard. Also bought FileMaker 10 replacing the FileMaker 8.5 I used up till the MacBook Pro purchase and system upgrade. Still using the same HP 7410, but during installation, I think I remembe

  • Touchpad stop response ...

    Pressing power + center button did bring the hp logo back and did go into the home screen. However,  touching screen app still have no response. only pressing the center button can toggle between launcher and home screen now. How can I do? I don't mi

  • SLM Custom Reports

    Hi all, I am new to iReport and creating custom reports with this Sentinel SDK, took me a while to get it working, but since I have I really like the way it has been done. I need some help getting started with a report I need to create, we call it an

  • How to run long running report in the background

    Oracle Application server 10g I need to run the long running reports in the background because while the report is running the cursor is loading and the control doesn't return to the user this feature exist in oracle 6i by set the following parameter

  • Optiarc BD ROM BC-5500S not working properly

    Hello everybody! I have a pavilion dv5 laptop bought about an year and a half ago. The DVD writer/ Bluray reader, Optiarc BD ROM BC-5500S, of this laptop began to not function properly a few months ago. When I resumed the laptop from hibernation or s