cancel
Showing results for 
Search instead for 
Did you mean: 

PipeLine Services and ABAP class

Former Member
0 Kudos

Hi Experts,

We know that a XI message processed through various pipeline steps and an XI pipeline is a configured series of pipeline services, can anybody please tell me is a pipeline service a particular ABAP class or something that performs a particular step for mesage processing? if this is true than how can you see those ABAP classes?

Thanks to all of you

Sugata B Majumder

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>can anybody please tell me is a pipeline service a particular ABAP class or

yes it is

>>this is true than how can you see those ABAP classes?

the easy way:

open SE80

choose class Interface

put SRV

enter

and below you have the classes

Regards,

Michal KRawczyk

sugata_bagchi2
Active Contributor
0 Kudos

Hi Michal,

I am in a bit confusion when I tried with SE24 I found there are so many SRV and more over I found CL_RD_PLSRV for Receiver Determination Pipeline Service and CL_RD_SRVC for Receiver Determination , are they different? and how can I distinguish wich class is for which pipeline service.

e.g we have 23 Pipeline services for pipeline ID SAP_CENTRAL only.

Thanks

Sugata

MichalKrawczyk
Active Contributor
0 Kudos

hi,

second way:

open table - SXMSPLSRV

and PLSRVID column is a pipleline service

P_CLASS column - is an abap class responsible

is that what you're looking for?

Regards,

Michal Krawczyk

sugata_bagchi2
Active Contributor
0 Kudos

great Michal...

Thanks a lot

Answers (0)