Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to make EFB field non editable in t code SU3.

Former Member
0 Kudos

Hi All,

In T code SU3, how we can make EFB field value as non editable column. Could you please help me with enhancement spot.

For existing program SAPLSUID_MAINTENANCE,In debugger when we are trying to change the field properties of column PARAV for EFB field in PBO module, then all fields of column PARAV are getting disable or set as non-editable.

From one of your post

'Disable column in su3 for particular parameter id'

We tried one solution : Submitted by Nabheet Madan

You also have a place for implicit enhancement in PBO also in table control.

You can do it in include LSUU5F01 and form FIELDS_MAINT_NOT_ALLOWED sub routine. Implement the Loop at screen logic mentioned above here.

But in our case LSUU5F01 is commented in our program SAPLSUID_MAINTENANCE. So we cannot able to disable EFB field value only.

Could you please help us with enhancement spot and how to use above include in our program.

2 REPLIES 2

Former Member
0 Kudos

Hi All,

In the attached screenshot, we want to make the highlighted field as a non editable field.

raymond_giuseppi
Active Contributor

AFAIK function group SUID_MAINTENANCE has replaced SUU5 (at last from 7.31) and good old table control was replaced with ALV grid (so forget the LOOP AT SCREEN).

  • The previous solution is no longer available.
  • You have to explore the ALV dialog...