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

problem editing data using SM30 - view dumps

Former Member
0 Likes
1,054

hi there.

I got a table that contains interface data. Z-table.

No unluckily the client wants to edit the table content using tcode SM30. As the table contains some fields of type string I cannot generate a maintenance view on the table itself.

no problem with that. I try to get around that generating a maintance view that does not include the string fields and I do generate a maintenance view for that. So far everything works out fine.

But: once I try to call SM30 for the new maintenance view then it dumps.

Does anyone have a clue how to get around that?

Thanks for an answer.

Rob

p.s.

SAP-Release

EHP6 FOR SAP ERP 6.0

SAP_ABA 731

SAP_BASIS 731

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
851

Not possible, read 777134  - Table maint. with strings:No maintenance dialog generation

Despise your attempt to "lure" the system with a maintenance view , the generated program is not able to map data top actual database table, remember maintenance views don't exist in database, those are only some "interface" which generate code in dialog maintenance generated program.

Regards,

Raymond

5 REPLIES 5
Read only

former_member201275
Active Contributor
0 Likes
851

Go to SE14 put your table name EDIT and then Adjust and activate it.

Read only

0 Likes
851

the object cannot be edited using SE14 / via DB utility

Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
851

Please activate the table once again and generate the maintenance view once again.

Also check each data element and domains.

Regards,

Arivazhagan S

Read only

RaymondGiuseppi
Active Contributor
0 Likes
852

Not possible, read 777134  - Table maint. with strings:No maintenance dialog generation

Despise your attempt to "lure" the system with a maintenance view , the generated program is not able to map data top actual database table, remember maintenance views don't exist in database, those are only some "interface" which generate code in dialog maintenance generated program.

Regards,

Raymond

Read only

0 Likes
851

sounds reasonable and makes sense.

it seems I will have to discuss changing the string field on the basis table with the customer.

thanks