on 2007 Feb 06 7:29 AM
Hello,
I'd like to migrate sapscript to smartform. This is the request from customer.
I know that I can migrate sapscript style to smartstyle, but I`m newbie in sapscript and don't know how to find out which sapscript style is assigned to my sapscript.
It seems like sapscript has no sapscrit style, there is only buttons Paragraph formats and Character Formats, so i think that formats of sapscript is hardcoded defined directly in sapscript.
So I'd like to create smartstyle from sapscript form (not sapscript style).
Or maybe there is a connection between my sapscript and a sapscript style, but I wasn't able to find out.
Has anybody an idea?
Best regards,
Josef Motl
hi ,
u can use this fm 'FB_MIGRATE_FORM'.
all the necessary windows will get formed .
all that u need to do is write the necessary code
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<b>SAP provides a conversion for SAPscript documents to SMARTforms.</b>
This is basically a function module, called FB_MIGRATE_FORM. You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.
You can also do this one-by-one in transaction SMARTFORMS, under
Utilities -> Migrate SAPscript form.
You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Josef,
I know exactly what you are attempting and I have the same problem. None of the customer's SAPscript forms (there are a lot!) have SAPscript styles and instead have paragraph and character formats embedded in them. I have not found a way to directly convert these SAPscript forms to SmartForms with SmartStyles either. I have so far migrated paragraph and character formats from the SAPscript forms to styles, then used those styles to migrate to SmartStyles, but there must be an easier way. I will definitely message if I find one, but currently, I am in the same position as you...
Regards,
Geoff
refer.
http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/frameset.htm
Converting a SAPscript style
Go to the Smart Styles inital screen (transaction SMARTSTYLES ).
In the Style name field enter the name of the Smart Style you want to create.
Choose Smart Styles ® Convert SAPscript style.
Enter the name of the SAPscript style you want to convert.
Choose Enter.
A list of the converted styles appears.
Choose Back. You can now change the Smart Style (Change).To activate the Smart Style choose Activate
kishan negi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.