i need step by step procedure for creating smartform in sap
abap.....pls tel me....
Answer Posted / satish
Answer
# 1 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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens if we use leave to list-processing without using suppress-dialog?
What is the t-code to display batch input sessions? : abap bdc
How can we omit a leading sign and a leading zero in sapscript?
How do you Export a session ?
Difference between sy-tabix and sy-index? Where it is used?
Why do we need enhancements?
What is the syntax for call transaction? : abap bdc
What are the different types of mode (run code) in call transaction method?
How do you get the number of lines in an internal table?
What is the difference between the exits created in M.M and S&D?
What is logo in sap script?
What is an update type with reference to a match code id? : abap data dictionary
Explain the disadvantages of logical databases?
What is processing class, where we do them and why? : sap abap hr
What are the data types of the abap/4 layer? : abap data dictionary