‎2015 May 18 4:34 AM
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,
‎2015 Sep 18 8:59 AM
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
‎2015 May 18 9:27 AM
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.
‎2015 May 19 9:39 AM
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
‎2015 Sep 18 8:59 AM
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