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 generator

rnb86
Participant
0 Likes
713

Hi all,

my client at onsite has created a Z-table, and the allowed maintenance for that Z-table with restrictions.

Delivery Class : A (Application table (master and transaction data)

Table Maintenance : Display and Maintenance allowed with restrictions.

I have to create a Z-transaction for maintaining / creating records in that table.

I created the Z-tcode and assigned authorization group &NC& [No authorization] for it and created a function group for it.

When i try to execute that Z-tcode, i get an error message saying "You are not authorized to use transaction".

I opened that z-table in SM30, and i get the error message "View/table can only be displayed and maintained with restrictions".

Can we create a z-tcode for a table that allows maintenance with restriction?? What mistake did i commit??

This is very Urgent. Plz help me.

Points will be rewarded.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
662

Hi

- When i try to execute that Z-tcode, i get an error message saying "You are not authorized to use transaction".

It means you haven't no authorization for that trx: u should check your profile, if don't have the authorization for Z*, u should update your profile every time u create a new Z-trx.

- I opened that z-table in SM30, and i get the error message "View/table can only be displayed and maintained with restrictions".

If you've setted that flag it means you can update the table only by a cluster view (trx SM34): u can generate the cluster view by trx SE54.

If you want to use the trx SM30: u haven't to set that flag.

Max

3 REPLIES 3
Read only

Former Member
0 Likes
663

Hi

- When i try to execute that Z-tcode, i get an error message saying "You are not authorized to use transaction".

It means you haven't no authorization for that trx: u should check your profile, if don't have the authorization for Z*, u should update your profile every time u create a new Z-trx.

- I opened that z-table in SM30, and i get the error message "View/table can only be displayed and maintained with restrictions".

If you've setted that flag it means you can update the table only by a cluster view (trx SM34): u can generate the cluster view by trx SE54.

If you want to use the trx SM30: u haven't to set that flag.

Max

Read only

0 Likes
662

Hi Max,

good points that you have made. Thank you very much for the responce.

i have one query.

If i define a Z-table as 'Allow maintenance with restrictions' , i cannot create a z-transaction and maintain it using sm30.

Am i correct??

Read only

0 Likes
662

Generation of a maintenance dialog for this table/view is possible through transaction SE54.

Transaction SM30 does not allow maintenance and display functions for this table/view.