Quantcast
Channel: SCN: Message List - Floorplan Manager for Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 2665

Re: Changing field usage in Feeder class for Lists

$
0
0

Hi Guys,

 

I'm still searching for the answer to this and still not getting the desired results.

 

I've tried editing the GET_DEFINITION method with the following enhancement code:

 

FIELD-SYMBOLS <ls_field_descr> TYPE fpmgb_s_listfield_descr.

LOOP AT et_field_description ASSIGNING <ls_field_descr>.

  if <ls_field_descr>-name = 'ZZTEST'.

  <ls_field_descr>-read_only = abap_true.

  <ls_field_descr>-read_only_ref = <ls_field_descr>-name.

  ENDIF.

  endloop.

 

The test field is becoming read only in the table using this code; making the whole visible list read only now BUT this only works for entries already made...the user can still add lines at the bottom of the list.

 

any further ideas on how to get this working?

any new ideas on how to make everything in this workflow step read only?

any work around ideas?


Viewing all articles
Browse latest Browse all 2665


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