2007 Dec 17 8:30 PM
Hi all,
I am at se41 (menu painter)...what are the next steps to create an area menu?
Thanks,
Charles.
2007 Dec 17 8:35 PM
You need to use SE43
http://help.sap.com/saphelp_46c/helpdata/EN/00/783b377bfdcf61e10000009b38f936/frameset.htm
Thanks
Seshu
2007 Dec 17 8:36 PM
Hi,
Please go through this link:
http://help.sap.com/saphelp_nw70/helpdata/en/a3/5fc53796421e38e10000009b38f842/content.htm
Hope this helps.
Thanks,
Srinivasa
2007 Dec 17 9:18 PM
Hi,
Go to SE41-> Program Name -> Give PF Status(ZTEST) name
I think your requirement it to create Application Tool bar.
Expand the node Application Tool Bar -> give the desired name for *Function Code(ZSTATUS)* and double click on it. It will ask for Functional Type- leave it blank. Give some text in the Functional texts and Info Text. If you want to a icon to be displayed then select the icon from the dropdown. In the program you need to write code for this Function Code .
Ex. SET-PF Status 'ZTEST'.
case sy-ucomm.
when 'ZSTATUS'.
call transaction 'VA01'.
endcase.
Hope this would be useful.
Thanks and Regards
Sowmmya VB