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
How many lists can a program can produce?
How many main windows will be there in a page window?
What is roll area?
Explain the difference between free and refresh?
Write special commands of list?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
how can we enable hyperlink in screen painter?
Define subtype ? : abap hr
Which table stores the programs created?
What are the events used in abap in the order of execution?
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
Explain the different types of mode (run code) in call transaction method?
What is meant by authorization? Did you ever work on it? : sap abap hr
What are the merits of its?-
What is the difference between collect and sum?