SAP License option disable in SU01

Hi All - I am involved in SAP License stuff, I am thinking to disable option this activity to helpdesk and sec admins. Is there anyway I can disable/grey out this option in SU01.
So that I can assign this task only to me not to helpdesk....
I will appreciate forum ideas..
Thanks Again.

HI Anil,
          That's possible by creating and assigning Screen variant to the T-code. But that Grayout/Invisible for all the users. In this case you create one customized T-code with out that Screen Variant.
Regards,
Vasanth

Similar Messages

  • SAP license:  mass update

    Hello Experts,
    I have about 200 users for which I need to update the SAP license in our Business Warehouse system.  Is there any way to do a mass update of licenses?  I see there is a mass change option under the Environment menu of transaction SU01, but I don't see an option to change licenses here.  All of the users need to be changed to the same license type.  Any help is appreciated.
    Thanks.
    Edited by: SAPIDIOT on Jul 10, 2008 3:26 PM

    This question is closed for now.

  • Question about sap license audit,could you  help me

    how many users can my test system use ?   Does SAP concern the users I used in test system ?
    could you give me some information about that?  thanks a lot.

    Hi,
    We have hundreds of user on our production system, and several developer user and have been go live several years ago (SAP R/3) and proceed license audit annualy.
    Typically, license audit is calculated by the number of user on your production system and the number of developer user on your (development) system. Hence, the number of usual user (which is not developer user) on your test system should not be brought into SAP license audit calculation.
    to proceed, first you have to clasify contractual user type via SU01, and then proceed it using USMM transaction.
    hope it help you,
    rgds,
    Alfonsus Guritno

  • How to upload data from excel to SAP and options to be used

    How to upload data from excel to SAP and options to be used
    thank you,
    Regards,
    Jagrut Bharatkumar shukla

    Hi Jagrut,
        You can use gui_upload.
    chk the sample program mentioned below.
    REPORT ZFTP .
    DATA: BEGIN OF I_FILE OCCURS 0,
    DATA(2000) TYPE C,
    END OF I_FILE.
    DATA: BEGIN OF I_FILE2 OCCURS 0,
    DATA(2000) TYPE C,
    END OF I_FILE2.
    DATA: W_COUNT TYPE I.
    PARAMETERS: P_FILEN TYPE STRING,
    P_FILE2 TYPE STRING,
    P_NUM(4) TYPE N..
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILEN.
    PERFORM F_FILE_GET USING P_FILEN TEXT-G01.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE2.
    PERFORM F_FILE_GET USING P_FILE2 TEXT-G01.
    START-OF-SELECTION.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = P_FILEN
    FILETYPE = 'ASC'
    HAS_FIELD_SEPARATOR = 'X'
    HEADER_LENGTH = 0
    READ_BY_LINE = 'X'
    DAT_MODE = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    CHECK_BOM = ' '
    VIRUS_SCAN_PROFILE =
    NO_AUTH_CHECK = ' '
    IMPORTING
    FILELENGTH =
    HEADER =
    tables
    data_tab = I_FILE
    IF SY-SUBRC <> 0.
    MESSAGE E024(Z1).
    ENDIF.
    LOOP AT I_FILE.
    W_COUNT = W_COUNT + 1.
    IF NOT W_COUNT > P_NUM.
    MOVE I_FILE TO I_FILE2.
    APPEND I_FILE2.
    ENDIF.
    ENDLOOP.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE =
    filename = P_FILE2
    FILETYPE = 'ASC'
    APPEND = ' '
    WRITE_FIELD_SEPARATOR = 'X'
    HEADER = '00'
    TRUNC_TRAILING_BLANKS = ' '
    WRITE_LF = 'X'
    COL_SELECT = ' '
    COL_SELECT_MASK = ' '
    DAT_MODE = ' '
    CONFIRM_OVERWRITE = ' '
    NO_AUTH_CHECK = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    WRITE_BOM = ' '
    TRUNC_TRAILING_BLANKS_EOL = 'X'
    WK1_N_FORMAT = ' '
    WK1_N_SIZE = ' '
    WK1_T_FORMAT = ' '
    WK1_T_SIZE = ' '
    IMPORTING
    FILELENGTH =
    tables
    data_tab = I_FILE2
    FIELDNAMES =
    *& Form F_FILE_GET
    text
    -->P_P_FILEN text
    -->P_TEXT_G01 text
    FORM F_FILE_GET USING L_FILENA L_TEXT.
    CALL FUNCTION 'WS_FILENAME_GET'
    EXPORTING
    DEF_FILENAME = ' '
    DEF_PATH = ' '
    MASK = ',.,*.TXT.'
    MODE = 'O'
    TITLE = L_TEXT
    IMPORTING
    FILENAME = L_FILENA
    rc =
    EXCEPTIONS
    INV_WINSYS = 1
    NO_BATCH = 2
    SELECTION_CANCEL = 3
    SELECTION_ERROR = 4
    OTHERS = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Reward if helpful.
    Regards,
    Harini.S

  • SAP license key error:  no valid license found:  cannot log into SAP GUI

    I deleted temp license from slicense on SM box, since I had already installed new digital license from SAP.  Well, later I tried to log in again and was locked out.  After some research, I found "sap license check failed" in the log files, java will not come up, and the hardware key has changed on me, so the valid license that was active before is not showing up now. 
    I applied for a new license with new hardware key and attempted to install from cmd prompt, using saplicense -install ifile=c:license.txt, but it gets an error.  I put a trace on it and appears it cannot read license file key.  I also tried to install another temp license, but that failed since no other previous valid license was found.  At this point, I'm thinking I need to manually insert the license key into the database, but not sure what table or exactly how.  SAP has not provided a solution yet.
    I believe the hardware key changed due to renaming the server (we took out a hyphen in name) and had also reinstalled afterwards.
    Has anyone else run into this issue?

    Yes, I wish it were that simple, but I cannot even bring up the logon screen.  SAP GUI returns a message, resource temporarily unavailable.  I looked in SAP MMC syslog and found several entries, "SAP-Basis System: No license found for hardware ID DLIC_HWIDKE"
    I tried to install temp license from cmd prompt, but it says refuses and says no old or expired license found.  I also tried to install the new license I applied for from SAP with new hardware key using saplicense -install ifile=license.txt and that failed as well. 
    For NW2004s, is it even possible to install a digital license using cmd prompt?
    Ben

  • Is there an issue with Safari in Iphones and Ipads where it does not recognize option disabled="disabled" tag properly?

    Greetings everybody,
    I have run into a peculiar problem with the Safari browser on mobile platforms (IPad, IPod, IPhone) which I hope I can find a solution for in this community.
    I just launched a new website where I sell products with certain variations, for example please view this link: http://www.finerribbon.com/aegean-single-face-satin-ribbon.html
    On this particular product, the product variants are supposed to work in such a way where:
    If you select the value "1/8" from the "Choose Ribbon Width" field
    THEN
    The only options active and available to choose from in the "Choose Roll Size" field should be: 500 Yds, 20 Yds & Sample Swatch
    Now, if we browse to the above link in Safari using a desktop or a laptop, there are no problems at all, but if we browse to the above link using an IPhone or an Ipad, then we have a problem where all the options are available regardless of the values chosen, basically the above functonality does not work.
    I was told that there an issue with Safari in Iphones and Ipads where it does not recognize option disabled="disabled" tag properly, is this true? Can anyone advise me if there is a solution to this problem? I would sincerely apperciate it.
    Thank you very much for your time and help!

    Hi...
    I have run into a peculiar problem with the Safari browser on mobile platforms (IPad, IPod, IPhone) which I hope I can find a solution for in this community.
    Now, if we browse to the above link in Safari using a desktop or a laptop, there are no problems at all, but if we browse to the above link using an IPhone or an Ipad, then we have a problem
    At the top of this window you'll see the following:
    Apple Support Communities > Mac OS & System Software > Safari > Discussions
    This the Safari forum for the Mac OS X.
    Better that you post your topic here  > Developer Forums: Apple Support Communities
    I do see on my iPad what you are rreferring to. But you shoudl get the feedback you need in the developer forum.

  • Why does BR*Tools return with the error, No Valid SAP license?

    We are using BRTools 640 on HPUX and Oracle 9.2  Now we use BRTools on the other systems where Oracle resides, but when they got installed on this new system it creates the error:  Invalid SAP license.
    There is no SAP installed on any of the systems.  I am coming into the middle of this and have sratched my head over it until I am now balder than I was before. 
    The ora<SID> user is there and so is the <SID>adm.  The directories are ok with the correct rights and permissions.  So what am I missing?  I know it has to be something that I am missing.  Any help out there?
    Thanks,
    David

    Hi Ravinder,
    No this did not resolve the issue.  Here is what happen. 
    Implemented note 586618 and then completed the semophore part.  That worked as is it should.  Then tired a simple BRARCHIVE and this is what I got:
    BR0002I BRARCHIVE 6.40 (36)
    BR0006I Start of offline redo log processing: adsweyuy.svd 2006-06-19 14.30.40
    BR0925I Public synonym SAP_SDBAH created successfully for table SAPBIX.SDBAH
    BR0925I Public synonym SAP_SDBAD created successfully for table SAPBIX.SDBAD
    BR0925I Public synonym SAP_MLICHECK created successfully for table SAPBIX.MLICHECK
    BR0602E No valid SAP license found - please contact SAP
    BR0280I BRARCHIVE time stamp: 2006-06-19 14.30.41
    BR0301W SQL error -980 at location BraDbLogOpen-5
    ORA-00980: synonym translation is no longer valid
    BR0324W Insertion of database log header failed
    BR0007I End of offline redo log processing: adsweyuy.svd 2006-06-19 14.30.41
    BR0280I BRARCHIVE time stamp: 2006-06-19 14.30.41
    BR0005I BRARCHIVE terminated with errors
    This is somewhat irritating because as you I though and you probably did also, note 584418 should have fixed it.
    I have searched the OSS, but to no avail..so if you have any suggestions it would be appreciated.  The really weird thing is it works on other systems.  I think something is just missing and I am just too blind right now to see it.
    Regards,
    David E. Dick

  • Read SAP table data outside of SAP, without a SAP license

    Hello all,
    I have been asked to allow people within my company to directly access vendor information, but of course they don't want to purchase a SAP license.
    Yes, yes, I know that directly reading from SAP tables at the Oracle database level is generally frowned upon.
    I can envision creating an external application that presents the user with a screen of searchable fields, uses these fields to create SQL for the oracle tables LFA1, LFB1, ADRC, and ADR6, and returns a report of vendors that match the selection criteria.  The report could have drill down capability to give additional detail per vendor  This application would be executed with a user that has read only table access to the aforementioned tables.
    I just started to use the Oracle tool SQL Developer for a project that has nothing to do with SAP and that gave me the idea I described in the previous paragraph.
    Is anyone doing something like this?  Or what other methods are being used to allow on demand access to SAP tables, without a SAP license . 
    We are using SAP Enterprise Edition  version 4.7and Basis 620.
    Thanks
    Bruce

    Hello,
    You can use an RFC to extract data from SAP.
    Depending on the language you can extract data, for example if it is on .NET, you can use the .Net SAP conector, and create a RFC function on SAP, that returns the data you need.
    To extract the data you will need a valid SAP user and password.
    Hope this helps
    Gabriel P.

  • SAP License key

    Dear All,
    We have an issue with system number in our production system.
    We have generated SAP license key for production during our SAP implimentations. But after that due to some major problem we have again reinstall SAP system and regenerate SAP License key. Now both the SAP License key has different system number. Old one license key we have deleted from SAP Supprt portal.
    How can change the system number in my landscap as per the registered with SAP Support portal.
    Can I delete existing license from my SAP System and reinstall latest downloded key ?
    Thanks in advance,
    Nirav

    Well you should have ordered the new license under the same system.
    Can I delete existing license from my SAP System and reinstall latest downloded key ?
    Yes, that is what you have to do now. If your installation number changed, then you will have to delete the old licenses first. Then you will be able to install the new license.
    Cheers Michael

  • EXPLAIN PLAN option disabled

    Hi,
    When I take an Explain Plan using TKPROF it gives the following error:
    Error in CREATE TABLE of EXPLAIN PLAN table: APPS.prof$plan_table
    ORA-00955: name is already used by an existing object
    parse error offset: 18
    EXPLAIN PLAN option disabled.
    And the Explain Plan is snot displayed in the o/p file for all the queries.
    Can any one help me on this.
    Thanks,
    Kiran

    Hi kiran
    When I take an Explain Plan using TKPROF it gives the following error:
    Error in CREATE TABLE of EXPLAIN PLAN table: APPS.prof$plan_table
    ORA-00955: name is already used by an existing object
    parse error offset: 18
    EXPLAIN PLAN option disabled.
    ********************************************************************************What is your Db verssion and EBS? What is your kprof syntax. By the way please check those doc adn see its helpful:
    Run Adadmin To Recreate Grants And Synonyms ORA-20000 ORA-00955 In Synonyms Loop:create_synonym(GL,PLAN_TABLE,APPS,PLAN_TABLE) [ID 437714.1]
    TKPROF With Explain Fails With ORA-00903 invalid table name [ID 257294.1]
    OERR: ORA 955 is already used by an existing object [ID 18549.1]
    Also check:
    Re: TKPROF and Explain Plan
    Regard
    Helios

  • In Listcube tcode User specific Option disable for Save as Layout

    In Listcube tcode User specific Option disable for Save as Layout

    Yes...
    We want to disable global setting option...
    So we remove the s_alv_layo AUTHORIZATION OBJECT. It removes saving layout option from Listcube
    Do you know how we can disable Default setting option and enable user specific option?

  • Between SAP Licenses and Employee Records Realtinship

    Hi Experts
    <u>The Scenario of the issue is as below.</u>
    <b>SAP Licenses held by the company is -- numbers.
    And the employee records including PD(appraisal),PA  & OM exceeds the allowed records numbers.</b>
    Qn1 Whats the realtion between SAP license and records ?
    Qn2 How to go about in this scenario?
    Qn3. Should i prioritise the existance of records in appraisals and delete the least priority after consulting the client?anyway OM & PA records should not be deleted.
    Please throw some light on the issue.

    Abhilash,
    Usually the SAP Licenses are with respect to named users and their rights to the system....
    If you have N licences of various types and M employees accessing SAp ( M > N ) then it will be an issue .. usually for services like ESS - you have a licence called employee user and for more access you have professional licenses etc...
    You could check the type of licenses that the company has and the number of licenses of each type and also the Contract signed with SAP as to the licensing policy..
    Arun
    Hope it helps...

  • SAP License Key configuration procedure in Web AS(J2EE)

    Hi,
    We installed Web AS 6.4 (J2ee). It is running on temporary license and going to expire in one week time. I applied for license key and got the permanent license key as a text file attachment through email. It is a simple text file containing the license key, system NR and etc. I saved that text file into my machine.
    I tried to configure that license file into Web AS using visual administrator.
    Server 0 --> Services --> Licensing Adapter --> Install License from file
    I selected the text file which was sent by SAP to my mail.
    It is giving error like
    License file C:\(license file name).txt contains an incorrect SAP license key: Header or empty line expected.
    License key(s) not completely installed.
    I don't know what to do now. I think we can do through this through cmd. But I don't know how to do that.
    Shall I delete the temporary license? Will the system allow me to enter the value manually.
    Can any one guide me on this?
    Thanks.

    Srikishan,
    I am getting error lilke this.
    D:\usr\sap\SID\SYS\exe\run>saplicense -install
    SAPLICENSE (Release 640) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    Any idea about it?
    I set the system variable like
    dbms_type = mss
    DIR_LIBRARY = D:\usr\sap\SID\SYS\exe\run
    But still getting the error.
    Do I need to set dbms_type in environment variables? I don't know it's value. My db is MS SQL DB.
    Thanks.

  • Table and views which are afftected during the SAP license post processing

    Hi,
    can anyone tell me those table and views which are afftected during the SAP license post processing process in SAP 4.7 installation on oracle.
    Regards,
    Abhishek

    hi
    there is no table active with the name MLICHECK
    the table is not active in the dictionary
    what to do now?
    i want to see the license data of the sap system now in the table view..............

  • Error: SAP license key: header or empty line expected

    Hello All,
           I wanted to install license for my portal server(EP-6, SP-14). But i am getting some error msg
    <b>License file C:\APQ_WEBAS.txt contains an incorrect SAP license key: header or empty line expected. License key(s) not completely installed.</b>
    when I clicked on install from file Button.
    Any +ve will be aprited.

    Hi Uttam
    Just Put this line at top of ur license file
    Begin SAP License -
    so the license file should look like this
    Begin SAP License -
    SAPSYSTEM=XXX
    HARDWARE-KEY=XXXXXXXX
    INSTNO=XXXXXXXXX
    BEGIN=20051224
    EXPIRATION=99991231
    LKEY=SWPRODUCTNAME=J2EE-Engine_MSS or ORA
    SWPRODUCTLIMIT=XXXXXXXX
    SYSTEM-NR=000000000XXXXXXXXXX
    regards,
    kaushal

Maybe you are looking for