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

Problem in adding extra pushbutton

Former Member
0 Likes
535

Hi All,

I have created a zscreen. there is three pushbutton- create, change, Display. When i call change screen there is two pushbutton- change and show. now i want to add one more pushbutton in change screen like display. means when i call change screen show three pushbutton. I tried to do this but error ocur

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi Raj

I think this error usually comes when there is an overlapping of the elements on the selection screen.

try to use selection-screen comment or increasing the size as mentioned by maxim above

Regards

vaibhav

2 REPLIES 2
Read only

Former Member
0 Likes
508

Hi, it's selection screen, you need to write something like this

SELECTION-SCREEN PUSHBUTTON 72(4) pbpmd USER-COMMAND pmd .

No change this screen in Scree Editor !!!


Read only

Former Member
0 Likes
509

Hi Raj

I think this error usually comes when there is an overlapping of the elements on the selection screen.

try to use selection-screen comment or increasing the size as mentioned by maxim above

Regards

vaibhav