cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "PROBLEM_WITH_QUERY" raised.

Former Member
0 Kudos

Hi Experts,

I have a problem when I Appended a ibase field to service contract search page and enhanced the eh_onsearch_btn where I

added the code for searching the service contract based on ibase if i search the other than the ibase fields result is coming properly when I search provinding value to the search page it is giving below exception

The following error occurred in system : Exception condition "PROBLEM_WITH_QUERY" raised.

The error occurred on application server and in work process 4 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: MAKE_INSTANCE_VALID of program CL_CRM_REPORT_ACCRULE=========CP

Method: MAKE_INSTANCE_VALID of program CL_CRM_REPORT_ACCRULE_ONEORDERCP

Method: GET_INSTANCE of program CL_CRM_REPORT_ACCRULE=========CP

Method: CREATE_ACCRULE of program CL_CRM_REPORT_QUESTION========CP

Method: CONSTRUCTOR of program CL_CRM_REPORT_QUESTION========CP

Function: CRM_BSP_OIC_1O_SEARCH_FROM_RF of program SAPLCRM_BSP_OIC_1O_SEARCH

Method: GET_RESULT_GUIDS of program CL_CRM_Q1O_SEARCH=============CP

Method: GET_RESULT_VALUES of program CL_CRM_Q1O_SEARCH=============CP

Method: IF_CRM_QUERY_RUNTIME_BTIL~GET_DYNAMIC_QUERY_RESULT of program CL_CRM_QSRVCON_RUN_BTIL=======CP

Method: EXECUTE_DYNAMIC_QUERY of program CL_CRM_INTLAY_BTIL============CP

Answer will be appreciated.

Thanks & Regards

Chetan Agali.

Accepted Solutions (0)

Answers (1)

Answers (1)

kavindra_joshi
Active Contributor
0 Kudos

Check while calling the dynamic query in the Bol layer have you used the advanced query class or the normal query class.

Former Member
0 Kudos

Hi joshi,

Thanks for your reply I written the code to access ibase no in the EH_ONSEARCHBTN method the normal search is properly executing but when I enter the ibase no. it is giving a dump.

Edited by: chetan D agali on Dec 20, 2011 10:57 AM

kavindra_joshi
Active Contributor
0 Kudos

IS this a standard parameter or a newly added parameter ?

Regards

Kavindra

Former Member
0 Kudos

I appended Attribute Ibase no. to the Attribute Structure CRMST_QUERY_SRC_BTIL.

kavindra_joshi
Active Contributor
0 Kudos

Is this parameter also present on the Genil Component ? If you are actually trying to query also on this parameter then this parameter should be present on the Genil. Only appending the query input structure would not help here.

Regards

Kavindra

Former Member
0 Kudos

Hi Joshi,

The Attribute ibase no in the item level I am trying to access ibase no in the search page through relationships.

Regards,

Chetan Agali