2017 Feb 16 7:13 AM - edited 2024 Jan 21 9:40 PM
fist-time-column.pngadded-dynamicaly-with-pbm.pngi
i created a table control with 10 columns then i daynamically hide 4 columns after that i need to be change with 9 columns but newly added columns are showing like password field . i need it be normal field.
please help...
2017 Feb 16 9:23 AM
2017 Feb 16 10:54 AM
2017 Feb 16 8:53 PM
Probably: a password field is achieved by setting in the PBO:
LOOP AT SCREEN.
IF screen-name = 'your dynpro input/output field'.
screen-input = '1'.
screen-invisible = '1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
2017 Feb 20 10:37 AM
SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S33 { color: #4DA619; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }
LOOP AT it_coltbl INTO wa_coltbl .
LOOP AT tc_2000-cols INTO wa_tabctrl.
IF wa_tabctrl-screen-name EQ wa_coltbl.
wa_tabctrl-invisible = 'X'.
MODIFY tc_2000-cols FROM wa_tabctrl.
ENDIF.
ENDLOOP.
ENDLOOP.
pass word character pbm bcs function call after MODULE STATUS_2000. if we call before then no pbm with that