2009 Jul 06 1:14 PM
Hi Friends,
Please suggest me BAPI for AS92 transaction to create fixed asset open transaction in FI & CO module.
Thanks
Bhuvana.
Hi Friends,
Please suggest me BAPI for AS92 transaction to create fixed asset open transaction in FI & CO module.
Thanks
Bhuvana.
2009 Jul 06 1:22 PM
Hi,
BAPI_FIXEDASSET_CREATE1
BAPI_FIXEDASSET_CREATE
BAPI_FIXEDASSET_OVRTAKE_CREATE
Regards
Bala Krishna
2009 Jul 06 2:00 PM
hi
these are the BAPIs for AS92
BAPI_FIXEDASSET_CREATE
BAPI_FIXEDASSET_CREATE1
BAPI_FIXEDASSET_GETLIST
BAPI_FIXEDASSET_TEST
IF YOU KNOW HOW TO FIND A BAPI FOR PARTICULAR TRANSACTION FOLLOW THIS ONE,
to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use.
Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.
1. Find out the package of the transaction.
Start Va01 go to system --> status.
Double click on transaction
Package is VA
Open this package in SE80
Open business engineering-->Business object types
Find the BO which sounds the most appropriate
I would suggest BUS2032 Sales Order
Double click.
Open methods.
Find the released method with from data or something similar in the name
, Createfromdat2
Position the cursor in it and click the program button
Scroll down to find the bapi used in this method
With this way you can also find out programs and FM's
2. Start va01 go to system-->status
Double click transaction VA01
Double click on package
Read the application component. (this is SD-SLS Sales)
Then open the transaction BAPI
Sales and distribution>Sales>sales order
createfromdat2
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |