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

RAWSTRING in DDIC Table???

Former Member
0 Likes
1,784

Dear ALL,

i would like to add a rawstring in a Z Table, but it do not work. When i try to activate it, following message appears:

Type RAWSTRING isn't allowed in DB-Tables.

Is there no chance to have a db-table with a rawstring? I really need to have a table-field with a variable length. How could i solve this problem?

Thx a lot,

Marcel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,132

Hi Marcel,

Try with 'LRAW' instead of 'RAWSTRING' ....

Regards,

Satya.

2 REPLIES 2
Read only

Former Member
0 Likes
1,133

Hi Marcel,

Try with 'LRAW' instead of 'RAWSTRING' ....

Regards,

Satya.

Read only

0 Likes
1,132

if you are are WAS6.20 or above you can use STRING or XSTRING

Raja