cancel
Showing results for 
Search instead for 
Did you mean: 

Update ANLA table for the created Asset

former_member547853
Discoverer
0 Kudos

Hi

For the PR created in ME51N, if account assignment category of document is A (Asset), it requires asset number in account assignment tab to post the document successfully. When I create the asset using 'Asset' button for a line item, it creates temporary asset (for asset class S800 as per my config.). So, it creates ANLA table entry with new asset number created. But I want to update some fields of Asset master data table ANLA through exits for the asset created.

I got some exits but can't update the fields like Vendor, Quantity, cost center etc.

Exit EXIT_SAPLAISA_001 (to modify one field Inventory number)

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

You create an asset master record using BAPI_FIXEDASSET_CREATE1 or make a change with BAPI_FIXEDASSET_CHANGE. You may try to call these FM in your enhancement.

Best Regards,

R.Brahmankar

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Please check SAP enhancement AIST0002 of the asset master record FM EXIT_SAPLAIST_002

Best Regards,

R.Brahmankar

former_member547853
Discoverer
0 Kudos

It needs enhancement of CI_ANLU structure, which is not required.

Without adding any custom field in AS01, I want to copy some EBAN and EBKN field values to ANLA table which can't be done through this exit.