cancel
Showing results for 
Search instead for 
Did you mean: 

Choose from List

Former Member
0 Kudos

Hi All,

I have gone through the sample Choose From List and i want the functionality on a matrix column which they have provided on the textbox....Howz it possible..

Thanks in advance.......

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

i think u have enabled item from screenpainter.

try to enable from coding as oItem.Enable=True

this may solve your problem

regards,

varma

Former Member
0 Kudos

Define ur CFL in XML..


<ChooseFromList UniqueID="ItemCFL" ObjectType="4" MultiSelection="0" IsSystem="0"/>

Matrix Column in XML


<column uid="colItem" type="116" title="Item" description="" visible="1" AffectsFormMode="1" width="100" disp_desc="0" editable="1" right_just="0" val_on="Y" val_off="N" backcolor="-1" forecolor="-1" text_style="0" font_size="-1" ChooseFromListUID="ItemCFL" ChooseFromListAlias="CardCode">
<databind databound="1" table="@TableName" alias="U_Itemid"/>
<ExtendedObject linkedObject="4" LinkedObjectType="4"/>
</column>

And set the value in matrix in ur itemevent...Just add a row for ur matrix...

Former Member
0 Kudos

set the specified matrix column type as edit text and add a cfl to the column and coming to the functionality of cfl in edit sap has designed in that manner

Regards

Micheal

Former Member
0 Kudos

hi all

my matrix is not editable....what can be the reason...I have done its editable property to true but then also its not working....

Former Member
0 Kudos

is the matrix or matrix columns are not editable

please once check on ur form in the screen painter and set the options enabled and visble as true

Regards

Micheal