Transporting Format Conversions and Style Sheet Prototypes
Use
Conversions and style sheet prototypes are stored as SAPscript texts, language 'E' in client '00' and can be transported with the mechanisms intended for SAPscript objects: Create a transport request in client '00' (by hand as shown below, or via report RSTXTRAN). Release the transport.
Transporting Format Conversions
Format conversions are SAPscript texts with text object STYLESHEET and text ID 'ABB'.
The text name is 34 characters long and has the following format:
Text name format
|
Character |
Meaning |
|
1 |
Type of source format: S (style), F (form), D (document template) |
|
2 to 17 |
Source format name (as given in initial screen of format conversion) |
|
18 |
Type of target format: S (style), F (form), D (document template) |
|
19 to 34 |
Target format name (as given in initial screen of format conversion) |
These texts are stored in language 'E' in client '00'.
The entry in the transport request should appear as follows:
R3TR | TEXT | <text object>,<text name>,<text ID>,<language>
Transporting Style Sheet Prototypes
Style sheet prototypes are SAPscript texts with text object STYLESHEET and text ID RTF. These are also stored in client '00' in the language 'E'. The text name corresponds to the prototype name.