cancel
Showing results for 
Search instead for 
Did you mean: 

Data from XML to SAP

Former Member
0 Kudos

Dear All,

I am recieving data in XML and i want to store data in SAP from ABAP how this is possible.

Is it possible without XI?

please explain me in detail.

answers will be rewarded

thanks,

RP

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

without XI:

/people/michal.krawczyk2/blog/2007/01/18/xml-idoc-into-r3-erp-without-xi-heresy-some-might-say

with XI

you can use any adapter to process XML messages

(file adapter to process XML files)

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check this similar thread:

Regards,

Subhasha Ranjan

prabhu_s2
Active Contributor
0 Kudos

u are recv data in XML...from XI u pass the data to SAP r3 via proxies and there in the method u can have the xml data stored in sap data. programing in SAP is by ABAP

Former Member
0 Kudos

Hi Dear how are you

without Xi is it possible through Object Navigator(SE80) please provide me example if u have.There is one tag in SE80 XSLT 1.0.

thanks,

RP

MichalKrawczyk
Active Contributor
0 Kudos

hi,

without XI you can just import an XML file and process it

Regards,

michal

Former Member
0 Kudos

How Dear,

Plz give me example(code in ABAP)

thanks,

RP

Former Member
0 Kudos

Hi,

You can convert IDOC into xml format using R/3.

Go to r/3 system tcode : SE37

Enter the function module : IDOC_XML_TRANSFORM

Execute and enter the IDOC number it will convert into xml format.

Regards,

Venu.

Former Member
0 Kudos

Thanks dear,

but i want to take data from XML to ZTable with the help of ABAP or IDoc (Without XI)

please give me example on that

thanks,

RP

prabhu_s2
Active Contributor
0 Kudos

u have std f/n module to do this....

also u can refer to: /people/r.eijpe/blog/2005/11/10/xml-dom-processing-in-abap-part-i--convert-an-abap-table-into-xml-file-using-sap-dom-approach