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: 

maintenance view

Former Member
0 Kudos

I have to create a maintainence view program : to generate the fields for date and time programatically and to make certain fields display only.

I have little idea of maintainence view. Pl supply necessary inputs.

Regards

Alok Pathak

4 REPLIES 4

Former Member
0 Kudos

Hi,

check this link for creating the maintenance view

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

Also check this PDF document

<a href="http://www.sappoint.com/abap/ab4dict.pdf">http://www.sappoint.com/abap/ab4dict.pdf</a>

Regards,

Aswin

dani_mn
Active Contributor
0 Kudos

Check the screen development portion of titorial

http://www.sapbrain.com/TUTORIALS/TECHNICAL/ABAP_tutorial.html

Former Member
0 Kudos

Hi

steps to create a maintenance view.......

1.Enter the name of the view in the initial screen of the ABAP Dictionary (se11)

2. select object class Views and choose Create. choose the type of the view in the dialog box.select the type Maintenance view.

3.Now comes the maintenance screen for maintenance views appears.Three input areas appear for tables, join conditions and view fields.fil the following

a.Enter a short explanatory text in the field Short text.

b.In Tables, enter the primary tables of the view.

c.If required, include more tables in the view. In a help view you can only include tables which are linked to one another with foreign keys.

Position the cursor on the primary table and choose Relationships. All existing foreign key relationships of the primary table are displayed. Check the foreign keys you require and choose Copy. The secondary tables involved in such a foreign key are included in the view. The join conditions derived from the foreign keys ( Foreign Key Relationship and Join Condition) are displayed.

Also check the foll links.

http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm

Please do reward if it helps.

0 Kudos

I think my question was not clear :

1. I have to make certain fields display only

2. generate time and date fields corresponding to the user input automatically.

For this purpose i have to write a maintenance view program.

Let me know how shall a proceed.

Thanx in advance

Regards

Alok Pathak