cancel
Showing results for 
Search instead for 
Did you mean: 

sl_user parameter for External catalog

Former Member
0 Kudos

Hello All

We are punching out from SRM 7.0 to an external catalog.

We have already stored the generic user Id and password in the call up params in config.

The requirement is to identify each user who punches out to the catalog, so that shopping lists

could be created and stored.

Can I add the Parameter sl_user in the config and value as SY-UNAME

Will it work and be recognized by the external catalog

Thanks

Kedar

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Which catalog are you taking about? Internal SRM-MDM Catalog or External Supplier Catalog?

sl_user parameter is only valid for SRM-MDM Catalog.

Regards,

Masa

Former Member
0 Kudos

Thanks Masa,

We are punching out to an external catalog.

Since we are using a generic username , supplied by catalog vendor, is there any way we could pass the actual username

thru some additional parameters in config.

Our requirement is to pass an unique identifier ( userid) for each user who punches out

Thanks

Kedar

Former Member
0 Kudos

Thanks,

We used the BADI BBP_CAT_CALL_ENRICH to pass the logon user name using sy-uname.

It appended the UserID to punchout URL

Thanks

Kedar