ABAP SmartForms介紹

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 15

ABAP SmartForms 介紹

1. Form – p9
2. Page – p10
3. Main Window(SubWindows) – p11
4. Form Logic, Create Form - p19
5. GUI - p24
6. Node Types – p35
7. Basic Elements(Pages,Windows,Text,Address…) – p38
8. Integrated smartform into Application – p58
9. Flow Logic (Alternate,Loop,Program Lines….) – p79
10. Text Modules – p86
11. Smart Style – p87
12. Checking and Testing a Smart Form – p92
13. Graphic Administration - p104
Form – p9
• A form consists of pages, output areas,
addresses, graphics (such as company
logo), and data or text contents. Within an
output area, you can use static or dynamic
tables to display data or texts in lines,
columns, or cells. To further structure and
format text and data, use paragraphs with
the paragraph and character formats.
Page – p10
• On the pages of a form you determine the
page layout and the sequence of pages
with different structures.
• The page layout includes the page format
(for example, DIN A4, Letter, DIN A5
landscape) and the position of the windows
on a page.
Main Window(SubWindows) – p11
• On a page, there are two different types of
output areas for texts and data: the main
window and the subwindow.
• You can define only one window in a form as
main window. The main window must have
the same width on each page, but can differ in
height. A page without main window must not
call itself as next page, since this would trigger
an endless loop. In such a case, the system
automatically terminates after three pages.
Form Logic, Create Form – p19
• Display SF_EXAMPLE_01
• Explain p21
GUI – p24
• The SAP Form Builder of the SAP Smart
Forms consists of:
• Form Painter.
• PC Editor.
• Navigation tree.
• Table Painter
• Form check.
• To define text formats, use style
maintenance (SMARTSTYLES)
Node Types – p35
• Output areas (Page, Window)
• Elementary nodes
(Text,Graphic,Address)
• Table output (Table,Template)
• Flow control (Command,Loop,Alternative)
• Other nodes (Folder,Complex
Section,Program Lines)
• Shared Attributes (General
Attributes,Output Options, Conditions)
Basic Elements – p38
• Creating Pages
• Creating Windows
• Creating Texts
• Inserting Address
• Printing Graphics
• Displaying a Static Table
• Creating Folder
Integrated smartform into Ap – p58
Integrated smartform into Ap
• System Fields – p68
• Field Syntax – p70
• Formatting Options for Fields – p71
Flow Logic – p79
• Determining Output Conditions

• Creating Alternative
• Creating Loop
• Creating Program Lines
• Creating Command
Test Modules – p86
• You use text modules to centrally store
texts in the system that you frequently use
in forms.
• How to create it?
• How to use it?
Smart Style – p87
• In a Smart Style you define the paragraph
and character formats, which you can then
assign to texts and fields in the Smart
Form.
• How to create it?
• How to use it?
Check and Test a Smart Form – p92
• Activte Form.
• Check pushbutton
• Test
Graphic Administration - p104
• T-code se78
• Importing Graphic from PC.
• Graphic Information and Preview.
• Transporting Graphics.

You might also like