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

Looking for existing ABAP Text/XML editor

0 Likes
1,198

Is there any XML editor or Text Edit with an XML flavor in NW?

We need following function:

1. upload /edit/ save XML to some place.

2. we can retrieve it via some methods, or we can access via writing program.

If cannot find editor for all of the criteria, at least it match the first one,

Is anyone have experience in related area?

Thanks a lot for your help.

1 ACCEPTED SOLUTION
Read only

daixiong_jiang3
Active Participant
0 Likes
750

If you have the PI(or XI) environment, log on to the ABAP server and run transaction SXI_MONITOR, you will find how to store,fetch,display and edit XML document.

4 REPLIES 4
Read only

daixiong_jiang3
Active Participant
0 Likes
751

If you have the PI(or XI) environment, log on to the ABAP server and run transaction SXI_MONITOR, you will find how to store,fetch,display and edit XML document.

Read only

0 Likes
750

Hi Daixiong,

Thanks for your help,

yeah, you are right, same in T-code "SPROXY", we could found an XML editor, but the method is used for PI(XI) only per comments from the function owner, and the methods are not public, the XML editor is only tiny part of the PI workbench, so it may not be suitable.

I would like to have a clean Text/XML editor.

Thanks for your reply again:)

BR Carlos

Read only

0 Likes
750

Hi Carlos,

             Did you find any XML editor in ABAP ? I am also looking for the same .

Regards

Vivek

Read only

0 Likes
750

Hi,

In BSP (SE80), I think we can see XML editors... Just check whether this helps.

BR/Josh