‎2014 Jun 13 5:51 AM
Hi,
I want to enable the textfield of Business Area(COLB-GSBER) in FB02 Tcode. I found the layout of the screen and wouldn't let me change the status of the textfield. Can it be done using Implicit Enhancement? If positive, what would be the name of the form and what would be code to be put in that enhancement?
Please help me out.
Regards,
Rakesh Nair
‎2014 Jun 13 6:14 AM
First read 40659 - Can GSBER be changed? (just for information contained and not for implementation) and ask functionals for their opinion.
Regards,
Raymond
‎2014 Jun 16 11:38 AM
Hi,
I decided to proceed by Implicit Enhancement. I found the subroutine(ZEILE_MODIFIZIEREN) upon where I inserted my enhancement code i.e-
loop at screen.
if screen-name = 'BSEG-GSBER'.
screen-input = 1.
modify screen.
endif.
endloop.
While debugging, the screen-input gets changed to ON. But the result is not being obtained.
Please help me out.
Regards,
Rakesh Nair