cancel
Showing results for 
Search instead for 
Did you mean: 

Dump after first flexible load update

Former Member
0 Kudos

Hi!

Can somebody please describe the problem. First flexible load from cons monitor goes ok and the data is written to info-cube. After that when I tried to do the same thing to any another cons unit, or to test the same I have a dump message:

Runtime Errors DATREF_NOT_ASSIGNED

Date and Time 04.09.2008 11:23:26

Short dump has not been completely stored (too big)

Short text

No access possible via the 'NULL' data reference

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_UC_REPUNIT_HRY_INH_TI======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

There was an attempt to access a data object via a 'NULL' data

reference (points to 'nothing').

A data reference must point to data object before it can be used to

access the referenced data object.

The reference was either never set or it was set to 'NULL' using the

CLEAR statement.

Thanks for any help!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I see two possible means:

1. Something is wrong with your hierarchy of ConsUnits (or with units themselves) -- try to check if your unit have the FYV, local currency, period of first data entry (in the appropriate cons group) and the like -- all info related to units (and their combinations) and their hierarchy.

if it doesn't help, then

2. Look for OSS notes.

Answers (0)