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: 

Adding a Push Button to maintenance screen

nicholas_archer3
Explorer
0 Kudos

I've added a push button to a maintenance screen via SE54. I would like to use the push button update date and time fields when pressed. I assigned the FctCode and FctType "Exit Command". Where do I add my code so that pushing the button will update the respective fields.

1 REPLY 1

former_member221827
Active Participant

I'd recommend searching the web a bit more on this one. The following link looks promising: Add Custom Button on Maintenance View (sm30). It's using the ST event of the maintenance view generated along with a custom PAI module.

Might be simpler to just create your own custom screen/tcode at this point.