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

REGARDING MENU PAINTER PROGRAM

Former Member
0 Likes
476

WRITE 'HELLO'.

at line-selection.

case sy-LSIND.

when 1.

write:'this is second screen'.

when 2.

write:'third screen'.

endcase.

**

set pf-status 'MENU1'.

set titlebar 'TITLE'.

AT USER-COMMAND.

CASE SY-UCOMM.

WHEN 'SE11'.

CALL TRANSACTION 'SE11'.

WHEN 'SE38'.

CALL TRANSACTION 'SE38'.

WHEN 'SE91'.

CALL TRANSACTION 'SE91'.

WHEN 'SE41'.

CALL TRANSACTION 'SE41'.

WHEN 'OK'.

MESSAGE 'WORKING WELL' TYPE 'I'.

WHEN 'CANCEL'.

LEAVE PROGRAM.

ENDCASE.

*

THIS IS SIMPLE PROGRAM .WE ARE ABLE TO GO UNTIL 2ND LIST [THIS IS SECOND SCREEN] . LATER IT IS NOT EXECUTING AT LINE-SELECTION.WE ARE NOT ABLE TO SEE OUT PUT (THIRD SCREEN).

IF WE ARE COMMETING FROM AT PF-STATUS STATEMENT WE ARE GETTING PROPER OUTPUT.

WHY IS THAT SO???????????????

PLEASE HELP ME

REGARDS

SANDEEP REDDY

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

HI,

Go to SE41

in status MENU1

front of function key F2 write PICK

save and activate it'll work...

3 REPLIES 3
Read only

Former Member
0 Likes
460

HI,

Go to SE41

in status MENU1

front of function key F2 write PICK

save and activate it'll work...

Read only

0 Likes
459

Hi..

Can you please explain what is the purpose of 'PICK' button. I am getting the O/P after adding this Button.

But i would like to know why we dint get the O/P without this button.

Regards

Sandeep.

Read only

Former Member
0 Likes
459

hi,

for this u have to make one button with name 'PICK' in application toolbar in ur PF Status and assign F2 as its function.

PICK name is compulsary