SlideShare a Scribd company logo
5
Most read
8
Most read
9
Most read
Welcome, Guest
Login
Register
Search for:
HomeActivity
Communications
Actions
BrowseMore
o Content
o People
o Places
o Recent Bookmarks
sandeep.kaushik
Previous post Next post
ABAP Proxy (Complete Developments on SAP-PI & SAP-
ABAP Systems)
Posted by Sandeep Kaushik in sandeep.kaushik on Jul 15, 2010 1:29:47 AM
Tweet
ABAP PROXY : Developments on Application System & Integration System
USE of This Blog :
Sometimes, we are facing problem when developing ABAP proxies.
As SAP-PI consultant who does not know ABAP, can’t work on ABAP Coding and Proxy Generation part. An ABAP Consultant
who does not know SAP-PI, can’t work on SAP-PI design part.
At that time understanding of both side developments is required, this Blog explaining Development work on SAP-PI System
(Integration System) & SAP-ECC System (Application System).
This blog will be helpful for Consultant who knows only SAP-PI OR SAP-ABAP. Consultant can identify the scope of work on
SAP-PI OR SAP-ABAP part with the help of this blog.
INTRODUCTION : ABAP proxies are used when ABAP applications needs to send and receive data.
Communication : Transport Protocol : HTTP
RFC Destinations : Type H (HTTP Connections to ABAP System)
Development on SAP-PI
Enterprises Service Repository :
Create Data Type
Create Message Type
Create Service Interface
Development on SAP-ECC
In proxies, it will generate 3 objects at Application System :
ABAP Class.
Structure for Message Type.
Structure of Data Type.
Inbound Proxy:
T-code : SPROXY
Open the node for your Service (Inbound / Outbound) & Right click
Click on CREATE PROXY.
This Development is for Inbound Proxy.
Give Package Name & Prifix : Click on Continue .
After Completing this creation process, this screen will be there.
SAVE & Activate. Double click on Provider Class, this screen will be there :
Double click on Method.
This screen will be there, you have to write your code here in this method.
Header Structure and Item Structures will be in INPUT Parameter :
Write code as below :
(Inbound Proxy)
Post the data in Table
Post the data using Function Module
Inbound Proxy is Complete.
Outbound Proxy:
T-code : SPROXY
Open the node for your Service (Inbound / Outbound) & Right click
Click on CREATE PROXY.
This Development is for Outbound Proxy.
In this Case, choose Outbound Service Interface for Creation of Proxy.
After Completing this creation process, this screen will be there.
For Outbound Proxy, an executable code in ABAP will be written to call that proxy.
In this Example, we are writing that code in Executable program in SE38.
First Pick data from Table.
Fill Proxy Structure & send to Integration System.
For this example, Data Declaration part will be as below :
For this example, code for filling & Sending Proxy data Subroutine will be as below :
Now, Inbound & Outbound Proxy Development is complete.
Thanks.............
1666 Views
Tweet
Comments
1 Comment
Filter Blog
By date:
July 2010
Recent Posts
ABAP Proxy (Complete Developments on SAP-PI & SAP-ABAP Systems)
Incoming Links
Re: best way of integrating vendor master and financial postings from SAP ECC to SAP ECC (new version)
Re: Problem in ABAP proxy........
Follow SCN
Jive Software Version: 5.0.1.1 , revision: 201110261520.2c99f0c.release_jive_sbs_5_0_1_1

More Related Content

DOCX
SIMPLE RESUME FORMAT
Ankush Laybar
 
PDF
SAP Integration: Best Practices | MuleSoft
MuleSoft
 
PDF
Smartforms interview questions with answers
Uttam Agrawal
 
PDF
How to extend an outbound i doc
rupesh chouhan
 
PDF
Sap CV PDF
Navas Palathingal
 
PPTX
Diabetes Mellitus
MD Abdul Haleem
 
PPTX
Hypertension
Ratheeshkrishnakripa
 
PPTX
Republic Act No. 11313 Safe Spaces Act (Bawal Bastos Law).pptx
maricelabaya1
 
SIMPLE RESUME FORMAT
Ankush Laybar
 
SAP Integration: Best Practices | MuleSoft
MuleSoft
 
Smartforms interview questions with answers
Uttam Agrawal
 
How to extend an outbound i doc
rupesh chouhan
 
Sap CV PDF
Navas Palathingal
 
Diabetes Mellitus
MD Abdul Haleem
 
Hypertension
Ratheeshkrishnakripa
 
Republic Act No. 11313 Safe Spaces Act (Bawal Bastos Law).pptx
maricelabaya1
 

