cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition u201CCONFIG_NOT_FOUNDu201D raised for BT120H_CPL

former_member200342
Active Contributor
0 Kudos
71

Hi,

I created a customer configuration for the componet view BT120H_CPL/OVViewSet.

I included an assignment block BTSUBJECT as direct in the display list and saved the config.

As soon as i create a new complaint or try to open an existing complaint document system throws a short dump as - Exception condition u201CCONFIG_NOT_FOUNDu201D raised.

What can be the possible reasons for these exception?

For Information i would like to mention that the cmponent BTSUBJECT was enabled by implementing a SNOTE 1430101

Regards,

PP

Accepted Solutions (1)

Accepted Solutions (1)

arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

It's likely that you have to maintain configurations in the BTSubject component, in the relevant interface views that you are using.

Reg,

Arun Prakash

former_member200342
Active Contributor
0 Kudos

HI,

I noticed that there is no Standard Default Configuration avalable for component BTSUBJECT.

I think this may be reason for the dump.

How can we find the standard configuration?

Regards,

PP

amarnath_kathi
Active Contributor
0 Kudos

PP,

I think BTSUBJECT has a default config with catalog, code group and code as fields. Do check this out.

Regards,

Amar.

former_member200342
Active Contributor
0 Kudos

Hi,

I checked the component BTSUBJECT. In the Choose configuration i am not able to see any std config.

By default customer config screen is opening and when i test it, a blank webUI screen opens.

When i go to the config of this screen i can see the three fields you mentioned but none of them are displayed on the test screen.

I checked their properties also, all looks Ok to me.

Regards,

PP

Former Member
0 Kudos

Just create a configuration with the following sequence:

<YOUR CONFIG KEY> <DEFAULT> <DEFAULT> <DEFAULT>

Hope this works.

JD

former_member200342
Active Contributor
0 Kudos

Hi,

Under the component BTSUBJECT I can see two views, BTSUBJECT/Subject and BTSUBJECT/SubjectEF

For BTSUBJECT/Subject there is no std config and for BTSUBJECT/SubjectEF there is a std config which contains three fields but when tested none of then are displayed.

I tried creating a custom config as informed by you but still no outcome.

Regards,

PP

amarnath_kathi
Active Contributor
0 Kudos

PP,

Did u have a look at this note - Note 1449055 - Exception condition "CONFIG_NOT_FOUND" raised?

Regards,

Amar.

Former Member
0 Kudos

The first thing I do when see this message is go into:

IF_BSP_DLC_CONFIGURATION~GET_CONFIG_DATA method of CL_BSP_DLC_CONFIGURATION2 class and put a break point. There you will know which config the code is expecting and you can create that or just create a config <YOUR KEY> <DEFAULT><DEFAULT><DEFAULT> for all the views that are missing config.

Works for me!!!.

JD

former_member200342
Active Contributor
0 Kudos

Hi JD,

It worked for me as well!!!!!!!!

It was looking for config <YOUR KEY> <DEFAULT><DEFAULT><DEFAULT>

thanks a lot.

Regards,

PP

Answers (0)