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 |
what is the difference between hashed & sorted internal tables?
An ABAP program creates a batch input session. We need to submit the program and the batch session in back ground. How to do it?
Double click function on the lists, identifying the line selected by the user on the list?
What are the steps to execute session method?
How to decide whether we can use BDC (OR) LSMW for a given transaction?
Which technical field in the BDCDATA table holds the last cursor position
Why we do Version comparison?
when u already have predefined tool LSMW for uploading data....which is more easy and efficient to use and les sprogramming is required..then whats the need to write a program in BDC.... whats the main purpose....?
hi friends, while sending idoc's to receiving system,i got msg type 3 and 12 in sender side.but in receiving side while executing we02 ,i am getting error 'no idocs selected' instead of getting msg type 53.here i am simply sending one material from one client to other client.if anybody knows that problem ky revert back.
What are the functional modules used in sequence in bdc? : abap bdc
What are Lock Objects, and their Differences
How do you display a data in a detail list?