Removal of non used autho object from SAP_ALL

Hi All,
I am having problem to delete the un used authorized object from SAP_ALL..
I have removed the Authorized object  for Y_VAL_TYPE.  I have deleted the profiles that use Y_VAL_TYPE except for SAP_ALL (it still thinks the others are still there not sure why.....I have not given up, but)
When I looked at Y_VAL_TYPE in RSSM doing the where used, I get the following print out.  I do not know enough about to say for sure that we should not delete Y_VAL_TYPE.  What does this tell you?  To me it looks like the ZAVAL_TYPE and Y_VAL_TYPE are linked.  I have deleted the RSR_00000001 & RSR_00000001.  Then recreated, because I could not get them out of SAP_ALL,  So they exist now with no authorization objects attached.   Any guidance, words of wisdom are greatly appreciate...
+
        0VAL_TYPE      <F> Valuation type
            ZAVAL_TYPE     <O> Authorization on 0VAL_TYPE
            Y_VAL_TYPE     <O> authorization on 0Val_type
                RSR_00000002   <A> Authorization for: Object Y_VAL_TYPE User CHOWN2
                RSR_00000001   <A> Authorization for: Object Y_VAL_TYPE User BHUJRK
                &_SAP_ALL      <A> Generated authorization for profile SAP_ALL
Can anybody help me out on this..i have to delete 0VAL_TYPE Authorized object .ZAVAL_TYPE Authorized object is being used i do not want to delete it.
Thanks in advance.
karuna

Hi Karuna,
Didnt really understand what your exact issue is?
Vicky

