All Parameter roles of reuse_alv_grid_display

Sir,
plz explain me All Parameter roles of reuse_alv_grid_display

Hi Sandeep,
Goto SE37 and give FM Name as REUSE_ALV_GRID_DISPLAY.
and Press on Display..and in right side upper Corner You can find Function module documentation Push Button.
Select that one..there Clearly given about each and every parameter of REUSE_ALV_GRID_DISPLAY

Similar Messages

  • Need to delet or assign individual roles without changing all existing role

    Hi
    I am looking for a way in order to delete or add single roles without touching all other roles a user has.
    I found various BAPI_USER_* , however they always change the entire role assignment.
    Does anybody got an idea or an associated BAPI`?
    Thanks a lot,
    Kind regards,
    Mingolo

    Hello Minima
    The corresponding BAPI is BAPI_USER_ACTGROUPS_ASSIGN. In to delete only specific roles you first have to read the assigned roles of the user using BAPI BAPI_USER_GET_DETAIL.
    Now here the procedure:
    (1) Read the assigned roles for a given user using BAPI_USER_GET_DETAIL. The roles are returned in TABLES parameter  ACTIVITYGROUPS.
    (2) Delete the role you want to unassigned from ACTIVITYGROUPS.
    (3) Change the user using BAPI_USER_ACTGROUPS_ASSIGN with the modified list of roles (in ACTIVITYGROUPS).
    The logic behind this is as follows:
    - the BAPI BAPI_USER_ACTGROUPS_ASSIGN compared the imported list of roles with the currently assigned roles.
    - If one is missing, it is unassigned.
    - If one is new, it is assigned.
    - All others role assignements remain.
    Regards
       Uwe

  • Report to view all the Roles and Transactions assinged to a particular user

    Hi,
    I need to develop a report to view all the Roles and Transactions assinged to a particular user along with the Authorization values. So, if provide the Username, the report should be able to give Roles, Transaction Codes and the fields and thier authorization values for that TCodes..
    Regards,
    Sreenivas Raju

    Try this FM once - SUSR_USERS_LIST_ALV . It provides a list with Roles, Profiles, and also a detail button to check the authorization values etc.
    Also try this FM - SUSR_USER_DISPLAY_WITH_AUTHS, SUSR_USER_AUTH_FOR_OBJ_GET , SUSR_USER_DISPLAY_WITH_S_TCODE

  • OLEDB command - all parameter should be bound

    i am excuting my sp in OLEDB command 
    my proc has some required param and some null and 1 output param.
    i am executing like 
    exec p_sp param1=?,param2=? , paramn=? output
    i m just passing required filed and output, but when i go to comun mapping 
    its giving me error : all parameter should be bound and the one i am not passing here its showing up there in column mapping and i dont see output parameter.
    any help

    see
    http://www.rad.pasfu.com/index.php?/archives/24-Output-Parameter-of-Stored-Procedure-In-OLE-DB-Command-SSIS.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Delete all existing roles

    Hello,
    we 're using the GRC Provisioning Framework (with IDM 7.1 SP4 and GRC 5.3 SP10_1) and want to delete all existing roles from a user bevor we set new roles to him.
    Is there a general command to do this or have the existing roles to be known?
    Thanks,
    Carsten

    Hello Christian,
    thanks for the quick answer. I'm talking about privileges.
    In the To Identity Store, is it enough to set:
    MSKEYVALUE                   -
       %MSKEYVALUE%
    MXREF_MX_PRIVILEGE     -
    Or do I have to set all existing roles behind the (like priv:grc:xxxx)?
    Thanks,
    Carsten

  • Get all visitor roles in an admin extension

    Hi,
    i want to extend my portal administration console.
    It is possible to get a list of all visitor roles in my extension?
    Markus

    look at RolePolicyManager
    e.g.
    import com.bea.p13n.management.ApplicationHelper;
    import com.bea.p13n.entitlements.common.EntitlementConstants;
    import com.bea.p13n.entitlements.management.RolePolicyManager;
    String entAppName=ApplicationHelper.getApplicationName();
    String webAppName = ApplicationHelper.getWebAppName(request);
    String[] policies = RolePolicyManager.listRolesForResource(entAppName, webAppName, EntitlementConstants.P13N_ROLE_POLICY_POOL);

  • J2EE, get all security roles

    On a J2EE application server (preferable from in a Servlet, but EJB is also fine), how do I get an array or list of all security roles?
    I want to present the user who creates for example a forum topic to define which roles can view it.

    On a J2EE application server (preferable from in a
    Servlet, but EJB is also fine), how do I get an array
    or list of all security roles?
    I want to present the user who creates for example a
    forum topic to define which roles can view it.Short answer: You cant, because there is no such functionality mandated by either the servlet or the ejb specs.
    Long answer: You can, but it will be particular to the registry implementation you use, and will also mandate some naming scheme to map between for example ldap groups and authentication roles.
    Br - J

  • Disaply the all the roles for page, iview and workset

    Hi Guys,
                  I have a strange requirement. i need to display all the users that have access to a particular iview, page and workset. can anyone help me out with this.
    -Thanks

    Hi,
      Any iview or page or workset should be part of role. SO if user has access to a particular role, he will have access to the portal objects inside that role as well. So the way to go is you can get all the roles, check iViews, pages etc. If iViews or pages match, then save the role to arraylist. Now check the users who are assigned to these roles in arraylist. That may work.
    Regards,
    Harini S
    Don't forget to reward if you find the answer helpful

  • Unable to assign all security roles to a user with a new custom security role

    Dear All,
    Happy New Year.!
    I have a query regarding the assignment of Security Roles to new users in CRM. Normally we assign the security roles to new users via an Admin user who has 'System Administrator' security role assigned to him/her. This works perfectly fine, and we can assign
    any desired security role to the new user.
    However, in our case, we need to delegate the user creation rights to some of the client partners. We do not want to give them access to all the Administration functions; hence we created a new Security Role, lets say 'Support User Role'. We have provided
    'Create', 'Append', 'Append To', and 'Assign' rights on 'User' entity for this new security role. With this security role, we are able to create new users now, but we are only able to assign 'Agent' security role, not any other security roles.
    For example, if user 'x' has Security Role defined as 'Support User Role'. If 'x' tries to add a new user 'y', then 'x' is only able to assign 'Agent' security role to 'y', but not any other security role. As per business requirement, 'x' should be able
    to assign some other security roles, including 'Support User Role', to new user 'y'.
    I believe that there is something missing in Security Role configuration, which is causing the above problem. We compared both 'Support User Role' and 'System Administrator' security roles, but not able to figure out which minimum rights we can provide to
    'Support User Role' so that users with this security role can only add new users (with any security role), and that they are not having access on any other Administration features as well.
    Appreciate any help that you can provide on the above issue.
    Thanks in anticipation.

    Hi,
    Can you check if you have organization level Read access for Securitity Role and Organization level Assign access for Security role.
    Refer:-
    http://www.magnetismsolutions.com/blog/paulnieuwelaar/2013/04/22/permissions-required-to-manage-roles-in-dynamics-crm-2011
    Hope this helps!!!
    Thanks,
    Prasad
    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question

  • Does BPM 11.1.1.7 support parameter roles properties in LDAP?

    Dear Expert:
               I know the BPM 11.1.1.5 support paramter roles,but it seems we must extent user properties then using these as parameter,I want to know
    can I using properties in user's LDAP properties then using as parameter in 11.1.1.7?
              Thanks a lot.

    Here's a blog post that describes how you can get parametric role functionality in any release of Oracle BPM 11g and I believe is far simpler than the out of the box parametric role functionality:  http://avioconsulting.com/blog/creating-parametric-roles-using-business-rules.
    The out of the box official Parametric roles feature came in on a second version of 11.1.1.5 called the PS4 "feature pack".  Unless you have  the 11.1.1.5 feature pack or are on 11.1.1.6 or 11.1.1.7, you won't be able to use the out of the box Parametric role feature.
    In 11.1.1.7 (PS6) parametric roles started supporting custom LDAP attributes.  There are a lot of moving parts to getting this to work and it takes quite a bit of configuration from (1) the Enterprise Manager, (2) the Workspace, (3) LDAP administrator perspective, (4) the human task, and (5) the WebLogic Administration Console.  On Enterprise Manager, you're editing the JPS provider in the MBean Browser, editing the “addSearchableUserAttributeMap” operation setting and the "SearchableUserAttributeMap" property.  In the Workspace you're adding the parametric roles based on the custom LDAP attributes,  Each human task has to have its assignment set to use the parametric roles.  Your LDAP administrator needs to create the custom attributes and then assign them to users.  I think it's going to be tough finding an LDAP administrator who is willing to add additional attributes to LDAP and then to assign specific people to use them with various settings.  Once people have been assigned to the various attributes, the LDAP admin would then have to maintain them at the attribute level as well.  Guessing there is a way to do it, but I don't believe it is trivial to determine what people have an LDAP custom user property set to a specific value.  If you're using the embedded LDAP that comes with WebLogic, you'll need to also change the adapters.prop to support searching on custom attributes and the new custom attributes will have to be added to the orderingndex and presenceIndex properties.
    As you can probably tell, I'm not a huge fan of the out of the box parametric role feature.  The rules based approach described in the above blog:
    Works with any release of 11g,
    Uses either LDAP groups or the Application Roles defined in the Workspace for the assignments,
    It's easy in LDAP to see who the people are who are assigned to an LDAP group and it's easy to assign people to Application Roles and
    It is far easier to configure.

  • List all parameter in a parameter list

    Hi all,
    My form have a Parameter List which will have different number of parameters added to it based on different situations.
    The parameter list will then pass to a procedure, does anyone know How to list out all the parameters from the parameter list
    I mean, as the parameter name, parameter value & the number of parameter are changed in runtime, that's y I don't know how to show all the parameters from the list.
    Thanks!

    How about adding one more parameter that contains indicators for each parameter you have added to the list? A simple text field might work with zeros and ones where ones correspond to parameters that are present and zeros for those not present. Or maybe a comma separated list of abbreviated indicators, but that would be more difficult to parse.

  • Problem with Crystal Reports not displaying all parameter values

    Hello,
    A co-worker of mine is developing a report in Crystal version 11.5.8.826.  One of the requirements from his user is that they would like to select from a list of users for applicable criteria to appear in the report.  He created a parameter with a dynamic list of values, entered prompt group text, selected "existing" as the data source (and chose the corresponding field from the table).  This dropped the UserID field into the "value" field in the table and linked the table to the parameter.  We selected "allow multiple values" as "true" and "allow discrete values" as "true". 
    Here is the problem.  When Crystal prompts us to select the parameters, it doesn't show all of the applicable list of users (it shows 8 out of 12 users).  When we run the query in a standalone sql generating tool (Toad or Golden), we see the full list of users.  Crystal Reports appears to be filtering the selection list of users for some unknown reason.  We have tried changing most every option that we could find within the parameter, but no luck. 
    The problem definitely appears to lie within the parameter- if we run the report without the parameter, we see the full list of users.  Once we add the parameter and attempt to select one or many users, the problem appears.
    Any thoughts?  What am I missing?  Any help is appreciated.
    thanks,
    Noel

    I'll answer my own question in case somebody is curious or happens to find this message via google or another search engine.  See this link.  You need to set your upper threshold within your Registry Editor.
    http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=8029

  • ERM mass role import - not importing all the roles

    Dear All,
    We are configuring GRC AC 5.3 SP11and are currently trying to import roles into the ERM. The system reads the three files (roles, information, and organization" and the job is run in a "successfull" way. However, not all the jobs are being uploaded. For example, out of a total of 300 roles, only 24 roles were uploaded. Afterwards, I tried again to import the roles using the exact same files I initially used, but this time, 35 roles were imported. Does anyone know why this happens and how to solve it? Thanks in advance for your answers.

    Hello Arias,  There could be a couple of reasons:
    1. If you have derived roles, possibly the child role was attempted to be imported before the parent role. During the first import, the child role failed but the parent role imported. Then, on the second run the parent role was already there and the child role could be imported successfully. The way I get around this is to first create a parent role extract/import, then do a child extract/import.
    2. Potentially the same problem as above but for composite and single role imports. You could load the single roles first, then the composite.
    Best Regards, Dylan

  • Export txt file with all parameter values during the report execution

    Hello,
    I've developed one report in Report Builder 3.0 , report server being  SRSS 2008 R2. This report has one report parameter named id_product. There are two data sets available. One data set  is for populating the report table.  In the second
    data set I'm trying to export the id_product. The below query works fine only for single valued parameter id_product, this query being used in the second data set   Report pops-up an error when trying to run the report for multiple products at the same
    time. I looked in SQL Profiler and it seems like inserting the parameter values in the global temporary table is not possible using the current code.
    I'm aware of the VB Expression named Join but in such case I'm not sure if I can use it. It would be great if I can use this kind of expression. This way I would not create the data set anymore.  
    Current query:
    drop table ##SelectedValuescreate table ##SelectedValues(id_product nvarchar(max))insert into ##SelectedValues(@id_product) exec xp_cmdshell 'bcp "select ''id_product'' union all select * from ##SelectedValues" queryout "G:\Report\sqloutput.csv" -c -T -t'
    Input: ProductId parameter values : 12, 16, 20
    Desired output in csv:
    id_product
    12
    16
    20

    Hi chopstix21,
    Just as you thought, we can use join function to insert the values from a multiple value parameter to a temp table with VB Expression. After testing it in my own environment, we can refer to the following steps:
    Create the second dataset using the query below:
    drop table ##SelectedValues
    create table ##SelectedValues(id_product nvarchar(max))
    insert into ##SelectedValues(‘1’)
    exec xp_cmdshell 'bcp "select ''id_product''
    union all select * from ##SelectedValues" queryout "G:\Report\sqloutput.csv" -c -T -t'
    Change the dataset using the expression like below:
    ="drop table ##SelectedValues"&
    "create table ##SelectedValues(id_product nvarchar(max))" &
    "insert into ##SelectedValues values (" & Join(Parameters! id_product.Value,"),(") &")" &
    "select * from ##SelectedValues"
    When we select 12, 16, 20 from parameter id_product, the second dataset will return 12, 16, 20 values as id_product field.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Restrict all ECC6 roles on Comp Code / Plant restrictions

    Hi
    thanks for your time and trying to help in advance
    we have a requriement where we need to restrict all roles in ECC6 to a combination of Comp Code & plant to which they belong with few exceptions
    we dont want to go the route of derived roles due to huge maintennace , are there any custom developments options where in we can restrict based on an user exit or create a custom table and check with the user runs a bunch of tcodes ( problem is its not just one as in ECC6 we need this restriction for large number of tcodes and multiple roles
    is it worth looking at any options ?
    thanks

    Hi,
    Do the job with derived roles.  This will save considerable time and expense over trying something like dynamically entering CC/Plant into an auth check as it would involve modifying hundreds of SAP programs (as you have already identified).
    If you suddenly have a new restriction requirement then your company/client need to accept that there will be an overhead for the change.
    One method that may be mentioned is "value roles" or "enabler roles" (if you use the search for term = enabler, you will get some info), but while they may slightly reduce time to implement these, the ongoing support will be increased and there is a high potential to leave your build in tatters.

Maybe you are looking for

  • TREX - Generic Object Services (GOS) - CV04N -Content Server

    Hello, I'v installed a content server / maxdb, and i forwarded the attached files (Gos) to this content repository. I'v installed TREX  and I can see the fields in the CV04N. Just one question : Can I search some documents via TREX (CV04N), or what i

  • Whole root zone doesn't run Solaris Management Console

    All I created a couple of Whole Root zone's, but the SMC is not working. It can't even be found. (However, on the "sparse" zones, it works fine.) I ran: pkginfo SUNWsmcmd and got: system SUNWsmcmd System Management Agent applications and utilities So

  • Custom importer

    We have a custom importer plugin for premiere CS6. We dont save a custom file on disk, but we render the frames demanded by Premiere framework on the fly and return the data in imImportImageRec in imImportImage call. 1) The sequence when we create a

  • REPLY TO MY PROBLEM DID NOT WORK -

    I just submitted Questions/Problems and the Answers were useless. I had already said that I checked my cables and USB Cords. And of course I had already tried to print out a REPORT. I gave a long explanation of the situation within the past 2 hours a

  • Files/word documents are grey how to access to enble uploadd

    In Finder files and word documents are grey . How do I make them Black so I can access documents and upload.  Is there a fix for this problem ? Before upgrade of Maverick there was not a problem.