cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline concept in Business connector

Former Member
0 Kudos

Hi All,

I am working in Business connector 4.7, but I am finding tough to understand the SAP BC pipeline concept of defining java like services in BC.

Basically I do not have experience of Java programming and I work on pure SAP ABAP programming.

Please can any one help if they have some documents on it.

Appreciate your great help.

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Hello,

why not check the official BC documentation, in your case the SAPBCDeveloperGuide47.pdf. You find it in your <sapbc47>\Developer\doc directory.

that is good documentation, explains the pipeline concept well. Ask me if you have detail questions, e.g. what exactly are you doing and what is the problem...

btw, you do not necessarily need to use Java Services. In many cases using flow services is enough. Especially when you have limited knowledge about Java, start with the pre-delivered flow services, they are easier to use.

CSY

Former Member
0 Kudos

Hi,

A set of services to be performed in a fixed sequence on a message.

A pipeline consists of pipeline elements that are linked to pipeline services

You have to write a java service which takes that particular pipeline

variable and writes to the file. Then in your pub.client.SMTP service you

have to specify that particular file path for attachment.

Refer

http://help.sap.com/saphelp_nw04/helpdata/en/6a/3f93404f673028e10000000a1550b0/frameset.htm

www.b41425.info/work/publications/_binary/3%20BC%20Application%20Development.ppt -

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e29161d3-0401-0010-3495-859...

http://www.techboy.co.uk/misc%5CSAP%20Business%20Connector%5C4.7%5CBusiness%20Connector%5COfficial%2...

Thanks

Swarup