Hi Guru's/Experts,
I am Getting a Short dump when iam loading the data from DTP to Cube. I know its long query to post- but no choice left.
1) Error message as below.
Runtime Errors MESSAGE_TYPE_X
2) Error analysis
Short text of error message:
Internal error: invalid call - Contact SAP
Long text of error message:
Technical information about the message:
Message class....... "RSTRAN"
Number.............. 000
Variable 1.......... "invalid call"
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
3) How to correct the error
"MESSAGE_TYPE_X" " "
"GP_MET_RSTRAN_SECTION_GEN" or "GP_MET_RSTRAN_SECTION_GEN"
I can understand this error is throwing from SAP program which is not able to generate the Perform Class in Code.
When i compaired the code from Dev to Quality there the missing code i found the below Message
$*$ end of global - insert your declaration only before this line *-*
METHODS
new_record__end_routine
IMPORTING
source_segid type rstran_segid
source_record type sytabix
EXPORTING
record_new type sytabix.
My question is does this METHOD will create a short Dump. If not please gimme the alternate solution.
Your Help is highly appreciated
Thanks in Advance