‎2007 Jul 13 4:57 AM
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.
‎2007 Jul 13 5:13 AM
‎2007 Jul 13 5:13 AM
‎2007 Jul 13 5:23 AM
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
‎2007 Jul 13 5:38 AM
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
‎2007 Jul 13 5:46 AM
‎2007 Jul 13 5:54 AM
Hi
Just set the PF-Status.
Following link will help u:-
http://help.sap.com/saphelp_470/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm
Thanks