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 do you set up background jobs in sap?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are the different types of parameters? : abap modularization
How is conversion of data types done between abap/4 & external level? : abap data dictionary
When to use logical database?
How can we achieve MVC ?
What is modularization and its benefits?
What is processing class, where we do them and why? : sap abap hr
What are client dependant objects in abap/sap?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is a table cluster? : abap data dictionary
Give examples of transparent table?
Can we call reports and transactions from interactive reporting lists?
performance tuning concepts
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'