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
How many tables are there in sap?
How is the command suppress-dialog useful?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is dialog module?
How can you find the field/data underlying a transaction?
What is search help exit? : sap abap data dictionary
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
Is a logical database a requirement/must to write an abap/4 query?
What are the types of table fields in the sap abap?
What are the data types of the external layer?
In delivery processing which step comes first picking, packing, posting goods issue ?
What is sap abap tables?
What are null values? : abap data dictionary
Difference between transparent tables and pooled tables? : abap hr
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary