Skip to Content
0
Former Member
Apr 17, 2009 at 08:29 AM

Unable to Change Screen Attributes for Fields Added in Additional Data B

105 Views

Hi,

need help. I added new fields via append structure in VBAK and added them into the "Additional Data B". The problem I have is to change the screen attributes to display when VA03 is used. I read that I need to put the codes in "userexit_field_modification". However, it doesn't seem to work... it did not go into screen 8309.

I tried putting break-point in my codes and nothing happened. for example:

if sy-dynnr = '8309'.

wa_input = '1'. <breakpoint set here>

...

endif.

Also tried:

if screen-name = 'ZZFIELD'.

wa_input = '1'. <breakpoint set here>

...

endif.

Please help. Thanks.

Regards,

Norman