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 |
How many types of data classes are there in sap abap? : abap data dictionary
How can u transfer the data from one itab to another without using move & write statements?
hi what is difference between REUSE_ALV_GRID_display and reuse_alv_list_display .
What are the parameters in bdc_insert? : abap bdc
What are the various events associated with screen programming?
3 types of buffering techniqes. 1.bufering not allowed 2.buffering swithed on 3.buffering not allowed but switced on what does it means?
Types of windows in SAP scripts?
9 Answers vCentric Technologies,
Explain how to Handle the internal tables in ABAP?
Explain the program flow when we use logical database PNP or PNPCE
What are the different methods of passing data? : abap modularization
How do you write a squential file
2) What is the difference between TYPE and DATA?