cancel
Showing results for 
Search instead for 
Did you mean: 

what should I check when text of dropdown are missing?

Former Member
0 Kudos

HI.

I made simple bsp page with dropdown box.

but text of dropdown are not available .

that means it shows value outside with doulble quotation.

I think that happens when master text data is missing so SAP automatically shows key data instead of text data.

so I check info object but data is OK .

key and text are assinged well.

and object is language-dependent.that has language KEY field in master table.

so I call template with option

'&sap-language=en&BspLanguage=en'

but still text are not available

what else should I check for this problem?

best regard.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

can youu post the code (layout) for the dropdown box and also the code where you fill the table for dropdown box.

Regards

Raja

Former Member
0 Kudos

<span id="SAP_BW_SNIPPET19"> <form id="_4" method="GET" name="DDOWNBOX_4" action="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=2&FILTER_COLLAPSE=&REQUEST_NO=1" >

<input name="ITEM" id="ITEM_0" type="HIDDEN" value="DROPDOWNBOX_10" > </input>

<input name="FILTER_IOBJNM_1" id="FILTER_IOBJNM_1" type="HIDDEN" value="WSALESORG" > </input>

<input name="FILTER_COLLAPSE" id="FILTER_COLLAPSE_0" type="HIDDEN" > </input>

<input name="REQUEST_NO" id="REQUEST_NO_0" type="HIDDEN" value="1" > </input>

<input name="PAGENO" id="PAGENO_0" type="HIDDEN" value="2" > </input>

<select name="FILTER_VALUE_1" class="SAPBexDdl" onChange="document.DDOWNBOX_4.submit()" size="1" >

<option value="!ALL" selected > (All) </option>

<option value="S720" > "S720" </option>

<option value="S721" > "S721" </option>

</select>

</form>

</span>

-


<object>

<param name="OWNER" value="SAP_BW"/>

<param name="CMD" value="GET_ITEM"/>

<param name="NAME" value="DROPDOWNBOX_10"/>

<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>

<param name="DATA_PROVIDER" value="DATAPROVIDER_5"/>

<param name="GENERATE_CAPTION" value=""/>

<param name="IOBJNM" value="WSALESORG"/>

<param name="BOOKED_VALUES" value="Q"/>

<param name="MAXVALUES" value="0"/>

<param name="SHOW_LABEL" value=""/>

ITEM: DROPDOWNBOX_10

</object>

-


I'm sorry I was very busy theseday.

but anyway this is the HTML source of dropdown box.

as you can see s720 has quotation mark on text of dropdown box.

looks like no text value in master table.

I check master table but there is text data in master table with key value don't know why this problem happens...

athavanraja
Active Contributor
0 Kudos

this is not BSP , this is BW web template. and the text will come only if its maintained at master data level.

better forum for this question would be Business Explorer

()

Regards

Raja

Answers (0)