Hi Experts ,
May i please request you to please help me on the below issue which iam facing BDLS error after system copy in bw system
i have done system copy of bw system
source ( BW, AIX, DB2)
target ( BW,AIX,DB2)
EVERYTHING worked fine till bdls
Category Error in Database Interface
Runtime Errors DBIF_RSQL_INVALID_REQUEST
Date and Time 19.03.2015 16:57:26
Short text
Invalid request.
What happened?
The current ABAP/4 program terminated due to
an internal error in the database interface.
Error analysis
An invalid request was made to the SAP database interface in a statement
in which the table "TBDBDLSADMIN" was accessed.
Trigger Location of Runtime Error
Program SAPLBDLS
Include LBDLSU16
Row 23
Module type (FUNCTION)
Module Name BDLS_TABLE_LOAD
Source Code Extract
Line SourceCde
1 FUNCTION BDLS_TABLE_LOAD.
2 *"----------------------------------------------------------------------
3 *"*"Lokale Schnittstelle:
4 *"----------------------------------------------------------------------
5 * Administration-table
6 select count(*) from tbdbdlsadmin into counter.
7 add 1 to counter.
8 if counter gt c_max.
9 * löschen der ersten 800 Einträge
0 delete from tbdbdlsadmin where counter le c_save.
1 * den counter um 800 verringern für die bestehenden
2 select * from tbdbdlsadmin.
3 tbdbdlsadmin-counter = tbdbdlsadmin-counter - c_save.
4 insert tbdbdlsadmin.
5 endselect.
6 delete from tbdbdlsadmin where counter gt c_save.
7 counter = counter - c_save.
8 endif.
9 tbdbdlsadmin-counter = counter.
0 tbdbdlsadmin-datum = sy-datum.
1 tbdbdlsadmin-uhrzeit = sy-uzeit.
2 tbdbdlsadmin-name = sy-uname.
> insert tbdbdlsadmin.
4 * read all excluded tables from automatic changing
5 select * from bdlsext where objcls = 'T'.
6 i_excl-tabname = bdlsext-objkey.
7 append i_excl.
8 endselect.
9 select * from bdlsexz where objcls = 'T'.
0 i_excl-tabname = bdlsexz-objkey.
1 append i_excl.
2 endselect.
3 sort i_excl by tabname.
4 * read all tables and structures with domain ls_domain
5 SELECT tabname fieldname keyflag FROM dd03l
6 INTO CORRESPONDING FIELDS OF TABLE t_field_ls
7 WHERE domname = ls_domain
8 AND as4local = tab_activ.
9 IF sy-dbcnt > 0.
0 * read only active transparent tables
Could you please help me to resolve this error
Many Thanks in Advance..!!!
Regards
Shafeeq