2007 Jul 31 11:44 AM
<%@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>
2007 Aug 01 7:48 AM
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>
2007 Aug 01 7:48 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |