cancel
Showing results for 
Search instead for 
Did you mean: 

xslt mapping

Former Member
0 Kudos

how the databse is updated automatically using xslt mappnig.

Also how the stored procedure is called and how the values are updated in it

Thanks

Srini

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

here's a good weblog which explains how to use a receiver JDBC adapter with a stored procedure.

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

You can also see SAP Helps:

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

But in each case, you need to create a mapping from source message to the attempted format by JDBC adapter.

You have also that:

Easy RFC lookup from XSLT mappings using a Java helper class <i>(not yet read by me):</i>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc...

Wrapping your Mapping Lookup API code in easy-to-use Java classes:

/people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes

Mickael

Message was edited by: Mickael Huchet

former_member206604
Active Contributor
0 Kudos

Hi,

<i>>>>how the databse is updated automatically using xslt mappnig.</i>

Which DB you are talking about, XSLT will not update any DB. It just transforms one form of XML structure to another.

<i>>>>Also how the stored procedure is called and how the values are updated in it</i>

Same as above.

If you are asking about how a mapping can be done using XSLT for a JDBC as target then fine. Its a normal XSLT mapping linke any other scenario excpet there is a strucutre for JDBC.

Thanks,

Prakash