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

Regarding Bapi

Former Member
0 Likes
496

Hi all,

can any body give me sample code for transaction F-06 using BAPI or BDC.....

Which BAPI i can use........?

i hv tried with this BAPI_ACC_GL_POSTING_POST but not found all required fields......

of transaction F-06.........

Regards,

Imran

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
336

Maybe one of the following BAPI will fullfil your need

PXPY BAPI'S for External Bank Payments

BAPI_EXTBANKPAY_APPROVE Unlock bank details

BAPI_EXTBANKPAY_CHANGE Change External Bank Payments

BAPI_EXTBANKPAY_CREATE Create External Bank Payments

BAPI_EXTBANKPAY_DELETE Delete External Payments

BAPI_EXTBANKPAY_DELIMIT Delimit External Bank payments

BAPI_EXTBANKPAY_GETDETAIL Read External Payments

BAPI_EXTBANKPAY_GETDETLLIST Read instances with data External Payments

BAPI_EXTBANKPAY_GETLIST Read Instances External Payments

BAPI_EXTBANKPAY_REQUEST Create External Bank Payments

2021 BAPIs for Payment Request

BAPI_PAYMENTREQ_STARTPAYMENT Start Payment of Payment Request

BAPI_PAYMENTREQUEST_CANCEL Cancel Payment Request

BAPI_PAYMENTREQUEST_CREATE Creation of a Payment Request

BAPI_PAYMENTREQUEST_GETLIST List of Payment Requests with Selections

BAPI_PAYMENTREQUEST_GETSTATUS Determination of Payment Request Status

BAPI_PAYMENTREQUEST_POST Posting a Parked Payment Request

BAPI_PAYMENTREQUEST_RELEASE Payment Request Released for Payment

Regards