i need step by step procedure for creating smartform in sap
abap.....pls tel me....
Answer Posted / siri
for creating smartforms the trans code : smartforms.
-first u have to create a style (tran code :smartforms):for
ex -zstyle1.
in which u can define some paragraph formats and character
formats,which u can apply it to the form texts.
-now go back to the transaction code smartforms again and
create a form.
there u'll have the nodes .
- select field attributes and one tab will be open beside
it.
-select the radio button -do not translate.
now select general attributes and give style name which u
have created in the output style which acts as a default
style for ur smartform.
we can add the windows to the form in two ways.
-- click on 'form painter' in the tool bar
-- right clk on pagewindows
then create
then window.
now create a text element under the window.to do this
right clk on window
then add
then text.
-click on text
in general attributes tab u can type the text .
now check the smart form activate it.
every smart form will return a function module after
activating it.u have to call this fm in ur abap program
(se38).
to see the fm name after activating the form goto
environment-> form name.
form name will be displayed as information .
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
In which cluster time results are stored? : abap hr
What is a batch input session? : abap hr
How can we set the tablespaces and extent sizes ?
What is locking? : abap data dictionary
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are the names of the function modules that will be generated upon activation of a lock object?
Can we create a gui status in a program from the object browser?
Difference between open sql and native sql? : abap data dictionary
What is asynchronous update?
How many main windows are allowed in sapscript?
How will you insert record in a sorted table
How do you Export a session ?
Why do we need enhancements?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is luw or data base transaction ?