2009 Apr 06 5:25 PM
Our users in production want to do a mass maintenance on view ENT5828 which is built upon table JSTO. I have created a custom Tcode called ZJSTO from SE93 by selecting "Transaction with parameters" option and provided screen field DATABROWSE-TABLENAME with view name ENT5828
and skip selection screen for SE16.
Note that this view allows maintenance. and the objective is to restrict users from giving open access to SE16 or SE16N.
This is working wonderful but I could not do mass maintenance as in ALV grid from SE16N.
I could not do the same thing with SE16N. Could anybody let me know if I could create a custom tcode with SE16N defaulting table name to ENT5828 and disabling this field for editing.
Regards
Kasi
2009 Apr 15 6:49 PM
Hi,
Try creating a small program...and call the function module SE16N_INTERFACE...
with the following parameters.
I_TAB = 'ENT5828'
I_EDIT = 'X'
I_CLNT_DEP = 'X'.
Thanks
Naren
Our users in production want to do a mass maintenance on view ENT5828 which is built upon table JSTO. I have created a custom Tcode called ZJSTO from SE93 by selecting "Transaction with parameters" option and provided screen field DATABROWSE-TABLENAME with view name ENT5828
and skip selection screen for SE16.
Note that this view allows maintenance. and the objective is to restrict users from giving open access to SE16 or SE16N.
This is working wonderful but I could not do mass maintenance as in ALV grid from SE16N.
I could not do the same thing with SE16N. Could anybody let me know if I could create a custom tcode with SE16N defaulting table name to ENT5828 and disabling this field for editing.
Regards
Kasi
2009 Apr 06 5:31 PM
Hi,
Why can't you try using SM30 or Create the Z tcode for SM30.
2009 Apr 06 5:34 PM
Its a database view and there is no maintenance generated for this standard view.
2009 Apr 08 8:02 PM
Hi,
Can somebody let me know if it is possible to create a TCODE above SE16N with pre-defined table name so that the users can be restricted from accessing other tables.
This is working on SE16 but I will need it on SE16N.
Request your inputs.
Reagards
Kasi
2009 Apr 10 2:25 PM
Hi Murthy
Create a custom Tcode ZJSTO from SE93 by selecting "Transaction with parameters" option and provide screen field GD-TAB (not DATABROWSE-TABLENAME as you mention for SE16) with view name ENT5828.
Regards
Sahitya
Edited by: sahitya reddy on Apr 10, 2009 3:25 PM
2009 Apr 10 3:33 PM
But I could still change the table name after I execute the transaction.
2009 Apr 10 3:41 PM
Hi,
You can create the Custom tcode on the SE16N..But this will not restrict from entering the table as in SE16. The difference is SE16 has initial screen with table name selection and next screen as selection screen to select the entries ...where as SE16n has got only one screen for table selection and entry selection.
So it is not possible.
You need to create custom table mainatance program for mass maintainance.
2009 Apr 15 6:36 PM
2009 Apr 15 6:49 PM
Hi,
Try creating a small program...and call the function module SE16N_INTERFACE...
with the following parameters.
I_TAB = 'ENT5828'
I_EDIT = 'X'
I_CLNT_DEP = 'X'.
Thanks
Naren
2009 Jun 20 1:12 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |