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 Maintenance Events

Former Member
0 Likes
521

Hi All,

Currently I have one requirement like : I have a check field in my table maintenenance, also created by and changed by fields as well. If I try to check the check field, I should not be the person who had created it and who had changed it, if that is the case it should not allow me to check the field.

Any suggestions on how to implement the same in modification events of table maintainenace.....

Pls provide the help answers.....

Thank,

SatyaPriya

Hi All,

Currently I have one requirement like : I have a check field in my table maintenenance, also created by and changed by fields as well. If I try to check the check field, I should not be the person who had created it and who had changed it, if that is the case it should not allow me to check the field.

Any suggestions on how to implement the same in modification events of table maintainenace.....

Pls provide the help answers.....

Thank,

SatyaPriya

4 REPLIES 4
Read only

Former Member
0 Likes
494

Hi Satya Priya,

check in SE11 with wich auth. object the table maintenance was created, your profile misses that object. alternatively you ca run SU53 as well, to check which auth object is missing.

Events allow you to change the generated table maintenance dialog at predefined positions, which cannot be reached by user modules in the screen flow logic.

The user routines are called dynamically at runtime. For this reason, the routines must be in a user include in the table/view maintenance dialog function group. All extended table maintenance global data is available. An interface is only required for events 22 and AF.

kindly reward if found helpful.

cheers,

Hema.

Read only

mnicolai_77
Active Participant
0 Likes
494

oops ... sorry .

Sorry I wrote on post wrong.

Sorry.

Edited by: nicolai marco on Jan 21, 2008 10:57 PM

Read only

Former Member
0 Likes
494

Check this link. ( How to implement events in table maintenance)

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

Also check this for Additional Extended Table Maintenance Events http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm

Regards,

Maha