Hi All,
I got requirement to update the following fields NAME1 NAME2 STRAS NAME3 ORT01 PSTLZ from standard tables ADRC, KNA1, MHNK, MHNKO, REGUH, SADR. Is their any BAPI available for the same.
Also please suggest me if there is any best solution available instead of modifying the tables using MODIFY statement.
Thanks,
Sneha
Hi Sneha,
You would use these Bapi functions:
BAPI_CUSTOMER_CHANGEFROMDATA
BAPI_CUSTOMER_CHANGEFROMDATA1
regards,
Kadir
Hi all,
Using BAPI's mentioned by Kadir I can be able to update tables KNA1, ADRC. I need to update rest of the tables too which I have mentioned. Can you please provide me any other BAPI so that I can update all the tables.
Thanks,
Sneha
Hi Sneha,
For Updating any Standard, either you have to use above BAPI's as posted by @Kadir Celikmih
or you can modify the specifying all key fields.
and in case of Z-tables, you have to write a custom code in your program.
Regards,
Ashish Patil
Hi All,
Does any BAPI's available to update MHNK, MHNKO, SADR, REGUH. Please suggest me.
Thanks
Add a comment