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

Table maintenance generator dump for RAWSTRING datatype

Former Member
0 Likes
2,141

Hi,

Recently, I have requirement of creating maintenance view (SM30) for Z sap table.

As it is having one field of RAWSTRING type, it is not allowing to create table maintenance generator for that table an giving short dump.

Also I cannot change type of that field.

So Please suggest any alternative solution for the same.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,339

Hi Richa,

You can create a report with ALV and use the same for editing of field with type rawstring.

You need to do the same as types like rawstring, string are reference types and are implemented as reference to a storage area of variable size. Because of the same reason, you can't have those fields in TMG.

Refer below link for more information of string and rawstring.

New Data Types STRING and RAWSTRING - Release notes 46A - SAP Library

Best Wishes,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
1,339

Hi,

Please provide more information as in what short dump states, may be the reason is not the rawstring datatype. I have created a table using data element /BOBF/ACT_KEY. Data type RAW length 16.

Hope this helps.

Read only

former_member620069
Participant
0 Likes
1,339

Hi,

Table maintenance generator wont support fields of type string, raw, rawstring, internal table, object reference .

Just try creating a domain with char500 or 1250 (Required length) for that field and regenerate the Maintenance Generator.

Regards,

Srini

Read only

Former Member
0 Likes
1,340

Hi Richa,

You can create a report with ALV and use the same for editing of field with type rawstring.

You need to do the same as types like rawstring, string are reference types and are implemented as reference to a storage area of variable size. Because of the same reason, you can't have those fields in TMG.

Refer below link for more information of string and rawstring.

New Data Types STRING and RAWSTRING - Release notes 46A - SAP Library

Best Wishes,

Ravi