Smartforms Using Loops
Smartforms Using Loops
Overview
SMART FORM
Sapscripts
Sapscripts are clinet dependent.
Smartforms
Smartforms are client independent.
COMPONENTS OF SMARTFORMS:-
1.Global Settings
→Form Attribute
→Form Interface
→Global Definition
who created,Date,time,
package,translate options,
default smartstyle,
→page
→Window
→Graphic
→Address
→Text
→Table
-- Header
-- Body
→ Template
→Folder
→ Program Lines
→Alternative
→Command
→Loop
This will contain all the pages and the windows, which are used in
the smartform.
That means, Once you create a smartstyle, we can reuse the same
❑Click on Create.
Create a Smartform.
Click on Environment
Function module name.
❖Name is &V_NAME&.
❖Date is &SFSY-DATE&
❖Time is &SFSY-TIME&
❖Template is a node which has a fixed layout i.e. fixed no. of rows
and columns.
❖Templates are same as table i.e. Templates will not expand whereas
Tables expand dynamically with no. of records.
→Create
→ Template
%Template
❖Click on Pencil Icon and Divide %c1 into 3 Columns and 2 rows
❖A Popup is displayed .
❖SAVE,ACTIVATE .