Doubt on User default

Hi All,
I have tried to understand and replicate the screenshots at User Defaults - GRC 10.0 , but could not understand Loop and Ruleset.
- Function USER_DEFAULT_FUNCTION is calling Ruleset,and Ruleset has the operation " Change USER_DEFAULT_ID after processing expression LOOP_CONNECTOR_ITEMS.
So, could you say to which value will USER_DEFAULT_ID be changed to, and what is meant by "after processing expression LOOP_CONNECTOR_ITEMS. "
- I could not understand the logic of the loop.
- Also George's screenshots are not in sequence. He first adds condition 'then'. why not 'if'
Could you please suggest, as i have to review a User default setting.
regards
Plaban

Hi Plaban,
Since SYSTEM is not available under Request Header attributes, rather it is available as Role Attributes which are called as line-item fields while calling the BRF Rule. So, in such cases LOOP is a suggested solution, rather than using the Decision Table directly. Though within the LOOP, you can still call the Decision Table or implement IF/ELSE conditions.
So, basically we have created a BRF+ rule for user defaults which will return User Default ID after looping through decision table entries based on SYSTEM as usually each SYSTEM will have different User Default ID.
Regards,
Madhu.

Similar Messages

  • How to set user defaults in GRC 10.0

    Dear Experts,
    we are trying to maintain the user default parameters for access request, so that the user default parameters can be provisioned with the access request.
    we've found the note 1615552, but when we following the guide and copy the BRF Function id (80E0ED08B0561DDFA5ADCADA787E1EDA) of "User Defaults" to BRFplus->open object, it shows always "Not a valid BRFplus ID" .
    Can someone advice, how can I find out the right BRFplus ID for user default function or I have to create it by myself??
    Thanks a lot!
    Best Regards,
    Ying

    Hi Ying,
    You have to create first the applications, Functions and rules etc in TA: brfplus and the the Application ID of the function has to be associated to the application id i.e. user defaults and MSMP workflow in the customizing activity:-
    Governance, Risk and Compliance->Access Control->Maintain AC Applications and BRFplus Function Mapping
    I hope this clarifies your doubt.
    Best regards,
    Jatin

  • Web Dynpro SRM 7.0 - Access Shopping Cart One Screen User Default Settings

    Hi all,
    In my current project I have a requirement which includes to validate the user default values on shop on one screen functionality, my question is, how can I access to this information? In web dynpro there's no reference to this information and in addition is not stored in the database as is only "available" during the current Shopping Cart creation.
    Many Thanks in Advance,
    Sara.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Doubt in user exit for transaction MM03

    Hi Friends,
        I have a doubt in user-exits. I have to add a button in MM03 which when clicked should open a particular URL taking material no. as the parameter.I have got the function for opening the URL, I just want to know which user exit should I be calling and in what way?Can anyone please give me step by step procedure as I am new in user exits.Thanks in advance....

    VA01 is a dialog program.  The use of WRITE statements in dialog program is really not done.
    You will need output your values to existing screen fields or create new ones in SE51.
    Sounds like you might want to review dialog prog in general.
    Also - the TABLES statement is for database tables.  It has nothing to do with internal tables.

  • Storing user defaults of Web Dynpro application on portal

    Hi folks,
    I am trying to develop Web Dynpro application that runs in an iView on a portal. I would like to remember certain user defaults for this application (e.g., user default plant). User also has control over this value, so whenever they change it, the value should be update on a backend as well.
    My first thought was to use PCD, but I am not sure how to do that - all the code examples for I found for PCD looked like they were created for portal application, not Web Dynpro ones.
    Anybody here actually done anything similar?
    Edited by: Alexei Isaev on Jan 29, 2008 8:20 PM

    Hi Alexei,
    If you need to store default values for a portal application, you may consider your development in Web Dynpro for ABAP.  I have not come across application level personalisation yet in Web Dynpro for Java, unless someone else can throw some light here.
    Regards,
    Subramanian V.

  • Report layout with User default and gobal default

    hi,
    any authorization to control report layout, only some user ID can use "user default" layout, and part of user available to set the layout as default
    thanks

    Is is a custom-developed ALV report or an SAP-supplied one?
    If if is custom-developed, you can register the following user-commands
    &AVE - Save layout
    &OL0 - Change layout
    &OAD - Select layout
    in parameter IT_EVENT_EXIT  of REUSE_ALV_LIST_DISPLAY.  When these user-commands are triggered, control passes to the user command routine in your callback program.  In the callback routine, you can implement authorization/security checks.
    Also look at parameters IS_VARIANT and I_SAVE to control use of variants.,
    If it is an SAP-supplied program, try using the auth-object mentioned in my earlier post.

  • Formatting a date according with user settings (user defaults)

    Hi All,
    I need to format a date I receive via JS in YYYYMMDD format according with user defaults <b>without</b> server side action (I know, this is not a good issue, but they want it).
    My solution is to write a JS function (there are a lot of it on WWW) which accepts two strings and formats the first according to the second, something like:
    userFormattedDate = formatDate('20060613','DD.MM.YYYY');
    paying attention to generate 'DD.MM.YYYY' string on server side, according to user settings.
    But if this isn't a weblog, where is the question? :-D
    The question is: is there a JS function (in DatePicker or dateNavigator BSP) provided by standard libraries which serves similar functionality?
    Does exist a JS public standard library?
    Thanks.
    Dany

    Hi Durairaj,
    Tags <% %> are for server side actions.
    The question is about obtaining the same effect, but client side.
    Thanks.
    Dany

  • User Defaults - GRC 10

    Hi All,
    We are on GRC SP13.
    I have configured User Defaults.
    My Decision table has Request Type and User Default ID entries and User defaults are correctly getting updated in the target system based on the connector tagged to User Default ID.
    My scenario:
    New Account Request Type - User selected ECC role and it has mapped BW roles.
    Now User defaults work only for ECC and not BW
    Hence I have tried changing my BRF+ decision table with Connector and Role Connector both, when i include any of these User defaults itself not working.
    Anyone faced the same issue?
    If I have Connector or Role connector in BRF+ decision table, User Defaults don't work
    Already applied SAP note 2020712 - UAM: User group not provisioned after approval
    Regards,
    Sai.

    Hi Sai,
    Could you please check and confirm if you have user defaults action from the request type..?
    As highlighted in the note "you are using "System" as one of the fields in setting the conditions for User Defaults, then try using the option for Implementing a LOOP in your BRF Rule. This might be needed since "System" field is not available under Request Header attributes, rather it is available as Role Attributes which are called as line-item fields while calling the BRF Rule. So, in such cases LOOP is a suggested solution, rather than using the Decision Table directly. Though within the LOOP, you can still call the Decision Table or implement IF/ELSE conditions."
    Better paste some of the snap shots from your BRF+ configurations.
    If you are sure enough that your config is on right track then raising this concern with SAP might be an option.
    Regards,
    Ameet

  • User Defaults - Not saved

    Hi All,
    We are working on SPM 2.1, SP5. Our end users are having a issue while saving the user defaults and the changes are not getting reflected post saving.
    This issue doesnt seem like webservice as I could do it using my ID, i feel it is more of authorization issue.
    We have following roles assigned to the end user.
    SAP_XA_BASIC
    SAP_XA_USER
    Let me know if we are missing any roles for the user.
    Regards,
    Sampat Desai

    Hi Sampat,
    Am not sure if "User Default settings" has anything to do the authorizations.
    Try reducing connection life time in visual admin to around 300-500 sec.
    Regards,
    Deeraj Shetty

  • How to convert internal date to the format of user default setting

    In the BDC program, I need to convert the date, such as the sy-datum 20070427, to the format of user default that is defined in T-code SU01, such as YYYY-MM-DD or YYYY.MM.DD, and so on.
    The user format has 6 six kinds, and it is not good idea to write the code to process. So I look for the functions or CLASS method to process. I can use the function 'ITS_GET_USER_DEFAULTS' to get the user default setting of the Date format and Decimal notation.The problem is that I can not find the function or CLASS method to convert the internal date to user's date format.
    The function: CONVERT_DATE_TO_INTERNAL can not do it.
    The CLASS method: cl_abap_datfm=>conv_date_int_to_ext may be do it. But I do know how exchange the parameters, and fail to make it work finely.
    Is there the functions or CLASS method to process it?
    Thanks a lot!

    Hi John,
    create a veriable :
    data: v_date type char10.
    then after getting the date in YYYYMMDD format, write the following statement.
    WRITE SY-DATUM TO V_DATE.
    this might solve your problem.
    Regards,
    Hemant.

  • User Default Setting in CO11N

    Hi,
    In the Goods movements screen of CO11N, is there some sort of a user default setting where the layout can be customized based on user preference?
    Actually, I just have a problem with the material description because it's quite far from the material number.
    It's tedious to always drag the description beside the material number everytime I branch out to the Goods movements screen.
    Thanks in advance!
    Best Regards,
    Armie

    Armie,
    In the goods movement screen drag the material description as required and also arrange the other fields as required by you. Now scroll fully to the right side of the screen, there you would find a layout button click on that and save the layout as shown in the screen shot in the link...
    http://picasaweb.google.com/prasobh.sap.pp/Demo#slideshow/5345357547508821890
    Regards,
    Prasobh

  • User Default Mappings attribute "role" with condition "OR"

    Hello,
    we are using GRC 5.3 SP 8.1.
    User default mappings with more than one "role" attribute and the condition "OR" don't seem to work. After provisioning no user parameters have changed in backend system. When I configure only one "role" with the condition "AND" everything works fine, request types are the same.
    Any suggestions?
    Thanks,
    Manuel

    Hallo Sirish,
    thanks for this helpful answer.
    In the note it says: "After upgrade from 5.2 to 5.3 SP08.1, the user defaults were not provisioned."
    So this error only occurs when upgraded from 5.2 to 5.3 SP8.1 or is it a gnerally bug in SP 8.1?
    I configured some new conditions in our test system and it worked. So in my opinion only the old configured user default mappings don't work because of the upgrade (???). I'm a little bit confused...
    Regards,
    Manuel Kunkel

  • Deleting User Defaults (10.7 and 10.9)

    Hey folks -
    I have an application which looks for user defaults upon launch.  If the defaults don't exist, the application goes through a first-time launch.  If the defaults do exist, the application loads the user default settings.  Here is the issue:
    On 10.7, if I navigate to ~/Library/Preferences/ and delete the .plist file associated with my application user defaults ("com.application.abc.plist"), the application will recognize a first-time launch.  However, on 10.9, deleting the .plist is not sufficient.  In order for the application to recognize a first-time launch, I need to first open Terminal and run: "defaults delete com.application.abc" (notice this is the domain and not the .plist file).
    The weird thing is, after I delete the .plist file, running the command to delete the domain actually fails:
    2014-01-08 09:47:37.536 defaults[44170:707]
    Domain (com.application.abc) not found.
    Defaults have not been changed.
    But it is still a required step in order for my application to recognize a first-time launch.  My question is - what has changed in defaults from 10.7 and 10.9.  The man page reveals nothing that I can see.  Is the domain being cached somewhere?  Is there a command that I can run to delete/reset the cache?  I'd be happy to post any additional information, just let me know.

    r_s_h wrote:
    @etresoft: Could you explain that last command a bit?  It looks like it resets the user defaults but I can't find any more information.
    It kills the cfprefsd process that maintains those preferences. That process should immediately get respawned and read preference values from whatever is in the plist files. Logging out and logging back in is probably going to be more reliable.
    These days I have gone to maintaining a separate partition just for developer activities. It doesn't necessarily help anything but I feel better knowing whatever I have done is less likely to go scramble my personal data that is sitting in an unmounted partition.

  • User default format in printing inventory list

    Hi experts,
    I have a question about the user default print format.
    When I try to print out a output for inventory list, the print format turn to be a format that I donu2019t want to use, I have to change the format manually everytime. Is there any method that I can set the user default print format for a specific output?
    Thanks,
    Nadali

    The SAP form is INVENT
    But you can create your own form.
    You need to assign your own form to RM07IDRU in OMBU
    Then you can use MI21 to print you own physical inventory document

  • User Defaults for CUP

    Hello Experts,
    I was wondering as to how to display User defaults for all users in their request page i.e.so that they can make changes as needed for their id.
    I tried following pg 176-182 in config guide but it is not showing anything in any user requests.
    Thanks

    Hello Experts,
    I was wondering if users can actually change defaults in user request or can they change it using SU3.
    As when i configured the user defaults,my assumption is that whenever a user is created he/she will receive the defaults defined per system for her account.
    Also what use does the User default system do(my assumption is that the system defined here will be populated automatically for all user requests ...correct me if i am wrong)
    Thanks

