cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I am getting the short while loading data from the DSO to DSO.

Runtime Errors     DBIF_RSQL_SQL_ERROR
Exception          CX_SY_OPEN_SQL_DB

Internal call code.........: "[RSQL/FTCH//BI0/PCOMP_CODE ]"

Please check the entries in the system log (Transaction SM21).

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"

"CL_RSDMD_LOOKUP_MASTER_DATA===CP" or "CL_RSDMD_LOOKUP_MASTER_DATA===CCIMP"

"SELECT_FOR_ALL_ENTRIES"

This dump points to the P table of the COMP_CODE.

I have cross checked the Info Object , it active and loaded.  The DSO are active . This is happening in the Quality System. Rechecked in the Development system, everything works fine in the Dev system .

The Source Code termination points at Method

   method SELECT_FOR_ALL_ENTRIES.

     if p_bypass_buffer IS INITIAL.

       select (p_t_fieldlist)

         from (p_tabname)

         into corresponding fields of table e_t_data

         for all entries in i_t_keys

         where (p_t_where_multi).

  >>>>>>>   else.

       select (p_t_fieldlist)

         from (p_tabname)

         bypassing buffer

         into corresponding fields of table e_t_data

         for all entries in i_t_keys

         where (p_t_where_multi).

     endif.

     if sy-subrc <> 0.

       raise no_data_found.

      endif.

All the objects are active in the quality, but still getting the Dumps to load the data.

Your inputs are really appreciated to resolve this.

Thanks,

Adhvi

0 Likes
View Entire Topic
Former Member
0 Likes

Ethan, it was resolved by transporting the objects again....the Dump was pointing to the Class ( CL_RSDMD_LOOKUP_MASTER_DATA===CCIMP) which showed the P table of the Info object..so this table was inconsistent and the DSO was having master data lookup for one of the fields..So finally , Cleared the data contents from the IOBJ, DSO , then deleted the DTP adjusting the process chain and finally transporting all and again adjusting the Process chain and first Master data load and then the Transaction which made the issue resolved.

Ethan i know i was late in responding..thanks for reminding me the same

Wish you a good day.

esjewett
SAP Mentor
SAP Mentor
0 Likes

Hi Adhvi,

Thanks for responding with an explanation. I think others might find this response useful in the future if they run into the same problem.

Cheers,

Ethan