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 maintainance generator: Event 01

Clemenss
Active Contributor
0 Kudos

Hi colleagues,

I created a maintenance dialog for a user table a while ago. For administrative purposes I used event 01 'Before Saving the Data in the Database' to add some data automatically to new and changed records.

This worke fine until last week or so.

The documentation (http://help.sap.com/saphelp_erp2005/helpdata/en/a1/e45217a2f511d1a5630000e82deaaa/frameset.htm) tells me I have to use internal table TOTAL.

Now I get a dump in my user routine telling me that TOTAL is a field symbol not assigned. Maybe it is because basis applied some patches but I don't see any source changes.

Help me!

TiA

Clemens

3 REPLIES 3

Former Member
0 Kudos

Clemens,

May be your are right, with the new support packs if the standard code is using a similar variable name that might be the issue.

However, can you go into your code and do a syntax check and reactivate the same?

Regards,

Ravi

0 Kudos

I regenerated. Same assumption (other name) occures to me. But which?

Sorry no help.

0 Kudos

Clemens,

When you regenerated the code, did it throw an error? If it did, I don't we have any other option other than modifying your variable name to something else.

Regards,

Ravi