Hi Friends,
We are running Time-slice method to copy ERP data.
In the data deletion process , we are getting errored out with the Tables related to '/TDM/9_*' . I am guessing these are temporary TDMS tables/views.
Around 30 jobs failed with the similar type of message for either
1) CREATE DATA: The specified type "/TDM/9_0000020-MANDT" is no valid data type.
or
2) SQL error 1410 when accessing table "/TDM/9_0000088". - Error Text of the Database: "ORA-01410: invalid ROWID" .
These are happening the same way for different '/TDM/9_*' .
Error Analysis :
The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was no
caught in
procedure "CREATE_DYNAMIC_TYPES" "(FORM)", nor was it propagated by a RAISI
clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The dynamically specified type "/TDM/9_0000020-MANDT" at CREATE DATA is no
valid data type.
The type is either unknown or an object type.
Attaching some screenshots.
========================================================================================================
****** Also , Identification of Accounting documents is running for a very longer time . There is a document that i see on Parallelization but i could not figure out step by step procedure of doing it exactly . Can we even do it once the data selection starts. ******
Appreciate if you could please quick respond with a solution. As always many thanks for all of your support.
Adithya