cancel
Showing results for 
Search instead for 
Did you mean: 

ITS_TEMPLATE_NOT_FOUND when creating shopping cart

Former Member
0 Kudos

While creating the shopping cart i got the dump like "Template interpretation failed. Template does not exist."

Transaction......... "BBPSC01 "

Program............. "SAPLBBP_BD_DRIVER_46A"

Screen.............. "SAPLBBP_SC_UI_ITS 1000"

Screen Line......... 48

Information on where terminated

Termination occurred in the ABAP program "SAPLBBP_BD_DRIVER_46A" - in

"B46B_SOURCEDETER_GETSOS_MULTI".

The main program was "SAPLBBP_SC_UI_ITS ".

In the source code you have the termination point in line 62

of the (Include) program "LBBP_BD_DRIVER_46AU05".

What happened?

The ITS service "bbpsc01" failed since not template could be found for

the screen with the number 29 in the program "SAPMSYST".

The template was searched in the following ITS services:

"bbpsc01"

Note that for language-dependent templates the language is included

in the search.

Error analysis

As a test, you can set the service parameter ~generateDynpro = 1. The

system then generates the HTML page for this service without a template.

You can then at least see which screen was sent by the WebAs. Make sure

to reset the parameter to its original value.

Error occured in the source code * Get sources of supply from backend system for all items

CALL FUNCTION 'BBP_SOURCEDETER_GETSOS_MULTI'

Please help on this

Thanks in advance ,

Prashanth.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you all

Former Member
0 Kudos

Hi,

Seems like your RFC is broken.

If you are getting this error when you trying to search for a product by internal goods/services then,

1) Check your RFC connections by SM59 with ur backend system. -->Utilities --> test --> Authorization test

2) Check you IPC using SE38 --> BBP_CND_CUSTOMIZING_CHECK and check for your price.

Best regards,

Sridhar.

Former Member
0 Kudos

Hi,

Pls check you RFC connection for the R/3 backend system.Also enure that the RFC user attached to the RFC connection is a system user and has the profiles SAP_ALL and SAP_NEW attached to it.

BR,

Disha.

Do reward points for useful answers.

Former Member
0 Kudos

if client has objection for sap_all even for RFC users.

then refer note 338537 which talks for specific authorisations for RFC users.

study it with yr Basis

BR

Dinesh