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

How to change the push button text in runtime for Module pool programs

Former Member
0 Likes
608

Hi All,

I have requirement that i need to change the Push button text, means if i called the screen from other program the text on the push button should be one value and if i called from different program the push button text should come differently.

Please suggest on this.

2 REPLIES 2
Read only

Former Member
0 Likes
475

1. Create the Push Button, without text and give name to the button (XYZ)

2. Create a variable with the same name (XYZ)

3. At run time assign the value to the name (XYZ).

Read only

Former Member
0 Likes
475

create ab push button without any text. In the run time you can assign test to this as follows.

suppose name of the button is PUSHBUT.

PUSHBUT = 'EDIT'.