cancel
Showing results for 
Search instead for 
Did you mean: 

Error while clicking 'Transfer Items' in shopping cart processing

Former Member
0 Kudos

Hi,

When I click on 'Transfer Items' in shopping cart creation, I get the following error.

The following error text was processed in the system P2S : Template interpretation failed. Template does not exist.

The error occurred on the application server p2p_P2S_00 and in the work process 1 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Function: BBP_WS_IMPORT_SC_DATA of program SAPLBBP_WS_API

Function: BBP_WS_IMPORT_SC_DATA of program SAPLBBP_WS_API

Form: CATALOG_CONTENT_GET of program SAPLBBP_SC_APP

Function: BBP_SC_APP_EVENT_DISPATCHER of program SAPLBBP_SC_APP

Form: APP_EVENT_HANDLER of program SAPLBBP_SC_UI_ITS

Form: SC_EVENT_DISPATCHER of program SAPLBBP_SC_UI_ITS

Module: SC_EVENT_DISPATCHER of program SAPLBBP_SC_UI_ITS

Can any one suggest on this.

Rgds,

Sanjeet

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sanjeet,

Did you manage to resolve this issue? If you did please can you advise how you did. We have the same issue.

Kindest Regards

Paul

Former Member
0 Kudos

Hi Paul,

Yes, we could resolve the issue.

But we used to get this errror when we set the debugger in

the newly implemented code.

If we remove the debugger, it was working fine.

Solution:

Go to transaction SICF.

If you execute that, a tree structure will appear.

Expand "Default Host".

Default Host>SAP>BC->GUI>SAP-> ITS-> BBPSC02

Go to EDIT mode.

Change GUI configuration as below:

Like other available parameters, add one more parameter called

~GENERATEDYNPRO and make it equal to 1.

i.e. ~GENERATEDYNPRO = 1.

But we tried this solution only when debugger was on.

Please check it in your case also and let me know if it works.

The other solution may be to publish the required template again.But I am not sure about that.

Rgds,

Sanjeet