Application Development 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: 

Adding Display/Change pushbutton on application toolbar in 3.1i version

Former Member
0 Kudos

Hi all,

I am trying to add Display/Change pushbutton on the application toolbar of the screen, which consists of fields...

Kunnr

Vkorg

Matnr

Bzirk

Bztxt (No Input/Output only)

Zsplit_percentage

Hi have written the code, it's not working as I expect,

It seem SCREE table does not exists...

LOOP AT SCREEN.

IF SCREEN-NAME EQ ZSPLIT-BZTXT.

CONTINUE.

ELSEIF SCREEN-ACTIVE = 0.

SCREEN-ACTIVE = 1.

ENDIF.

MODIFY SCREEN.

ENDLOOP.

Thanks in advance,

Kalyan Chandra

SAP Consultant

1 REPLY 1

Former Member
0 Kudos

Earlier I have used message type as "E",

which will disable the screen,

to enable the screen, I require

display/change button.

Now, I have used message type "W" instead of "E",screen is disabled when the message display, hit enter to enable the screen..