cancel
Showing results for 
Search instead for 
Did you mean: 

Error->No Customizing exists for logical backend system

former_member184111
Active Contributor
0 Kudos

Hi Forum,

I am creating a shopping cart using function module BBP_PD_SC_CREATE and BBP_PD_SC_SAVE. The shopping cart is created successfully in held status and is visible in BBP_PD and employe's worklist in portal.

But when the employe tries to edit and check it shows an error in portal

"No Customizing exists for logical backend system"

Message number BBP_SC 018.

There are no issues with shopping carts created directly from portal it only comes for SC created with function module.

Have someone faced this error?

Version is SRM 7 EHP 1.

Thank you,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Anubhav,

Check note  1347288 - Short dump because of missing customizing of backend log sys

This will not solve the issue but will point to why error occurs.

Basically the field be_log_system is not filled for the line item when you are creating via BBP_PD_SC_CREATE.

This is filled from the product category. Check if you are filling the product category while calling the above FM.

Also check if table BBP_DET_LOGSYS has an entry for the product category.

Let me know if this helps.

Regards,

Sushil.

former_member184111
Active Contributor
0 Kudos

Hi Sushil,

"Basically the field be_log_system is not filled for the line item when you are creating via B

BP_PD_SC_CREATE."

Added the field BE_LOG_SYSTEM at item level and it worked.

I think the table BBP_DET_LOGSYS might not be the reason of this issue because it does not have entry for the product category used in SC and also theres no issue when creating SC from portal using the same product category.

Many thanks for the help,

Anubhav

Answers (0)