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 create Maintaince View and Help View

Former Member
0 Kudos

Hi,

Can u pls tell me the step by step procedure for how to

create Maintaince View and Help View.

And what's the use of these view's.

Regards,

Kumar

6 REPLIES 6

Former Member
0 Kudos

Check

help.sap.com/saphelp_nw04/helpdata/ en/cf/21ed2d446011d189700000e8322d00/content.htm

help.sap.com/saphelp_nw04/helpdata/ en/cf/21ed13446011d189700000e8322d00/content.htm

Maintenance views offer easy ways to maintain complex application objects

Former Member
0 Kudos

Use SE11 trx code to create them.

When u enter name in the Views section and press create button it will prompt for type of view. Select the one which u want and proceed.

Help view is used in search helps while maint, is used in maint. of data.

hymavathi_oruganti
Active Contributor
0 Kudos

creating maintenance view:

1. first go to se11, click on maintenance view and give name and cretae

next go to se53 generate an interface

next go to sm30 and maintain data

2. help view u can create in se11

Former Member
0 Kudos

FOR MAINTANENCE VIEW

Create a table or a view in transaction SE11.

A function group in SE80 transaction

1>go to se54 transaction.

2>give the name of the table /view starting from z.

3>select "Generated Objects" radio button.

4>click on "create/change" push button.

5>you get a pop asking you whether to create modules ,click on YES

6>give "authorization group" as temp.

7>give the function group name created by you.

8>click on "find Scr numbers "push button on the application tool bar.

9>in the pop up that you get select the 1st option and press enter

10>click on the create push button (it is beside "Find Scr numbers" push button)

11>selct local object and pres enter.

12>go to SM30 transaction.

13>give the table/view name

14>click on "maitain" push button.