cancel
Showing results for 
Search instead for 
Did you mean: 

PO Interface from SRM 4.0 to SAP XI to 3rd party vendor

Former Member
0 Kudos

Hello,

At my current project i am implementing an interface from SAP SRM to SAP XI to a 3rd party vendor. The interface works fine using the SAP .tpz file "SRM SERVER 5.0" however i am interested in where the connection between the "order create" event and the proxy is made.

The goal is to create a second proxy within another SoftwareComponent (custom) and to route all PO's via this proxy, or via both.

Below the details of my SRM system.

SWCV--


release--


SP

SAP_ABA 640--


0014--


SAPKA64014

SAP_BASIS640--


0014--


SAPKB64014

PI_BASIS 2005_1_6400005--


SAPKIPYJ65

ST-PI 2005_1_640--


0005--


SAPKITLQH5

SAP_BW 350--


0014--


SAPKW35014

SRM_SERVER 500-----0008--


SAPKIBKS08

ST-A/PI 01I_BCO640---0000--


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

if you have imported

XI7_0_SAP_SRM_Server_5.0_10.00.tpz

Then i think every thing is predefined you can just check only you have to configure ID parts ...

becauase i have worked at this scenario...

these tpz files having everythimng as a predefined configuration contents ...

Regards

abhishek

prabhu_s2
Active Contributor
0 Kudos

check the sproxy tcode in srm. u would have ur interface (outbound) implemented. So when the order is created the proxy is called at some event (maybe single instance badi or enahancement points). this u can check by backtracing the method implementation in srm sserver. check if this helps

Former Member
0 Kudos

Hello,

The connections within SRM are made as follows:

PO Create (portal)

PO Event BUS2201 (WebAS)

Event Linkage: table "BBP_FUNCTION_MAP"

Processing function module: BBP_SAPXML1_PO_SEND

Kind Regards,

Ramon Boekel

prabhu_s2
Active Contributor
0 Kudos

Ramon

If ur scope is to create a second proxy and route the PO thru that also then call the outbound method of the custom interface in the user exit or badi that is triggered upon creation of PO

regds

Prabhu