cancel
Showing results for 
Search instead for 
Did you mean: 

Value to populate for Import parameters from SRM_CAT_GETPROXYINFO BAdI

laurent_burtaire
Active Contributor
0 Kudos

Hello,

we have a SRM 7.0 release. For punch-out catalog, we have error message referenced by OSS note 1456659 - OCI validate returns Catalog connection failed

We know also OSS notes below:

1553735 - User credentials are not passed to the proxy

1578934 - BADI Change to support change host in SRM Catalog Scenario

My question is what are the values to populate for parameters:

- CV_PROXY_HOST > which proxy host ? the one from sender request (SRM side) or receiver request (Catalog side) ?

- CV_PROXY_SERVIVE > which proxy service ?  the one from sender request (SRM side) or receiver request (Catalog side) ?

- CV_PROXY_USER > whom user ?

- CV_PROXY_PASSWORD > password from whom user ?

- CV_DEFAULT_HOST > which default host ? what is the difference with proxy host ?

- CV_DEFAULT_PORT > which default port ? what is the difference with proxy service ?

Thank you for your lights.

Regards.

Laurent.

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hi all,

finally, it works now...

We first import the certificate from our communication partner for Punch-Out catalog concerned as indicated in KBA 1781107 - Cannot add items from old SC and templates with third party catalog items

Then, we implemented BAdI SRM_CAT_GETPROXYINFO with:

- CV_PROXY_HOST = our proxy IP address,

- CV_PROXY_SERVIVE = port used by proxy.

OSS notes:

1553735 - User credentials are not passed to the proxy

1578934 - BADI Change to support change host in SRM Catalog Scenario

were not implemented (no use in our case).

Regards.

Laurent.

0 Kudos

Hi Laurent,

Could you please provide the sample code for the BADI?

Regards

Venkatesh P

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

it seems there is no use of this BAdI.

Problem should come from Punch-Out catalog using SSL connection.

See KBA 1781107 - Cannot add items from old SC and templates with third party catalog items

We are checking: will let you informed.

Regards.

Laurent.