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

BAPI_CUSTOMER_CHANGEFROMDATA1 for tax code update

former_member209900
Participant
0 Likes
788

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
Read only

former_member209900
Participant
0 Likes
734

Can anyone suggest please