cancel
Showing results for 
Search instead for 
Did you mean: 

Error while loading data

Former Member
0 Kudos

HI i have the following code in my Transfer Rules using the Transfer Routine. But when ever i am trying to load the data from flat files, i am getting a short dump, I have given the dump below, can someone let me know what is the problem.

-


if TRANS_STRUCTURE-/BIC/ZFRSTNM = ' '.

  • result value of the routine

RESULT = 'VACANT'.

ABORT = 0.

ELSE.

RESULT = TRANS_STRUCTURE-/BIC/ZFRSTNM.

ABORT = 0.

ENDIF.

$$ end of routine - insert your code only before this line -

ENDFORM.

-


Runtime Errors RAISE_EXCEPTION

Date and Time 04/30/2006 18:00:58

Short dump has not been completely stored (too big)

Trigger Location of Runtime Error

Program SAPLRSSM

Include LRSSMU55

Row 59

Module type (FUNCTION)

Module Name RSSM_CONVERT_ODSSID_RNRSID

Thank you,

Kris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Kris,

Check the length of ZFRSTNM whether it can store "VACANT".

Also check if some Infoobject inconsistencies (RSRV-tcode) you have.

San.

Former Member
0 Kudos

Hi,

Looks like inconsistency between transfer structure and TRs. It may happen if you recently made some changes to comm structure.

If so, try this:

Delete assignment of the source system (including PSA).

Log off the system (required!).

Log in again, assign the source system, activate transfer rules.

Best regards,

Eugene