ABUMN, default transaction types

Hello,
I have executed an asset transfer via transaction ABUMN. This is an asset transfer within the same asset class and same company code.
This process generated a FI document with 4 line items and all the line items have an asset transaction type (ANBWA). 2 line items are posting with transaction types 300 and 310. And the other two with 390 and 395.
I found that transaction types that are posting to "Acquisition and production costs" accounts come from Transfer variant 4 (Transfer within a company code). But I couldn't find where the other 2 transaction types 390 and 395 come from.
Can somebody please tell me where in customizing these two transaction types (390 & 395 ) are set as default?
Thanks.

Hello,
are you sure that there has been used transfer variant 4?
Dan you check in table TABW if there are stored this transaction types in 300 and 310?
Check if transfer variant 4 is not customized as   per the recommendations  in SAP note 327088.
CU: FI-AA:                                        
-> Transaction                                    
-> Intercompany asset transfer                    
-> Automatic intercompany asset transfer          
-> Define Transfer variant                        
-> transfer variant n. 4    
For sure check:
CU: FI-AA:                                        
-> Transaction                                    
-> Acquisition or retirement or transfer..        
and                                                                               
CU: FI-AA:                                        
-> Transaction                                    
-> Default transaction types                      
regards Bernhard

Similar Messages

  • Creating a query that provides a default transaction type for those transactions not categorized?

    How could I create a query that provides a default transaction type for those transactions not categorized?
    So assuming I have:
    * Transactions table (with transactions)
    * Categories table
    * transactions_categories table - allows to allocate multiple categories (with a percentage)
     - tranactionID
     - categoryID
     - percentageAllocation
    * Usage is such that only non-personal categories have been applied through out data.  So there is a lot of transactions with no categories applied
    Aim:
    * Want to create a query that creates a list of all the allocated amounts, so would include as columns:  transaction.tDate, transaction.tTitle, categories.name, allocatedAmount(calculated from percentage * transaction amount)
    BUT:
    * How could I include in the query, the entries that cover all transaction that haven't been allocated, to a default category "personal", where the allocated Amount would be 100% of the transaction value
    * And also (if it were possible), for transactions that have been categorized but not for the complete transaction value (say only 50% was allocated to a category), how to to cover this off to.  

    To default the value of the category:
    select IIf(IsNull(Category),"Personal",Category) as Category,IIf(IsNull(Category),"100%",PercentageAllocation
    ) as PercentageAllocation from [yourtable]
    What do you want to put the values of these ones:
    And also (if it were possible), for transactions that have been categorized but not for the complete transaction
    value (say only 50% was allocated to a category), how to to cover this off to.  
    Fouad Roumieh

  • Default transaction type settings

    Hi,
    When I try to select the transaction type from the locator with in order creation t code , where we can  see only one custom defined transaction type ( user restricted one ) ,
    Please suggest how we can do this custom  settings for the particaluar transaction/screen.
    Regards
    Naren..

    Hi Rhesa,
    Thanks for your reply, here I would like to set the transactin code level not the user specific, means when you run the
    CRMD_ORDER  T code to create the orders  and select the create option, where you will get only default transactin type .
    Can you please provide any input inthis.
    Regards
    Naren..

  • Integration with MM how the asset transaction type is triggered during MIGO

    Hello everybody,
    Do you know how SAP triggers the asset transaction type during MIGO when Asset is purchase with MM?
    Is there a customizing transaction to set up the link between the movement type used in the MIGO and the asset transaction type during the receipt of the asset?
    Thank you in advance
    Regards

    Hello,
    This is maintained in FI-AA Spro - Financial Accounting - Asset Accounting - Transactions - Specify Default Transaction Types
    For example for GR (MIGO), the accounting transaciton is called "Acquis. from goods receipt w/o affiliated company" and the default FI-AA Transaction type is 120.
    Hope this helps!

  • Multiple Transaction Type Specifications in Navigation Bar of IC web client

    Hi Experts,
    We created three transaction ZCBC-Customer Billing Complaints,
    ZCRR-Customer Refund Request and Z_SC-Service Ticket which are the
    copy of CRMC-Service Complaints with Transaction Category
    'BUS2000120 Complaint'.
    The IC Web Profile we created ZAGENT0001, Runtime profile:ZAGENT0001
    and Navigation Bar Profile:ZAGENT0001, Business TransactionProfile:
    ZBTP0001.
    The Navigation entries are ZCUSTOMER_REFUND_REQUEST-Cust. Refund,
    SERVICE_COMPLAINTS-Service Ticket, ZCBC0001-Cust. Bill. Complaint.
    Problem: In the Business Transaction Profile only one default
    transaction type (Complaint (BUS2000120)is allowed. But our
    Business Process demands to choose 3 transactions for the same
    Transaction Category where it is not supported by the Standard
    functionality.
    Advice us the possibility of choosing the 3 transactions
    where the Agent is allowed to access all the three in the
    IC Web through the navigation bar.
    Please send me a solution for that as it is very urgent.
    Thanks in advance
    Koustav

    Hi thirumala:
    Could you send me the ic web client cook book, or do you have any guide on how to configure transaction launcher, in crm 5.0, i know it is a standar funciontality, but i have the following problem, i need to show some transactions like BP, in icwc, and then pass the transaction the confirmed bp number, i've already configured ITS, but i don't know wich are the following steps to do what i want, so could you give some guideance.
    Thanks & Regards

  • What is the transaction type of MDF program..?

    Hi All,
    What is the transaction type for MDF (Market Development Fund) program..?
    Thanks.
    Regards,
    Archana.

    Hi,
    By default, transaction type 500 should be defined in Customizing for depreciation posting.
    CU
    ->  Asset Accounting 
    -> Transactions
    -> Determine Transaction Types for Internal Transactions'.
    ->  For 'Post depreciation'  => 500.                   
    Regards Bernhard

  • ABUMN Intracompnay asset transfer error AA389 Transaction type 300 not pos

    Hello,
    I am getting the following error message while runinng ABUMN  Transaction type 300 not possible (no affiliated company specified) Message no.  AA389.  Transfer variant 4 (transfer within a company) code is set as follows
    Rel Type               Crs-sys.ar     Rel.crsyst area     trans me              retmt tr type   acq.trasn.typ
    1                                   *                generic entry              1                        300                 310
    2                                   *                 generic entry             2                        300                 310
    The problem is that on  t-code AO76   trans type 300  Posting type has "Post to affiliated company" and "Post gross" both checked on.  In Company Code Global Data my Company code and Company are the same.
    Transaction type 306 has posting type "Do not post to affiiliated co." and "Post net" checked on.
    I changed transfer variant 4  to have retmt transaction type of 306 for relationship type 1 and 2 instead of 300 and I do not get an error and the posted depriciation is updated correctly. 
    Since 300 is the recommended SAP setting in note 327088 would their be any problem if I leave it at 306?
    Thanks for any answers to this issue.

    Hello Murali,
    Thank you for your response.
    I created a new tranaction type which was a copy of 300 and clicked on
    Do not post to affiliated company
    Post Net
    Since 300 was set up for intercompany and it resolved my issue.
    Rgds,
    Dan

  • R1213: Default Transaction Phase at the Order type

    We have a scenario as below.
    1. We have a custom responsibility that has both Quote and Quick Sales order form
    2. The profile OM: Default Transaction Phase for Sales order has been set as "Negotiation" at the Responsibility level
    3. But we need users to create RMA from this responsibility using Quick Sales Order form.
    4. Hence we set the "Default Transaction Phase" for RMA order type as "Fulfillment"
    Still when we try to create an RMA from quick sales order form, it's giving an error that Return is not possible since the default transaction phase is Negotiation..
    How can we achieve this with out creating a second responsibility just to create RMA from Quick sales order form ??
    Any help would be appreciated
    Regards
    Gopi

    Have the control on Default Transaction Phase only on the Order type level and NOT the responsibility level. Instead use processing constraints to restrict/allow creation of certain Type of Sales Order to certain responsibilities. Validation Templates can be created on Database Table level for Sales Order Type - use those to restrict to responsibilities. let me know if that works for you.

  • Asset transaction type default wrongly

    I go to t-code ao76, for asset transaction type 350, there is no tab called "posting type" , thus i can't find gross/net indicator.
    but in other system, i see posting type indicator.
    any one know how to solve this problem, now any transaction type I created under ao76 does not have posting tab

    I already check in this way, by this way, it will not allow you to modify standard transaction type 3**, all my transaction type under transaction group 30 is missing posting type, none of the four radio button is selected in the expert view.
    Is there any note to repair transaction type group 30? I find some notes, they suggest using Zcorrection prgram and transfered from client zero, but none can treat group 30.
    thus I expect any solution, may be it needs other configuration?

  • Default values by the use of templates in transaction type

    I am trying to figure out how to fill out a transaction (e.g. type SDCR), save it as a template and insert that template in the transaction type, so the next time I run this transaction people do not have to fill out certain fields as they are already taken care off (one is the Ibase). Something like in the Controlling module where you have a template you can create for internal orders.
    I look at some of this, and within the transaction type (expert mode) there are two areas that are potentially interesting. First is the copy, I can copy a transaction but I am not sure what that actually does.
    The second one is under extras>template>Create. I still have not figured out how that works as it actually creates additional fields (Item details, that includes fields like Product, Quantity and Description and other fields) and I wouldn't want that.
    Then even when I save this template I would I get this into the transaction type?
    If anyone can help this would be appreciated
    Paul

    You could consider making a transaction variant:
    http://help.sap.com/saphelp_crm50/helpdata/en/7d/f639f8015111d396480000e82de14a/frameset.htm

  • Transaction types are not getting displayed in WUI CRM7.0

    Hello Gurus
    After upgrading the CRM system from 4.0 to 7.0 we are not able to see the trasaction types for the activity mangment in WUI....i have also assigned the transaction types to the channel CEM  Webclient UI
    Suggest how to over come this ...
    Regards
    Sree

    Hi sreeram,
    go to crm -> transactions -> basic settings -> define transaction types
    copy default email cx03 and create new zemail.
    assign that zemail to bus2000126 business activity.select the business activity and click on customizing header.assign the category email. click on channel. maintain the channels 1)GUI crm webclient UI, 2)ICW Interaction center webclient.
    save the changes.
    go to crm -> transactions -> basic settings -> settings for activities -> maintain categories, goals, priorities -> click on assign categories to transaction types.
    assign the category email(which you have assigned above) to the transaction type zemail.
    even check maintain categories as well
    click on maintain categories -> check 401 email assigned to class G email.
    Regards
    Krishna

  • Error: 'Transaction type not possible (no affiliated company specified)'

    Hello,
    I am trying to transfer an asset under construction to following asset class: 'low value assets' with ABUMN
    It get the error message: 'Transaction type not possible (no affiliated company specified)'.
    I could go to AO76 to mark the 'post to affiliated company'.
    How can I check which transaction type it uses? With the transactio type group? Or something else...?
    Regards,
    Pamela

    Hello,
    actually, the problem lies with the transfer of assets under construction to low value assets with are happening in the CURRENT year, and not the previous year. AuC to LVA transfers from previous years are allowed, but not the one in the current year. Because it uses a different transfer transaction type... The transfer variant 4 (= transfer within company code) is the correct one I assume.
    Regards,
    Pamela

  • Posting with transaction type 160 is not possible at MR8M

    MODERATOR:  Do not post (or request) email address or links to copyrighted or confidential information on these forums.  If you do, the thread will be LOCKED and all points UNASSIGNED.  If you have some information, please consider posting it to the [Wiki|https://wiki.sdn.sap.com/wiki/display/ERPFI/Home] rather than sharing via email.  Thank you for your assistance.
    Hi All,
    We raised  a PO w.r.t CWIP asset and posted GRN (MIGO - Transaction typr:100) and Invoice (MIRO).
    Here, Invoice posted wrongly, So we are trying to reverse the invoice with MR8M (which is posted thru MIRO).
    But system populating one message as per the following:
    Posting with transaction type 160 is not possible here, see long text
    Message no. AAPO 177
    Diagnosis:
    Transaction type 160 has a depreciation limitation, although posting is not mandatory in all of the depreciation areas entered However, it is not possible to select depreciation areas in the current transactions.
    Procedure:
    Check the specification of transaction type 160 or use transaction MR8M to enter the transaction
    Please help
    Sairavi
    kumarfi9gmailcom

    Welcome to the forum.
    As a newbie you should understand the forum rules where you are not suppose to post any basic or repeated question.  To avoid this, you should make a search here
    [Forum Search|http://forums.sdn.sap.com/search!default.jspa?objID=f327]
    Type the same error text in Search Terms so that you will find the solution.
    thanks
    G. Lakshmipathi

  • AA390 Transaction type 345 not possibel to post to affiliate company

    Hi,
    We are getting this error AA390 transaction type 345 not possible to post to affiliate company , while settling an AuC to a fixed asset using trx AIAB.
    Please advise how this can be resolved or any config steps are missing for TTypes 345 or 346.
    Thanks,
    Manohar

    Hi,
    Check in transaction type 345/346, Radio Button for Post to Affiliate Company is selected. In case its not, please select the radio button and then try again.This should work.
    By default, Post not to affiliated company is selected.
    Hope this helps.
    Regards,
    Harish

  • Transaction Type field not getting value in F-05 transaction

    Hi All,
    When ever we are doing a reverse posting for foreign currency valuation using F.05 Tcode it will create a BDC session where we can execute this batch Input session thru SM37.
    This will use F-05 Tcode to post the the entries, but the problem is one of  the field Transaction Type is not getting value for some of the GL account numbers range. This is totally SAP standard program take cares of it. Transaction type field value shuld be populated by '990' value for this GL account range, this is fixed. So is thr any User exit or Screen exit for this Tcode or how we can populate the value....
    Help me...
    Chandar
    Edited by: Bala Chandar on Feb 12, 2009 1:25 PM
    Edited by: Bala Chandar on Feb 12, 2009 1:28 PM
    Edited by: Bala Chandar on Feb 12, 2009 1:33 PM

    Hi Mr/Mrs Bala Chander,
    I am having the same problem.
    When running F.05 a BIM is created for GL account X. GL account X has a field status in which transaction type is defined as a required field because of BCS / ECCS. We have a substitution rule in place which should default the transaction type, based on several criteria. But when executing the BIM, I see that nothing is filled in field transaction type. Did you find a proper solution for your problem? Changing the field status is not an option in my opinion.
    Regards,
    Joep

Maybe you are looking for

  • Adobe 5.0 editor not loading

    We have been using Adobe Photoshop 5.0 for a while. Suddenly I can't open the editor.  I get a pop up that says  "COuld not load the FastCore Routines module because the file could not be found"  or one that says "could not load the MMXCore Routines

  • Developer 6.0 installation failure

    Hi, I have Orace 8i 8.1.6 up and running on a NT machine and am trying to install Developer Forms 6.0 Server. I tried to install it on a separate directory C:\Oradev6, and still got messages saying that Forms cannot be installed in multiple location,

  • HT2486 address book won't open

    Address Book won't open last 4 days. It is OPEN but I cannot use it. Rt click SHOW ALL WINDOWS and I see Address Book and my contacts are there. I click on Address Book and it Disappears ie- Minimizes back to an ICON in teh DOCK. Can't find a solutio

  • Local variable in script/MDX logic

    Is it possible to define a local variable which will hold a calculated value temporarily to be used later in the program?

  • Service Support for Note 3 International version N900/N9000, Can it be activated on Verizon Network?

    i have the international version for the Note 3 N900/N9000 Model and i want to know if it can be activated on Verizon