Mandatory condition to be removed for Last name.

I wanted to remove the condition that the last name is a mandatory filed.Could anybody suggest me how i can go about it?

Hi,
Do you mean mandatory field of table or for the form? if it is for the table execute the following sql command -
alter table table_name modify ("COLUMN_NAME" NUMBER(10,0) NULL) --change the attributesFor the form field, remove the validation for that field and this will solve the problem, it will not validate if you leave it blank or no data entered.
Hope this helps,
M Tajuddin
http://tajuddin.whitepagesbd.com

Similar Messages

  • How to remove mandatory field for Last Name in Personal Data Editing Screen

    Hello All,
    CUrrently we are using BP_ ERP5ESS1.31 SP5 & SAP_ESS  603 SP5.
    All my ESS Services are Displaying fine and working from Portal.I am having the requirement like I need to make Last Name as Non-Mandatory field in Personal Data. While Editing the PD Screen, there  i will find the * mark for Last Name filed, i checked through the Global Personalization Make as Mandatory is Not Personalized its showing, i think its defualt prpoerty,so i am unable make any changes from Portal w.r.t Global Personalization.
    I checked in SPRO-- Personal Admin> Custmomizing User Interfaces>Change Screen Modifications, there i find the respective Module pool for those Infotypes and country Specific..
    I cheked forModulePool MP000200--> P0002 and Variable Key-40(For India)  P0002 - NACHIN -- LastName only OF Radio Button is Selected all other Rado buttons are not selected.
    I Checked in V_T588MFPROPS view there for 0002 Infotype P0002 -- NACHN Mandatory check box is Checked all other check boxes are Unchecked.
    How to make that Last Name field as Non-Mandatory in Personal Data Edit Screen, where i need to make the changes.'
    Please list out the Steps..Where i need to do the configuration. And i assigned all the required ESS roles on the backend.
    Thanks in Advance
    Adapag

    Hi,
    I don't think supressing through Global Personalization will change the business logic. Within the Business Logic it checks for the mandatory field.
    After the changes I guess you need to make the changes accordingly.
    The below link might be of some help.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable
    Please correct if I am wrong.
    Cheers-
    Pramod

  • How to make Address Book obey Preferences? I run MacBook Pro 4.1 laptop,  Mac OS X 10.6.8  Address Book 5.0.3 (883) Preferences set at ... General First name following Last name   Sort for Last name Address Format Canada Font size Large Phone format set a

    How to make Address Book obey Preferences?
    I run MacBook Pro 4.1 laptop,  Mac OS X 10.6.8
    Address Book 5.0.3 (883) 
    Preferences set at ...
    General
    First name following Last name 
    Sort for Last name
    Address Format Canada
    Font size Large
    Phone format set at
    +1.123.456.7890
    When application quits - it's all forgotten and it self-resets to
    unwanted configuration.

    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    Here are some general guidelines. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.

  • Remove First & Last Name Validation in Get Support

    Hi All,
       I have enabled the self management of password for portal users. I have to remove the First & Last Name validation  and make it optional, I have also made (ume.logon.logon_help.name_required = false)  in configtool and taken the restart of the server, but still it is validating the names.
    If anyone have removed the validation for the above, can help me.
    Thanks in advance.
    Regards
    Ponnusamy

    Hi Ponnuswamy,
    the right place to remove the validation is the par file of the login page.
    Get the par file from the portal. unzip the par file.
    under the PORTAL-INF\lib u will find the umelogonbase.jar
    Extrat the jar. get the java file named
    SAPMLogonLogic.java.
    Modify the piece of code in the java file.
    private void performForgotPassword()
            throws IOException, UMException, FeatureNotAvailableException {
            String methodname = "performForgotPassword";
            if (trace.bePath()) {
                trace.entering(methodname);
            try {
                String longUid = this.proxy.getRequestParameter(LogonBean.LONGUID);
                if (longUid != null) {
                    longUid = longUid.trim();
                // check for email id
                String email = this.proxy.getRequestParameter("email");
                String lastName = this.proxy.getRequestParameter("lastname");
                String firstName = this.proxy.getRequestParameter("firstname");
                String noteToAdmin = this.proxy.getRequestParameter("notetoadmin");
                IUser userFrom = UMFactory.getUserFactory().getUserByLogonID(longUid);
                if (email.equalsIgnoreCase(userFrom.getEmail()) &&
                        firstName.equalsIgnoreCase(userFrom.getFirstName()) &&
                        lastName.equalsIgnoreCase(userFrom.getLastName())) {
                    // email matched, assign a new password and email to user
                    String newPass = UMFactory.getSecurityPolicy().generatePassword();
                    IUserAccount ua = UMFactory.getUserAccountFactory()
                                                       .getMutableUserAccount(longUid);
                    ua.setPassword(newPass);
                    ua.save();
                    ua.commit();
    this is the original coding.
    remove the check for last name and first name in that
      if (email.equalsIgnoreCase(userFrom.getEmail()) &&
                        firstName.equalsIgnoreCase(userFrom.getFirstName()) &&
                        lastName.equalsIgnoreCase(userFrom.getLastName()))
    complie the java file. get the class and store it in the umelogonbase.jar . put the jar back in the original place. deploy the par.
    u will get the desire result.
    cheers,
    Sithi

  • Starts With Parameter for Last Name for Created By serach criteria F4

    Hi,
    I have a requirement, where I need to add a seach parameter "Starts With" in backend for the last/first name of the Created by serach criteria F4 in lead search.
    But I am seeing for the CREATED_BY criteria the F4 automatically comes from standard and there is no view exist for the F4 in backend.This seems to come from the domain level! Can anyone help how to achieve this?
    Thanks.

    Hello Raj,
    In lead search, we have a criteria for Created_by. Now when user uses the F4 of the Created_by, there are option for first name and last name to search the user names.
    Now when user uses any name(1st or last), the result shows as 1 result found, but actually now result comes.
    hence now they are asking me to add a parameter as starts with for the 1st name and last name of the created_by F4 window search criteria.
    Hope this explanation will be clear for you. If possible please help.
    Actually the F4 of the Created_by comes from the standard, and there is no component/view available in CRM.
    Thanks.

  • Search for last name by any spelling

    I am tring to do a search in MSSQL on a column in the database.  If the user types in the lastname field smiths or smeth, the records return would be anything near that spelling.  I am looking for all the 'smith' last name in the column and I have tried every which way with the percent.  And I am not returning any records.  Here is my current code.  and lastname like '%#form.lname#'
    thanks

    This may be too much work, but you could use the soundex library at CFLIb to go through your DB, converting the names and putting them in a new column of the table (soundex_lastname).  Then you could soundex() the user input in the query and compare it to the soundex_lastname field in the database - that way your DB doesn't have to support soundex.
    Note, that soundex only really works well with anglicised names, it doesn't work very well for international names or any other text as far as I can see.  Check out the link for more information.

  • Select statement for last name added

    hi all,
    i want a select statement to retrieve the last name added into the "ename" column .
    i mean :
    if i insert "jack" into "ename" column , i want to write  a select statement to retrieve that last name while i do not know it is jack or any other name ?
    thanks

    Hi,
    Sorry, Oracle doesn't auotmatically keep track of the order in which rows were inserted.  If you need to know that, then you need to save something in the table that will tell you the insertion order, such as a sequence value.

  • Need to remove LAST NAME only in merged letter

    Here's my quandry. Client supplied a mail list with full name in column one. It's okay for the addressing portion, but in the salutation she wants to remove just the last name. I already merged my 2900 name list.
    So I have:
    Mary and John Smith
    123 Main St.
    Your Town, State Zip
    Dear Mary and John Smith,
    Then body of letter.
    I would need a way to search for any space and word before the comma and return in this one line only. Remove the space and last name so the comma slides over after John. I don't want to strip out any other words before a comma. I checked and I believe no line in the letter has a hard return following a comma.
    Doable? If so, how?

    Or you could search for \s[\l\u|\-]+(,)$ and replace with $1 to remove the last name and leave the comma next to the last word in the first name. this must be done as a find/change rather than a GREP style.
    Colin's method is nice in it can be a style, but it leaves "space" between the last visible name and the comma because the text is still present. Colin "escaped" the comma in his version, too, but is seems to make no difference in my test.

  • Address Book - Last Name Keeps Repeating Itself!!!

    This has happened for quite some time, and it affects the vCards of those whom I've sent mail to.
    For e.g., the To: field in Mail shows an auto-complete of my name as "Douglas Dielle Dielle".
    When I go to the address book, the vCard entry indeed is shown as "Douglas Dielle Dielle".
    Address Book seems to be adding the extra last name to the last name field because I don't use that field for my contacts.
    I've corrected this umpteen times in the Address Book by removing the last name in the last name field and it's still happening. Cleared the previous recipients list in Mail and it's still happening.
    Is there some option in the Address Book that I should take a hard look at?

    Reason because Entourage some time back had this problem on filling the fields correctly when synching from my PDA. Filling in only the first name was the way to circumvent the problem.
    I don't use Entourage anymore, but have also not altered the name format of my contacts in my PDA though.
    Hope Apple fixes this soon! (Mail version: 2.0.5 / 746/746.2)

  • VKP0 is not to be maintained as  mandatory condition while creating IDOC

    We have a very awkward need from our client.The bussiness doesnt want the condition type VKP0 to be mandatory condition while creating IDOC for article master data.
    In the bussiness terms they send some articles to POS without creating price.They dont want to have the value of KONWERT field as 'ZERO'..
    We have upgraded ECC 5.0(IS Retail) to ECC 6.0(IS Retail).It was techinical upgrade hence no functional configuration has been done.
    Moreover we have compared POS outbound profile in ECC 6.0 with ECC 5.0.Every configuration is same and all required prerequisites for POS Outbound profile are same in both the versions.The Idoc in ECC 5.0 is getting created even though the price of the artilce is not required to be mainatained.
    All of us know that if prices are not maintained system shows'X' mark in price field in T.Code WPER2.
    But,instead the IDOC is getting created in ECC 5.0.
    Please help us to make the IDOC creation possible in ECC 6.0 even without  creating the price.
    Edited by: ajay das on Nov 15, 2008 8:00 PM

    Hello Ajay,
    Are IDocs for other transactional data getting created? In case these are, you can try to check the message control settings.
    Regards,
    Nimish

  • Removing punctuation in last name field

    Hi all,
    I have to write an API to an email system which does not accept punctuation as part of the mailbox. One of the fields I am using to build the mailbox is the persons last name. The problem I am experiencing is the use of punctutation in the last name field with individuals that have names for example like O'Leary, O'Shea, Baker-Newbie, etc... How would one write the syntax to remove punctuation from a column?
    Thanks,
    Mike

    I would consider the Oracle TRANSLATE function:
    How you do things depends on what you want to do with the punctuation characters. If you are going to omit then:
    TRANSLATE(last_name,
    'ABCDEFGHIJKLMNOPQRSTUVWXYZ!£$%',
    'ABCDEFGHIJKLMNOPQRSTUVWXYZ')
    or something like it (just add the characters to omit to the end of the 'from' string) take care to escape any quote symbols in your from string.

  • Search help for usrid, first name , last name

    Hi Experts,
    Requirement:
    An input field with search help where user can search an employee based on his last name, first name (PA0002 u2013 NACHN and VORNA )  or user id(PA0105-USRID). (Wild card entries should be allowed)
    It should always return the user id (PA0105-USRID) of the searched employee.
    How should I go about it?
    Is there any way I can use the search help 'PREM' already existing in the system?
    Inputs are highly appreciated.
    Thanks,
    Regards,
    Kumud

    Hi Rob,
    Thanks for the input. The search help is created now.
    Before I close this thread, would you be able to provide me with the below input:
    1. I want that only valid records with ennda greater then current date should appear as output.(both for infotype 2 and 105)
    2. The userid should correspond to usrtype '0001'.
    currently I have placed below conditions in Selection condition of database view:
    PA0002     ENDDA     EQ     '99991231'     AND
    PA0105     USRTY     EQ     '0001'     AND
    PA0105     ENDDA     EQ     '99991231'
    Is there a better way is this is ok?
    Thanks,
    Kumud

  • Sony Ericsson W580i - Remove Dashes as Last Names

    I used the iSync plugin from http://www.feisar.com to sync my W580i with iSync. Everything went well except for the fact that with contacts that I have input no last name in Address Book they display on my phone with the first name as expected and then a dash ("-") in place of the empty last name. How can I remove these dashes? I have read http://docs.info.apple.com/article.html?artnum=302470 but it just states what is happening. Anyone have a fix?

    I'm afraid there's no further answer I can give.
    Because iSync and the phone require First and Last name to be entered for successful syncing, there's no way to remove the dashes that appear in place of the empty last names. That is the way iSync works around the limitation of phones with a single Name field, rather than separate First and Last name fields.
    If you choose not to enter data required by the phone and iSync, then unfortunately, you have to accept the (probably undesired) side-effects of that decision.
    The solution is quite simple though, and as the Mac Address Book has many more fields than just First name, it makes sense to use them, especially if you happen to know 2 or more people who share the same First name. (It also helps to include people's last names in Address Book's data for when printing postal labels for instance).

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Set "E" for V1801 Message: Pricing error: Mandatory condition ZR01 missing

    Dear All,
    I want to set below error message to appear as ERROR.
    Right now this message appear as a GREEN Color message. Therefore user can save the sales order without pricing.
    My requirement is to BLOCK the user from entering a sales order in to the system without pricing. (Not even a incomplete order)
    Message
    Pricing error: Mandatory condition ZR01 is missing
    Message no. V1801
    Please note I have done following configurations.
    - I have set ZR01 condition as MANDATORY in my pricing procedure. - B'se it's the price for the material
    - I have set "Manual Entry not possible" for this condition type - Price should always pick from VK11, User should not be able to enter manually.
    If Price is not there, user should not be able to create a SO.
    NOTE:
    In the transaction OVAH, I cant see this message no to set as E.
    even in SE91, I don't see a place to set the message type.
    Is there any other way to set this message as "E" & to prevent user from entering a SO to the system without price???
    Appreciate your help !

    Dear Senya,
    Your suggestion works really fine with me.
    It didn't make that message an ERROR message  type. But it prevents user saving any incomplete document, where in my case it's pricing. So user has to complete the pricing in order to save it.
    Thanks a lot for the help !
    All others, thanks a lot for your suggestions !!!
    Edited by: Anupa Wijesinghe on Aug 10, 2009 6:41 AM

Maybe you are looking for

  • Desktop Software Stopped working all of the sudden..

    All of the sudden I got a windows message saying "Blackberry Desktop Software has stopped working" (A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.) I un-installed and

  • Activation of new fields in Vendor Master

    Hi Experts, Fields "Acct clk tlf", "Clerk's fax" and "Clrk's internet" are made available (activated)  for editing in Vendor Master - maintained at company code level in Correspondane tab. Would like to know whether availability of this fields will a

  • Character Encoding for IDOC to JMS scenario with foreign characters

    Dear Experts, The scenario is desribed as follows: Issue Description: There is an IDOC which is created after extracting data from different countries (but only one country at a time). So, for instance first time the data is picked in Greek and Latin

  • Alternating Background color for Detail Records

    Post Author: jbecker CA Forum: Formula I have found other posts concerning thing similar to this but not quite the same.  I have an 8.5 report that needs to have everyother record in the detail section to be a different color.  The problem is that it

  • Firefox 10: Bookmarks menu flickers and is unusable on secondary monitor

    After upgrading to Firefox 10, the bookmark menu (and other UI features) began to flicker when selected. This only happens on my secondary monitor. It does not affect my primary monitor. It makes Firefox unusable on the secondary monitor.