Blocking T-Code in BW

How do  I create an authorisation where I can block members of the BW team from T-Code RSKC ?

Hi Chris,
You do that by creating a role in transaction PFCG. You should create a role that allows the usage of every transaction but RSKC.
You cannot create a role that only blocks that transaction.
One question: why do you want to block that transaction???
Hope this helps.
Regards,
Diego
Edited by: Diego Lombardini on May 6, 2008 1:34 PM

Similar Messages

  • Atomic block of code in SwingWorker thread?

    Hi,
    I am coding a Swing application. It has a SwingWorker thread that can be interrupted by a Progress bar.
    Inside the worker thread, there are a few lines of code (not a method) that should be executed all or none. In another word,
    if the thread runs in the middle of this block, the thread must finish this block. How can this be accomplished? This block of code has nothing to do with database read/write. The reason for the block of code being atomic is that I need to make sure of data consistency. There are no other thread except for
    the main thread(event-dispatch thread) and the worker thread.
    Thanks a lot!
    David

    You need to synchronize your atomic block and the code to interrupt the thread on the same object.

  • [Problem reading a file in a static block of code]

    Hi all,
    I'm trying to use a static block of code in an abstract class (let's say for initialisation). In this block I'm trying to read some lines of text from a file, and some FileNotFoundException are thrown,
    java.io.FileNotFoundException: file:/home/tom/workspace/cryptanalysis/data/keys (No such file or directory)
    java.io.FileNotFoundException: file:/home/tom/workspace/cryptanalysis/data/french_words (No such file or directory)
    but all the paths are valid and the files exist as you can see:
    tom@javahouse ~ $ ll /home/tom/workspace/cryptanalysis/data/
    total 24K
    -rw-r--r-- 1 tom users 151 jan 3 23:26 french_frequences
    -rw-r--r-- 1 tom users 2,0K jan 4 17:21 french_texts
    -rw-r--r-- 1 tom users 11K jan 4 17:16 french_words
    -rw-r--r-- 1 tom users 159 jan 4 17:21 keys
    tom@javahouse ~ $ cat /home/tom/workspace/cryptanalysis/data/french_words
    LE
    DE
    UN
    ETRE
    ET
    A
    IL
    AVOIR
    NE
    JE
    SON
    QUE
    SE
    QUI
    CE
    DANS
    I really don't understand why those exceptions are thrown, if somebody
    could help it would be very nice. (It is for a crypto school project)
    Thanks in advance. (Sorry for my english 'cause I'm french)
    Here is a code snippet :
    // Path to this class:
    // /home/tom/workspace/cryptanalysis/utils/TextUtils.java
    public abstract class TextUtils {
         private static String PATH;
         public static String[] KEYS;
         public static String[] WORDS;
         public static String[] PLAINTEXTS;
         public static float[] FREQUENCES;
          * Init KEYS, WORDS, PLAINTEXTS, FREQUENCES, and PATH,
          * with the files in the data folder.
         static {
              String line;
              PATH = TextUtils.class.getResource("../data/").toString();
              System.out.println(PATH);
              // When PATH is printed, it looks like this /home/tom/workspace/cryptanalysis/data/
              KEYS = FileUtils.readFileContent(PATH + "keys"); // Here is the first exception
              WORDS = FileUtils.readFileContent(PATH + "french_words");// Here is the second
              PLAINTEXTS = FileUtils.readFileContent(PATH + "french_texts");// Here is the third
              FREQUENCES = new float['['];
              try {
                   BufferedReader reader = new BufferedReader(new FileReader(PATH + "french_frequences"));// And the fourth
                   while(null != (line = reader.readLine()))
                        FREQUENCES[line.charAt(0)] += Float.parseFloat(line.substring(1));
              } catch (Exception e) {e.printStackTrace();}
    // Path to this class:
    // /home/tom/workspace/cryptanalysis/utils/FileUtils.java
    public abstract class FileUtils {
          * Read the content of the file denoted by the given path and
          * return an array of Strings containing each line.
          * @param path
          * @return an array containing all the lines from the file
         public static String[] readFileContent(String path) {
              try {
                   String line;
                   Vector container = new Vector(100, 100);
                   System.out.println(path);
                   BufferedReader reader = new BufferedReader(new FileReader(path));
                   while(null != (line = reader.readLine()))
                        container.add(line);
                   return (String[])container.toArray(new String[container.size()]);
              }catch(Exception e) {e.printStackTrace();return null;}
         ....

    vous �tes le type bienvenu
    (thats bablefish for "you're welcome dude")Wow! That means "vous �tes bienvenu" means "You are welcome here" (i.e., "welcome at the forum", or whatever), not the proper answer to "Thank you".
    The shortest form of "You're welcome" in the sense you intended it is "De rien". [literally, "of nothing"--so it would be something like if you said in English, "It was nothing."]

  • Firefox keeps blocking my ability to read emails using chtah. It doesn't start like this but it eventually blocks the code. this interferes with my email.

    Firefox blocks the code CHTAH, which is used by many of my email contacts to load pictures. This is not something that happens right away but over time. I need to delete Firefox and all saved information and reload the software in order to read my email. This has happened with several versions of Firefox and several versions of antivirus products.

    Reset the zoom level for each of those websites. <br />
    See this: https://support.mozilla.com/en-US/kb/Page+Zoom
    If you hold the Ctrl key and use the scroll wheel to move down the page, you will changed the zoom level of that domain.
    The Firefox [https://support.mozilla.com/en-US/kb/Page+Zoom Page Zoom] feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox, as with some other browsers.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • Siri make calls even when Iphone is blocked by code...

    I have discover a situation using Siri: when Iphone is blocked by code, if you pres the main button to activare Siri, she is activated and you can ask to make a phone call and she is doing. Normaly she has to ask for unblock code like for photos....

    Well that was a bust.  He was very polite and searched their databases for about five minutes (before taking my credit card info).  He came back and said there are a lot of incidents that mention this problem, but there were no solutions.  He apologized and said there does not appear to be a solution.  He suggested it might be corrected in a future update.  I'll keep looking and let you know if I find anything.

  • How to block material code

    hello all ,
    i want to know about how to block or delete material code .

    Hi,
    Am adding up..
    You can set the material status by using  this path
    IMG Path: Logistics General -> Material Master -> Settings for Key Fields -> Define Material Statuses.
    Please refer the below link...
    block material code
    Thanks.

  • Block T-code

    Hi all,
    How block T-Code authorization.
    Advance thanks
    BR
    Jack

    Dear,
    Which T .Code you wnat to block?
    You want to block the user authorisation for T.Code then  you can do through PFCG T-code. In PFCG authorization tab we neeed to maintain .
    SU21 - Authorization object.
    Please check this link,
    [T-Code authorization|Authorization Code]
    Regards,
    R.Brahmankar

  • What this block of codes of C output? thanks

    What is the output of this block of codes of C? what about short-circuit true of C
    when the user enter 5? i dont have C o r C++ so can anyone help me out, thanks.
    int fun (int *x ) { return (*x)++; }
    int main() {
    int a;
    a = 0;
    printf("%d\n",a); /* prints the integer a, with newline to the screen */
    scanf("%d",&a); /* scans an integer from the user into a */
    if ( (a>0) && fun(&a) ) printf("%d",a); /* prints the integer a conditionally */
    printf("%d\n",a);

    What is the output of this block of codes of C? what
    about short-circuit true of C
    when the user enter 5? i dont have C o r C++ so can
    anyone help me out, thanks.
    int fun (int *x ) { return (*x)++; }
    int main() {
    int a;
    a = 0;
    printf("%d\n",a); /* prints the integer a, with
    h newline to the screen */
    scanf("%d",&a); /* scans an integer from the user
    r into a */
    if ( (a>0) && fun(&a) ) printf("%d",a); /* prints
    s the integer a conditionally */
    printf("%d\n",a);
    }why would 5 cause a short-circuit?

  • List of Blocked BP Code

    How can I run a query in the system that shows me a list of BP which BP Code is blocked/disable ( in other words a list of BP that I'm not allowed to change the BP Code )

    Hi Cesar,
    I'm not sure what you are asking. The UI does not allow you to change a BP Code once it has been set (you can delete it if no transactions exist for the BP but you cannot change it directly). To see a list of BP codes that have already been used you can do a lookup in the BP Master window or run a query in the Query Generator like the following:
    select CardCode, CardName from OCRD order by CardCode
    Kind Regards,
    Owen

  • Need to be able to block area codes or allow only from specific ones

    One of my numbers is receiving calls from several soliciters from Oregon, and all are robo dialing applications that you cannot ask to be removed from.  Since, I don't know anyone from Oregon, I would like to block the whole area code.
    I am also on the do not call list, which apparently does not work.  And this is a wireless phone number being solicited.
    I consider this is a serious privacy issue. 
    Entering numbers one at a time will not work, and I'm afraid the default limits of 90 days and 10 callers is poor customer service on Verizon's behalf.  I know, I can double that number for a mere 4.99 a month (sarcasm).  Seems like Verizon is profiting off illegal phone scams if you ask me.

    What is it with phone companies? Since the days of Ma Bell and AT&T they have consistantly the very worse in customer service.
    Your request to block an entire area code is exactly what is needed to stop all these telemarketing calls from scum who refuse to honor the do not call list. I am computer programmer, it would be very easy to accomplish a block such as this yet Verizon does not seem to offer this.
    I get up to  3 a day sometimes from area code 503 on either credit card rates or home security. I am tempted to claim to want the home security product just to get one of them at my door and let them see my .357 home security system while I call the police.
    This is harassment pure and simple yet the phone companies seem to keep selling lines to these vermin and ignoring those of us paying exorbitant monthly fees.

  • Html block of code into jsp page.

    Is there possible, using JSF and tiles, to include dynamically a block of html code into a jsp file, or tile ?
    I've tried to create an html file and to include it in a jsp, but at runtime the contents of the html code is not refreshed.
    Any ideas ?
    Maybe using a custom component that acts like a div container for the html code ?
    Thanks in advance.
    Edited by: veveu on Mar 4, 2008 7:18 AM

    I thought about including it in an outputText tag but i never tried it because the output text shouldn't be rendered as html code (by definition).
    Thank you for your brilliant solution, it works fine now.

  • Syncronized block of code

    Hello there ...
    Regarding of this topic. I've read that syncronized blocks helps to improve methods perfomance, but what I didn't understand was what do you pass to the sincronized line:
    public void method(){
              System.out.println("Not syncronized..");
    syncronized(this)//what is this?
          System.out.println("this is sincronized");
    }It supossed to pass a reference of the object?
    thanks in advance... any comment it's well recieved.
    vanhalt

    vanhalt wrote:
    Hello there.
    Thanks for replies. Your link was very useful... But now I didn't understand this piece of code:
    public void method(){
    syncronized(objReferenceA){
    //use non-shared resources
    syncronized(objReferenceB){
    }regarding this piece of code it's supposed that I'm obtaining the locks for the objA and objB ? ... Yes. Note that this particular code is only taking one lock at a time. It gets lock A, then releases it, then does some work, then gets lock B then releases it.
    and what happens with the lines of code that are not sincronized ? I mean other threads can access it ?..When a thread comes to one of those blocks, it will have to stop and wait if some other thread already has the lock that it's trying to obtain. If the two threads are obtaining two different locks (for example if their objReferenceA variables point to different objects) then both can execute concurrently.

  • Control display/edit mode of an Assignment Block through code

    Hi all,
    Requirement : If status in Opportunity is XYZ (BT111H_OPPT/Details - BTStatus/Struct.Act_Status), I need to show items Assignment block((BT111H_OPPT/ItemsList) in display mode. When user tries to go into edit mode, display error saying - "With XYZ status, items are not editable."
    Observations so far :  In "BT111H_OPPT/OpportunityOVViewSet", method set_view_group_context involves interface "IF_BSP_WD_VIEW_GROUP_CONTEXT" that has methods SET_VIEW_EDITABLE etc., But there is no method to change to display mode. CL_BSP_WD_VIEW_GROUP_CONTEXT uses this interface and has a subclass CL_CRM_WFD_VIEWGRP_CTXT. This subclass has the method SET_VIEW_DISPLAY_MODE.
    Question : How to access this method SET_VIEW_DISPLAY_MODE in my requirement? I tried to use the code from this method in my logic, but since attribute 'EDITABLE_VIEWS_TAB' is protected, I'm not able to do anything. Also is there any other way to get solution for my requirement.
    Thanks in advance,
    Vinoth

    HI Vinoth,
    if that method is not accessible then try with the below logic.
    In the item , fetch the required status(gv_status) which you required .
    THen in the item assignment block view, HTM..
    check for the diaplpy mode. and store the value in a llocal variable.
    lv_disaply_mode = controller->view_group_context->is_view_in_display_mode( controller ) .
    if controller->gv_status = 'XYZ'.
    lv_display_mode = abap_true.
    endif
    then pass this lv_display_mode varaible to the configtable display mode Attribute.
    <chtmlb:configTable id                    = "Table"
                          displayMode           = "<%= lv_displaymode %>"
    Hope this will help..
    Thanks
    Sudhansu

  • Add new fields to coding block-transaction code-OXK3

    Hi Friends
    I need below clarification in addition of new fields to Coding block from transaction code- OXK3.
    1) Which approach is adivsable either EXPERT MODE or BASIC MODE.
    2) In Expert mode access key will be required to add field manually into BSEG table.
    In Basic mode approach do we need access key?
    I found below statement from SAP HELP during BASIC MODE, correction number is TR number does repair number say as access key for table BSEG.
    SAP HELP STATEMENT- In the production run, you are asked to enter a correction number and a repair number for table BSEG. Both specifications must be contained in the same transport request in order to import the enhancement correctly into the EDI subsystem.
    Thanks & Regards
    Lavanya

    i got solution

  • Storing the Variance Block Reason Code in the Parked Invoice Document

    Folks,
    When I perform parking an incoming invoice (MIR7 or MIRO), system checks for price variance and issues the message. When I save the document, block reasons are not stored at Parked document level. Only when I post the document, the reason code 'R' is stored in the document.
    Is there a way to get the Block reason in the parked document?
    Thanks in advance. Murali

    I am still researching this issue. Let me know if there are any options or ideas.
    Thanks.

  • DAQ Assist to block diagram code

    Hi,
    I am fairly new to NI Signal Express.
    I am using the NI 9214 for thermocouples and I have sucessfully communicated with the NI using DAQ assistant.
    It generated the code below.
    How can i have more control of my VI?
    I want to be able to turn on and off my CHANNELS
    i want to have graphs, etc.
    can i expland the DAQ ASSISTANT ICON to something with more control?
    thanks in advance. 
    Solved!
    Go to Solution.
    Attachments:
    TCs.vi ‏102 KB

    Oh, you already opened it.  
    Well we don't know what you want to do.  Since you have a real VI to work with YOU need to decide how you want to enhance it.  I would start with changing some of the constants on the block diagrams to controls.  You can drop a chart on your front panel and wire DAQ out data right to it.  If you get stuck, be specific about your goals and post your newly opened VI.
    EDIT:  BTW, if you want more help I suggest you use File > Save for Previous Version... and make it a 2013 or 2012.  Many of us who could help out still haven't upgraded to 2014.    I saw that you wanted channel control and graphs but I can't open your code.  
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

Maybe you are looking for

  • Why can't I download Adobe Camera Raw 8.5?

    When the download is almost finished, I get the attached error message: "Update Failed. Update could not be applied." Here's the error code: Error Code: U44M1P7 This has happened three times in a row. I'm on a MacBook Pro running OS X 10.9.3 Any sugg

  • Ship to address changed in already invoiced orders

    Hello SAP Experts, Is there a way to prevent customer (ship to) address change in already invoiced sales orders while changing ship to address in XD02? Since the address pointing to ADRC table, everytime we make changes in XD02, it is reflecting in a

  • South African Local Charge Rates to 087

    Howdy, Can't seem to find anythng specific on the Skype website regarding call rates to 087 numbers in South Africa. I'm in South Africa and just took out a monthly x minute subscription for local landline calls. However, when I call my daugthers sch

  • Authorization Scheme vs. "Authorization Scheme"

    Hi, I've just completed building four Authorization Schemes for my app; is_admin, is_pm, is_user, is_read mapping to my concept of roles for admin, pm, user and read-only. Pretty self-explanatory and I set them up across my app so they could perform

  • Making rooms for a multiplayer game

    Hi all, I 'm working on a first facebook game using Cirrus & P2P, I'm wondering if there is a way to create multiple rooms so the user can choose to join a specified group and play with other users or create his own group. I think that it can be done