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 |
write the codes for how to handle currency and date fields in bdc
Tell any 2 standard Bapi function modules used for uploading sales order data ?
how to debug background jobs?
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
When you are in support, who will give you a Flat file or Excel file(Legacy Data) to upload into SAP System in day-to- day activity?
Example of table cluster and cluster tables.
WHAT IS DIFFERENCE BETWEEN USER EXIT AND BADI
Polindrome Program for string and Polindrome Program for numbers in ABAP
How do you retrieve the data for repetitive structures
What are the types of the programming language used in the sap abap software?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is the use of buffering?