Application Development and Automation 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: 
Read only

F-92 (FB01) doesn't hit BADi AC_DOCUMENT. What alternatives may be used?

Former Member
0 Kudos
762

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
445

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

4 REPLIES 4
Read only

Former Member
0 Kudos
446

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

Read only

brad_bohn
Active Contributor
0 Kudos
445

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.

Read only

Former Member
0 Kudos
445

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.

Read only

Former Member
0 Kudos
445

Problem solved