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 or FM for tcode FMBB

Former Member
0 Kudos

Hi GUys,

does anyone know if there is an existing BAPI or FM for creating a document in transaction FMBB?

Many thanks,

Ian

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use this FM to create FMKU_0050_CREATE

4 REPLIES 4

Former Member
0 Kudos

Hi,

Look at BAPI_0050_CREATE

Regards

Sudheer

Former Member
0 Kudos

Hi,

use BAPI BAPI_0050_CREATE

After calling the BAPI_0050_CREATE You have put the following :

clear ret_tab.

refresh ret_tab.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

IMPORTING

return = ret_tab.

Then the document is posted and the number is correct.

Regards

Former Member
0 Kudos

Use this FM to create FMKU_0050_CREATE

Former Member
0 Kudos

thanks guys!!!