Application Development and Automation 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: 
Read only

screen programming

Former Member
0 Likes
628

Can any1 pls provide me some study material on SCREEN PROGRAMMING.

I NEED IT URGENTLY,POINTS R ASSURED TO ALL HOW CONTRIBUTE

4 REPLIES 4
Read only

Former Member
0 Likes
602

Siddhesh

Please find the doc <a href="http://help.sap.com/saphelp_47x200/helpdata/en/e4/2adbef449911d1949c0000e8353423/frameset.htm">HERE</a>

Some more details <a href="http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm">HERE</a>

Thanks

<b>Allot points if this helps</b>

Read only

Former Member
Read only

Former Member
0 Likes
602

Screen Sequences

For the user, an application program consists of a series of screens that are displayed one after the other. The major difference between the program flow of an executable program and a dialog program is that in a dialog program, you can program screens to appear in any sequence you want. In executable programs, the screen sequence is controlled by events, which occur in a fixed order. In a dialog program, the programmer is free to program any sequence of screens, and the user can affect the program flow by his or her actions. However, it is still possible to call a freely-defined screen sequence within an executable program and thus to branch into a form of dialog program.

Screens always belong to an ABAP program. The dialog modules in an ABAP program can only be called from screens in the same program. The system field sy-dynnr always contains the number of the current screen. You can create any number of complex screen sequences from the screens in a single program. For example, you can navigate from one screen to any other screen in the same program, or repeat part of a sequence any number of times.

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbab0235c111d1829f0000e829fbfe/content.htm

SAP has provide vaious tansactions. Say XK01 for creating vendor records.

That consists of several screens.

Incase you want to create a new transaction containing 2 or more screens (Say for the pupose of maintaining your person detials on one screen, your job detials on second, and so on ..),

you need to create various screens in that case. And in oder to attach all the screens as a process (Steps), you need to associate the same with a custom transaction.

Hope this will help.

Pls reward suitable points.

Message was edited by:

sunil kumar

Read only

Former Member
0 Likes
602

you can check in SE38 , DEMODYNPRO , u will get many

some of them

DEMO_DYNPRO                    Program S_SCREEN_PAINTER_DEMO
DEMO_DYNPRO_AT_EXIT_COMMAND    Demonstration of Conditional Module Execution
DEMO_DYNPRO_AUTOMATIC_CHECKS   Demonstration of Automatic Entry Checks on Screens
DEMO_DYNPRO_CHECK_RADIO        Checkboxes and Radio Buttons
DEMO_DYNPRO_CONTEXT_MENU       Context Menus on Screens
DEMO_DYNPRO_DICTIONARY         Demonstration for Screen Fields with Dictionary Reference
DEMO_DYNPRO_DROPDOWN_LISTBOX   Demonstration of Dropdown List Boxes on Screens
DEMO_DYNPRO_F1_HELP            Demonstration of F1 Help on Screens