cancel
Showing results for 
Search instead for 
Did you mean: 

FAQs

Former Member
0 Kudos

1.diffrence b/n http and soap adapters? when we go for http and when we go for soap?

2.in jdbc, multi tables update or like inner join is possible , if possible , give me a structure how to define?

3.is possible do file content conversion on receiver side?

4.wat r settings to do to use SPROXY tcode?

direct answers will be appreciated?

pleaseeee

regards

kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

1.diffrence b/n http and soap adapters? when we go for http and when we go for soap?

SOAP Adapter will be used when we are dealing with Webservices.

http://help.sap.com/saphelp_nw2004s/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm

Consuming XI Web Services using Web Dynpro – Part II-/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Consuming XI Web Services using Web Dynpro – Part I -/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a...

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

/people/kevin.liu/blog/2006/04/12/wsdl-11-binding-extension-for-soap-12

The plain HTTP adapter is used by external systems to connect to the Integration Engine using the native HTTP interface (HTTP payload without SOAP envelope). These systems are connected using the Internet communication framework of the SAP Web Application Server

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

2.in jdbc, multi tables update or like inner join is possible , if possible , give me a structure how to define?

Hi yes we can use multiple tables to update , see the below links to get more details

multiple tables with JDBC - http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

3.is possible do file content conversion on receiver side?

Yes , possible FCC on receiver side.

to do that you have to use

Record structure ; name of recordstructe,occurr,if substructure,substruct occurrence

See the below link

http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

4.wat r settings to do to use SPROXY tcode?

Sproxy is used to create the ABAP proxy,

see the below link

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies - Activate Proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies - ABAP Server Proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Client Proxy

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - ABAP Proxy

Regards

Chilla

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

1.diffrence b/n http and soap adapters? when we go for http and when we go for soap?

<b> Soap Adapter</b>:

SOAP adapter is used when you are dealing with webservices.

<b>Http Adapter:</b> The plain HTTP adapter gives application systems the option of communicating with the Integration Engine and exchanging business data using a plain HTTP connection. Depending on the receiver system, outbound messages can be enhanced with certain information.

3.is possible do file content conversion on receiver side?

Yes you can achieve

Hope I am clear with my answers.

Please let me know if you have any queries..!

Thanks and Regards,

Chandu.

Former Member
0 Kudos

Hi Kiran,

>><i>is possible do file content conversion on receiver side?</i>

Yes.

>><i>wat r settings to do to use SPROXY tcode?</i>

u can directly use SPROXY tcode...why setting???

Thanks,

Maheshwari

Former Member
0 Kudos

do we need to specify any breakpoint to debug a server proxy or else directly can we do this

let me know please

Former Member
0 Kudos

HI,

Need not to do like that , it will crate just class based on the interface ,afetr you need to activate , while activating itself you can chek the errors.

Monitoring for Processed XML messages in ABAP Proxy - /people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Regards

Chilla