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
682

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
653

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.

Thanks Priya..

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

Regards

Pavan

4 REPLIES 4
Read only

Former Member
0 Likes
653

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
653

i have coded as

INITIALIZATION.

move 'Go to MDM Request Form' to BUTTON.

Still facing same proble...

Read only

Former Member
0 Likes
654

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
653

Thanks Priya..

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

Regards

Pavan