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: 

BAPI_CUSTOMER_CHANGEFROMDATA1 for tax code update

former_member209900
Participant
0 Kudos

Hi all,

I need to change the customer tax code based on the sales org,dist chnl, division.

Hence,please indicate how to use the following BAPI to update the tax code in customer master

CALL FUNCTION 'BAPI_CUSTOMER_CHANGEFROMDATA'

   EXPORTING

     PI_ADDRESS          =

     PI_SALESORG         =

*   PI_DISTR_CHAN       =

*   PI_DIVISION         =

     CUSTOMERNO          =

* IMPORTING

*   PE_ADDRESS          =

*   RETURN              =

           .


Regards,

Ganapathi Raman P

1 REPLY 1

former_member209900
Participant
0 Kudos

Can anyone suggest please