Application Development 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: 

Are there any other Customer Update BAPI that would not require tcode XD02 access?

Former Member
0 Kudos

Hi Guys!

I'm new here, and have only about 3 yrs experience in SAP-SD. Not sure if I'm writing this in the correct category.

Im currently working on a project that requires us to update customer master data fields KNA1-LZONE and KNVV-INCO1. So we have successfully created the transaction, but we had an issue with Authorizations.

The BAPI we used was cmd_ei_api=>maintain_bapi. However, this BAPI checks tcode XD02, thus our transaction is not usable by our users. The original purpose of this transaction was to not allow the users to access XD02, but still able to update LZONE and INCO1.

May I know if there is a workaround for this, or any alternative standard BAPI/FMs we can use to update the mentioned fields?

1 REPLY 1

jayme_alonso
Participant
0 Kudos

I've got the same problem here. Did it via SD_CUSTOMER_MAINTAIN_ALL, had to add some authorization but no transaction access was necessary.