Hi,
Thanks for the replies. following is the short dump
"
Short text
SQL error in the database when accessing a table.
What can you do?
Note which actions and input led to the error.
For further help in handling the problem, contact your SAP administrator
.
You can use the ABAP dump analysis transaction ST22 to view and manage
termination messages, in particular for long term reference.
How to correct the error
Database error text........: "Transaction (Process ID 257) was deadlocked on
lock resources with another process and has been chosen as the deadlock
victim. Rerun the transaction."
Internal call code.........: "[RSQL/INSR//BI0/F0TCT_C02 ]"
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"
"GPDA5VP6QRCET8TCE1II69FJK7N" or "GPDA5VP6QRCET8TCE1II69FJK7N"
"WRITE_ICFACT"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".
4. Details about the conditions under which the error occurred or which
actions and input led to the error."
-------------------------------------------------------------------------------------------------------------------------
I have gone thru then note 1487003 as you suggested,here I am not deleting the data from RSDD* tables, I am just loading the data. More over we are on 7.02 and SAPKW70111 and note suggests that if we are on 7.02 SP6. So we are much higher.
The thing is when i trigger the process chain, job is running the background as "Aleremote" user but in DIA process also job is running under user name XXXX (XXXX is maintained in SM59 of BW system) and shortdump is occuring on user name XXXX. Is XXXX just sending and receving confirmation on IDOCS? I dont understand why XXXX is running in DIA mode for long time and finally giving dump, Hope I am clear.
Thanks
SK