cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy

Former Member
0 Kudos

hi....friends,

in abap proxy what type of data type we can use.

with regards,

singu.

Accepted Solutions (0)

Answers (4)

Answers (4)

turmoll
Active Contributor
0 Kudos

Hi,

refer to these documents:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c78f79-0801-0010-1e8d-c7f911cf25d1">XSD Data Types vs. ABAP Data Types -- Quick Reference – Part I</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8b749279-0801-0010-6396-bbbb50f971e8">XSD Data Types vs. ABAP Data Types - Quick Reference – Part II</a>

Regards,

Jakub

Former Member
0 Kudos

Hi,

When we create the data type in XI the default declaration that we use is xsd:string. That means the default data type used for each field is of type string. When the data is used in the message interface, it would represent a table type structure or a flat table structure depending on the scenario.

So when we create / generate the ABAP proxy using SPROXY transaction, the data type will be either a table type or a table structure in ABAP.

Indranil

Shabarish_Nair
Active Contributor
0 Kudos

in an ABAP proxy, it is your message interface that is used. So that means to say you can use any data type created in XI, even xsd's can be utilized.

more on ABAP proxy;

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

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

Former Member
0 Kudos

HI,

Please see the below links

/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

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/41e08c90-0201-0010-9197-d8774336...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ae9874-109c-2910-f48a-e91f0cdd...

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

regards

Chilla