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: 

application tool bar?

Former Member
0 Kudos

hi all

how to have an application tool bar in the secondary list.

it should contain three buttons like show item, show doc.

pls help.

thanks in adv.

will be rewarded.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi ,

U can use

SET PF-STATUS.

5 REPLIES 5

Former Member
0 Kudos

hi ,

U can use

SET PF-STATUS.

Former Member
0 Kudos

hi

Go thru the link below, it will give idea about how to use <b>PF-Status</b>:

http://help.sap.com/saphelp_470/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm

<b>Reward points for helpful ans.</b>

Regards

Aarti

Former Member
0 Kudos

HI,

you check the following program. it will work fine..

In application toolbar you have to write it within items 8-14.

REPORT ZSUBSEC .

write: 'hi'.

DO 10 TIMES.

WRITE : /10 SY-INDEX.

ENDDO.

AT LINE-SELECTION.

WRITE: /'SECONDARY LIST', SY-LSIND.

SET PF-STATUS 'ZMENU02'.

AT USER-COMMAND.

IF SY-UCOMM = 'EXIT'.

LEAVE PROGRAM.

ENDIF.

If you have any doubts ask me..

please reward me points

shyja

Message was edited by:

Shyja vv

Former Member
0 Kudos

hi

good

go through this link

http://nbvpalem.blogspot.com/feeds/posts/default

thanks

mrutyun^

Former Member
0 Kudos

Hi

Just set the PF-Status.

Following link will help u:-

http://help.sap.com/saphelp_470/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm

Thanks