cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer additional parameters to external catalog in SAP ECC

Former Member

Hello,

We are using BBP_CAT_CALL_ENRICH in SAP SRM to transfer additional parameters to external catalog. We need the same badi in SAP ECC. Please advice us on which badi to use.

Accepted Solutions (0)

Answers (2)

Answers (2)

Christophe_SW
Participant
0 Kudos

Hi,

You can use BADI MMPUR_OCI_PARAMETERS instead (Enhancement spot MMPUR_OCI_ITEM_CONFIGURE)

METHOD if_mmpur_oci_parameters~modify_parameters.

importing iv_catalogid type bbp_ws_service_id 
changing  ct_catalog_params type wsi_callstruc_t

iv_catalogid contains the name of the catalog you're trying to reach.
ct_catalog_params can be filled with your own additional parameters .

One inconvenience is that ct_catalog_params isn't filled with the basic data / original data.
Because of this, you can only append additional lines in the BADI, you can't edit the existing fields.

I wonder if this is an oversight from SAP since the method is called "modify_parameters".


Kind regards,
Christophe Swolfs

Former Member
0 Kudos

Hello,

I dont think there is badi. You can try posting in SAP MM space.

But also try enhancing FM WSI_CUSTOMIZING_READ in ECC to add your additional params.

Thanks,
Sushil.