Skip to Content
0
Former Member
Nov 22, 2017 at 08:39 AM

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

193 Views

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.