Similar Messages

  • Use javabean object from jsp file

    I try to use JDBC to open database, find my record and initiate and return a static object of javabean class. In my jsp file, I try to use this object, but it is null. My directory is C:/tomcat/webapps/myapp/web-inf/classes/bean. A "jsp" folder is under "myapp" directory. I put jsp file in "jsp" and bean class in "bean".
    Is there some one can give me some suggestions?
    thank you!
    Qiang

    I assume that the constructor for your object is inside the static method.
    If the static method returns null, then the object is not being constructed.
    There is nothing wrong with the JSP.
    Thus the best place to look will be inside the static method. Use tracers like System.out.println() and printStackTrace() and I am sure u will find the problem.
    One thing was not very clear to me. If u construct your object within the static method, there must be some reason for that. Since you are using parameters, this does not look like a singleton. Rather I think it is one object per input combinations you have provided. It is interesting as I have never seen this kind of code before(Except session EJB) It will be a nice learning experience if you post some documents regarding your design.
    Shubhrajit

  • How to use common object from two tables with out join.

    HI,
    I have two tables called A & B In A table i have the following objects
    1.weekend
    2.S1(measure)
    3.S2(measure)
    4.S3(measure)
    5.S4(measure)
    And In B table i have followning columns
    1.week end
    2.p1(measure)
    3.p2(measure)
    4.p3(measure)
    5.p4(measure)
    Now in universe i created all the measure objects i.e.s1,s2,s3,s4,p1,p2,p3,p4 A.weekend,B.weekend.
    instead of using week end two times i wnt to use only once because this is common in both table.
    if i use join between these tables i am getting values fine
    But With out join is there any thing to do in universe level to create common objects to use from both the tables..I tried using aggregate awareness but while reporting it is taking as two SQL.which is not synchronized.
    Please help me on this ...

    hi,
    Although  Weekend column is present in both tables, by creating a single Object in Universe, Universe can identify relationship with only table referenced in Object Creation.
    So, there will be no identification of relationship with other table measures.
    Obviously, you need to create 2 Weekend objects in Universe (in two classes).
    Case 1: You need not join these two tables in Universe. When you create 2 Queries in WEBI, automatcially Weekend objects are synchronized (if both are of same datatype)
    Case 2: If you join these two tables in Universe, Obviously,
    your SQL may contain Weekend from Table1, measures from Table 2
    or
    your SQL may contain Weekend from Table2, measures from Table 1
    Finally, You need to create 2 objects in Universe. But your query may contain a single Object based on Case 2.
    Regards,
    Vamsee

  • How do I remove an non-existent AFP mount from user's Home listing?

    Hello.
    I was testing setting up a user with a Network Home Folder and everything was working fine until the external drive that was housing the Share Point (automountable, set to be used for user home folders) went down and became corrupt. As this drive was just being used for testing purposes, there was no backup and it wasn't a big deal (or so I thought). My problem now though — I have a "ghost" entry in the Workgroup Manager/Accounts/User (any user)/Home listing for the afp network home mount. If I select it, the option to remove it is grayed out, so I have no way to remove it from the listing.
    Does anyone know how I can remove it from the listed? I've tried mounting a new drive, naming it the same as the old drive, and creating the Share Point again in the hopes that it would "relink". But, that didn't seem to work and I still can't remove it from the listing.
    I'm hoping there's something I can edit somewhere that'll make Workgroup Manager "forget" this afp mount?
    Any advice would be appreciated!
    Thanks,
    Kristin.

    OK, I sorted this out.
    First step is to recreate the folders and Share Points exactly as per the originals. Then, Instead of disabling auto-mount and unsharing all in one go, break it up into two steps as follow:
    - disbaled auto-mount and clicked save
    - unshared and clicked save
    Doing it as a single step (ie. disbaled auto-mount, unshare and save) doesn't work. You need to do it in two separate steps (disable auto-mount & save + unshare & save). I don't know if this is just something weird with my install or what, but it totally solved the problem, and now the AFP ghosts are all gone.
    Thanks,
    Kristin.

  • Performance issue in Webi rep when using custom object from SAP BW univ

    Hi All,
    I had to design a report that runs for the previous day and hence we had created a custom object which ranks the dates and then a pre-defined filter which picks the date with highest rank.
    the definition for the rank variable(in universe) is as follows:
    <expression>Rank([0CALDAY].Currentmember,  Order([0CALDAY].Currentmember.Level.Members ,Rank([0CALDAY].Currentmember,[0CALDAY].Currentmember.Level.Members), BDESC))</expression>
    Now to the issue I am currently facing,
    The report works fine when we ran it on a test environment ie :with small amount of data.
    Our production environment has millions of rows of data and when I run the report with filter it just hangs.I think this is because it tries to rank all the dates(to find the max date) and thus resulting in a huge performance issue.
    Can someone suggest how this performance issue can be overcome?
    I work on BO XI3.1 with SAP BW.
    Thanks and Regards,
    Smitha.

    Hi,
    Using a variable on the BW side is not feasible since we want to use the same BW query for a few other reports as well.
    Could you please explain what you mean by 'use LAG function'.How can it be used in this scenario?
    Thanks and Regards,
    Smitha Mohan.

  • How can I remove all non alpha/space characters from a string

    Subject changed by moderator.  Please use a meaningful subject in future.
    Hi all,
    Can anyone tell me.
    how to get only alphabets & spaces from the string..
    suppose..
    raj*&{]afhajk ajkf_+#fkh jah jka7767jk hhha
    I need only
    rajafhajk ajkf fkh jah jkajk hhha
    thanks..
    Rajeev
    Edited by: Matt on Feb 17, 2009 3:36 PM

    This will work.
    CONSTANTS:
      sm2big(52) VALUE
        'aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ'.
    DATA:
      str_out(60),
      str_in(60) VALUE
      'raj*&{]afhajk ajkf_+^#^fkh jah jka7767jk hhha',
      my_len          TYPE i,
      pos1            TYPE i,
      pos2            TYPE i.
    START-OF-SELECTION.
      COMPUTE my_len = strlen( str_in ).
      CLEAR pos1.
      CLEAR pos2.
      WHILE pos1 LT my_len.
        IF str_in+pos1(1) co sm2big
        OR str_in+pos1(1) EQ ' '.
          str_out+pos2(1) = str_in+pos1(1).
          pos2 = pos2 + 1.
        ENDIF.
        pos1 = pos1 + 1.
      ENDWHILE.
      WRITE:/ 'String In', str_in.
      WRITE:/ 'String Out', str_out.
    and the output
    String In      raj*&{]afhajk ajkf_+^#^fkh jah jka7767jk hhha
    String Out   rajafhajk ajkffkh jah jkajk hhha            

  • Removing Photos Not Used in Albums from Library

    Is there a way to filter out the pictures (within the Library) not being used in any of the albums and mark them for deletion? Is this something that either iPhote 6 or that another application might address?

    Hi dudestar,
    Make a smart album whose conditions are
    "album" "is not" "any"
    this should give you a smart album of all unassigned images.
    You can then use Command Option Delete to delete them from that folder and the library. Then you must empty iPhoto's trash and they will be deleted from the hard drive.

  • How can I remove a non=working windows partition from my mac?

    Alright so when I got my computer around 3 years ago my mom installed Windows on it. Sadly it didn't work and there was an uninstall so it uninstalled it, but now I have this 10 GB windows partition that's still there but I can't boot up on it and it's wasting 10 GB of my space. HOw can I get rid of it without risking of personal data (on my mac partition)

    Hi Midnight Pharaoh;
    Seeing as how I don't allow anything from Microsloth into my house I am not able to answer your question from personal experience but I believe that Boot Camp can in addition to creating a partition for Winders also delete said partition. If you need more details you might try reposting in the Boot Camp forum instead of the Snow Leopard forum.
    Allan

  • How can I remove a previously used Apple ID from my iPhone? My phone is saying to update apps but asks for the other Apple ID password

    I signed in on my phone with my wife's Apple ID and downloaded an app then signed out of hers. I signed back in with mine and now, my phone remembers I did that obviously because it says I have apps that need to be updated and when I chose to update them, the phone asks for her password tho it's signed in under my Apple ID.

    There may be several that were bought with your Apple ID. but somewhere in the updates there must be one associated with that other ID.
    You can update one by one, until you find the one that requires the other Apple ID.

  • Removing non-alpha-numeric characters from a string

    How can I remove all non-alpha-numeric characters from a string? (i.e. only alpha-numerics should remain in the string).

    Or even without a loop ?
    Extract from the help for the Search and Replace String function :
    Right-click the Search and Replace String function and select Regular Expression from the shortcut menu to configure the function for advanced regular expression searches and partial match substitution in the replacement string.
    Extract from the for the advanced search options :
    [a-zA-Z0-9] matches any lowercase or uppercase letter or any digit. You also can use a character class to match any character not in a given set by adding a caret (^) to the beginning of the class. For example [^a-zA-Z0-9] matches any character that is not a lowercase or uppercase letter and also not a digit.
    Message Edité par JB le 05-06-2008 01:49 PM
    Attachments:
    Example_VI_BD4.png ‏2 KB

  • How do I remove a powerline using lightroom

    I am using LR 5.4.   Is there an effective way to remove power lines and other objects from an image?  Been trying to search through the videos, but don't seem to be hitting the right place.

    You can use the enhanced spot removal tool: http://helpx.adobe.com/lightroom/help/enhanced-spot-removal.html
    However, my level of success in removing powerlines using this tool has been effectively zero, as the result never looks natural. Whether that's because I'm not using it properly, or the tool is poor choice for powerlines, is unknown to me. You would definitely have more success removing powerlines using Photoshop.

  • Using Java Objects in my JSP page... objects are in a different directory

    Hi,
    I would like to call and use an object from a JSP page. The java object is in one directory, the jsp is in another. When I call my object, I get a JSP error that says it can't find the object and lists the directory name as part of the file.
    For example, here are my two files:
    /java/MyObject.class
    /web/page.jsp
    When I make the call to new MyObject(), I get an error message saying _web.MyObject cannot be found.  Any ideas on this?
    Thanks!

    Okay, I figured it out. In case anyone else needs it, here is what I needed to do.
    1) I created my object in a package. The JSP page was looking for the object in _dir directory because a package wasn't specified.  I created a subdirectory in one of the directories in my classpath and named it the same thing that the package was named.
    2) Import the package
    3) Make sure all methods in the classes are public, since only public methods can be accessed from outside the package.
    Thanks for the help, it got me going in the right direction.

  • Problem using view objects

    i am new on jdeveloper. i can define objects in model. i can define objects in view controller. but i can't use model-objects from the view controller. what is the right way to do it?

    Have you already been through all of our examples, tutorials, and documentation available at:
    http://otn.oracle.com/products/jdev
    ??

  • Referencing object from another form

    I have two forms. The first one (F) uses some objects from the second one (Lib). There is a reference to item of the form Lib in a program unit of the form F as :something:=:blok.item (blok.item is defined in the form Lib).
    Although I have put the form Lib to directory listed in FORMS45_PATH, if I try to open form F, I get message table or view does not exist and then cannot retrieve block B in Lib module. When I try to compile this program unit, I get message bad bind variable.
    They are legacy forms and I need to use them. Can you help me please? What it is necessary to setup to work correctly?
    Thanks
    Jarda

    Hi,
    I hope you might want to change the icon in form 2 based on some attribute value from form 1? If yes, probably you can pass that as a parameter list to form 2 / set a global value. In the form 2's WHEN-NEW-FORM-INSTANCE trigger, you can check the value of the parameter/global value and change the icon as required.
    -Arun

  • Instantiating COM objects from within the java code in WLS

    is there a way to use COM objects from servlets or ejb's,
    with JVM, not with JView.
    thanks,
    ali.

    Sun has released a beta product - its a COM bridge that you can use
    to connect a Java2 JVM to a COM object with. I havent tried it yet
    but I probably will soon.
    Brad
    "Michael Girdley" <[email protected]> wrote in message news:39b86deb$[email protected]..
    >
    >
    No, at the current time we only support COM integration when using the
    Microsoft JVM. The Jintegra product from Linar is good.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Ali Ozgun" <[email protected]> wrote in message
    news:[email protected]..
    is there a way to use COM objects from servlets or ejb's,
    with JVM, not with JView.
    thanks,
    ali.

