2018 Jun 07 3:49 PM
Hello,
I have a database view defined in the data dictionary (SE11) which is a join of some transparent tables. This view can be queried using SE16N. I would like to assign a transaction code to SE16N restricted to this view so that it can be shared with relevant users. Is this possible? If not, is there another easy way to achieve the same end result?
2018 Jun 08 12:40 PM
2018 Jun 07 3:55 PM
Try reading the documentation on Transaction with Parameters.
2018 Jun 08 8:27 AM
I did try that but you can only specify the default name of the view but not the variant. For example, I want the Z transaction to execute SE16N on view WB2_V_LIKP_LIPS2 for only for plant 1234 (WB2_V_LIKP_LIPS2-WERKS_I). Is this possible?
2018 Jun 08 9:24 AM
2018 Jun 08 12:34 PM
Why not create your own view with the restriction in the selection conditions.
Kind regards, Rob Dielemans
2018 Jun 07 4:54 PM
2018 Jun 08 8:28 AM
Yes, I could develop it in ABAP, but I was looking for a shortcut
2018 Jun 08 12:40 PM
2018 Jun 08 1:16 PM
I came to the same conclusion. Now I am converting the QuickView query into to a SAP Query (SQ01) so that it can be assigned to a transaction code and transported.