cancel
Showing results for 
Search instead for 
Did you mean: 

how to handle data comin from source system who's having length is 255

Former Member
0 Kudos

Hi

I am getting the 255 chars length of data for one field from other source system . Now i have to accommodate that field of data to SAP info Object . but i know the maximum length of info object is 60 chars. how can i go ahead

can anyone share the solution for this...

Regards

Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The only way is to split the 255 length field into different fields of length 60 in the source system itself and then bring it to SAP BI.

--- Thanks...

Former Member
0 Kudos

We need to create 5 info objects and write a code to populate first 60 in one charateristic and next 60 in 2nd infoobject ,

finally need to concatenate at cube level .

Former Member
0 Kudos

@bilvanth

how do Conacatenate Five infoobject Value into one at cube, this will leads more to length?

Regards

Giridharan R