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

Update Customer Data

Former Member
0 Likes
853

hi all,

I have to change 'STREET' field on ALV with using BAPI function. (BAPI_CUSTOMER_CHANGEFROMDATA1)

How can I use BAPI_CUSTOMER_CHANGEFROMDATA1 to update  KNA1-(a field) ?

i am trying a lot way but I can't be successful so i need a BAPI_CUSTOMER_CHANGEFROMDATA1 example.

thanks advance.

5 REPLIES 5
Read only

clinton_jones2
Active Participant
0 Likes
742

you're likely not passing the data for the X tables check out this posting Update KNA1-NAME4 using BAPI_CUSTOMER_CHANGEFRO... | SCN

Read only

0 Likes
742

i saw and I've studied this tittle but i need a bapi function example.

Read only

0 Likes
742

Hi Anya

Did you search on sCN for sample code... or just do a where used list on BAPI for an example

Nabheet

Read only

0 Likes
742

I searched a lot.


CALL FUNCTION 'BAPI_CUSTOMER_CHANGEFROMDATA1'

   EXPORTING

     pi_personaldata             = ?

     pi_personaldatax           = ?

     pi_salesorg                   = ?

     customerno                  = ?

what's next '?' these lines.

how to using ?

Read only

0 Likes
742

Can you give a sample ?