cancel
Showing results for 
Search instead for 
Did you mean: 

Create Asset Master

Former Member
0 Kudos

Hi Gurus,

While creating a shopping cart by selecting the account assignment as taxable asset then in the account assignment screen we can see a Create Asset Master button when we click this, an asset will be created in the R/3.

Please help me how this asset is created in R/3 suggest me any BADI or FM in SRM so that I can debug and see.

Regards

Paul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here they are

SRM Calling Function
B46_CREATE_ASSET

R/3 Function called
BAPI_FIXEDASSET_CREATE1

Regards

Kathirvel

Answers (1)

Answers (1)

Former Member
0 Kudos

Activate RFC trace in R/3 t-code ST05 for the RFC user before clicking Create Asset Master in SRM. Then decativate the trace after the asset is created in R/3. This shoudl give any RFC FM used (if any).

BTW SRM uses the FM META_CREATE_ASSET to route this request. You can start debugging form this FM.

Hope this solves your problem.

Regards

Kathirvel

Edited by: Kathirvel Balakrishnan on Aug 20, 2008 11:43 AM