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

Check box problem in modulepool

Former Member
0 Likes
305

Hi ,

I have added new chek box to the transaction :BP.But when we enter in the display mode the check box is in the Enable mode.So how to make it into the only display mode when it is display mode.

Thanks,

1 REPLY 1
Read only

valter_oliveira
Active Contributor
0 Likes
284

In screen PBO, must make it modifyable or not, depending on certains condition. To make it modifyable, just set screen-input = '1', and not modifyable, screen-input = '0'.

The search for that condition, in debug mode, must find global variable that says you that you are in change mode or not. In tcodes like VA01, VA02 is more simple (you could check in tcode you are) but in BP you don't have that option.

Regards,

Valter Oliveira.