cancel
Showing results for 
Search instead for 
Did you mean: 

Store/persist XML file on ABAP stack

Former Member
0 Kudos

Hi everybody,

as the ABAP Database is a relational DB, I wonder where to store a XML file. Is there a dedicated table?

Thanks

Regards Mario

Edited by: Mario Müller on Sep 10, 2008 2:21 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Aysnch messages are persistence in XI and are stored in DB.

But when u talk about storing XML file in XI what does exactly mean?

When you talk about insertion then it became * to JDBC and for that you nee DB. and table in DB.

YOu can create new table and store the information in it. but it is not recommended to touch systems specific database

Thanks

Farooq

Edited by: Farooq Farooqui on Sep 10, 2008 12:20 PM

Former Member
0 Kudos

Hi,

with store I mean: insert.

Regards Mario

Former Member
0 Kudos

Hi,

If You give a clear cut abt your requirement means we can suggest some thing to do

REgards

Seshagiri

Former Member
0 Kudos

FOR CLEARIFICATION

Hi all,

I do OT want to insert a payload into a ABAP-table.

I want to store a xsd-file (which itselfs is a xml-file) into the ABNAP stack.

I would like to read the xsd-file with an ABAP Mapping

Regards Mario

Former Member
0 Kudos

hi

try with this function module SMUM_XML_PARSE for parsing xml document into a table structure

also check this document for how an abap prog take xml and convert into an abap internal table

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f50dcd4e-0501-0010-3596-b68...

convert an xml file into abap internal table using sap dom approach

regards

kummari

former_member183906
Active Contributor
0 Kudos

you can get folder created in SAP system and store thier for given timeframe..

Former Member
0 Kudos

Hi,

>>I wonder where to store a XML file. Is there a dedicated table?

What do you mean by storing the XMl file in ABAP Stack???

And what is the purpose of it to store. What is the requirement

Regards

Seshagiri