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: 

Maintanence view

Former Member
0 Kudos

Hi all,

I have a table that has the following fields:

MANDT key

PERNR(personal number) key

KOSTL (cost center)

For mandt t000 is assigned as the check table and pa0003 has been assigned as the check table of pernr field and CSKS for field kostl.

What my requirement is that: I want to create a maintanence view that has also person name surname,

BUT I cannot use PA0001 table while creating the view.

What is the problem?

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Hi,

In the Maintenace View you can manually update and enter values into the Table

You can create the maintenance view by going in Change mode in SE11 and click on Utilities->Table Maintenance Generator

Please refer this link for more information.

http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

On how to create a Transaction Code for Table please check the following threads

https://forums.sdn.sap.com/click.jspa?searchID=1004740&messageID=2758208

https://forums.sdn.sap.com/click.jspa?searchID=1004740&messageID=2918158

Regards,

Satish

Former Member
0 Kudos

You can generate database table and view maintenance dialogs to maintain customizing data. You can create, change and delete customizing data with these maintenance dialogs. You can also use maintenance dialogs for customer database table and maintenance views.

You can modify maintenance dialogs flexibly to your requirements by defining variants of an existing maintenance view, or adding your own modules to existing maintenance dialogs. You can make further functional enhancements at predefined events in the table maintenance dialog flow. You can collect related data from more than one table/view in a view cluster.

The most important information about view maintenance is below:

Maintenance dialogs

Create a Maintenance Dialog

Time-Dependent Tables/Views

Change a Maintenance Dialog

Extended Table Maintenance Events

Maintenance View Variants

View clusters

Create a View Cluster

Change a View Cluster Maintenance Dialog

View Cluster Maintenance Events

View Cluster Maintenance Variants

Former Member
0 Kudos

U cannot create a maintenance view on Infotype PA0001 ..

as it will ask for access key.

Instead create a new(Z*) table and include the fields you want.

Create TMG for this .. .