on 2022 Dec 19 1:46 PM
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.
Request clarification before answering.
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'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
11 | |
9 | |
7 | |
6 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.