What's hot (20)

PDF
Abap proxies
szchowdhury
 
DOC
Bapi programming
Samannaya Roy
 
PDF
Sap Abap Reports
vbpc
 
PPT
ABAP Open SQL & Internal Table
sapdocs. info
 
PPTX
SAP Adobe forms
Jugul Crasta
 
PPTX
Reports
Jugul Crasta
 
PDF
VOFM Routine
Mohammed Azhad
 
PDF
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
IICT Chromepet
 
PDF
Abap reports
Milind Patil
 
PPT
Dialog Programming Overview
sapdocs. info
 
PPTX
Sap abap-data structures and internal tables
Mustafa Nadim
 
PPT
Module pool programming
Subhojit- Opekkhay
 
PPT
BATCH DATA COMMUNICATION
Kranthi Kumar
 
DOC
Basic Debugging
Sathish Kumar G
 
DOCX
How to create a transaction code for report painter reports
Rajeev Kumar
 
PPT
Ab1011 module pool programming
Satheesh Kanna
 
PPT
Alv theory
Phani Kumar
 
PDF
S4 HANA Business Partner Configuration@Ganesh Tarlana
Ganesh Tarlana
 
PDF
Bapi step-by-step
mateenjambagi
 
PPT
ABAP Message, Debugging, File Transfer and Type Group
sapdocs. info
 
Abap proxies
szchowdhury
 
Bapi programming
Samannaya Roy
 
Sap Abap Reports
vbpc
 
ABAP Open SQL & Internal Table
sapdocs. info
 
SAP Adobe forms
Jugul Crasta
 
Reports
Jugul Crasta
 
VOFM Routine
Mohammed Azhad
 
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
IICT Chromepet
 
Abap reports
Milind Patil
 
Dialog Programming Overview
sapdocs. info
 
Sap abap-data structures and internal tables
Mustafa Nadim
 
Module pool programming
Subhojit- Opekkhay
 
BATCH DATA COMMUNICATION
Kranthi Kumar
 
Basic Debugging
Sathish Kumar G
 
How to create a transaction code for report painter reports
Rajeev Kumar
 
Ab1011 module pool programming
Satheesh Kanna
 
Alv theory
Phani Kumar
 
S4 HANA Business Partner Configuration@Ganesh Tarlana
Ganesh Tarlana
 
Bapi step-by-step
mateenjambagi
 
ABAP Message, Debugging, File Transfer and Type Group
sapdocs. info
 
Ad

Viewers also liked (16)

DOCX
RFC destination step by step
Ripunjay Rathaur
 
PDF
SAP ABAP Proxy Objects: Configuración del entorno
Oreka IT
 
DOCX
Sap interface overview
gnareshmbacwa
 
PDF
Guidelines to determine the right interface when integrating with sap systems...
Alaa Karam
 
PDF
NetWeaver Gateway- Introduction to OData
SAP PartnerEdge program for Application Development
 
PDF
Simple exercise on o data and sap ui5 application for the basic crud operatio...
Nagendra Babu
 
PDF
sap fiori architecture
Phanindra Mortha
 
PDF
Sap basis made easy
Durga Balaji M
 
PPTX
Introduction to SAP Gateway and OData
Chris Whealy
 
PPTX
Getting started with SAP PI/PO an overview presentation
Figaf.com
 
PPT
Technological applications and innovations
rbulalakaw
 
PPSX
I care for you, because i love you
Renny
 
TXT
Mot tinh yeu dung nghia
peprocy
 
PDF
R.T_article pdf
reham talaat
 
PPSX
YOGA FOR EPILEPSY - PERSON WITH EPILEPSY ARE EMINENT PERSON
Arise Roby
 
PDF
Coordenadas089 wifi
Osvaldo Pablo Ivani
 
RFC destination step by step
Ripunjay Rathaur
 
SAP ABAP Proxy Objects: Configuración del entorno
Oreka IT
 
Sap interface overview
gnareshmbacwa
 
Guidelines to determine the right interface when integrating with sap systems...
Alaa Karam
 
NetWeaver Gateway- Introduction to OData
SAP PartnerEdge program for Application Development
 
Simple exercise on o data and sap ui5 application for the basic crud operatio...
Nagendra Babu
 
sap fiori architecture
Phanindra Mortha
 
Sap basis made easy
Durga Balaji M
 
Introduction to SAP Gateway and OData
Chris Whealy
 
Getting started with SAP PI/PO an overview presentation
Figaf.com
 
Technological applications and innovations
rbulalakaw
 
