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: 

How to create an area menu?

Former Member
0 Kudos
82

Hi all,

I am at se41 (menu painter)...what are the next steps to create an area menu?

Thanks,

Charles.

3 REPLIES 3

Former Member

Former Member
0 Kudos
55

Hi,

Please go through this link:

http://help.sap.com/saphelp_nw70/helpdata/en/a3/5fc53796421e38e10000009b38f842/content.htm

Hope this helps.

Thanks,

Srinivasa

Former Member
0 Kudos
55

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