Application Development 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: 

Maintainance view grneration issue

Former Member
0 Kudos

Hi all,

I have created a data element with type string.But when i try to generate maintainence view,it gives error that type string is not supported.

Also type char has max. length 255 char and i need length > 350.

Please suggest some alternative

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI

Maintaince view not allow string data type.

Alternate will be : If you want to store 350 char data, u need to create text name and text id by using SO10.

save your data into these text and store these text id into maintaince view.

5 REPLIES 5

0 Kudos

Hi,

I think, no alternative is available. we can only go up to MAX 255 char only.

Former Member
0 Kudos

HI

Maintaince view not allow string data type.

Alternate will be : If you want to store 350 char data, u need to create text name and text id by using SO10.

save your data into these text and store these text id into maintaince view.

0 Kudos

Please can you tell me how do you create standard text in so10 and store it in maintainance view

0 Kudos

HI,

try creating dataelement with Lchar with 1000 length,

Refer standard domain EDI_SDATA,

Hope this will help you.

Regards,

Kiran Kumar

0 Kudos

HI

Create Text Element by using Tcode SO10

Store all text info you want to store it in text elment

Same Text Id you can store it in table

Same col will be reflect in maitaince view