2009 Dec 11 5:21 AM
Hi all!
There is the emplemettation of BADi AC_DOCUMENT in our system. It hits the FI-AA movements passed by transactions ABUMN, ABSO, but does't by F-92 (FB01). What alternatives may be used in this case?
Thanks in advance.
2009 Dec 11 5:31 AM
Hi Alexandr,
You can use BAPI_ACC_EMPLOYEE_PAY_CHECK and BAPI_ACC_EMPLOYEE_PAY_POST for FB01 transaction implementation.
I have used for FB01 data uploading through excelsheet.
Regards,
Tanaya
Edited by: Tanaya A on Dec 11, 2009 11:04 AM
2009 Dec 11 5:31 AM
Hi Alexandr,
You can use BAPI_ACC_EMPLOYEE_PAY_CHECK and BAPI_ACC_EMPLOYEE_PAY_POST for FB01 transaction implementation.
I have used for FB01 data uploading through excelsheet.
Regards,
Tanaya
Edited by: Tanaya A on Dec 11, 2009 11:04 AM
2009 Dec 11 3:42 PM
Not exactly sure what your requirement is, but most likely you need to investigate the possible BTE's available. You can either do a Runtime Analysis for F-92 and search the call stack for the 'OPEN_FI...' calls to track down the BTE numbers or you can just peruse the BTE listings (and documentation) in transaction FIBF (Environment menu). There are also FI substitutions (transaction GGB1) if that's what you need.
2009 Dec 14 8:47 AM
The problem solved by using FM AMUP_DOCUMENT_POST. Enhancement point was putted there. Old BADi emplementation deactivated. For details, see note 77818.
Thanks to all.
2009 Dec 14 9:05 AM