Skip to Content
0
Former Member
Feb 18, 2009 at 08:44 AM

selection screen push button issue

93 Views

Hi friends,

I am using selection screen push button which displays push buttons on screen,

But unable to see the text on the button.I was able to see if i execute the program.But i was not able to see when i execute the transaction in the ecc 6 system.But i was able to see the text in sap 4.7 system.here is my code.

In top Include.

SELECTION-SCREEN PUSHBUTTON /5(18) p_audit USER-COMMAND aud.

SELECTION-SCREEN PUSHBUTTON 30(18) p_detail USER-COMMAND det.

In the report

*-- Initialization Part

INITIALIZATION.

*-- pushbuttons

p_audit = text-t01.

p_detail = text-t02.

p_copy = text-t03.

p_master = text-t04.

Thanks & regards.

Manoj Kumar