i need step by step procedure for creating smartform in sap
abap.....pls tel me....
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jack
SAPTECHNICAL.COM
open this wesite and enjoy it !!!!!!
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
Hiall We can implement n no of implementations for a badi. which badi will be active...
Difference between BDC vs Direct Loads?
how to modify the standard method as per your requirement
Can any please explain me what r bundling technics in SAP?
What is locking? : abap data dictionary
Difference Between domain and data element?
I want to display the different data on the multiple main windows of the form in Sapscript. Is it possible ? If yes, then How?
How to debug a smart form?
5 Answers IBM, Mind Tree, TCS,
How can we use multiple transactions by using bdc_insert? : abap bdc
What are Call Transaction Modes?
How can I make a differentiation between dependent and independent data?
1.what aer the text modules. 2.what is function module in report. 3.what is the land scape in u r projwct.