Dear Experts,
I am Loading data from 2LIS_06_INV---> LIVDS01. Here my DTP is getting failed by Dump error with RISE_EXCEPTION.
In ST22 It was showing the below error.
"RAISE_EXCEPTION" " "
"SAPLRSW0" or "LRSW0U09"
"RSW_CURRENCY_TRANSLATION"
or
"SAPLRSW0" "CTT_NOT_FOUND"
or
"RSBATCH_EXECUTE_PROZESS " "CTT_NOT_FOUND".
In my trasfromation I am having function module RSW_CURRENCY_TRANSLATION.
CALL FUNCTION 'RSW_CURRENCY_TRANSLATION'
EXPORTING
I_CTTNM = '0PSTNG_DAT'
I_AMOUNT = l_kyf_import
I_SCUR = COMM_STRUCTURE-INV_CURR
I_TCUR = COMM_STRUCTURE-LOC_CURRCY
i_time_iobjvl = l_time_iobjvl
IMPORTING
E_AMOUNT = l_kyf_export.
RESULT = l_kyf_export.
For your Information data is loading from 2 months. today only I have got this error.
Kindly help me on this.
Regards,
Naveen