‎2006 Nov 02 10:45 AM
Hi all,
How can v place a pushbutton on standard toolbar and cath the FCOde ?
Thanks in advance!
Regards,
Azeem.
‎2006 Nov 02 10:46 AM
HI Aima,
Refer sample code:
DEMO_SEL_SCREEN_FUNCTION_KEY
Reward points if this Helps.
Manish
Message was edited by: Manish Kumar
‎2006 Nov 02 10:46 AM
HI Aima,
Refer sample code:
DEMO_SEL_SCREEN_FUNCTION_KEY
Reward points if this Helps.
Manish
Message was edited by: Manish Kumar
‎2006 Nov 02 10:46 AM
‎2006 Nov 02 10:48 AM
REPORT ZNEGI12 .
TABLES: sscrfields .
INCLUDE <icon> .
SELECTION-SCREEN FUNCTION KEY 1 .
parameters: pc(1) .
INITIALIZATION .
CONCATENATE icon_next_object 'test button at applicatin toolbar'
INTO
sscrfields-functxt_01 .
AT SELECTION-SCREEN.
IF sscrfields-ucomm EQ 'FC01' .
break sy-uname .
ENDIF
‎2006 Nov 02 10:49 AM
Hi,
If it is for report
In the pf-ststus --> application toolbar.. u can add the push button.
Regards,
Santhosh
‎2006 Nov 02 10:51 AM
Hi Aima,
For this you have to create the pf-status in SE41 and assing the test and fcode as per the requirement.
Regards,
Satya