Application Development 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: 

Table maintenance generator on Maintenance View giving data update issue

Former Member
0 Kudos
101

Hello Experts,

I have created a maintenance view on a custom table and rearranged the fields in the maintenance view as per my requirement.

After that I have created a table maintenance generator (TMG) on the view. The issue is, when I enter values to the view using

SM30, no values are getting saved in the actual table, except the primary key. My custom table contains currency and date fields.

Can this issue be because I have rearraned the date and currency fields in the view? Sometimes the values are getting saved also,

which makes it very inconsistent.

Is there any other way of doing it (say by using events etc). Please advise.

Thanks.

1 REPLY 1

sandeep_katoch
Contributor
0 Kudos
56

Hi Avanti,

This is due the the rearrangement only.

As there are several joins when you have made the maintenance view and if the fields are rearranged then there are always possibility for data inconsistency.

Try arranging the fields in same order and check it will not be inconsistent.

For more details refer this

http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

Hope this helps.

Rgds,

Sandeep Katoch