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 Maintenance : display only in testing environment

Former Member
0 Likes
952

Hi All,

I have a Z table , for which I have created a maintenenace dialog screen and finally assigned this to a transaction code.

The transaction code calls the maintenenace screen in a proper manner. My requirement is that in testing environment, the transaction code should only display the records. It should not allow to change or add new entries.

How can I achieve this ?

Thanks-

Hi All,

I have a Z table , for which I have created a maintenenace dialog screen and finally assigned this to a transaction code.

The transaction code calls the maintenenace screen in a proper manner. My requirement is that in testing environment, the transaction code should only display the records. It should not allow to change or add new entries.

How can I achieve this ?

Thanks-

6 REPLIES 6
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
915

How do you differentiate it as testing environment ?

Read only

0 Likes
915

In Dev environment, we have different clients - one for development , another for testing.

Read only

0 Likes
915

I agree with nagaraj

Read only

former_member404244
Active Contributor
0 Likes
915

hi,

u can check with ur basis people ...U can give only dispaly access to the table it in ur testing environment.

Regards,

Nagaraj

Read only

0 Likes
915

No BASIS involved,

Heres how you do it :

SE11 - open the table for editing

Utilities --> Table Maintenance Generator

Environment --> Maintenance Objects --> Change

Category = CUST

Thats all required.

Read only

Former Member
0 Likes
915

You can change the table maintenance attributes to be 'Standard Recording Routine' this will ask the user for a transport if the client is open for modifications, if the client is closed then it will allow display access only.

Or

You could control this via authorisations. Allocate your table an authorisation group and then only give users display access only to this authorisation group.

Object: S_TABU_DIS

Activity: 03 (display)

Hope this helps.