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

Hi all,

Former Member
0 Likes
684

Can anyone tell me where the data store for Bank deatil.Actually i am using BAPI_BANK_DETAIL.But i don't find the Bank detail data.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
650

HI,

KNBK --> Customer Master Bank Details

LFBK --> Vendor Master Bank Details

FI-BL-PT --> Bank Accounting

FI-BL-PT-AP(FMZA) --> Bank Accounting: Payment Transactions – Automatic Payments

Regards

Sudheer

Can anyone tell me where the data store for Bank deatil.Actually i am using BAPI_BANK_DETAIL.But i don't find the Bank detail data.

3 REPLIES 3
Read only

Former Member
0 Likes
651

HI,

KNBK --> Customer Master Bank Details

LFBK --> Vendor Master Bank Details

FI-BL-PT --> Bank Accounting

FI-BL-PT-AP(FMZA) --> Bank Accounting: Payment Transactions – Automatic Payments

Regards

Sudheer

Read only

0 Likes
650

I used BAPI_BUPA_BANKDETAIL_GETDETAIL passing data

BUSINESSPARTNER = '0000000012'

BANKDETAILID = '001'

and improt it in

IMPORTING

BANKDETAILDATA = BANKDETAILDATA.

After it i used BAPI_BANKDETAIL_CREATE

passing get data details,but in return table the message comes

No data available for A 00000000 0003.

can anyone solve this problem.

Read only

0 Likes
650

Hi all,

I used BAPI_BUPA_BANKDETAIL_GETDETAIL passing data

BUSINESSPARTNER = '0000000012'

BANKDETAILID = '001'

and improt it in

IMPORTING

BANKDETAILDATA = BANKDETAILDATA.

After it i used BAPI_BANKDETAIL_CREATE

passing get data details,but in return table the message comes

No data available for A 00000000 0003.

can anyone solve this problem.