Maybe you are looking for

  • Connect Add-In 9.1 stop working

    Hi, Everytime one of my customer is trying to start the voice, webcam, sceen sharing, audio setup wizard or select camera the connect add-in stop working and a dialog box with the message "Adobe Acrobat Connect Add-in 9.0 r299 has stopped working" ap

  • Data Block Corruption

    I'm on 9i R2 Patch 7 on a Microsoft Windows Server 2003. How do you fix data block corruption in a Table? Is the some way to retrieve the data from the Table drop it then recreate and reimport the data? or do you have to succumb with restoring the Da

  • SAP Web AS ABAP + Java system

    Hello All, I am looking at the installation guide of SAP XI. I did not understand one thing from that guide. it says <b>"If you want to install the component SAP Exchange Infrastructure:Prepare the SAP Web AS ABAP + Java system for SAP Exchange Infra

  • Removing fonts from a Frame document

    I am using Framemaker 9 with the latest update. Whenever I save a file as a PDF, I get the message that the Helvetica and Times fonts are not available and are replaced with some other fonts. I am not using Helvetica or Times. When I do a search for

  • How to Report on the Absence of a Record?

    I have table and lets say its like this: StartTime,   DATE EndTime,   DATE Count,   NUMBER 16 Description,   VARCHAR 24How could I do a search the would tell me the days on which I did NOT have data? And get it to print those days out for me? This is