Application Development 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: 

tble maintance generator

Former Member
0 Kudos
83

Hi All,

i have a Requirement i.e in sm30 view i have a table it contain a field purchase order in this field if i double click on this it should dislplay me23n.

pls give sample code and advice

1 REPLY 1

Former Member
0 Kudos
49

Hi, I’ve never done that, but you can try to use Events.

1. SE11, go to Utilities - Table Maintenance Generator or SE55

2. Go to Environments – Modifications – Events

3. Create your Form routines to be called from view maintenance.

2. You can use for ex, Event "After checking whether the data has changed"

The FORM routine must belong to the function group, to which the maintenance modules for the view are assigned.

All the best,

Alexander