0% found this document useful (0 votes)
95 views9 pages

How To Extend An Outbound IDoc

The document discusses how Central Hub Deployment works in SAP Gateway. When a consumer requests a service, the gateway system finds which backend system it was developed in and sends the request to that system. It then receives the response and sends it back to the consumer. The gateway system knows which service was developed in which backend system, like ECC or CRM, and routes the request accordingly. It communicates with the backend systems using RFC calls. Services are developed in the backend systems but accessed through the gateway system.

Uploaded by

Vinay Shenoy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views9 pages

How To Extend An Outbound IDoc

The document discusses how Central Hub Deployment works in SAP Gateway. When a consumer requests a service, the gateway system finds which backend system it was developed in and sends the request to that system. It then receives the response and sends it back to the consumer. The gateway system knows which service was developed in which backend system, like ECC or CRM, and routes the request accordingly. It communicates with the backend systems using RFC calls. Services are developed in the backend systems but accessed through the gateway system.

Uploaded by

Vinay Shenoy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Central Hub Deployment

IW_BEP will give SEDW transaction. (GW Service builder) -> provision to create ODATA service in
backend and then register in the backend.

When consumers requests for certain service , the GW system will find out in which system its
developed so that it will send the request, receive the response and send the response back to
consumers. Its ABAP stack for NetWeaver gateway system in front of all SAP biz systems.

GW hub systems knows the service is developed in which system incase of multiple systems and then
send that to the particular system ECC. Other service is developed in CRM then it send req to ECC and
get the response and sends it to consumer . This is how it happens when client requests .

When it gets service request comes to the GW system it sends an RFC call to the backend biz system to
get the response. So every request there will be an RFC system. Even sap suggests a dedicated SAP
netwever GW system.

Services developed in backend biz system but accessed/registered service in GW system. SO anybody
wants to use it , it hits the GW system.
SAP GW is just an ABAP stack with GW components in it. Its not an individual system.

Can be done in 2 ways.

 Dev in backend where all the imp, metadata in backend and call the service.
 Dev in GW hub system where all imp of service is done in service but if u want to use Z
Structures, data element u have to do it again in GW hub system.
TYPE SAP FIORI REFERENCE LIB for links.

Entity type – Structure, bunch of properties with Key values.

Entity is instance of Entity type

Design class : 30:00

Data provider and model provider and data provider extension used to change std design behavior.

UI5 by Abhishek Saha..


SICF – users are going to use this when service is created an SICF node.

Same service 2 sytems then system alias tell us.

System alias tell us which system the service you are getting data from and also from trusted RFC.

GW client we can test our service.


Data provider and data provider extension -> code is written custom one.

Entity and Entity Set-> Banks

MPClass-> base class and extension class.

Everything created under design time. Entity, properties.

DPC-> methods for CRUD operations. Those methods are not implemented.

Technical service-> People outside SAP can see.

When u register a service SICF node will be created and accessible outside SAP.

21.32 time video

Learn JSON in Json w3 school and ODATA system queris.25 to 26:00, 42.17
Video6: SEPM_DG -Data Generator model

Sap statistics = true if we put In service link it tells how much time it took to process the request.

For timing we can go to chrome-> settings-> developer tools-> netwrok


Check BAPI_EPM_SO_GET_LSIT

Associations.24.07

You might also like