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 is an authorization in sap?
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What is the definition of modification in an sap system and how do they impact an upgrade?
Which database object is used for storing the system variables? : abap data dictionary
What are the sequences of event block?
Explain what are extracts?
java script for push button in adobe forms.
What is tcode se16? For what is it used.
Name a few data dictionary objects?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What is the difference between dialog program and a report?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
How do you activate a function exit?