‎2009 Dec 08 7:39 AM
Hello,
I am trying to enhance a Table Maintenance Generator as per client's requirement; while saving a new entry; I got to do some validations; I have got the spot to include my code; but how should I include it; using Enhancement Spots or something? To try out, I have made an enhancement spot and trying to make an enhancement in the program; it throws out an error: "Object FUGR SVIM is part of the central basis and therefore cannot be enhanced".
Please guide me how to proceed? Is this approach correct to enhance a Table Maintenance Generator?
‎2009 Dec 08 7:42 AM
check this link [How to Implement Events in Table Maintenance|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc&overridelayout=true]
‎2009 Dec 08 7:42 AM
check this link [How to Implement Events in Table Maintenance|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc&overridelayout=true]
‎2009 Dec 08 7:53 AM
This is because you are not making enhancements correctly/
1) Click on enhance source code button
2)Edit-> Enhancement Operations->Show Implicit enhancement options
3)This will show dotted lines where you can enhance the program.
4) Now right click on the dotted lines and ENCHANCEMENT->CREATE.
‎2009 Dec 08 8:13 AM
hello zahak ,
u have 2 options to places validations in TMG .
1. By using the events
2. Doing changes in PAI of that screen and placing validations.
regards
Prabhu