Skip to Content
0
May 30, 2011 at 12:25 PM

Exception before running Start routine

39 Views

Hi,

I am experiencing an issue in the Quality environment which does not happen in the Development environment.

When I run a DTP which loads data from an InfoObject's master data into another InfoObject's text table, a exception is thrown even before starting the execution of the start routine.

If I run it in debug mode, I notice that the exception is thrown at this sentence:

          CALL METHOD me->start_routine
            EXPORTING
              request        = l_request
              datapackid     = i_r_inbound->n_datapakid
            IMPORTING
              monitor        = _lt_msg_s
            CHANGING
              SOURCE_PACKAGE = <_yt_SC_1>.

The exception reads "An exception (CX_SY_DYN_CALL_ILLEGAL_TYPE) occured".

I tried filtering the DTP in order to have only 1 or 3 records, but the exception still happens. It does not seem to be related to invalid data, since source data comes from an InfoObject -it is not raw data coming from a PSA table-, and filtering source records is not helping.

Have you experienced something similar?

Thanks in advance.

Best regards,

-

Maximiliano