cancel
Showing results for 
Search instead for 
Did you mean: 

Storing data from Java Pogram(data in xml format) to SAP R/3

Former Member
0 Kudos

Hi,

I am having a java program which results me an xml.

I want to dump the data to SAP R/3.

What are the different ways/techniques should i use,to achieve the result?

Thanks for your reply,

regards,

cg

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In simle terms can you explain me in more detail.

lest say my java application produces xml as:

<xml>

<fname>myfirstname</fname>

<lname>mylastname</lname>

thanks for your reply,

reg

cg

Former Member
0 Kudos

Hi CoolGUY.

The simplest way would be to parse the XML using a java XML parser and populate the JCO inputs and tables based on events in the XML parser.

Regards

Pran

Message was edited by: Pran Bhas