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

xk02 bapi help ?

Former Member
0 Likes
1,208

Hi everyone,

I need a bapi to update the bank info for a vendor in xk02 transaction. I couldn't find a bapi for it so I used

'VENDOR_UPDATE' but I am not sure about its reliability as it uses other tables

rather than lfbk like lfas, lfb5 and lfza.

I just enter lifnr values for these tables and bank info for lfbk. I am not able to test the values right now. Can u please answer if it is ok or not?

And my main question? Is there a bapi for that transaction to use for this problem

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,106

hi check this..

You can use this BAPI BAPI_VENDOR_EDIT or FM VENDOR_UPDATE to update vendor.

BAPI to create customer or vendor contacts... "BAPI_PARTNEREMPLOYEE_CREATE".

regards,

venkat

5 REPLIES 5
Read only

Former Member
0 Likes
1,107

hi check this..

You can use this BAPI BAPI_VENDOR_EDIT or FM VENDOR_UPDATE to update vendor.

BAPI to create customer or vendor contacts... "BAPI_PARTNEREMPLOYEE_CREATE".

regards,

venkat

Read only

Former Member
0 Likes
1,106

Hi,

You can use the following bapis. I am giving the bapis you select the proper one.

BAPI_AP_ACC_GETBALANCEDITEMS Vendor Account Clearing Transactions in a given Period

BAPI_AP_ACC_GETCURRENTBALANCE Vendor Account Closing Balance in Current Fiscal Year

BAPI_AP_ACC_GETKEYDATEBALANCE Vendor Account Balance at Key Date

BAPI_AP_ACC_GETOPENITEMS Vendor Account Open Items at a Key Date

BAPI_AP_ACC_GETPERIODBALANCES Posting Period Balances per Vendor Account in Current Fiscal Year

BAPI_AP_ACC_GETSTATEMENT Vendor Account Statement for a given Period

Thanks

Sarada

Read only

Former Member
0 Likes
1,106

Thanks for your answers I'll check them out.

Read only

Former Member
0 Likes
1,106

Nope I need to update vendor banking info so they have no uses for me except VENDOR_UPDATE as I already used it. I need a bapi

Read only

Former Member
0 Likes
1,106

Hi,

Use these bapis.

BAPI_ACC_EMPLOYEE_PAY_CHECK Accounting: Check Vendor Acct Assignment for HR Posting (OAG:LOAD PAYABLE)

BAPI_ACC_EMPLOYEE_PAY_POST Accounting: Post Vendor Acct Assignment for HR Posting (OAG: LOAD PAYABLE)

BAPI_ACC_EMPLOYEE_REC_CHECK Accounting: Check Cust. Acct Assignmt for HR Posting (OAG:LOAD RECEIVABLE)

BAPI_ACC_EMPLOYEE_REC_POST Accounting: Post Cust. Acct Assigt for HR Posting (OAG: LOAD RECEIVABLE

Thanks

Sarada