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: 

sreen-menu-subscreen

Former Member
0 Kudos

hi

My requirement is that I should design a screen and it should have menu and menu will have 3 items and when i click on first item, i should get first screen and and when i click on second one i should get second screen and third so on. on each screen i should have facility to create, delete etc functions.

I have created one main screen using dialog programming and and i created menu in status. then i created screen 200 and called it in OK-Code of the first screen. However, then I dont have the menu as it is covering. Do you think, I should do this application using subscreens? If so some input please. Or is there any other short cut to do this menu programming.

thanks

K

3 REPLIES 3

Former Member
0 Kudos

kata

It is possible that this demo program can assist you. SAPCOLUMN_TREE_CONTROL_DEMO

You may also want to consider using the TABSTRIP_CONTROL.

Another option can be setting up the buttons in your PF STATUS.

Without more specifics, it is a bit difficult to guide you with more detail.

Edited by: Paul Chapman on Mar 17, 2008 4:18 PM

0 Kudos

Thanks for your reply.

I need to create a menu and when I click on menu items, it should lead to different screens and on each screen I need to do its respective actions.

I know i can do Menu using STATUS in Dialogue program. Can I do whole of this using Dialog programming(UI Programming). do i need to use subscreens or anything else?

Former Member
0 Kudos

This message was moderated.