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 |
Differentiate between table and template ?
Give 3 scenario due to which you require Gap analysis in your project?
CAN WE DEBUG A MACROS ? HOW DO TO MATHEMATICAL ON TWO NUMBERS ?
What is Deep structure and Flat structure?
What is the table buffer?
How do you define an internal using types?
How to write long-text in SAP scripts? EX: I want to write text like below: * Terms and Conditions: 1>.... 2>.... 3>....
what is a binary search ? and how it is useful in a sorted internal table?
suppose uploading the flat file data using bdc program when error is occur then what vil u do
A Job is scheduled with Three steps. In the event the second step fails..what happens to the first and third step of the Job chain?
What are the different types of parameters? : abap modularization
Can anybody tell me the procedure to impliment the SAP OSS notes in detail?