cancel
Showing results for 
Search instead for 
Did you mean: 

MIGO Asset Transaction Type

0 Kudos

How to change Asset Transaction Type during MIGO / GR using user exit/BADI/Substitution?

Which User Exit/BADI/Substitution can be used?

I know that Asset TType120 is currently maintain in the following config:

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.

But i want to use different transaction type if the amount is smaller than certain amount for that GR line item. E.g. using TType 10X for asset below 1000EUR and TType 120 for asset above >=1000EUR.

For ABSO/ABZO posting, I can always use BAPI to pass in the TType 10X, 100 whenever I want. But in MIGO what can we do?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

We found an enhancement point in Asset_missing_data_check to change the TType.

Answers (1)

Answers (1)

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi kamweng.leong2

I am not sure on what is the business requirement for changing the standard transaction type 120 to 10X based on value, since the applicable functionality would still be same. Is there any such legal requirement to show the acquisitions separately for eg?

Technically, you can look at the implementation of BTE 1120 to change the transaction type though. However, if there is a legal requirement, I would suggest to raise an incident to SAP Product Support and request them to provide a standard change.

Hope this helps

Thanks & Regards

Sanil Bhandari

0 Kudos

Yes. Based on the TType, the asset acquisition value will be posted to respective dep area. E.g. 120 to USGAPP and Local Book but 10X only to US-GAAP. The system is reading TABWD to get the TType during MIGO. I want to overwrite this value.

During debugging mode, I can change the TType in the debugging mode and it works. But I need an enhancement point/user exit to put in the code change. So I need to know what are the user exit/BTE/Enhancement Point can be used