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: 

How to populate the data into table maintenance generator on clicking custom button

Former Member
0 Kudos

Hi Experts,

I have created a Table and table maintenance and also created a custom button in table maintenance generator to import the data.

Created a PAI module to capture the ok_code and perform some data extractions and now this data should be populated into table once user click on custom button.

Could anyone help me how to import the data into table maintenance generator and save the same?

2 REPLIES 2

Former Member
0 Kudos

It would probably be safer to create a standard module pool program instead. In a TMG, any time the screen is changed, you are in danger of losing your custom logic.

Rob

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Chityala,

You can use the following FM to create the entry in TMG from Custom Button.


Inside User command, Call the following function module.


FM VIEW_MAINTENANCE_SINGLE_ENTRY


Regards


Rajkumar Narasimman