Remove tcodes from profile

Dear Expert,
Please let me know how to remove a particular tcode from a profile, like it is easily done from role.
Sanjay

Hi
Hope below example will hep you. how to remove t-code SPRO
Ex:-
1. Goto SUIM and select USER node, then select USERS BY COMPLEX SELECTION CRITERIA node then execute BY TRANSACTION AUTHORIZATION report then give the Tran. code and it will return you the number of users having that trans with relevatn details.
Follows these steps :-
- Go to SUIM .
- Choose Roles --> By Transaction assignment.
- Enter Transaction : "SPRO"
- Choose execute.
- Double click on a role in which you want to remove "SPRO" authorisation.
- Click on pen mark to change into change mode.
- Go to tab "Authorization"
- Choose change authorization data.
- Choose Utilities --> Technical names on .
- Choose > cross application authorization objects>
- Expand the selection for Object "s_tcode" , under the corresponding profile look the values maintained for "TCD" and remove value "SPRO" from the list to eliminate the authorization.
- Don't forget to regenerate profiles.
2. You should able to find this via menu tab otherwise try to do this in authorization tab --> change authorization data by search.

Similar Messages

  • Remove app from Profile Manager

    hello there,
    Having set up my Lion Server with several users, I was testing the pushing of apps. It works just flawless.
    But after playing I wanted to delete all the test apps I uploaded.
    I can't find any option to delete them. Only a link on internet to delete it in the database.
    Weird, one should be able to delete something?
    Even, when I upload my first App, and then one day later the same App, but a newer file, still the old date of the first upload is in the App list.
    Do I miss something?
    Please helpme!
    mattijn

    http://krypted.com/mac-os-x/removing-apps-from-profile-manager-using-postgres/
    this will leave "null" entries but clear the rest
    Apple needs to fix.  One of the reasons I stopped using Profile Manager and switched to Meraki.

  • Unable to remove tcode from PFCG

    I deleted the tcode from Menu tab, saved the change. Went to Authorization tab>Change Authorization Data> S_TCODE. The tcode still listed under it.
    I tried again by adding tcode in the Menu and generate the role thru PFCG. I went back again and deleted the tcode from menu, went to Authorization > tabAuthorization tab>Change Authorization Data--> S_TCODE. The tcode still listed under it.
    Can anyone please help me to resolve this ?
    Thank you
    Madhu

    Hi Madhu,
    When you say the tcode is under S_TCODE in Authorization Data do you see 2 instances of S_TCODE?
    As it is possible that someone has previously 'Manually' added the object S_TCODE and manually written the transaction into that object instance, therefore when you delete from the menu it only deletes the S_TCODE entry it knows about, not any manual entries.
    Try removing the tcode from the menu, open change authorization data and try delete the tcode from S_TCODE.
    Generate and all should be well.
    Regards
    Ashley

  • I removed registration of a product on one Apple ID, and am trying to register under another.  After removing product from profile, I log into the other account and try to add.  It says it's already registered.  How do I get all products on one ID?

    Does anyone know how to consolidate all products that I own under one Apple ID?  I have removed registration, but when I try to re-register the SN, it says it's already associated to another Apple ID.

    Your best bet would be to try resetting the password to the account that you would like to use via iForgot
    Once you log in to that account change the email address to anything, it can even be fake its just a placeholder
    After you do that you will be free to change your old email address on your appleID to the new one that is now free to be used as it is no longer attached to the other account.

  • Removal of tcode from role

    Hi Experts,
    I need to remove tcode from role menu, my requirement is as below
    I need to go in a role, search tcode in role menu and if tcode is present in role n times then remove that tcode.
    For example tcode SU01 is present in role menu 5 times then I need to remove all these 5 occurenses.
    As of now I have developed script using SECATT to remove tcode from role but it is static one,  means I already know that tcode is present 3 times then script will search tcode three times and delete and generate profile and come out.
    I want this functionality to be dynamic, i.e. I need to enter tcode only once in data input and then script should remove all occurence of that tcode from role.
    Looking forward for expert advice and comments, please let me know if my requirement is not clear.
    Thanks,
    Ashish Mistry

    Hello,
    1. Check the data base by writing ABAP Query.
    2. Get the length of the received data eg. number of record is present in the data base for your Query.
    3. Now you know exact number of T-Code so you can delete them.
    Regards,
    Bhavesh

  • Remove VPP Token from Profile Manager

    Hello,
    I recently set up a test OSX Mavericks server and enrolled our VPP for testing purposes. To continue testing other options, I signed up for a Meraki account, and wanted to see how their VPP process compared with OSX Server. However, when I tried to enroll the VPP at Meraki I got an error...
    "one or more errors occurred. No changes have been saved. VPP service token contains invalid characters."
    I am trying to trouble shoot this, but not having much luck. At first I thought it might be an issue with our account name because we have Japanese in the business name. However, when I made some changes to teh OSX server during testing and re-entered the VPP it said that it was in use and that continuing would reset it. I said OK.
    So no I wonder if the Meraki error is a resualt of teh VPP token already being registered with a different MDM.
    Any body have experience with this error from Meraki or with how to remove the token from OSX Server.
    Thanks for any help or insight you can offer.
    Leon McCormick

    http://krypted.com/mac-os-x/removing-apps-from-profile-manager-using-postgres/
    this will leave "null" entries but clear the rest
    Apple needs to fix.  One of the reasons I stopped using Profile Manager and switched to Meraki.

  • Want to remove PFCG and SU01 from profile S_A.SYSTEM

    Hi,
      I want to remove PFCG and SU01 from profile S_A.SYSTEM.
    Could you please suggest me ways to achieve that.
    Thanks,
    Barada

    1) Create a role by inserting the profile S_A.SYSTEM and then design your S_TCODE such that you enter tcodes in ranges and exclude the tcodes PFCG and SU01 from the range.
    or
    2) Try deactivating the objects S_USER* this might definitely remove authroization for SU01 and not allow to execute the tcode. I am not so sure if it will restrict PFCG execution.

  • How to remove Seperator from check-in and profile check in pages

    How to remove Seperator from check-in and profile check in pages
    The seperator is included on the checkin pages, which is present in the std_page with name "std_namevalue_separator", this is called by td_document_checkin_fields and std_document_file_fields.
    Defination of include:
    <@dynamichtml std_namevalue_separator@>
    <$if not isUploadFieldScript$>
    <tr>
         <td width="<$captionFieldWidth$>"><hr /></td>
         <td width="<$captionEntryWidth$>"><hr /></td>
    </tr>
    <$endif$>
    <@end@>
    I have to remove the following include from some of the profile check in page.
    Please suggest if anyone have some idea, how to proceed.
    Thanks,
    Sumit

    791848 wrote:I have to remove the following include from some of the profile check in page.The key here is that you want to do this in some profiles, not all profiles or globally, if I'm reading this right.
    Without writing a component, you can put this code in the "side effects" box in the desired profile(s). This code removes the horizontal rule, and inserts a non breaking space in its place.
    <$setResourceInclude("std_namevalue_separator","<$if not isUploadFieldScript$>
    <tr>
    <td width=\"<$captionFieldWidth$>\"> </td>
    <td width=\"<$captionEntryWidth$>\"> </td>
    </tr>
    <$endif$>")$>YMMV. The non-breaking space may get stripped out in the forum.

  • Removing fields from function profiles

    Hi
    Some one please help me in removing fields from a function profile. PFA for your reference
    Regards,
    Prem

    Hello Prem,
    Can you check the HTML-coding of the view? What is the name of the view? I could also check it in my system, even as we are not using this specific view. My other thought was, that it is a button, then you could remove it from the internal table GT_BUTTON of the IMPL-class of the view, but after rethinking I think it might be in the HTML-coding.
    Best regards,
    Thomas Wagner

  • How to remove sr. no. profile from material master

    Dear all,
    I have maintained serial no. profile-Q001 in plant data/stor.2.
    But now I want to remove serial no. profile from material master.
    but it showing message serial no. already assign to this material.
    Pls suggest
    Thanks
    Shabbir.Kureshi

    Dear Thyagarajan,
    I have got the solution.
    Thanks a lot.
    Thanks & Regards
    Shabbir Kureshi

  • Unable to remove product from My Support Profile

    Good Evening. I have an iPhone 4S. I will be giving this phone to a family member. I have followed Apples on-line instructions on What to do before selling or giving away your iPhone. (phone has been re-set to factory settings and removed from iCloud). I then visited the Apple My Support Profile page, it listed the iPhone 4S and the Serial Number. I then clicked on Remove Product but this function does not appear to be working (the status indicator just keeps spinning). I need to be able to remove this from my profile. Any suggestions?  Thanks so much (note: for some reason, I was not able to post this under iPhone community?)

    If that happened to me, I would try the following series of steps:
    Connect your iPhone to iTunes.  Go to the iPhone's Music tab in iTunes.  Uncheck the "Sync Music" so the music will not be synced.  Click "Apply" in the lower right.
    The previous step should have removed all music from your iPhone.  But you will probably find the old songs/albums remaining behind.  Delete them from your iPhone.
    Check the "Sync Music" box in iTunes again and "Apply" again.  That should reload all music from iTunes to your iPhone and solve the issue.

  • What is the URL to ad and remove devices from my profile account?

    What is the URL to ad and remove devices from my profile account?

    I've read Mr. Reed's Mac Malware Guide, and found it very interesting and informative. I use Sophos for Mac Home Edition; it's free and scored highly in Mr. Reed's tests of anti-virus software.
    Here is the link; if you choose to download click on the 'get started' icon at the right of the screen:
    http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-ed ition.aspx

  • How do I remove a carrier profile from my iphone

    I installed a GiffGaff carrier profile on my iPhone but now I am abroad and want to use another provider's sim but I am unable to change APN settings as there does not seem to be a Mobile Data Network option. How can I remove the GiffGaff profile so that I can install another or change the APN settings?

    Installed as described in http://community.giffgaff.com/t5/Settings-for-your-device/Internet-and-MMS-setti ngs-APN-guide/ta-p/3489121#faq_no_2. All I did was use a pre-paid Sim - are they allowed to lock my phone - it was previously unlocked - I do not understand.

  • Removing a PD Profile from a user

    Sometimes when a user changes jobs, we need to remove his PD profile. 
    On a CUP request, there is a PD Profile tab.  However, this does not automatically bring up the person's PD Profile and even if you know what it is, this tab will only allow you to add a PD Profile.
    Does anyone know a way to remove a PD Profile through CUP like you can a role?  Is this even possible to do in CUP?
    We are currently on GRC 5.3 SP11 in our test system.
    Thanks,
    Peggy

    Hi Peggy,
    With current market release of CUP it is not possibe to remove a PD Profile form the user in case of direct as well as in case           In-direct provisioning.
    Kind Regards,
    Srinivasan

  • How to remove Userscripts from Greasemonkey without enabling Greasemonkey? (I have deleted files from user/gm_scripts/ didn't help)

    I installed an addon named Chat Resizer, which is for Kongregate, restarted to finish the install and firefox would not open.
    Clicked it and clicked it nothing, Opened Task Manager, Ended the firefoxes and tried to open it again but nothing again.
    Started FF in safe mode, cannot remove chat resizer with greasemonkey disabled, trying to enable it to remove it firefox refuses to start.
    Uninstalled greasemonkey, FF works as normal, install it and it freezes once more.
    Removed files from user/appdata/roaming/mozilla/profile blah blah/gm_scripts which had files for all of my scripts in them,
    Firefox still won't start, uninstall greasemonkey, works again, install, doesnt work even with files for the scripts gone.
    Any more suggestions?

    Hello,
    I found this tutorial, i think must works:
    [http://ooiks.com/blog/mousehunt-autobot/install-uninstall-user-script-on-firefox How to Install and Unistall User Scripts Greasemonkey]

Maybe you are looking for