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 FB05

Former Member
0 Kudos

Please,

anybody know a bapi for FB05?

I can´t do with BDC because user not has authority for FB05.

I try function POSTING_INTERFACE_CLEARING but it´s use call transaction and user doesn´t has authority to transaction FB05.

Please, help me!

6 REPLIES 6

Former Member
0 Kudos

It would be recommended to change the User Role or to test this process with User access authorized to use this transaction.

All User Exits are available via SMOD/CMOD transactions.

All BAPI and BADI services and documentation is available from application components within IMG.

Thank you.

Former Member
0 Kudos

You could try the standard report RFBIBL00, read the documentation avaialble in the report to get the necessary steps to execute.

Regards,
Felipe

0 Kudos

This report use function POSTING_INTERFACE_CLEARING. It doesn´t  work.

0 Kudos

have you simple code for z program

raymond_giuseppi
Active Contributor
0 Kudos

Call transaction SE97 to manage the authority-checks performed during the CALL TRANSACTION 'FB05' USING bdcdata. (Read SE97 documentation)

Regards,
Raymond

0 Kudos

My call transaction for FB05 is in a RFC.

SE97 work without transaction?