cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in BCS data basis

gergely_gombos
Explorer
0 Kudos

Hi Gurus!

We implement a SEM-BCS system in our BI 7.0.

We created the data modell and the data streams for "Total Records", and it is OK.

We generated the data basis, and the consolidation area, everything is OK, we can use the consolidation monitor.

We try to build up the data stream for Documents, and after we assigned the Data target in the data streams, and try save and generate the data basis we get this warning message:

-


Field Document Line is not contained in the data stream for totals records

Message no. UCM0132

Diagnosis

When data basis CD was last saved, field Document Line was contained in the data stream for totals records. Currently, however, the field is not contained in the data stream.

Presumably, InfoObject 0AC_DOCLN has been removed from InfoCube ZBCS_C11 in the meantime. This explains why field Document Line is no longer contained in data basis CD.

System Response

Field Document Line will be removed from the data model of data basis CD.

Procedure

Make sure that field Document Line is no longer needed in the data basis. If it is needed, add InfoObject 0AC_DOCLN to InfoCube ZBCS_C11 again.

-


Our consolidation area is not good, we cannot use the consolidation monitor, we always get a short dump:

-


untime Errors DATREF_NOT_ASSIGNED

ate and Time 16.07.2008 16:57:12

hort 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_TASK_EXECUTION==========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.

Trigger Location of Runtime Error

Program CL_UC_TASK_EXECUTION==========CP

Include CL_UC_TASK_EXECUTION==========CM034

Row 116

Module type (METHOD)

Module Name ADD_REFRESH_DOCUMENTS

-


We cannot solve this problem, can anyone help us?

Thanks.

Best Regards

Gergely Gombos

Accepted Solutions (0)

Answers (1)

Answers (1)

dan_sullivan
Active Contributor
0 Kudos

Without a complete understanding of the messages, it is best to have the system generate the target datastreams as opposed to assigning them. This ensures they are consistent with the totals infocube and corresponding objects.

Can you try this?

gergely_gombos
Explorer
0 Kudos

Hi!

Thanks for your reply.

We solved the problem yesterday night.

There was a data collection task with data stream Documents in our system.

When we deleted the ODS in document data stream, this task locked some infoobjects.

This was the problem.

We deleted that task and method, after that we deleted the ODS in document data stream.

We generated the consolidation data basis.

After that we build up the document data stream again.

And this was good.

Best Regards,

GG

dan_sullivan
Active Contributor
0 Kudos

It may not have been clear, but that is what I was recommending.