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

Table maintanance generator

Former Member
0 Likes
552

Hi All ,

I have created five custom tables and table maintainance for each of them for maintaining the data ..Now user wants to have a screen with radio buttons to navigate to table maintainance each table instead of using the SM30 for 5 tables .

Is there any FM that I can make use of to display the table maintainance when a radio button is selected ?

Thanks in advance ,

Dharma .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

hi

check function VIEW_MAINTENANCE_CALL

regards,darek

3 REPLIES 3
Read only

Former Member
0 Likes
515

hi

check function VIEW_MAINTENANCE_CALL

regards,darek

Read only

RaymondGiuseppi
Active Contributor
0 Likes
514

You may use call [VIEW_MAINTENANCE_CALL|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/2a/fa0077493111d182b70000e829fbfe/frameset.htm], [VIEW_MAINTENANCE.|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/2a/fa0084493111d182b70000e829fbfe/frameset.htm] or [VIEW_MAINTENANCE_LOW_LEVEL|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/2a/fa0091493111d182b70000e829fbfe/frameset.htm] in your report, or you may define a [View Cluster|http://help.sap.com/saphelp_nw04s/helpdata/EN/d0/999246b2aa11d1a5700000e82deaaa/frameset.htm] with the 5 maintenance views (defined without relation), so user will be able to open 5 folders on the left side of the screen, the selected maintenance view will be displayed on the right side.

Regards,

Raymond

Read only

Former Member
0 Likes
514

Hi,

Create the Transaction codes for all the 5 custome tables and create report withe the radiobuttons.

assign that transaction codes to that radiobuttons by using call satatement.