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

Require BAPI or Function module for F-51 transaction code.

Former Member
0 Likes
2,351

Hi,

Require BAPI or Function module for F-51 transaction code.

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
865

Hi,

We can use the function module BAPI_AP_ACC_GETSTATEMENT to get list of payments made.Pass company code, check begin date and end date and vendor number to this function module. We get list of payments we are done through F-51 tcode.

Read only

Former Member
0 Likes
865

Hi,

Check this link:

Regards

Adil

Read only

Former Member
0 Likes
865

Hi ,

You can use BAPI_ACC_DOCUMENT_POST for this transaction.

Thanks

Sudharshan

Read only

0 Likes
865

Hi ,

Actually my requirement is , i need to get the data from BSIK table and run F-51 with that data.

thanks in advance