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
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What is is a match code? : abap data dictionary
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
How many types of data classes are there in sap abap? : abap data dictionary
Can we use on change of between select and endselect?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What are the difference between call screen and leave screen?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What is table attribute? : abap data dictionary
Define subtype ? : abap hr
How do you find the information on the current screen?
What are the two statements which are required in an abap program to output an icon using a write statement?
What are the different methods of passing data?
Difference between open sql and native sql? : abap data dictionary
What are types of select statements?