2021 Jan 12 2:58 PM
Hi,
Please suggest me a suitable BAPI to to update z field in KNA1 customer master by passing KUNNR as import parameter and internal table as table parameter.
i have checked
SD_CUSTOMER_MAINTAIN_ALL
OIF_UPDATE_KNA1
BAPI_CUSTOMER_CHANGEFROMDATA1
Thanks,
Praveen
2021 Jan 13 7:42 AM
Hi
May be you should use BAPI_CUSTOMER_CREATEFROMDATA1. Use the field EXTENSIONIN for your z fields
Regards
Ajay
2021 Jan 13 2:09 PM
ajaydavar, what's your SAP version, when did SAP add this parameter (Also isn't this BAPI restricted to SAP Online Store?)
2021 Jan 13 2:34 PM
2022 Jul 28 6:50 AM
Did you able to achieve this ?
If yes, can you please share the details..
2021 Jan 13 2:18 PM
Did you try a class method such as CMD_EI_API=>MAINTAIN_BAPI ?
2021 Jan 13 2:32 PM
2021 Jan 13 4:20 PM
To my knowledge, there is none, no FM released by SAP in any case. (Even BAPI_CUSTOMER_CHANGEFROMDATA[1] and FM of group V02D are intended exclusively for use in the SAP Online Store)
With IDOC on a S4/HANA system you could look for BAdI such as DEBMAS_IDOC_EXTENSION and CUSTOMER_ADD_DATA_BI to find a workaround solution, but I have not tested this type of solution.