cancel
Showing results for 
Search instead for 
Did you mean: 

error while creating info object

former_member217770
Participant
0 Kudos

error while creating info object a character

Info object may be a maximum of 000060 digits...... what would be the error?

Thanks ALL

Accepted Solutions (1)

Accepted Solutions (1)

former_member217770
Participant
0 Kudos

i have to creat an info object with length 255 char

Former Member
0 Kudos

hi,

to map data of a field coming from source as 255, you would need to define 4 objects of 60 length each and divide the text into the four objects, they cannot be shown in a single object in BW.

regards.

Arvind.

Former Member
0 Kudos

Hi,

If you want that big infoobject then you will have to split it into multiple infoobjects of length 60 and then do the data loading accordingly.

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3705] [original link is broken];

Regards,

Durgesh.

Former Member
0 Kudos

Hi

Create 4 characters with 60 length and one with 15 length.

make one characteristic as main and add other as attributes to the main info object.

Regards,

Venkatesh

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

The maximum length supported by one CHAR type infoobject is 60. Check whether you have assigned more.

If you have to load more length ( more than 60) split the total thing into different infoobjects. Create different infoobjects and split the total thing into them - like 1st 60 char in 1st infoobject, char 61-120 in 2nd infoobject and so on. Then you can again concatenate them.

Thanks,

Indrashis

former_member188080
Active Contributor
0 Kudos

Hi,

Length of object can be max 60 char ..so if you want more you need to concatenate multiple objects to increase the length.

check following thread as well

Thanks and regards

Kiran

Former Member
0 Kudos

hi,

If you are trying to define an info object of type CHAR in SAP with length greater than 60 then this error would come.

Please check the info object length.

regards,

Arvind.

Former Member
0 Kudos

Hi

Check the length you are assigning to info object in general tab(It should be max of 60.

Regards,

Venkatesh.

Former Member
0 Kudos

Hi,

Infoobject character length can be maximum of 60 character. Check if you are trying to assign more length.

Regards,

Durgesh.