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
What are the advantages of abap query tool?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are logical databases? : abap hr
Difference between sy-tabix and sy-index? Where it is used?
Differentiate database index and match code.
Explain the advantages of different types of bdc's?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
performance tuning concepts
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Hat are the different types of mode (run code) in call transaction method?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is gui status? How to create /edit gui status?
Explain how to create any functions?
What are the advantages of logical databases?
Can i Have Some Realtime Examples on Badi ?