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

Error: Enhancing Table Maintenance Generator

Former Member
0 Likes
540

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?

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
500

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]

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
501

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]

Read only

former_member206377
Active Contributor
0 Likes
500

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.

Read only

Former Member
0 Likes
500

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