how to migrate standard text in sap script to smart form?
Answers were Sorted based on User's Feedback
Answer / kiran
SAP provides a conversion for SAPscript documents to
SMARTforms.
This is basically a function module, called FB_MIGRATE_FORM.
You can also do this one-by-one in transaction SMARTFORMS,
under
Utilities -> Migrate SAPscript form.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / saifur rahaman
You can migrate a SAPscript form into a Smart Form and
convert a SAPscript style into a Smart Style.
When converting a SAPscript style into a Smart Style, the
system converts all paragraph and character formats with
all their properties and attributes without any changes.
Thus you can use the converted Smart Style without making
any adaptations.
Converting a SAPscript style
1. Go to the Smart Styles inital screen (transaction
SMARTSTYLES ).
2. In the Style name field enter the name of the Smart
Style you want to create.
3. Choose Smart Styles ® Convert SAPscript style.
4. Enter the name of the SAPscript style you want to
convert and Press Enter.
5. Alist of the converted styles appears.
6. Choose Back. You can now change the Smart Style
(Change).To activate the Smart Style choose Activate.
Is This Answer Correct ? | 2 Yes | 2 No |
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is the purpose of table maintains in se11?
Explain the difference between domain and data element?
What is locking ?
how to "WRITE" in SELECTION SREENS
What is BDC?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
How to put a TableControl in a Screen of Modulepool Programming?
sort statement can sort?
How to put checkbox against a row in ALV display?
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible?
What is the function of the transport system and workbench organizer? : abap data dictionary