Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error in BSP help me

Former Member
0 Likes
362

<%@page language="abap" %>

<html>

<page>

<FORM NAME="formlist">

<input type = 'dropdown' name = "d1">

<htmlb:dropdownListBox id = "d1" >

table = "<%= catsdb11 %>"

nameOfKeyColumn = "pernr"

nameOfValueColumn = "Value"

</htmlb:dropdownListBox>

</FORM>

</page>

</html>

Error is

<b>

"%_O2X" and "ME->CATSDB11" are not mutually convertible in a Unicode </b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
332

Jagrut,

Need more inputs. Please post this in the BSP forum.

You want to have a drop down list of values from CATSDB. However, the table has other fileds as well.

So, please create an internal table of type listbox.

Please refer ti the shopping cart example in help.sap.com

That will be a good one to start. pls reward all useful answers.

Thanks

Ganesh.S

<%@page language="abap" %>

<html>

<page>

<FORM NAME="formlist">

<input type = 'dropdown' name = "d1">

<htmlb:dropdownListBox id = "d1" >

table = "<%= catsdb11 %>"

nameOfKeyColumn = "pernr"

nameOfValueColumn = "Value"

</htmlb:dropdownListBox>

</FORM>

</page>

</html>

Error is

<b>

"%_O2X" and "ME->CATSDB11" are not mutually convertible in a Unicode </b>

1 REPLY 1
Read only

Former Member
0 Likes
333

Jagrut,

Need more inputs. Please post this in the BSP forum.

You want to have a drop down list of values from CATSDB. However, the table has other fileds as well.

So, please create an internal table of type listbox.

Please refer ti the shopping cart example in help.sap.com

That will be a good one to start. pls reward all useful answers.

Thanks

Ganesh.S