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

Function for selection screen to table maintenance?

Former Member
0 Likes
731

I have a table maintenace created.

Now i want to create a selection screen ( From SE38 )

and whatever data I pass and limit, only those data should be dispayed on table maintenance.

Can we have any function module that call table maintenace from report by limiting seaching condition.

Regards,

Ronny

4 REPLIES 4
Read only

Former Member
0 Likes
658

Hi,

Take the program for Table maintenance generator and submit that program using 'SUBMIT' in your program by passing the selection screen variables.

Tahnks.

Ramya.

Read only

Former Member
0 Likes
658

Hello,

You could use the FM 'VIEW_MAINTENANCE_CALL' to call the table maintenence with required selection logic to display the maintainance view

Vikranth

Read only

Former Member
0 Likes
658

HI,

you can use VIEW_MAINTENANCE_CALL

Thanks & Regards.

Read only

Former Member
0 Likes
658

Thanks