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

application tool bar?

Former Member
0 Likes
692

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
Read only

Former Member
0 Likes
665

hi ,

U can use

SET PF-STATUS.

5 REPLIES 5
Read only

Former Member
0 Likes
666

hi ,

U can use

SET PF-STATUS.

Read only

Former Member
0 Likes
665

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

Read only

Former Member
0 Likes
665

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

Read only

Former Member
0 Likes
665

hi

good

go through this link

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

thanks

mrutyun^

Read only

Former Member
0 Likes
665

Hi

Just set the PF-Status.

Following link will help u:-

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

Thanks