Maybe you are looking for

  • Contacts There But Not There/Mobile Me

    Prior to my updating to 2.0.1 today I noticed my contacts are screwed up. The favorites list numbers but are not connected to my contacts. In my Contacts it shows names but no info at all. It will not Sync with my computer since I have Mobile Me. Any

  • My iPhone 3Gs, cannot switch on and detect by iTunes after plug in USB

    Hi, I am facing a problem, the scenarios as i connect my iphone using my MBP, than it alert me with updating IOS, from my current version IOS 6 to IOS 6.1.2. After a series of downloading the update from iTunes, the phone restarted as normal process,

  • Coverart in finder not showing

    Hi, I've recently been organizing my music collection and adding coverart to most of my mp3's. Problem is that some coverart doesn't show up in the finder (it does in Itunes and id3taggers). I found several topics on this already but never found some

  • Adobe PE6 and making web pages

    Is there a faster way to make the downloading of the graphics for the webpages you create in 6? I am using the one where it slides down to the left and a Photo comes to the screen and you use the left and right arrows to navigate.

  • Property not Writable on type exception

    I found another post about this problem but the reply was Sorry, I have solved the problem. I am using JBoss 4.2.1.GA, Facelets and jboss-seam-CVS.2007-09-17_01-34-40. I am trying to do this.      <h:form>           <h:panelGrid id="lpg_01" binding="