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
Why cant we use Normal function module for data transfer?
Have you printed any report?
From Excel to ABAP - Is batch mode possible ?
What are the components of sap scripts? : abap hr
What happens if we use leave to list-processing without using suppress-dialog?
what is the transaction transaction for setting parameters rdisp/buffermode
What is evaluation path, where do we do it and why? : sap abap hr
What are the parameters in bdc_open_group? : abap bdc
When is the top-of-page event triggered? : abap data dictionary
What is the differences between abap and ooabap. In which situation we useooabap?
Sy index and sy tabix
What are field symbols?
What is off cycle payroll run
How can we declare a table control in the abap/4 program?
Define alv programming in abap?