I care for you, because i love you
Renny
 
Mot tinh yeu dung nghia
peprocy
 
R.T_article pdf
reham talaat
 
YOGA FOR EPILEPSY - PERSON WITH EPILEPSY ARE EMINENT PERSON
Arise Roby
 
Coordenadas089 wifi
Osvaldo Pablo Ivani
 
Ad

Similar to Abap proxy (20)

PPTX
proxy.pptx
EduardoSantos131613
 
PDF
How to create_an_ecatt
Mohammed Azhad
 
PPTX
Abap for functional consultants
Mohammad Mousavi
 
PDF
A step by-step guide on i doc-ale between two sap servers
krishna RK
 
PPT
Proper Connections Development for Proper Domino Developers
Mark Myers
 
PDF
Balsamiq mockups tutorial
HarikaReddy115
 
PDF
Creation of derive roles with secatt
Roberto B.
 
PDF
Bpc 10.0 NW Mass User Management tool
Shanmugam Veerichetty
 
PPTX
M365 global developer bootcamp 2019
Thomas Daly
 
PDF
Soa8
naveen1249
 
PPTX
M365 global developer bootcamp 2019 PA
Thomas Daly
 
PDF
294151805 end-to-end-o data-service-sapui5-application
Faina Fridman
 
PDF
ChatGPT and Beyond - Elevating DevOps Productivity
VictorSzoltysek
 
PDF
Creating attachments to work items or to user decisions in workflows
Hicham Khallouki
 
ODP
My First Report slide support
SpagoWorld
 
PPTX
Installation of Silk Test Framework
Burak AVCI, MEM, PSM I®
 
PPSX
Simple and Effective Development Process For Software v1
Mohamed Alaa El-Din
 
PPTX
M365 Teams Automation
Christopher R. Barber
 
PDF
learn mvc project in 7 day
Quach Long
 
PDF
770_0629.pdf dump for oracle cloud interface
lknam1982
 
How to create_an_ecatt
Mohammed Azhad
 
Abap for functional consultants
Mohammad Mousavi
 
A step by-step guide on i doc-ale between two sap servers
krishna RK
 
Proper Connections Development for Proper Domino Developers
Mark Myers
 
Balsamiq mockups tutorial
HarikaReddy115
 
Creation of derive roles with secatt
Roberto B.
 
Bpc 10.0 NW Mass User Management tool
Shanmugam Veerichetty
 
M365 global developer bootcamp 2019
Thomas Daly
 
M365 global developer bootcamp 2019 PA
Thomas Daly
 
294151805 end-to-end-o data-service-sapui5-application
Faina Fridman
 
ChatGPT and Beyond - Elevating DevOps Productivity
VictorSzoltysek
 
Creating attachments to work items or to user decisions in workflows
Hicham Khallouki
 
My First Report slide support
SpagoWorld
 
Installation of Silk Test Framework
Burak AVCI, MEM, PSM I®
 
Simple and Effective Development Process For Software v1
Mohamed Alaa El-Din
 
M365 Teams Automation
Christopher R. Barber
 
learn mvc project in 7 day
Quach Long
 
770_0629.pdf dump for oracle cloud interface
lknam1982
 

More from Ganesh Kumar (20)

DOC
Ahobila mahatmya
Ganesh Kumar
 
DOC
Ahobila and thula cauvery mahatmya
Ganesh Kumar
 
DOCX
Untold stories of the ramayana by Aatma tattva prabhu
Ganesh Kumar
 
DOC
Nman
Ganesh Kumar
 
PDF
Dp58 thiruppavai
Ganesh Kumar
 
DOC
Pack
Ganesh Kumar
 
DOCX
Notes
Ganesh Kumar
 
PDF
Sangat tamil Malai thiruppavai
Ganesh Kumar
 
PDF
Sbs gopala-yantra
Ganesh Kumar
 
PDF
Svsn
Ganesh Kumar
 
PDF
Grihastha manual
Ganesh Kumar
 
PDF
Vaishnava etiquette english_manual
Ganesh Kumar
 
PDF
Sri Narasimha Sahasranama
Ganesh Kumar
 
PDF
Tiruppavaimalai
Ganesh Kumar
 
DOC
Chaitanya chandra
Ganesh Kumar
 
DOC
vaishnava mantras in devnagari
Ganesh Kumar
 
DOC
Thiruppavai tamil
Ganesh Kumar
 
PDF
Mahaprabhu belongings
Ganesh Kumar
 
PDF
prayers to Srimad Bhagavatam
Ganesh Kumar
 
