Skip to Content
0
Former Member
Jul 02, 2009 at 06:32 AM

Table Maintenance Events - Using - AA - Instead of the standard data read

1371 Views

Hi,

I have a custom table in which i have the table maintenace generator. I need to restrict the data based on certain user. So i went to Table Maintenance Generator -> Modification -> Events and choose AA to fill the data based on the user.

For example:

If SY-UNAME = "ABC" .

SELECT * FROM TABLE TO TOTAL. etc...

ENDIF.

The TOTAL is the internal table provided by SAP. But once i have this Routine, the TOTAL internal table doesn't have the columns of the Table which i'm calling.

And also no data is getting populated and blank screen is shown.

Mayi i know what exact codings need to be there, when i call this event.

Thanks