cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump for Data loading - CX_SY_OPEN_SQL_DB

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

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
Active Contributor
0 Kudos

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

Former Member
0 Kudos

resolved

esjewett
Active Contributor
0 Kudos

How was it resolved? You got a couple of responses from people trying to help and didn't respond to either of them. Usually it is considered polite to at least respond and explain what the resolution of the problem was. If either of the answers you received was correct or helpful, then please also mark them as such.

Regards,

Ethan

(moderator)

Former Member
0 Kudos

Not Resolved...

oliver_uy2
Active Participant
0 Kudos

Try executing different combinations in RSRV for the DSO and the Infoobject. this might fix the error.

also check the error in sm21 maybe there is a DBA error in the backend.

Former Member
0 Kudos

Hi Adhvi,

Have you checked the forum concerning this issue? I believe there are many threads discussed about your dump.

Check whether anything suited you. I've come across some of similar threads which tells that the issue occurs during memory constraint in the system.

Check with your basis guys regarding this.

Br,

H