So the character ' Support Packages and Patches -Browse Download Catalog -SAP Frontend Components -SAPSCRIPT LEGACY TEXT EDITOR -SAPSCRIPT LEGACY TEXT EDITOR (Support Packages and Patches) -Win32 If you would like to include SAPscript legacy editor in a SAPGUI server build, please see the BC-FES-GUI note for steps. 2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation. 1. SAP Note Header Data Symptom SAP GUI for Windows Release 7. Pinnacle Studio 9 Serial Key Free Download. 40 Compilation 2 (Patch 05) and higher will not contain the controls for SAPscript Legacy Text Editor. If the controls for SAPscript Legacy. This can be solved with this note 2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation. In resume you need to download 'SAPSCRIPT LEGACY TEXT EDITOR' from SAP Software Download Center and install it. This means, that reports using the control CLGUISAPSCRIPTEDITOR no longer work. I use this control in a number of reports for inputting long formatted text and therefore need to replace it with what I think would be CLWORDSAPSCRIPTEDITOR (the workaround of installing an Addon to get the legacy textedit control back into SAP Gui is no.
TRANSCRIPT
SAP Note
Header Data
Symptom
SAPGUIforWindowsRelease7.40Compilation2(Patch05)andhigherwillnotcontainthecontrolsforSAPscriptLegacyTextEditor.
IfthecontrolsforSAPscriptLegacyTextEditorarenotinstalledasseparateSAPGUIcomponent:
l theopeningofSAPscripttextingraphicalSAPscriptLegacyTextEditorwillcausetheerror'CSapEditorCtrl::GetObject:Object15doesnotexist'
l SAPscript Graphical Form Painter in Transaction SE71 will be not opened. The Message 'Graphical Form Painter could not be called' will be displayed.
IfyourequireSAPscriptLegacyTextEditorandSAPscriptFormPainteryoucanaddthecomponent'SAPSCRIPTLEGACYTEXTEDITOR'toanGUIinstallationserverbasedon7.40Compilation2bydownloadingtheinstallerfromSAPSupportPortal.
Other Terms
SAPscript, SAP GUI for Windows, CSapEditorCtrl::GetObject: Object 79, TD245, TD754, Form Painter, SE71, FORMPAINTER_CREATE_WINDOW
Reason and Prerequisites
InstallationofSAPGUI7.40Patch5willuninstallexistinginstallationofcontrolsforSAPscriptLegacyTextEditor.
Solution
TheInstallerforSAPscriptLegacyTextEditorcanbedownloadedfromSAPSoftwareDownloadCenter:
http://support.sap.com/swdc
-> Support Packages and Patches -> Browse Download Catalog -> SAP Frontend Components -> SAPSCRIPT LEGACY TEXT EDITOR -> SAPSCRIPT LEGACY TEXT EDITOR (Support Packages and Patches) -> Win32
Thedownloaded'SAPSCRIPTLEGACYTEXTEDITOR'shouldbeinstalledadditionallyonSAPWindowsGUI7.40Patch5Compilation2andhigher.
The existing SAP GUI Installation Server Configuration can be extended with component 'SAPSCRIPT LEGACY TEXT EDITOR' by following steps:
- Download 'SAPSCRIPT LEGACY TEXT EDITOR' from SAP Software Download Center - Extract the installers content in one folder, by calling the installer file from command line with the option /extract= e.g.SAPSLTESP00_0-70001053.EXE /extract=SAPscriptEditor (ThisexamplewillcreateafoldernamedSAPscriptEditorand extract the installers content into it.) - Start NWSAPSetupAdmin.exe from the SETUP directory of the installation server -PushtheImportProductsintoolbar - Follow the wizard and supply the path to the source containing the extracted product to be added to the installation server. e.g.SAPscriptEditor/Setup
SAPscriptLegacyTextEditorisanobsoletecomponent,itwasreplacedby'MSWordasSAPScriptTextEditor'.Youcanfindmoreinformationin the note 742662. For using of Graphical Painter by development of SAPscript Forms (Transaction SE71), the SAPscript Legacy Text Editor controls component should be installed additionally to SAP Windows GUI.
2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation
Version 5 Validity: 03.12.2015 - active Language English (Master)
Released On 03.12.2015 12:09:15
Release Status Released for Customer
Component BC-SRV-SCR SAPscript
BC-FES-GUI Graphical User Interface
Priority Recommendations / Additional Info
Category FAQ
Other Components
Validity
References
This document refers to:
SAP Notes
This document is referenced by:
SAP Notes (1)
Software Component From Rel. To Rel. And Subsequent
BC-FES-GUI 7.40 7.40
2192210 New and removed components on the Presentation DVD 7.40 Compilation 2 (SAP GUI Installation)
2192210 New and removed components on the Presentation DVD 7.40 Compilation 2 (SAP GUI Installation)
List of SAPscript system symbols and formatting option compiled in one page from help.sap.com . I know sapscript is dead and nobody care about it but it seem I am the lucky one who often get to work/fix sapscripts. If you are as lucky as I am then this will surely help you out.
SAP Script System Symbol
Sapscript Legacy Text Editor Download
Description | Code | Example |
---|---|---|
Current Date | &DATE& | |
Current Day Number | &DAY& | |
Current Month Number | &MONTH& | |
Current Year Number | &YEAR& | |
Current Day Name (Long Form) | &NAME_OF_DAY& | The name of the current day is written out in full. The language used for the output is determined by the appropriate text language or form language. The names of the days are stored in the TTDTG table under the key %%SAPSCRIPT_DDDD_dd, where dd is the day number (01= Monday,.., 07 = Sunday). |
Current Month Name (Long Form) | &NAME_OF_MONTH& | The name of the current month is written out in full. The language used for the output is determined by the appropriate text language or form language. The names of the months are stored in the TTDTG table under the key %%SAPSCRIPT_MMMM_mm, where mm is the month number (01,.., 12). |
Current Time | &TIME& | The current time is printed in the form hours:minutes:seconds. Each of the components for hours, minutes, and seconds consists of two digits, using a leading zero if necessary. You can adapt this format to your own requirements by specifying a time mask (SET TIME MASK). The value for the time field is taken from the SY-UZEIT field. This value can be copied over only at particular times (c.f. DATE ). |
Hours Component of Current Time | &HOURS& | |
Minutes Component of Current Time | &MINUTES& | |
Seconds Component of Current Time | &SECONDS& | |
Current Page Number | &PAGE& | |
Page Number of the Next Page | &NEXTPAGE& | Note that on the last page of the output, in each window that is not of type MAIN, &NEXTPAGE& has the value 0. |
Selected Device Type | &DEVICE& | Possible values are: PRINTER SCREEN TELEX TELEFAX ABAP (ABAP list display) |
Underline | &ULINE& | You can use this symbol to insert a string of underline characters into the output text. You must pass the number of underline characters required with the symbol. If you leave out the number, then just one underline character is printed. |
Vertical Line | &VLINE& | You can use this symbol to insert a string of vertical line characters into the output text. You must pass the number of vertical line characters required with the symbol. If you leave out the number, then just one vertical line character is printed. |
SAP Script Formatting Options
Free Text Editors
Description | Code | Example |
---|---|---|
Offset | &symbol+offset& | If < symbol> has the value 123456789, the following will be displayed: |
Output Length | &symbol(length)& | If < symbol> has the value 123456789. You can combine an output length specification with an offset specification. The specified length is then counted from the specified offset position. |
Omitting the Leading Sign | &symbol(S)& | |
Leading Sign to the Left | &symbol(<)& | |
Leading Sign to the Right | &symbol(>)& | |
Omitting Leading Zeros | &symbol(Z)& | |
Space compression | &symbol(C)& | |
Number of Decimal Places | &symbol(.N)& | |
Omitting the Separator for ‘Thousands’ | &symbol(T)& | |
Specifying an Exponent for Floating Point Numbers | &symbol(EN)& | In this example, the PLMK-SOLLWERT field is assumed to have the value 123456.78 and to be of data type FLTP. |
Right-Justified Output | &symbol(R)& | |
Fill Characters | &symbol(Ff)& | |
Suppressing Output of Initial Values | &symbol(I)& | |
Ignoring Conversion Routines | &symbol(K)& | |
Changing the Value of a Counter | &SAPSCRIPT-COUNTER_x(+)& Increases by 1 the contents of the counter variable x (x=0.. 9) &SAPSCRIPT-COUNTER_x(-)& Decreases by 1 the contents of the counter variable x (x=0.. 9) | If you want to set a counter variable to some specific value, use the DEFINE control command. |
Preceding and Subsequent Texts (Pre-Text / Post-Text) | &‘pre-text’symbol‘post-text’& | Very useful if you want to supress printing of pre-text and post-text if symbol is initial. |
Country-Dependent Formatting | /: SET COUNTRY country_key | |
Date Mask | /: SET DATE MASK = ‘date_mask’ | |
Time Mask | /: SET TIME MASK = ‘time_mask’ |