cancel
Showing results for 
Search instead for 
Did you mean: 

Master Data Datasource not getting loaded

Former Member
0 Kudos

Hi All,

I am using BI 7.0 Environment .I am trying to load a Master data . But when i am scheduling the load via infopackage the data is not getting updated to PSA and the request stays "Yellow" . When i am seeing in ST22 it gives the Below Short Dump :

What happened?

When writing a data record to the database (i.e. when

updating the database), only part of the data field was

written (updated). The rest was truncated.

What can you do?

If the error occurred in Open SQL, there is probably an inconsistency

between the NAMETAB and the ABAP Data Dictionary.

Compare the length specifications of the fields in the NAMETAB with

those in the ABAP Dictionary and contact someone who is able to

perform a consistency check and eliminate the problem.

In most cases, this person will be your SAP consultant.

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught

in

procedure "INSERT_ODS" "(FORM)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The problem has arisen because, within the database interface,

one of the data buffers made available for the INSERT (UPDATE)

is longer than the maximum defined in the database.

On the other hand, it may be that the length in the NAMETAB

does not match the maximum length defined in the database.

(In this case, the length in the NAMETAB is longer.)

Any pointers how to solve it ??

Accepted Solutions (1)

Accepted Solutions (1)

former_member186445
Active Contributor
0 Kudos

I suppose it's a generic extractor. it seems that the fields in your select do not correspond to the fields of the internal table you store the data of the select.. doublecheck that whatever you select has a corresponding field in the internal table

M.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It looks like the IO you have created in BW for a corresponding field coming from R3 is not matching in length.

For ex, if there is a field ABC whose length is 5. Then i think you have created a IO XYZ in BW of length lessthan 5 for the corresponding field. So change the length of the IO & then try loading the data.

Regards,

Pavan