cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed values of dynamic attributes are not displayed for bid response

Former Member
0 Kudos

Hi

I have created a bid with dynamic attributes and have weighted the options with fixed values. I publish the Rfx (bid) and all is ok. The problem is that the fixed values are not displaying when doing a bid response.

We are using SRM 7.0

Can anyone help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check to see in SPRO if your dynamic attribute is defined as "public" in "process dynamic attribute".

Former Member
0 Kudos

I checked and it is defined as public. is there anything else?

Former Member
0 Kudos

I can't think of anything else. But nevertheless, check the following tables for your bid invitation through BBP_PD transaction:

1. BBP_PDDYN - ATTR_DOMNAME should be type CUF_VALUE

2. The fix values should be in table BBP_PDDYN_FIX

Former Member
0 Kudos

Thanks. Checked the tables and entries are there. Just not sure why they are not showing in the list for the bid response or surrogate bid

Former Member
0 Kudos

Is there an OSS note that needs to be applied. I have looked but all the ones are for SRM 5 and none relevant for SRM 7.0

Former Member
0 Kudos

No. Not yet. I think it is a bug. You should create an OSS message to SAP and ask them to pay special attention to the following code block:

Class: /SAPSRM/CL_CH_WD_DODM_DYNATTR

Method: /SAPSRM/IF_CLL_MAPPER~REFRESH

At the end of the method, look for code context:

IF lv_object_type = c_qte.
*Set the Fixed Values Table to Invisible
    lv_visible = abap_false.
...

Former Member
0 Kudos

Hi

Managed to figure out what was going on. In the table BBP_DYNAT_VALUES the description column was blank. That is why nothing was showing in the bid response.

Cheers