‎2006 Aug 31 3:48 AM
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...???
‎2006 Aug 31 4:05 AM
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.
‎2006 Aug 31 4:01 AM
Use your assignment statement in "Initialization" event.
Initialization.
move 'Go to MDM Request Form' to BUTTON.
Regards
PS: Plz Reward if useful.
‎2006 Aug 31 4:05 AM
i have coded as
INITIALIZATION.
move 'Go to MDM Request Form' to BUTTON.
Still facing same proble...
‎2006 Aug 31 4:05 AM
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.
‎2006 Aug 31 4:09 AM
Thanks Priya..
I have rewarded 10 points, as it solved my problem..
Regards
Pavan