Application Development and Automation 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: 
Read only

Dynamic table control

0 Likes
1,201

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...

4 REPLIES 4
Read only

0 Likes
1,077

i got the solutions

Read only

1,077

Hello,

Kindly share the solution.

thank you!!

Read only

0 Likes
1,077

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.
Read only

0 Likes
1,077

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