Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error message when loading BALTB record

Former Member
0 Likes
722

I am receiving the following error message when trying to load the BALTB record.

<b>Unexpected record type.</b>

<i>Key of data record which caused termination:

Client = ,

Company Code = 1000,

Asset Class = 153000,

Old main number = 99948,

Old subnumber = ,

Transaction = AS91,

Record type = B . </i>

I have search the forum for answers but I can't seem to find any resolutions. Has anybody encountered this problem and were you able to correct it?

thank you in advance for the help.

5 REPLIES 5
Read only

Former Member
0 Likes
647

BALTB seems to be a structure , can you explain how you r trying to loadd

The error may be the Record type B is invalid , the last field is record type , chk whether B exists or not

Read only

Former Member
0 Likes
647

I am using abap pgm to fill the fields and calling raaltd01 program to load the data.

Read only

Former Member
0 Likes
647

Maybe you need to specify the client.

Rob

Read only

Former Member
0 Likes
647

I tried that and I still got the same error message. this time the client field is filled in.

client = 200,

Read only

Former Member
0 Likes
647

corrected on my own