
VIEW_MAINTENANCE_CALL function module is used to call the extended table maintenance. You can execute the using function module transaction code SE37. The VIEW_MAINTENANCE_CALL function module is having almost the same ability with transaction code SM30 and SE11.
1. Execute transaction code SE37, fill in VIEW_MAINTENANCE_CALL and press F8.
2. The next page will show below screen. Two Import parameters value needed here, ACTION and VIEW_NAME. For this example, we are going to view the table T000 in change mode. So, ACTION = U and VIEW_NAME = T000. Press F8 and you will get the screen of table T000 in the change mode.

Note
VIEW_NAME – Table name
ACTION option
• S – Display
• U – Change
• T – Transport



