on 2012 Dec 10 3:45 PM
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
Request clarification before answering.
resolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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)
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.