on 2018 Oct 29 8:43 PM
Hi Experts,
I have a requirement where I need to read the Product master data using any handler/helper class methods in the BADI: CUAN_IA_REVISE_FOR_IMPORT.
I would highly appreciate any quick help here.
Regards,
Ashutosh
Request clarification before answering.
I'm trying to get PRODUCT ID from interaction like you recommend but something is missing, could you give a hand
DATA lt_products TYPE cuan_t_ce_ia_prod_revise_imp.
lt_products = CL_CUAN_PRODUCT_HELPER=>get_golden_record
it_source_facet_all = PRODUCTS-PRODUCT_ID
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ahutosh,
I think you can use the class CL_CUAN_PRODUCT_HELPER / method GET_GOLDEN_RECORD to retrieve the master data of an interaction product record.
Thanks and Best Regards,
Josef Ehbauer
SAP Marketing Cloud Product Management
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.