cancel
Showing results for 
Search instead for 
Did you mean: 

BDC recording in transaction BP

dru_marcellana
Participant
0 Kudos

Hi,

I am creating a program which needs to update vendors using transaction BP. I am using BDC for this. However, I noticed that the screen of this transaction is dependent on the previous mode done (display or change). To give an example, in transaction BP, we need to click change/display. In the BDC, the ok_code for change/display is always passed. So, when vendor1 is processed with change, the next vendor will switch to display since the ok_code is called. Is there a way to be independent of the previous mode?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You shouldnt use BDC for this bu use BAPI - BAPI_BUPA_CENTRAL_CHANGE.

You can look into the Business object BUS1006 and get the list of BAPIs available for business partner. Most of the BAPI have name BAPIBUPA.

Rgds,

Prasanna

dru_marcellana
Participant
0 Kudos

Hi ,

I just need to update the transmission medium of a partner under the vendor role. Will the BAPI that you gave work for this?

Thanks!