cancel
Showing results for 
Search instead for 
Did you mean: 

BADI to populate Asset Master Class valu in Account Assignment Item Detail?

Former Member
0 Kudos

Hi All,

In Shopping Cart - COST ASSIGNMENT - Account Assignment Item Details Tab

we have

Create New Asset Master Record section and the field

Choose an Asset Master Class

I need to populate this field (Choose an Asset Master Class) with my own value.

What BADI I can use to populate value on this field? Any ideas?

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Murali,

The Asset Master Class drop down is populated from the Org Structure (Attribute: ANK)

Hope this helps.

Ben

Former Member
0 Kudos

Hi Murali,

You can use the following BADI BBP_DETERMINE_ACCT Method:DETERMINE_ACCOUNT inorder to populate the asset class through it.

Regards

Anirban

Former Member
0 Kudos

Hi Anirban,

I dont find the for Asset Class in this BADI?

Can you please more specific? What is the field name for Asset Class in this BADI?

Thanks,.

Former Member
0 Kudos

Hi Murali,

The Asset Class is created in R/3 ( FI-AA) and extended to different company codes and hence you can't populate your own values here. The drop down is populated through RFC call from the backend. What i meant in my previous post was populating the asset no or sub asset no using the BADI mentioned.

Regards

Anirban

Former Member
0 Kudos

Hi Anirban,

Thatu2019s true, Asset Class drop down is populated through RFC call from the backend. And I donu2019t need to populate asset no or sub asset no. (Yes we can populate these field values using several BADI's).

But I am looking for Asset Class field - instead of user selecting the value from the drop down I need to populate custom value and also need to make read only so that user can not select from drop down.

If any one has any idea how I can do this please let me know.

Thanks...

yann_bouillut
Active Contributor
0 Kudos

Hi,

As i told you there is no badi to do this.

1-What you can do is to create a CUF in the accounting tab to store your asset category.

You will then have to

2- hide the standard field but let the standard populate it with a default value from the org structure

3- add in the SRM iMG the cuf field for the accounting data.

4- code bbp_doc_change_badi to populate your CUF field

5- code bbp_driver_determine in order to call the FM to create the asset

6- create 1 FM in ECC to create the asset (copy of bapi_fixedasset_create1)

Hope this helps,

Kind regards,

Yann

Edited by: Yann Bouillut on Apr 15, 2009 5:23 PM

Former Member
0 Kudos

Hi,

Any idea's please?

Thanks..

yann_bouillut
Active Contributor
0 Kudos

Hi,

There is no BADI for asset class category.

Kind regards,

Yann

Former Member
0 Kudos

Hi Guys,

Any idea how I can populate custom value in asset class field?

Thanks in advance.