cancel
Showing results for 
Search instead for 
Did you mean: 

Query related to this BAPI_CUSTOMER_CHANGEFROMDATA1.

0 Kudos
250

I have updated kna1 table through BAPI_CUSTOMER_CHANGEFROMDATA1, while executing FM gave no error(000). I have passed all mandatory fields to FM. But table level i am not able to get updated values. So anyone can kindly help me Regarding this query.

View Entire Topic
Andreas_Huber
Explorer
0 Kudos

Did You use the corresponding X-structure (f.e. for PI_PERSONALDATA use PI_PERSONALDATAX in addition)?
For every field You want to change You have to put an 'X' into the corresponding field of the X-structure.

F.E.

PI_PERSONALDATA-LASTNAME = 'Huber'.
PI_PERSONALDATAX-LASTNAME = 'X'.