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

Clemenss
Active Contributor
0 Likes
483

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

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
Read only

Former Member
0 Likes
452

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

Read only

0 Likes
452

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

Sorry no help.

Read only

0 Likes
452

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