Replacing Standard-Groups like SAP_J2EE_ADMIN with customized groups

Hello everybody!
I'd like to give a group of users access to our XI-Java-stack with permissions that are a bit more differenciated than the standard SAP-groups. For example, I want users to be able to view all messages, but not all of their payloads (we use different namespaces for different departments, so this might be an approach to differentiate).
I have a bit of experience with the UME of Enterprise Portal and I've been able to assign Permissions (i.e. Roles) to users using the groups based on mapped ABAP-Roles. In XI I couldn't find any possibility to do something like this up to now. In the XI-User-Administrator I can view Roles and Groups, but all I get is a note that they are write-protected and can't be edited. I also haven't found a possibility to assign UME-Actions to my ABAP-mapped groups.
Who can help me? Thanks in advance!

Looks like there is no possible solution for this. I asked the teacher at my ADM200 course about this and he also didn't know anything

Similar Messages

  • Is there an option to import with custom groups in PSE 9's organizer?

    With the Organizer included with PSE7 (and earlier, as I recall), I always used the option Custom Groups (Advanced) in Create Subfolders. This allowed me to easily save imported photos into different folders and naming the files accordingly.
    For example, on one media card I might have some family activities, some Kiwanis activities, and skiing activities. With Custom Groups, I could import them in small groups, with different base names, and so on.
    How do I accomplish those same things in PSE9. It was such a useful feature, Please tell me they did not remove it.
    Thanks!

    As far as adding java script to the generated form you can add a pl/sql code having java script in it for eg below is a sample function
    which has javaScript in it.
    CREATE OR REPLACE FUNCTION sample_javaScript
    RETURN varchar2 IS
    l_string varchar2(1000);
    l_char_en varchar2(1) := chr(38);
    begin
    l_string := '<script language="JavaScript1.1">'||chr(10)
    ||'<!--'||chr(10)
    ||'function getField(form,fieldName,theElement)'||chr(10)
    ||'{ '||chr(10)
    ||'var objName = "";'||chr(10)
    ||'var tmp = ""; '||chr(10)
    ||'var recnummer = 0;'||chr(10)
    ||'var dAction = ""; '||chr(10)
    ||'var sel_idx = 0; '||chr(10)
    ||'var cnt = 0; '||chr(10)
    ||'var instance = 0; '||chr(10)
    ||'var slicedName; '||chr(10)
    ||'var slicedButton; '||chr(10)
    ||'var fillData = new Array(); '||chr(10)
    ||'slicedButton = theElement.name.split("."); '||chr(10)
    ||'recnummer = parseInt(slicedButton[3],10); '||chr(10)
    ||'for (var i = 0; i < form.length; i++) '||chr(10)
    ||'{ '||chr(10)
    ||'slicedName = form.elements.name.split("."); '||chr(10)
    ||'tmp = slicedName[2]; '||chr(10)
    ||'instance = parseInt(slicedName[3],10);'||chr(10)
    ||'if (!tmp) '||chr(10)
    ||'continue; '||chr(10)
    ||'objName = tmp; '||chr(10)
    ||'if (objName == fieldName '
    ||l_char_en||l_char_en||' instance == recnummer) '||chr(10)
    ||'{'||chr(10)
    ||'return form.elements[i].value; '||chr(10)
    ||'} '||chr(10)
    ||'} '||chr(10)
    ||'} '||chr(10)
    ||'//-->'||chr(10)
    ||'</script>'||chr(10);
    return l_string;
    end sample_javaScript;
    Grant this to the schema of the form if they are in different schemas.
    In the last sql section (Before Display of the form) you can simply call this function like this.
    htp.p(schemaName.sample_javaScript);This will place java script at the form level.
    You can similarly write what all javascripting you wish to do at the form level instead of
    element level.For firing of Lovs also you can write code in the java script that will do the required action.

  • Sales Analysis with Customer Group Name

    Hi,
    Just want to know whether anyone knows how to add the Customer Group Name in SAP Standard Sales Analysis Report?
    I have tried to add in Sales Analysis layout designer, but the value reflected is not correct. E.g. when my customer group criteria is Retail group, but the report layout printed out is Corporate group.
    In layout designer, my source type = database, table = card groups, column = group name. Thanks.
    Regards,
    MH

    I have checked that Sales Analysis Report by Customer - Monthly and by Invoices - by Individual Display should be ok to bring the right group name based on your selection if you put the new field in the right place. (source type = database, table = card groups, column = group name)
    Where do you create this field? What is your B1 version and PL?
    Thanks,
    Gordon

  • Access Control with Custom Groups

    I am rather new to APEX. I am trying to implement access control/authorization using custom groups (not the built-in View, Edit, and Administrator groups). I did search the discussion forums and the web in general but so far I have come up empty. I was hoping someone could point me into the right direction as to how to get started. Are there stored procedures that need to be customized/implemented? Where do I store the user groups? Can I use the built-in tables or should I create custom security group tables? Those are just some of the questions I am trying to figure out and any help would be much appreciated.
    And BTW, due to client requirements, we are currently using version 3.2. Not sure if there are any significant changes between that version and the latest version.
    Thank you all!
    Mischa

    Custom authentication is fairly easy to set up with your own tables, here is an example
    http://djmein.blogspot.com.au/2007/07/custom-authentication-authorisation.html
    This leads on to authorisation, again using your own tables. You need to look into using authorization schemes
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/sec_authorization.htm#BABEDFGB
    This can simply be queries on your own group tables, which presumably would control membership by username.
    You ask the question about using built-in tables, yet don't want to the built-in administrator groups?
    Plenty of significant changes, but none that should affect you in regard to authentication/authorisation.
    Scott

  • Group Conditoin based on Customer Group

    Hi Experts,
    I have used a Group Condition feature of Pricing. (Group Condition tick mark in Transaction - V/06)
    Now actual use of this Group Condition is somewhat like mentioned below as per the F1 Help.
    "For a group condition to be effective, the items must belong to a group. You can freely define the group to meet the needs of your own organization. The items can, for example, all belong to the same material group."
    Now I want to know that what are the different groups which are considered for applying Group Condition concept.
    I want to apply this Group Condition concept for the line items with the same customer group. (material group can be different for them).
    Is it possible? If yes, how can I set / configure it? If not, is there any other alternative for that (like GrpCond.Routine)?
    Thanks in advance.
    Kind Regards,
    HP

    Hi Krishna,
    Thannks a lot for reply.
    Actually I am aware about VOFM and how to write Routines also. My problem here is that I dont know what Structure or Internal Table should I play with in the Routine.
    For Example if I write a routine for a normal pricing we use fields XKWERT, XKWART or Structure XKOMV with field KWERT, KWART etc.
    So in the same way what should I change or use or update to change the Group Condition Check base?
    Like as in F1 Help, it is mentioned...
    "For a group condition to be effective, the items must belong to a group. You can freely define the group to meet the needs of your own organization. The items can, for example, all belong to the same material group."
    Here if the material group (KONDM) is same, it the group condition will work. That means somewhere I need to replace KONDM by KDGRP in the Routine. Where do I find this and replace KONDM by KDGRP?
    Thanks in advance.
    Kind Regards,
    HP

  • Customized R12 Standard Purchase Order report with custom data and layout

    Hi all,
    We need to customize the seeded Purchase Order report in R12 to add an additional section to include cost data coming from our custom table. The key is that our customized report should be launched instead of the seeded report via various PO forms (e.g. View Document menu option, PO Communications form to email, fax and print PO, etc).
    I manually set up a custom Document Type Layout for the Document "Standard Purchase Order" to use my customized template so my custom layout is shown instead of the R12 layout, but according to Oracle support the report can only draw data from a set of seeded Oracle views like po_headers_xml,po_lines_xml etc.
    Any suggestions how we can add our custom data to PO report in R12?
    Thanks! Mike.

    Hi Mike
    thats a tough one, the PO generation is a bit restrictive to say the least when it comes to customizing. It sounds like you have worked out how to get your own template in there to render the PO.
    On the data front, all I can think of is to customize and replace the seeded PO view with one that incorporates your extra data.
    Or, get into the page customization world and write your own extract and format concurrent program/procedure and then hook it onto the buttons where you want to launch it.
    You might have more luch, response wise from the EBS PO forum.
    Procurement : Procurement
    OAF: OA Framework
    Regards
    Tim

  • Standard Sales Analsis Report with Customer Name and Location

    Hi All,
    Can Anybody provide a custom query for the standard slaes Analysis report which includes Customer Name , Location columns in the Standerd Report. 
    Regards,
    srini

    Hi nick,
    See if anybody has worked on SIS (sales information system) in your team.
    He can help you out to create one info structure , by selecting desired characteristics, key figure with respective update rules. though its require lot of configuration but you can make it without abap development.
    (I couldn"t make it in time to provide you detailed configuration but below given path will take you to the configuration area )
    IMG - LG -Logistick information system -logistick data werhouse- data basis- field catalogue.
    IMG - LG -Logistick information system -logistick data werhouse- data basis -
    infostructure.
    IMG - LG -Logistick information system -logistick data werhouse- data basis - updating - update defination & update rules.
    ( MC18, MC21, MC24,& MC30)this transaction help to create field catelogue, info system, update rule & generation log respectively.
    karnesh

  • Possible to replace a div's scrollbar with custom graphics?

    A blog-like (but not quite blog) site I'm working on requires
    a scrollable
    DIV to display past entries, in an unordered list fashion,
    one entry per
    line.
    The site's layout is dark (at the client's request), meaning
    that the
    scrollbar for the table of contents sticks out like a sore
    thumb on
    everything but IE (which allows us to color said scrollbar).
    Since there's no way of coloring the scrollbar on Firefox or
    Safari, are
    there widgets of any kind that will allow me to "draw" my own
    scrollbar?
    This sounds like something PVII would tackle.
    The div is currently absolutely-positioned, with overflow-y
    on auto and
    overflow-x hidden. But like I said, that white scrollbar is
    just an eyesore
    on this layout.

    "mjs" <[email protected]> wrote in message
    news:g6avn0$ecd$[email protected]..
    > Took a look at PVII's just now... none of the samples in
    the demo fit my
    > needs (like you said, I wouldn't want to stray too far
    from a traditional
    > scroll bar design, which seems to be the only thing this
    widget is
    > lacking).
    Our thing is to use modern scripting to present a custom
    scrolling solution
    that is accessible using mouse or keyboard, and that presents
    all content
    normally when script is not enabled. To make it look like all
    OSs would not
    be possible as it would require us to detect the OS
    (possible) and the
    visual theme/skin being used (not possible). The other thing
    to keep in mind
    is that our widgets are meant to be interface elements in the
    scope of a
    larger plan - not merely to scroll basic content. Consider
    things like news
    feeds, thumbnials, etc. While you can use a scripted scroller
    to scroll main
    content it is usually not advisable.
    That said, using overflow: auto would allow OS controls
    (except of course,
    in Safari Windows).
    > I just want a normal scrollbar, but darker than the
    default. I'm guessing
    > I'll have to come up with my own graphics for it, but
    I'd need to find the
    > code to put behind it.
    Not easy since you don't know what the user's normal
    scrollbar controls look
    like. You can only be sure of duplicating your normal
    scrollbars in a darker
    shade :-)
    Al Sparber - PVII
    http://www.projectseven.com
    Fully Automated Menu Systems | Galleries | Widgets
    http://www.projectseven.com/go/Elevators

  • Replacing standard non-Retina display with Retina display

    Hi, does anyone know if it's theoretically possible to take a standard 13/15inch MacBook Pro's display and replace it with a 13/15 inch Retina display assembly?

    It may possible to physically "replace" it (stick the new one in and try to reattach the wires) but the real question is whether it would actually work afterward. Especially on older MacBooks, the GPU muscle might not be there to drive all the additional pixels, and drive them fast enough.

  • Extending Standard account Fact Sheet with Custom BO fields

    I have created one custom BO with 2 free text fields. The fields are embedded in the standard account screen in a new tab.
    The custom fields have to be available in the account summary fact sheet as well.
    BO Definition:
    [AlternativeKey] element AccountID: apCommonGDT:BusinessPartnerInternalID;
    node Note1[1,1]
      element ID:ID;
      [DependentObject(TextCollection)] node FIELD1;
    node Note2[1,1]
      element ID:ID;
      [DependentObject(TextCollection)] node FIELD2;
    Is it possible to extend the standard fact sheet with these custom BO fields ?

    Hello Surajit,
    If you need a field to store string of big length, you can use LANGUAGEINDEPENDENT_Text. Have you tried that already? This data type doesn't have any length restriction.
    Thanks & Regards,
    Meghna

  • Replacing GTK per-app UI with custom DE?

    Is it possible to integrate apps like Gimp and Inkscape into the desktop? I am thinking of running the apps with minimal setting and having custom icons on the desktop to send commands to the apps. How would I go about implementing this?
    Last edited by vnykanen (2012-11-15 22:09:55)

    [javac] C:\Sun\SDK\domains\domain1\generated\jsp\j2ee-modules\CPIDemo\org\apache\jsp\cpiMain_jsp.java:2053: cannot find symbol
    [javac] symbol : method setPageContext(javax.servlet.jsp.PageContext)
    [javac] location: class cpidemo.wpfRenderer
    [javac] jspxth_cpi_wpf_0.setPageContext(_jspx_page_context);
    [javac] ^
    Assuming cpidemo.wpfRenderer is your class, does it have the method referenced above?

  • CUIC-Total Answered Call in Peripheral Skill Group are different with Skill Group Abandon-Answer

    Hi UCCE/CUIC Expert,
    I have CUIC 9.1(1). Now I am trying to access Cisco Historical Report (Stock).
    When I accessed Peripheral Skill Group Historical All Fields, I found total "Answered" are different when I produced using Skill Group Abandon-Answer Distribution Historical.
    My question is:
    - What kind of call will produce symptom above?
    - Is there any miss step in ICM Script so that CUIC will produce this report?
    Thanks in advance,
    Heribertus

    Hi
    Some, but not all, Half_Hour tables now have an equivalent Interval table. The Half_Hour tables still appear in the database, but are no longer populated. For CUIC only (and not for WebView) the equivalent Interval tables are populated by either half-hour or fifteen-minute data, based on configuration. WebView uses “half-hour views” to pull 30-minute data from the Interval tables.
    While configuring the PG, you will give whether the Reporting interval should for 15 minutes or 30 Minutes, If you have 15 minutes selected then will see 15 minutes Interval in the Agent_Skill_Group_Interval Table.
    Regards,
    Senthil

  • Customer group wise sales report

    can somebody give me a clue as to how to take customer group wise sales report
    thanks

    HI,
    it will not get the sales report with customer group wise in standard SAP.
    in standard you will get the data for the following selection :
    a. Sales Office wise : MC-E
    b. Sales Organization wise : MC+2
    c. Material(Article) wise : MC+Q
    tell me one thing, whether u need the report customer group wise or customer account group wise.
    Regards,
    somu.

  • Customer Group wise report

    Dear all,
    Can any one told me the Standard report with reference to Customer Group wise?
    Plz send me the solution for the same.
    Thanks & Regards,
    PM

    for list of sales docs with customer Group as a filed in the report
    1. VA15 - List of Inquiries
    2. VA25 - List of Quotations
    3. VA05 - List of Sales Orders
    Also you can create your own report  by using t.code: SQVI - ABAP quick viewer by joining one or more tables.
    Important Tables for SAP SD
    Sales and Distribution:
      Table  Description
    Customers  KNA1   General Data
                      KNB1   Customer Master – Co. Code Data (payment method, reconciliation acct)
                      KNB4   Customer Payment History
                      KNB5   Customer Master – Dunning info
                      KNBK   Customer Master Bank Data
                      KNKA   Customer Master Credit Mgmt.
                      KNKK   Customer Master Credit Control Area Data (credit limits)
                      KNVV   Sales Area Data (terms, order probability)
                      KNVI   Customer Master Tax Indicator
                      KNVP   Partner Function key
                      KNVD   Output type
                      KNVS   Customer Master Ship Data
                      KLPA   Customer/Vendor Link
    Sales Documents  
                      VBUK   Header Status and Administrative Data
                      VBAK   Sales Document - Header Data
                      VBKD   Sales Document - Business Data
                      VBUP   Item Status
                      VBAP   Sales Document - Item Data
                      VBPA   Partners
                      VBFA   Document Flow
                      VBEP   Sales Document Schedule Line
                      VBBE   Sales Requirements: Individual Records
    SD Delivery Documents
    LIPS   Delivery Document item data, includes referencing PO
    LIKP   Delivery Document Header data
    Billing Document 
                      VBRK   Billing Document Header
                      VBRP   Billing Document Item
    SD Shipping Unit 
                      VEKP   Shipping Unit Item (Content)
                      VEPO   Shipping Unit Header

  • Customer Groups and Customer Credit Groups

    Hello
      I was going through the documentation for Credit Management, but I was confused on what the difference was between customer groups and customer CREDIT Groups.. both of them sort of have the same definition, then what is the difference ?
    Please help me out.
    Regards,

    Hi Raj,
    For your info :
    The <b>credit group</b> groups together different business transactions which should be dealt with in the same manner with regard to the credit check.
    You enter the credit groups when you configure the sales document types for credit management and define the automatic credit check.
    Default settings
    The following credit groups are contained in the standard SAP R/3 System:
    01 = credit group for sales order
    02 = credit group for delivery
    03 = credit group for goods issue
    Actions
    1. Check whether you can use the credit groups in the standard system.
    2. If you need to create new credit groups, enter an alphanumeric key with two characters and a descripion for the credit group.
    A <b>customer group</b> tells to which a customer can belongs to.
    You specify the customer group for sales data in the customer master record for each sales area.
    The SAP System copies this specification automatically into the sales documents at header and item level. Here, you will find the customer group on the detail screen for general business data.
    Actions
    1. Specify an alphanumeric key which can have up to 2 characters and a description for the customer groups.
    2. Make sure that the customer groups are entered in the customer master records.
    Hope it helps. Pl reward if useful.
    Thanks & Regards
    Sadhu Kishore

Maybe you are looking for

  • PDF error " a drawing error has occured "

    Dear experts , When I send an email  for PO through SAP , I send a PDF document of the PO smart form . But in SOST & also in the emails sent , when i open the PDF document the message " a drawing errro has occured " appears  & the PDF document genera

  • Acrobat 9 Products with Windows XP Media Center 2005

    Hello, I'm wondering if any users are running Acrobat 9 Standard or Pro on Windows XP Media Center 2005. I'm currently annotating pdfs for a client but was leery of purchasing Standard or Pro because Media Center is not mentioned under the System Req

  • Panels in InDesign CS5

    I've suddenly got a problem keeping panels open. For example, I've got the paragraph styles panel open but as soon as I select text to apply the style to the panel closes. I've got to open the panel again to apply the style. When I click in the docum

  • DNG and MESZ timestamp / sony A100 RAW conversion

    Hello, i have a question regarding the timestamp within the EXIF metadata after the RAW to DNG conversion for my A100 pictures. Today I have seen that the timestamp betwen the RAW original file and the converted DNG file differs about 3 hours. I can'

  • After installing on pc the interface is all greyed out and appears non responsive

    How to download and install icloud on PC correctly