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

BAPI for FB05

Former Member
0 Likes
1,400

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
Read only

Former Member
0 Likes
1,095

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.

Read only

Former Member
0 Likes
1,095

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

Regards,
Felipe

Read only

0 Likes
1,095

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

Read only

0 Likes
1,095

have you simple code for z program

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,095

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

Regards,
Raymond

Read only

0 Likes
1,095

My call transaction for FB05 is in a RFC.

SE97 work without transaction?