Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for T. Code ABAA

Former Member
0 Kudos

HI All,

CAn u please provide BAPI name for T. Code ABAA.

I have searched on scn.sap.com but find two thread with same Q but no Answer for the same Q...

http://scn.sap.com/thread/3260469

https://scn.sap.com/thread/1686868

Please dont Suggest for BDC/ LSMW... i want BAPI or FM name.

Please Help.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

 

From SE80 - Enter package as 'AB' - Check for the function modules listed under func group AB01.

Also expand the business engineering -BO types.Please verify each BO methods - these methods will be linked to BAPIs.

Regards,

Keerthi

13 REPLIES 13

Former Member
0 Kudos

In 2010,

https://scn.sap.com/thread/1686868

Said there were no BAPI's.

I see no better references than that.  You can run ABAA and debug through or SE30 through it and perhaps you will find something.

SAP just does not provide a full set of automate-able input options.

Still, someone may yet come up with one.

Neal

Former Member
0 Kudos

Hi,

 

From SE80 - Enter package as 'AB' - Check for the function modules listed under func group AB01.

Also expand the business engineering -BO types.Please verify each BO methods - these methods will be linked to BAPIs.

Regards,

Keerthi

p291102
Active Contributor
0 Kudos

Business object types are  BUS1022 , BUS1056 & BUS2040

Former Member
0 Kudos

im not so sure how these 3 BOs going to help to create 'Unplanned Depreciation documents"

BUS1022    Fixed asset

BUS1056    Fixed asset ledger

BUS2040    Asset Account

regards

Prabhu

Former Member
0 Kudos

HI ,

Can u please let me know how ?

Many thanks in advance.

Regards,

Nikki...

Former Member
0 Kudos

Hi ,

tcode ABAA mainly uses fm  AM_DOCUMENT_CREATION_PREPARE( program MA01BF00) ,you can enhance that fm based on your requirement.

for more details , check and debug it.

regards

Prabhu

Former Member
0 Kudos

HI,

I want to create a custom transaction to do mass upload for asset unplanned depriciation

  can u pls provide some way outs other than BDC

Thanks

0 Kudos

Hi,

Please check ACC5_ASSET_ITEMS_CREATE & AMNA_ASSET_CREATE.

Along with asset details, pass value for transaction type RLAMBU-BWASL.

Regards,

Keerthi

0 Kudos

Hi Nikita,

I have the same requirement.

Can you help if your problem is solved?

Regards,

Anil

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK the only released BAPI specific to asset  posting are

ACC5  FI/CO: BAPIs Asset Postings
BAPI_ACC_ASSET_ACQ_SETT_CHECK  ACCACC: Asset Acquisition - Synchronous Determinati
BAPI_ACC_ASSET_ACQ_SETT_POST   ACCACC: Asset Acquisition-Asynchronous Determinatio
BAPI_ACC_ASS_ACQUISITION_CHECK BAPIBAPI: Check Asset Acquisition
BAPI_ACC_ASS_INTRA_TRANS_CHECK Accounting: Post Asset Transfer
BAPI_ACC_ASS_RETIREMENT_CHECK  BAPIBAPI: Check Asset Retirement
BAPI_ACC_ASS_TRANSFER_CHECKAccounting: Post Asset Transfer
BAPI_ACC_ASS_TRANSFER_POSTAccounting: Post Asset Transfer
BAPI_ACC_ASS_TRANS_RET_CHECK  Accounting: Post Asset Transfer
BAPI_ACC_AUC_ACQUISITION_CHECK Accounting: Asset Acquisition from Settlement
BAPI_ACC_AUC_ACQUISITION_POSTAccounting: Asset Acquisition from Settlement

AMFA             Fixed asset posting BAPIs
BAPI_ASSET_ACQUISITION_CHECKCheck asset acquisition
BAPI_ASSET_ACQUISITION_POSTPost Asset Acquisition
BAPI_ASSET_RETIREMENT_CHECKCheck asset retirement
BAPI_ASSET_RETIREMENT_POSTPost asset retirement
BAPI_ASSET_REVERSAL_CHECKCheck Asset Document Reversal

Which one did you already test/exclude ?

Else put a break-point in a  FM like ACC5_ASSET_ITEMS_CREATE or AMBU_CALL_AC_DOCUMENT_POST and then execute a test run on transaction ABAA, but you will use non-released FM, no good practive, here BDC/LSMW suggested, you could wrap in a z-bapi.

Regards,

Raymond

PS: copy/paste converted the A S S into *** ?

Former Member
0 Kudos

Thanks All

Former Member
0 Kudos

Hi,

It's late reply; but still migt be useful to few.

ABAA uses AM_DOCUMENT_CREATION_PREPARE. Debug the standard flow to find out the input data for the FM. Mainly, fill T_ANBZ_SLIM. You will be able to see the depreciation value updated in AS03.

I am successful using above approach.

Thanks

whhonda
Discoverer
0 Kudos

Hi,

Please try FM "BAPI_ASSET_VALUE_ADJUST_POST".

Thanks.