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: 

Table maintenence with Delimt options

Former Member
0 Kudos

Hi,

I am generating a table maintenance for a Z table in HR. I want the delimt button to be apprear in the table maintenence dialog application tool bar. How this is possible. I am mainitaing personnel number with basic salary & other fields.

Regards,

Karthik.k

1 REPLY 1

Former Member
0 Kudos

HI Karthik,

I think u want to implement some costom functionality through delimit button.

And for that u want a new button in application tool bar.

Here are few steps that you may use.

1. Generate the table maintenance view using se11.

2. Save the maintenance dialog. Then go to modificaition events

(Environment>Modification>Events in table maintence generator)

3. Create a new event For altering the GUI status of the generated table

maintenance screen to custom GUI status. Enter the Event type as ST and

Form routine name. for the GUI status event the Form name should be

SAPL<fn grp>

4. Click on the Editor icon this will take you to SE41 transaction.

5. Create a user GUI interface which is copy of standard interface SAPLSVIM.

6. Now change required GUI statuses in the interface SAPL<functiongrp>.

7. Save and activate the GUI status.

After this you will be able to view the new button in your table maintenance.

add your custom code for this button.

Hope this helps.

Award Forum points to useful answers.