cancel
Showing results for 
Search instead for 
Did you mean: 

THTMLB:cellerator Filtering data

joseph_fryda2
Participant
0 Kudos

Hi,

I'm using SUS application that is based on BSP.

When I display a table I want to be able to filter data. But When I click on the column nothing happen.

here is the code:

    <thtmlb:grid cellSpacing      = "1"

                       columnSize  = "1"

                       rowSize     = "2"

                       cellPadding = "10%"

                       width       = "100%" >

       <thtmlb:gridCell rowIndex    = "1"

                        columnIndex = "1" >

       <thtmlb:textView  text = "<%=status%>"

                         design = "HEADER1" />

         <sus:docToolbar id             = "listCelleratorToolbar"

                         group          = "LIST"

                         iv_btn_edit    = "<%= btn_edit %>"

                         iv_no_download = "false" />

       </thtmlb:gridCell>

       <thtmlb:gridCell rowIndex    = "2"

                        columnIndex = "1" >

       <thtmlb:cellerator id                   = "listCellerator"

                        iterator               = "<%= IO_ITERATOR %>"

                        table                  = "//order_list/order_list"

                        editMode               = "NONE"

                        showToolbarArea        = "false"

                        noHeader               = "false"

                        selectionMode          = "MULTI"

                        onHeaderClick          = "onMyHeaderClick"

                        onRowSelection         = "onMyRowSelection"

                        visibleRowCount        = "<%= lepp %>"

                        visibleFirstRow        = "<%= iv_list_nav_index %>"

                        selectedRowIndexTable  = "<%= lt_sel_rows %>"

                        pagerEntryCount        = "5"

                        horizontalScrolling    = "false"

                        hasPagerWhenCollapsed  = "true"

                        personalizable         = "false"

                        showPersonalizeButton  = "false" />

       </thtmlb:gridCell>

</thtmlb:grid>

any ideas?

Regards,

Joseph Fryda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!  This note was used to resolve my issue.

We also noticed that HTTPWatch shows an error when clicking on the column headers.  That error identifies the inactive services you must activate with SICF.

Thanks,

Matt

Former Member
0 Kudos

Hello Joseph,

Did you ever get this resolved?  I have the same issue and it looks like SAP has removed the sort/filter capability in SUS.

I'm hoping you found an alternate solution?

Thanks,

Matt

Former Member
0 Kudos

Hi Matt,

BSPs are using HTMLB/PHTMLB/XHTMLB tags. THTMLB is SRM-SUS related.

Please raise your question in https://scn.sap.com/community/srm

Kind regards,

Adrian

joseph_fryda2
Participant
0 Kudos

Hi matt,

That was a long time ago

Yes I got an answer from SAP - please implement 1969191

As far as i remember it solved the problem

Good luck

Joseph