/
ABAP  PROXY ABAP  PROXY

ABAP PROXY - PowerPoint Presentation

liane-varnes
liane-varnes . @liane-varnes
Follow
464 views
Uploaded On 2016-05-11

ABAP PROXY - PPT Presentation

Developments on Application System amp Integration System Introduction ABAP proxies are used when ABAP applications needs to send and receive data SAP ECC Application System SAP PI Integration System ID: 314604

sap proxy ecc development proxy sap development ecc inbound data system outbound service code amp abap type click create

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "ABAP PROXY" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

ABAP PROXY

Developments on

Application System & Integration SystemSlide2

IntroductionABAP proxies are used when ABAP applications needs to send and receive data.

SAP ECC

(Application System)

SAP PI

(Integration System)

DataSlide3

CommunicationTransport Protocol : HTTPRFC Destinations : Type H (HTTP Connections to ABAP System)Slide4

Development on SAP-PIEnterprises Service Repository :Create Data TypeSlide5

Development on SAP-PIEnterprises Service Repository :Create Message TypeSlide6

Development on SAP-PIEnterprises Service Repository :Create Service InterfaceSlide7

Development on SAP-ECCIn proxies, it will generate 3 objects at Application System :

ABAP Class.

Structure for Message Type.

Structure of Data Type.Slide8

Development on SAP-ECC(Inbound Proxy)

SAP ECC

(Application System)

SAP PI

(Integration System)

DataSlide9

Development on SAP-ECC (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.Slide10

Give Package Name & Prifix : Click on Continue .

Development on SAP-ECC

(Inbound Proxy)Slide11

Development on SAP-ECC (Inbound Proxy)After Completing this creation process, this screen will be there.Slide12

Development on SAP-ECC (Inbound Proxy)SAVE  Activate. Double click on Provider Class, this screen will be there :

Double click on Method.Slide13

Development on SAP-ECC (Inbound Proxy)This screen will be there, you have to write your code here in this method.Slide14

Development on SAP-ECC (Inbound Proxy)Header Structure and Item Structures will be in INPUT Parameter :Slide15

Development on SAP-ECC (Inbound Proxy)Write code as below :Slide16

Development on SAP-ECC(Inbound Proxy)Post the data in TablePost the data using Function Module

Inbound Proxy is Complete.Slide17

Development on SAP-ECC(Outbound Proxy)

SAP ECC

(Application System)

SAP PI

(Integration System)

DataSlide18

Development on SAP-ECC (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.Slide19

Development on SAP-ECC (Outbound Proxy)After Completing this creation process, this screen will be there.Slide20

Development on SAP-ECC (Outbound Proxy)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.Slide21

Development on SAP-ECC (Outbound Proxy)For this example, Data Declaration part will be as below :Slide22

Development on SAP-ECC (Outbound Proxy)For this example, code for filling & Sending Proxy data Subroutine will be as below :Slide23

Thanks !