cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW - error -Unexpected record type.

Former Member
0 Kudos

hi,

i'm using standard batch input in LSMW, object 0160, method 0001, funcion RAALTD01. I have a problem filing BALTB.

Reciving an error durring session:

LThe input file may not have been completely processed.

Legacy Data Transfer Program - Asset Accounting

CoCd Class Name Read Update Error

1000 3000 Fixtures & fittings 2 1 1

Legacy Data Transfer Program - Asset Accounting

************************************************************

      • Termination of processing ***

************************************************************

Client = 299 ,

Company Code = 1000 ,

Asset class = 3000 ,

Old main number = / ,

Old subnumber = / ,

Transaction = AS91 ,

Record type = B .

*******************************************************

Any suggestion ?

Gaston

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The record type should be '0' , or '1' or '2', depeding on the hierarchy of the batch structure types used.

A particular batch structure type will have only one record type (it will not get incremented) even if we have multiple record type records.

Hope it helps,

Venkat

Answers (3)

Answers (3)

Former Member
0 Kudos

Tks

Former Member
0 Kudos

Recently, I have faced with an issue that every time I used to get invalid record type B.

when BALTB structure is filled with transaction data or the depreciation area transaction areas, I always used to get errors like Incorrect Record Type, or some fields of structure BALTD are not filled etc.,

In order to overcome this issue, pass the value in BWCNT of BALTD structure. BWCNT is the number of transactional data following the BALTD. I just populated BWCNT with a constant value of '0001'.

Former Member
0 Kudos

Recently, I have faced with an issue that every time I used to get invalid record type B.

when BALTB structure is filled with transaction data or the depreciation area transaction areas, I always used to get errors like Incorrect Record Type, or some fields of structure BALTD are not filled etc.,

In order to overcome this issue, pass the value in BWCNT of BALTD structure. BWCNT is the number of transactional data following the BALTD. I just specified it as '0001', it worked. Just give a try.