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

Selection Screen Issue....

Former Member
0 Likes
636

Hi All..

In selection screen, i have placed a Push Button.

If i execute the code using F8, the text on push button (SAVE)appears normally.

Now i have assigned a Tcode to the program.

If i enter Tcode in SAP Screen, the selection screen appears with No Text on the Push Button..

I have coded as follow...

selection-screen: begin of block blk3

with frame title text-020.

selection-screen pushbutton /50(25) BUTTON user-command ABCD.

selection-screen end of block blk3.

move 'Go to MDM Request Form' to BUTTON.

Can any one Help me in this regard...???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
607

hi pavan,

give under the event <b>AT SELECTION-SCREEN OUTPUT</b>

at selection-screen output.

move 'Go to MDM Request Form' to BUTTON.

hope this helps,

do reward if it helps,

priya.

4 REPLIES 4
Read only

Former Member
0 Likes
607

Use your assignment statement in "Initialization" event.

Initialization.

move 'Go to MDM Request Form' to BUTTON.

Regards

PS: Plz Reward if useful.

Read only

0 Likes
607

i have coded as

INITIALIZATION.

move 'Go to MDM Request Form' to BUTTON.

Still facing same proble...

Read only

Former Member
0 Likes
608

hi pavan,

give under the event <b>AT SELECTION-SCREEN OUTPUT</b>

at selection-screen output.

move 'Go to MDM Request Form' to BUTTON.

hope this helps,

do reward if it helps,

priya.

Read only

0 Likes
607

Thanks Priya..

I have rewarded 10 points, as it solved my problem..

Regards

Pavan