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: 

Is there any BAPI for F-58 transaction?

Former Member
0 Kudos

Hi All,

I need any BAPI or submit program to do the same work as done by the F-58 transaction. Is there anything available or BDC is the only option?

Thanks in advance.

Regards,

Avi

7 REPLIES 7

ferry_lianto
Active Contributor
0 Kudos

Hi Avi,

Please check this FM.

<b>FORM_PRINT_AFTER_POSTING

PAYMENT_FORM_PRINT</b>

Hope this will help.

Regards,

Ferry Lianto

0 Kudos

Hi Ferry,

Thanks for your input.

But F-58 does the payment posting first and then it triggers the payment advice printout. The function modules you have specified handles only the printing part I guess. These are not posting any payment documents.

Anyway, thanks for your help.

regards,

Avi

0 Kudos

Program is calling Functions which Ferry suggest you in the following order

CALL FUNCTION 'POST_DOCUMENT' IN UPDATE TASK ( "Note510282 "Note481737 )

CALL FUNCTION 'FI_DOCUMENT_PROCESS'

Tip: just go to se93-> tr = F-58 ->tr -> FBZ4

program = SAPMF05A

search string "call function" ( find post )

Thanks

0 Kudos

Thank you.

0 Kudos

Is it possible to use the customized Smartforms but not SAPScript forms which system predefined as the form for the payment transfer medium in FBZP?

Please advice the detailed steps if it's possible.....

Thanks,

John

ferry_lianto
Active Contributor
0 Kudos

Hi Avi,

Welcome to SDN.

Please check this FM.

<b>POST_DOCUMENT

FI_DOCUMENT_PROCESS</b>

Hope this will help.

Regards,

Ferry Lianto

0 Kudos

Hi Ferry,

Thanks much.

I will try out those FMs.

Thanks a lot for your help.