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

Maintainance view grneration issue

Former Member
0 Likes
826

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
Read only

Former Member
0 Likes
798

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.

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

5 REPLIES 5
Read only

Former Member
0 Likes
798

Hi,

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

Read only

Former Member
0 Likes
799

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.

Read only

0 Likes
798

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

Read only

0 Likes
798

HI,

try creating dataelement with Lchar with 1000 length,

Refer standard domain EDI_SDATA,

Hope this will help you.

Regards,

Kiran Kumar

Read only

0 Likes
798

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