Profile parameter name

Hi Gurus,
What is the profile parameter name which is used to increase the character length of user name?
Thanks in advance.

Hi,
There is NO such profile parameter exists to control the character length of User Name.
You can change the character length of this field in the following way ONLY.
Go to TCode:  SE11 and Change the character length of the field " BNAME " (Data Element:  XUBNAME) in the USR* tables. Basically you need to change the Data element character length from default 12 to your desired value.
But the main heads up is that you need a Developer Access key, as this is "Modifiation" and Not customization.
Please let me know if these information is helpful.
Regards,
Dipanjan

Similar Messages

  • Which profile parameter name

    Hi Gurus,
    What is the profile parameter name which is used to increase the character length of user name?
    Thanks in advance.

    No cross posting.
    Read the "Rules of Engagament"
    Regards
    Juan

  • Profile parameter.....activate

    Dear all,
    After Ecc 6.0 installation......we want to activate one profile parameter na  in RZ10, RZ11. Can anyone guide me how to activate that profile parameter, give the profile parameter name also..... Thanks in advance

    Hi Harish,
    To activate the profiles please do the foll:
    Go to t.code RZ10 and enter the profile name you want to activate, use the pushbutton to display profiles that are available then choose the profile and activate it. Stop and restart the SAP instance for the profile through CCMS.
    ABAP program RSPARAM helps you to find out the Parameters which are active for a given SAP instance.
    Hope it helps.
    Regards,
    Raghu

  • Profile parameter icm/host_name_full is not set correctly

    Hi All,
    I am  working on Solution Manager 4.0. When I execute TCODE "SOLUTION_MANAGER", it gives the following error:
    Profile parameter icm/host_name_full is not set correctly (see long text)
    When I click on "Long Text", it gives me the following message widow:
    Message Number: SOL_GRAPHIC002
    Diagnosis
    The graphic cannot be displayed, since the profile parameter icm/host_name_full is not set correctly.
    Procedure
    Set the profile parameter icm/host_name_full correctly.
    For more information, see SAP Notes 434918 and 677118.
    I have referred to both the notes above. In note# 434918, it says that I need latest kernel patch (which is 150).Also the icm/host_name_full parameter parameter was not there in Solution Manager, so I created in the following manner:
    Parameter Name =icm/host_name_full
    Parameter Value=smgdcs1s.example.com
    But however, the error continues to be the same.
    Kindly help me asap.
    Thanks in advance.
    Regards,
    Faisal

    Hi Markus,
    Earlier the profile was activated and server was also restarted. However, it was not efffective.
    Now once again i have activated the profile and restared the server. Now I am able to see the profile and it value in
    RZ10
    RZ11
    Thanks a alot for your valuable inputs
    Thanks and Regards,
    Faisal

  • Profile Parameter to execute Abap Program at user logon.

    Hi Experts
    I've written a small printer selection program to change the users profile parameter.
    Is there another profile parameter that can be given to execute this program automatically
    when the user logs on.....The reason why I'm looking for a profile parameter to do this is, that only
    certain users need to have this happen at logon.
    Kind Regards
    Vic

    Hi Javi,
    I don't think you need a custom process chain for this. You can use delivered Process Chain for logic and hard-code your script name in the package. In that script you can call BADI that has your ABAP program inside.
    You can find guides how to build BADI here:[How to Pass Parameters to Custom Logic BADI using START_BADI|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4252d-98ca-2b10-e689-f85085ae2d12] or here [Creating Custom Script Logic Keyword BADI's - BPC NW|Creating Custom Script Logic Keyword BADI's - BPC NW;.
    Method IF_UJ_CUSTOM_LOGIC~EXECUTE has IT_CV as one of parameters. In your script you probably have to use *XDIM_MEMBERSET to get parameters from DM prompt. IT_CV will have all XDIM members.
    Please let me know if you have any other questions.
    Regards,
    Gersh

  • Read profile parameter in ABAP

    How could I read out a profile parameter such as zcsa/installed_languages in ABAP?
    Is the a function I could use?
    regards HT

    Here is one way...
    REPORT  zrich_0001.
    types: begin of tpar,
           status type sy-index,
           name(60) type c,
           user_wert(60) type c,
           default_wert(60) type c,
           end of tpar.
    data: par_usub type table of tpar with HEADER LINE.
    data: par_sub  type table of tpar  with header line.
    call 'C_SAPGALLPARAM' id 'PAR_USUB' field par_usub-*sys*
                          id 'PAR_SUB'  field par_sub-*sys*.
    read table par_usub with key name = 'zcsa/installed_languages'.
    if sy-subrc = 0.
      write:/ par_usub-name(30), par_usub-user_wert(20),
              par_usub-default_wert(20).
    endif.
    REgards,
    Rich Heilman

  • Deleteing parameter name & value

    Hi,
    Kindly let me know the procedure to delete parameter name & and value from database profile
    eg. log_checkpoint_timeout. I'm on ECC 5.00 with oracle 9i and linux platform.
    Thanks & Regards,
    Atul K

    but beware of the spope and we should not foget to adapt DB17 conditions too
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/setting-oracle-parameters-2245560

  • Abap/SIGCHILD_default profile parameter

    Hi All,
    I tried to add the parameter abap/SIGCHILD_default in instance profile and it's value as 'on' but I recieve a message - 'Unknown parameter abap/SIGCHILD_default, a check cannot be performed', 'Parameter value not permitted'.
    I already referred the Note 790017 - sy-subrc of CLOSE DATASET if FILTER addition used and our SAP release is 701 EhP4.
    However, still I continued and now parameter is added into the profile and profile is activated after SAP restart.
    Any idea why it says that parameter not permitted? And I think still this parameter has no relavance in our system because we recieved that particular message ?
    Thanks and Regards
    Subba Rao

    Hi Juan,
    Thanks for quick reply.
    I found another note similar to what you said, for e.g.  Note 903245 - VMC Profile Parameters are not known in RZ10/RZ11, however parameters are different.
    This note suggests, 'You can add VMC parameters with RZ10, also if RZ10 doesn't know the parameter name. Important is, that the kernel knows it. If the kernel doesn't know the parameter too, it will be ignored.'
    Please confirm, is it the similar case here with 'abap/SIGCHILD_default' ? In earlier note I pasted it was written - 'In the SAP Kernel 7.00, the profile parameter abap/SIGCHILD_default is available since Patch Level 0'. So I think for our SAP Release 701 this parameter is already available for our kernel and it will work fine despite that 'unknown parameter' message in RZ10 ?
    In RZ11, I see the same messgae - 'The parameter name is not known'.
    Thanks & Regards
    Subba Rao

  • Profile Parameter required

    One of our new password policy's requirement is to have
    " The new password may have no more than 1 pair(s) of repeating
    characters"
    Could anyone please provide me the profile parameter by which we can set this rule?
    I had given some examples for the same in attached doc.

    Hi Jan,
    The new password mechanisms allow you to use "pass-phrases" in stead of "passwords". Too many entries in USR40 only weaken the password by excluding patterns for a dictionary attack.
    For example, you can now use a pass-phrase such as:
    "This passw0rd is easy to guess!"
    or
    "Do keep the kitch3n clean?"
    or
    "1 2 3 4...Goalllllllll!!!!!!!!!!"
    If all words with paîrs of ASCII characters or patterns were forbidden, then the pass-phrase is weakened.
    Rather throw in a special character and a digit and train the users to use pass-phrases. This can be hard though with folks who have been around for a long time and have a mental block at the 8th character of the SAPGui logon screen. I count myself to that league as well
    In my opinion only company names, SID's, months and seasons are still usefull in USR40, along with swearwords...
    Cheers,
    Julius

  • Profile Parameter Setup (RZ10) - Help Needed

    In using RZ10 to setup profile parameter for QAS, in the scenario below:
    How dow I change the "Unsubtituted and Subituted standard value to match this
    miadevs2\sapmnt\trans                                                                               
    Parameter name:                                                 Status      Seq. no.
    DIR_TRANS                                                       Active            3                                                                               
    Parameter val.:                                                                    
    $(SAPTRANSHOST)\sapmnt\trans                                                                               
    Unsubstituted standard value:                                                      
    miaqasc2\saploc\trans   <b>(Need to change this value - It is grayed out)</b>
                                                                                    Substituted standard value:                                                
    miaqasc2\saploc\trans <b>(Need to change this value - It's grayed out)             </b>

    Hi Joseph,
    Change the field in "Param Value" at the top.
    It will changed automatically the field value.
    Hope this helps,
    Erwan

  • Msprot: cant read profile parameter rdisp/mshost

    Hi
    When I run : msprot -name <SID> -l it returns:
    cant read profile parameter rdisp/mshost
    rdisp/mshost is set in the default profile to : sapms<SID>
    in etc/services  sapms<SID> is assigined to   <port_number>/tcp
    If you change rdisp/mshost to the port number rather than sapms<SID> it works....but we don't want to change the parameter to the port number.
    Thanks
    Jim

    Thanks.....i've being testing the command....it's like it can't read the default profile...
    if i use mshost switch it complain it can't read msserv.....once I use both switch it runs ok....
    I changed default profile to 777 just to test if it was a permissions issue but that didn't make a difference.
    Thanks for the note but that seems to be dealing with windows...i'm working on sun...tried it on linux also and get
    the same problem....
    Cheers
    Jim

  • Setting Profile Parameter in Mini SAP

    Dear experts,
    Is it possible to set / edit a profile parameter in Mini SAP?
    I opened transaction RZ10. When I pressed F4 on the 'Profile' field, I received a message saying 'No profile found'. I'm using SAP Netweaver 2004s ABAP Trial Version 7.00.
    Thanks in advance.
    Regards,
    Haris

    Hi,
    My names eyup. İm from turkey.
    İm not good english. İm sorry.
    İ began to learn the new abap.but im minisap not installation.
    Can I help me .please.
    best regards
    Edited by: eyupcan on Jul 28, 2011 8:55 AM

  • Setting Profile parameter rdisp/gui_auto_logout value

    Hi All,
    The present value for the profile parameter value rdisp/gui_auto_logout is 1200 sec, now i would like to change the value from 1200 sec to 2400 sec.
    can change the value directly in parameter value field (using  T-code RZ10) or can i create a new parameter value?
    Please any one give me the suggestions how to reset the value for this profile parameter
    Regards,
    Reddy V,

    Hello reddy,
    This rdisp/gui_auto_logout parameter can be changed dynamically too you can change the value via RZ11 if you dont want to restart your server now. but in this case whenever you will restart your server the parameter value will be set back to the original state
    change it via RZ10 but in this case you have to start the server to activate this value
    Select Change in instance profile via RZ10 and select extended maintainance then click on create parameter and enter the parameter name there and press enter, it will show you the current value then insert the new value and save and activate the profile.
    Regards
    Subhash

  • Deleted User recreation - Connected Profile Parameter

    When I try to create a user which was deleted I get a pop-up message "old sapoffice data found for this user name. do you want to copy this data to the new user? " 
    1. I get this message only in some systems but not in all systems. What controls this pop-up message ? Is there a profile parameter or a system setting which controls this?
    2. In CUA setup, would this message pop-up ?

    Hi,
    When you try to create a user which existed in the system in past and was deleted, then SAP automatically prompts you to check if you want to copy the old settings for that user. User history is stored in USH* tables.
    So you will not have this message everywhere in your landscape, only if that user id existed in the system in past.
    Cheers !!
    Zaheer

  • Saptranshost profile parameter showing wrong value

    Hi Expert,
    We are using EHP6 with sybase database on windows platform
    We get stuck while configuring stms.
    After working more on same issue we found that "DIR_TRANS" parameter showing wrong path in AL11 tx.
    "DIR_TRANS = \stats\sapmnt\trans"
    The correct value should "DIR_TRANS = \sapprd\sapmnt\trans"
    (Wrong host name showing in path as "stats" where it should be "sapprd" )
    After changing the value in profile parameter "SAPTRANSHOST" from RZ10 tx as "SAPPRD" issue get resolved.
    When I checked profile parameter "SAPTRANSHOST" from RZ10 in production system, its showing me following value:
    >>Unsubstituted standard value: STATS
    >>Substituted standard value: STATS
    Same I checked in Development system and showing as below:
    >>Unsubstituted standard value: $(SAPGLOBALHOST)
    >>Substituted standard value: SAPDEV
    My question is why "SAPTRANSHOST" profile parameter showing "Unsubstitued standard value" as "STATS" where is should be "$(SAPGLOBALHOST)"
    Sap not allowed to change the same. Only allowed "Parameter Val" in RZ10 tx.
    How to change "stats" as "$(SAPGLOBALHOST)" and what can be possible reason as value showing stats.
    Regards.
    Dev

    HI

Maybe you are looking for