cancel
Showing results for 
Search instead for 
Did you mean: 

sap pck

Former Member
0 Kudos

hi

i read that PCK is some thing which enables the smaller companies (which are not the business parners of XI to communicate with XI and then send it to the target systems(which are the business partners of xi).

>and PCk is a package which is not distributed individually but given only to its business partners then how can the smaller companies (which are not the business parners of XI) communicate via PCK

Accepted Solutions (1)

Accepted Solutions (1)

former_member335553
Active Contributor
0 Kudos

Hi

PCK is a mini version of XI. It is used by smaller business partner (who cannot afford to install a full blown version XI) to exchange XI messages with large companies (having an XI installation).

PCK has its own local Adapter engine.

Check the following links:

/people/siva.maranani/blog/2005/08/30/pck-cross-sectional-analysis-part-1

/people/siva.maranani/blog/2005/08/30/pck-cross-sectional-analysis-part-2

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3f9fc190-0201-0010-0cbd-87f50e40...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/34a1e590-0201-0010-2c82-9b6229cf...

http://help.sap.com/saphelp_nw04/helpdata/en/99/115281baba404890d2561617a78409/content.htm

Hope this helps.

Message was edited by:

Anu Ram

Former Member
0 Kudos

hi

thanks for the reply

small doubt

>i have a company A and B ineed to transfer data b/w the two

and B has XI but A does not can i send the data from A to B

using ftp connections.

> or do i need to have PCK in the Company A in the above case

former_member335553
Active Contributor
0 Kudos

Hi

>i have a company A and B ineed to transfer data b/w the two

and B has XI but A does not can i send the data from A to B

using ftp connections.

> or do i need to have PCK in the Company A in the above case

Yes u need to have .

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

PCK is nothing but the J2EE adapter engine.

A partner may not need a full blown XI and so to communicate to the main company, he can install the PCK ( just the Adapter Engine ) and use it to send and receive data from the main company.

It does not have a abap stack and is just a j2ee engine installation.

Regards

Bhavesh

Former Member
0 Kudos

>>doubt

souppose we are company X and we have xi connectivity

can we connect to comapny A and B via x for data communication

with ftps alone

>>or do we nee to have PCK for both A and B

henrique_pinto
Active Contributor
0 Kudos

> PCK is nothing but the J2EE adapter engine.

Actually you also have mapping runtime and logical routing in PCK.

Regards,

Henrique.

bhavesh_kantilal
Active Contributor
0 Kudos

Henrique,

Thanks for the correction.

What i meant was PCK just has a J2EE stack and no ABAP stack but I guess it came out wrong..

Regards

Bhavesh

henrique_pinto
Active Contributor
0 Kudos

No problem.

Regards,

Henrique.

Former Member
0 Kudos

hi

bhavnesh

wats the difference b/w j2ee stack and j2e engine

all the ir and id are done in j2ee stack

wats done abap stack

henrique_pinto
Active Contributor
0 Kudos

Adapter engine is one of the services that run on J2EE stack. IR and ID are also services that run on J2EE stack.

In normal PI box, Integration server, HTTP and IDOC adapters and BPE are the parts in ABAP Stack.

Regards,

Henrique.

Former Member
0 Kudos

hi henrique

thanks for the response

but BPE is something which is done in IR(j2ee stack) is in exception

former_member335553
Active Contributor
0 Kudos

Hi

<b>Tha ABAP stack consists of the Integration Server which in turn contains your Integration Engine and Business Process Engine.</b> .So it is not n to J2ee but on abap stack

The J2EE stack contains the Adapter Engine and your IR and ID run on the J2EE engine.

Most of XI pipelines happens in the ABAP stack.

All messsages picked by the Adapter Framework running on the J2EE engine are passed to the Integration Engine, which does the routing. The mapping program again gets executed on the Java stack and the rest of the pipeline servies are executed again on the ABAP stack and so on.

henrique_pinto
Active Contributor
0 Kudos

> hi henrique

> thanks for the response

> but BPE is something which is done in IR(j2ee stack)

> is in exception

You do have an interface for BPM configuration in IR (Java Stack), but all BPE works over ABAP Workflowm, thus its execution resides in ABAP stack. The java part is just a frontend to facilitate the developer's life, since you will have a single interface for Repository development and all.

Regards,

Henrique.

former_member184619
Active Contributor
0 Kudos