Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New editor: no auto- angle bracket

Clemenss
Active Contributor
0 Likes
929

Hi all,

after installing SAPGUI 710 patch level 10 the auto-completion for brackets only works for square brackets [] and normal brackets () but not any longer for angle brackets <>.

I already modified the xml scheme at C:\Programme\SAP\FrontEnd\SAPgui\ab4_data\xml_spec.xml

Parameter OpenClose is shown as ()[]''<>.

But it still does not work.

How to resolve?

TIA,

regards,

Clemens

Hi all,

after installing SAPGUI 710 patch level 10 the auto-completion for brackets only works for square brackets [] and normal brackets () but not any longer for angle brackets <>.

I already modified the xml scheme at C:\Programme\SAP\FrontEnd\SAPgui\ab4_data\xml_spec.xml

Parameter OpenClose is shown as ()[]''<>.

But it still does not work.

How to resolve?

TIA,

regards,

Clemens

6 REPLIES 6
Read only

naimesh_patel
Active Contributor
0 Likes
870

Use the HTML code instead of the agnle bracket.


& l t ; & g t ;

Add this without space.

Regards,

Naimesh Patel

Edited by: Naimesh Patel on May 18, 2009 2:04 PM

Read only

0 Likes
870

Hello Namesh,

thank you for the recommendation, but guess how I put the &LT; &GT; characters into the xml_spec.xml.

in the file, I wrote

<OpenClose>()[]''& lt;& gt;</OpenClose>

without the spaces between & and lt/gt.

As a result, it is displayed correctly when xml_spec.xml is opened in the IE browser.

But still, the function does not work in the new ABAP editor.

Please tell me if itv works for you, thank you.

Regards,

Clemens

Read only

0 Likes
870

Sorry, I am not be check b'coz system is unavailable.

Regards,

Naimesh Patel

Read only

Clemenss
Active Contributor
0 Likes
870

I may award full points to mysel

The file responsible is in the user settings path

C:\Dokumente und Einstellungen\re31472\ab4_data\abap_spec.xml

and the line to be modified is

<OpenClose>()[]''``||{}</OpenClose>

Change it to

<OpenClose>()[]''``||&lt;&gt;{}</OpenClose>

using the html representation & lt; without space for &lt; and & gt; without space for &gt;

Regarsd, Clemens

Read only

Former Member
0 Likes
870

well those things are actually the reason why i stay with my old sapgui.

better wait some time until all those basic bugs are done...

Read only

Clemenss
Active Contributor
0 Likes
870

Sorry, I marked this answered yesterday:

With the new 700 SAPGUI and editor rollout they corrected one big shortcoming of the new editor: Before the user-specific settings were stored with thje local SAPGUI installation, now they are stored in the windows user settings directory.

In my case (german windows), I modified file abap4_spec.xml

in directory

C:\Dokumente und Einstellungen\re31472\ab4_data

Note: You may find the same file in

C:\Dokumente und Einstellungen\re31472\SapWorkDir\ab4_data

Here I did not apply the changes described in my preceding comment(s).

Sometimes questions about the quality assurance process wait for answers

Regards,

Clemens

P.S.: It is a good strategy to wait for a stable release and accept humiliation of missing features. Still it may be a valid strategy to find out how to use new features while it is anything but stable.