Hi all,
Thanks again for all of you guys' help. Much appreciated.
Taking into consideration of all the help provided above, following is what I have done, which has given me to go ahead a bit, but I still was not able to get to the end of the transformation. Please see below :
I deleted that DataSource and started over. The transformation is done completely (like all the way to the target - InfoCube), but finally in the monitor, I get an error during the final step.
Also, this time, I have NOT selected the "Error Stack related to DTP."
Please see the note pad docs. for the errors / other work I have done so far.
I also have attached the short dump in txt file, ABAP Editor file.
Moreover, in the "ABAP Editor" file, the problem occurred, and exactly it was the line (last line below - ENDFORM) :
*&---------------------------------------------------------------------*
*& Form set_fae_threshold
*&---------------------------------------------------------------------*
FORM set_fae_threshold USING i_program TYPE sy-repid.
DATA: l_threshold TYPE i VALUE -1.
PERFORM get_fae_threshold CHANGING l_threshold.
PERFORM set_fae_threshold IN PROGRAM (i_program)
USING l_threshold.
ENDFORM. "set_fae_threshold
The Screenshots of the error are below.
Note : You can always make a right click on the image below, and choose to save it on your desktop. From there you can open up in .jpeg file, and resize the image (in case image is not clear on this forum screen).
Or, if you want me to send email to : Slatif123 (at) yahoo (dot) com, I will be more than happy to send you the screen shots, since this forum doesn't allow us to attach .doc files here.
Main Error On Monitor Screen after doing the DTP
Error Message Details of the Actual Error Line :
DTP Not Available – See Below :
Job Overview Details :
Job Log Details :
ABAP Run Time Error :
Line “332” Where The Problem Resides :
ABAP Editor Problem Line (332) Where The Problem Occurred :
System Log Analysis (SM21)
Run Time Analysis Report (ST22)
Checked Lock Entries (SM12), for the table defined under “What Happened?”, in the Short Dump – Just in case :
Thanks again for your help.
Shahid.