cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on xmlsql

Former Member
0 Kudos

How i create DT from complex sql?. Can anybody give me ideas...

if it is sql join, can i create xmlsql?.

All xmlsql help is needed.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

thanks jai.

why there is a difference on sender and receiver structure?.

where i can get SAP Note 831162?

Former Member
0 Kudos

>>why there is a difference on sender and receiver structure?.

I guess the whole architecture for sender and reciver JDBC adapters has to be different. Sender JDBC adapter supports only asynchrous processing while receiver adapter supports both synch and asnch processing.

>>Both we can't use sqlxml message?.

What do you mean by that?

>>where i can get SAP Note 831162?

www.service.sap.com/notes You need S-user Id for this.

Regards,

Jai Shankar

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

why don't use use a stored procedure?

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

if you're talking about jdbc receiver formats

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>

Former Member
0 Kudos

stored procedure is easy to do?.

MichalKrawczyk
Active Contributor
0 Kudos

not more difficult than a join

ask someone from your company who will prepare the join statement

Regards,

michal

Former Member
0 Kudos

yes..i am talking about jdbc receiver formats.

do u have any detailed docs or blog or any other link on this?.

Former Member
0 Kudos

u mean...to create stored procedure?. i can do that.