Quantcast
Channel: SCN : Discussion List - Customer Relationship Management (SAP CRM)
Viewing all articles
Browse latest Browse all 4296

How to modify lines in table view?

$
0
0

Hi,

I have custom table view.

I populate the table with a custom query:

 

query = cl_crm_bol_dquery_service=>get_instance( 'ZAPPLICANT_QUERY' ).

    query
->add_selection_param( iv_attr_name = 'OBJECT_ID'

                                     iv_sign
= 'I'

                                   iv_option
= 'EQ'

                                      iv_low
= lv_object_id

                                     iv_high
= '' ).

    lr_coll ?= query
->get_query_result(  ).

   
IF lr_coll IS BOUND.

      me->typed_context->applicant->collection_wrapper->add_collection( iv_collection = lr_coll  ).
   
ENDIF.

 

When i try to modify some lines of the table and press enter, only the first line is updated correctly.

The fields of the other lines is read-only and not changeable.

 

 

How do I make "changeable"all the fieldsof mytable?

 

Please help me.

 

Thanks,

Max


Viewing all articles
Browse latest Browse all 4296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>