PDF
How to part 2 build an agentry based app from scratch
Ganesh Kumar
 
Ahobila mahatmya
Ganesh Kumar
 
Ahobila and thula cauvery mahatmya
Ganesh Kumar
 
Untold stories of the ramayana by Aatma tattva prabhu
Ganesh Kumar
 
Dp58 thiruppavai
Ganesh Kumar
 
Sangat tamil Malai thiruppavai
Ganesh Kumar
 
Sbs gopala-yantra
Ganesh Kumar
 
Grihastha manual
Ganesh Kumar
 
Vaishnava etiquette english_manual
Ganesh Kumar
 
Sri Narasimha Sahasranama
Ganesh Kumar
 
Tiruppavaimalai
Ganesh Kumar
 
Chaitanya chandra
Ganesh Kumar
 
vaishnava mantras in devnagari
Ganesh Kumar
 
Thiruppavai tamil
Ganesh Kumar
 
Mahaprabhu belongings
Ganesh Kumar
 
prayers to Srimad Bhagavatam
Ganesh Kumar
 
How to part 2 build an agentry based app from scratch
Ganesh Kumar
 

Recently uploaded (20)

PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Software Development Methodologies in 2025
KodekX
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Doc9.....................................
SofiaCollazos
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 

Abap proxy

  • 1. Welcome, Guest Login Register Search for: HomeActivity Communications Actions BrowseMore o Content o People o Places o Recent Bookmarks sandeep.kaushik Previous post Next post ABAP Proxy (Complete Developments on SAP-PI & SAP- ABAP Systems) Posted by Sandeep Kaushik in sandeep.kaushik on Jul 15, 2010 1:29:47 AM Tweet ABAP PROXY : Developments on Application System & Integration System USE of This Blog : Sometimes, we are facing problem when developing ABAP proxies. As SAP-PI consultant who does not know ABAP, can’t work on ABAP Coding and Proxy Generation part. An ABAP Consultant who does not know SAP-PI, can’t work on SAP-PI design part. At that time understanding of both side developments is required, this Blog explaining Development work on SAP-PI System (Integration System) & SAP-ECC System (Application System). This blog will be helpful for Consultant who knows only SAP-PI OR SAP-ABAP. Consultant can identify the scope of work on SAP-PI OR SAP-ABAP part with the help of this blog. INTRODUCTION : ABAP proxies are used when ABAP applications needs to send and receive data.
  • 2. Communication : Transport Protocol : HTTP RFC Destinations : Type H (HTTP Connections to ABAP System) Development on SAP-PI Enterprises Service Repository : Create Data Type
  • 3. Create Message Type Create Service Interface
  • 4. Development on SAP-ECC In proxies, it will generate 3 objects at Application System : ABAP Class. Structure for Message Type. Structure of Data Type. Inbound Proxy: T-code : SPROXY Open the node for your Service (Inbound / Outbound) & Right click Click on CREATE PROXY. This Development is for Inbound Proxy.
  • 5. Give Package Name & Prifix : Click on Continue .
  • 6. After Completing this creation process, this screen will be there. SAVE & Activate. Double click on Provider Class, this screen will be there : Double click on Method. This screen will be there, you have to write your code here in this method.
  • 7. Header Structure and Item Structures will be in INPUT Parameter : Write code as below :
  • 8. (Inbound Proxy) Post the data in Table Post the data using Function Module Inbound Proxy is Complete. Outbound Proxy: T-code : SPROXY Open the node for your Service (Inbound / Outbound) & Right click Click on CREATE PROXY. This Development is for Outbound Proxy. In this Case, choose Outbound Service Interface for Creation of Proxy.
  • 9. After Completing this creation process, this screen will be there. For Outbound Proxy, an executable code in ABAP will be written to call that proxy. In this Example, we are writing that code in Executable program in SE38. First Pick data from Table. Fill Proxy Structure & send to Integration System. For this example, Data Declaration part will be as below : For this example, code for filling & Sending Proxy data Subroutine will be as below :
  • 10. Now, Inbound & Outbound Proxy Development is complete. Thanks............. 1666 Views Tweet Comments 1 Comment Filter Blog By date: July 2010 Recent Posts ABAP Proxy (Complete Developments on SAP-PI & SAP-ABAP Systems) Incoming Links Re: best way of integrating vendor master and financial postings from SAP ECC to SAP ECC (new version)
  • 11. Re: Problem in ABAP proxy........ Follow SCN Jive Software Version: 5.0.1.1 , revision: 201110261520.2c99f0c.release_jive_sbs_5_0_1_1