cancel
Showing results for 
Search instead for 
Did you mean: 

Add company code and plant when entering Punchout Catalog

Former Member
0 Kudos

Hi Gurus,

We are in SRM 4.0

We have created new catalog structure and in that we have given Company

code and Plant as parameter values. Using BADI

BBP_CAT_CALL_ENRICH we are trying to pass these parameters in the URL

of the catalog punchout as authorization for the user. But it is

automatically picking up default value 5.0 for company code and plant.

Could you please suggest on this. Whether we need to implement any

note for this.

Regards,

Satish Gopal

Accepted Solutions (1)

Accepted Solutions (1)

robin_janke
Contributor
0 Kudos

As far as I know you shouldn't maintain those attributes in the call structure. Just provide the key/value pair in the badi and if nothing is found give it the default value (I guess you maintained the default in the call structure).

Regards,

Robin

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi Satish

The BBP_CAT_CALL_ENRICH Badi is used for calling parameters, i.e. data sent to the catalog, your statement:

But it is

automatically picking up default value 5.0 for company code and plant

Seems to point to return data - are you expecting that the values placed in the Badi will be returned to the resulting shopping cart also?

Regards,

Jason