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 control tables?
In sap scripts, how will you link form with the event driven?
What are dml commands in abap?
What are lock objects?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
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?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
How to transfer data into line items using batch input session method? : abap bdc
What are secondary indexes. How can we know which index is being used in a select query?
What are the screen painter and menu painter?
Difference between open sql and native sql? : abap data dictionary
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is database view ? : sap abap data dictionary
What is dynamic action? : sap abap hr
What is dynpro? what are its components ?