Update  FirstName,MiddleName and LastName  of Contact Employee of BP via DI

Hi,
Iam using SAP BOne 8.8 SP:00  PL15   and i need to add a BP using DI and i also need to add Conatct Person information for that BP. But the FirstName,MiddleName and LastName Fields of the contact person is not exposed through the DI.
Is there any way to add or update those fields through ( FirstName,MiddleName and LastName ) DI
Thanks & Regards
Rejish

If it's not exposed to the DI, you can not do it with the DI or DTW so it will have to be done through the application

Similar Messages

  • How to retrive firstname,middlename and lastname in a table

    Hi all,
    Please can u help me anyone.
    example:
    EMP table
    Ename column
    ramesh sachin tendulkar
    vara prasad
    bala
    how to display firstname,middlename,lastname in a emp table using oracle 9i.
    firstname middlename lastname
    ramesh sachin tendulkar
    vara prasad
    bala
    Thank in advance

    Something like this perhaps?
    SQL> ed
    Wrote file afiedt.buf
      1  with e as (select 'ramesh sachin tendulkar' as ename from dual union all
      2             select 'vara prasad' from dual union all
      3             select 'bala' from dual)
      4  --
      5  -- END OF TEST DATA
      6  --
      7  select substr(ename,1,decode(instr(ename,' '),0,length(ename),instr(ename,' '))) as firstname
      8        ,substr(ename,instr(ename,' ')+1,length(ename)-instr(ename,' ')-(length(ename)-instr(ename,' ',-1))) as middlename
      9        ,substr(ename,decode(instr(ename,' ',-1),0,length(ename)+1,instr(ename,' ',-1)+1)) as surname
    10* from e
    SQL> /
    FIRSTNAME               MIDDLENAME              SURNAME
    ramesh                  sachin                  tendulkar
    vara                                            prasad
    bala
    SQL>If you upgraded to 10g or 11g it would be easier as you could use regular expressions.

  • I updated my iphone and all my contacts were deleted, how can i get them back?

    i updated my iphone and all my contacts were deleted, how can i get them back?

    like roaminggnome said you should see your contacts again once you sync with iTunes. if you used iCloud before, make sure contact sync is turned on and your contacts should be back.

  • TS1347 I just updated my iphone, and all my contacts are gone. What can I do?

    Just updated my iphone and lost all my contacts. What do I do?

    sync your phone to itunes then sync your contacts.  Or restore from backup.

  • I just updated to iOS5 and all my contacts are gone!

    I updated to iOS 5 and before it applied the update it said "Backing up Marc's iPhone".
    After the update, I went to load back my contacts and it says: "iTunes could not restore the iPhone "Marc's iPhone" because the backup session failed.
    It would have been nice to mention that at the time, before I lost all the content.
    I can see no way back from this.
    I've gone back to another backup, and that says the same thing.  Apparently, all my sessions have been quietly failing.
    So, assuming I can actually source them again, I now have to type in around 300 contacts, by hand, one at a time.
    I will never buy another Apple product.

    I've backed up and restored contacts before, and it's been fine.
    But since the IOS 5 "upgrade", it seems that things don't work so well.
    I can't restore from the backup that the update took, nor from older backups.
    As luck would have it, I remembered that I tried syncing contacts to Google a while back, so I've recovered *some* items from there by setting up the sync again (iOS/iTunes had managed to lose it, along with all my email accounts etc).  Google also lets you export your contacts to a CSV file, which is a bonus.
    I'm not sure about why some contacts were synced to Google and others not, I'll look into that later.
    All my photos are lost, apparently forever.
    Next time I buy a phone, it will be one where I can just drag'n'drop to copy files.  Probably Android- I'll certainly not buy another Apple product.
    I'm curious about some of what you say: why go through the setup ON THE PHONE?  What difference does it make?
    I'm reluctant to do anything much more interesting now- it seems that I can no longer trust iTunes (never liked it much, I have to say: I don't find it at all intuitive).

  • I just updated my iphone and all my contacts are gone, help!

    It's an iphone 4 and the update was iOS6.1.2

    iPhone User Guide (For iOS 6.1 Software)
    iTunes: Restoring iOS software

  • Parse a String with FIRSTNAME MI and LASTNAME but not always a MI

    Anyone,
    can I write a single clause to parse a column that cotains first name, middle initial and Last name but the Middle initial is sometimes there and sometimes not?
    Like this:
    Steven F Abbott
    Mikel Allums (Steve)
    Pedro A Arroyo
    Daniel R. Hasbrook
    Steve G Ball
    Ernie C Bloecher
    Richard Carrillo
    James M Chamberlain
    I need data seperated.
    I have:
    SUBSTR(NAME, 1, (INSTR(NAME,' ',1,1)-1)) "FIRST_NAME",
    SUBSTR(NAME,(INSTR(NAME,' ',1,1)+1), LENGTH(NAME)) "LAST_NAME",
    But that middle initial presents problems and I see it as first letter in last name but if I chnage the search for space to second occurance I get the whole name:
    SUBSTR(NAME,(INSTR(NAME,' ',1,2)+1), LENGTH(NAME)) "LAST_NAME",
    Any help would be greatly appreciated.
    Thanks,
    Miller

    may this eaxmple is little better if there is only one name then will display as first anem only
    SQL> WITH T AS
      2       (
      3          SELECT 'john smith' col1  FROM DUAL
      4          UNION ALL
      5          SELECT 'Derick R Alias' FROM DUAL
      6          UNION ALL
      7          SELECT 'Michel M john'  FROM DUAL
      8          UNION ALL
      9          SELECT 'Kiren'  FROM DUAL)
    10  SELECT (CASE
    11             WHEN INSTR (col1, ' ') = 0
    12                THEN col1
    13             ELSE SUBSTR (col1, 1, INSTR (col1, ' ') - 1)
    14          END
    15         ) first_name,
    16         CASE
    17            WHEN INSTR (col1, ' ', 1, 2) > 0
    18               THEN SUBSTR (col1, INSTR (col1, ' '), 2)
    19            ELSE NULL
    20         END middle_name,
    21         (CASE
    22             WHEN INSTR (col1, ' ', 1, 2) > 0
    23                THEN SUBSTR (col1, INSTR (col1, ' ', 1, 2) + 1)
    24             WHEN INSTR (col1, ' ') = 0
    25                THEN NULL
    26             ELSE SUBSTR (col1, INSTR (col1, ' ') + 1)
    27          END
    28         ) last_name
    29    FROM T;
    FIRST_NAME     MI LAST_NAME
    john              smith
    Derick          R Alias
    Michel          M john
    Kiren

  • ActiveSync not updating firstname and lastname

    Hi All,
    i am using FlatFileActiveSync. Using that i am able to create the accounts with details specified in .csv file. but if i change the first name annd lastname value in the .csv file and run the ActiveSync, Updation is not happening only for these attributes. The rest all the attributes are updating properly. Please check my below code for updating the firstname and lastname.
            <set name='global.firstname'>
              <ref>activeSync.firstname</ref>
            </set>
            <set name='global.lastname'>
              <ref>activeSync.lastname</ref>
            </set>Please help on this, it is really eating my time.
    Regards,
    Sabareeswaren.

    Hello,
    Did you check workflow trace ? Does it show, value assigned to firstname variable, when IDM starts execution of workflow ? check the variable name, and its case. If you get value for last name then first name should not be problem.

  • Incomplete profile page: Where are firstname and lastName?

    Hi,
    How to retrieve the firstname lastname in Webcenter Portal (11.1.1.8) UserProfile object, we used all the expressions but firstname lastname always comes blank/empty.
    First Name: #{webCenterProfile[securityContext.userName].firstName} <br>
    Middle Name: #{webCenterProfile[securityContext.userName].middleName}<br>
    Last Name: #{webCenterProfile[securityContext.userName].lastName}<br>
    I use Open DS as the LDAP and the first attribute in LDAP is cn and the lastname attribute is sn, we want to get the values of these when we call #{webCenterProfile[securityContext.userName].firstName}.
    I found one archived thread where the same question is asked but without any solution documented.
    Incomplete profile page: Where are firstname and lastName?
    Thanks,
    Anshuman

    Hi,
    Add an "HTML Markup" Layout Component to a page.
    Edit the "HTML Markup" Layout Component.
    In the Display options Tab, click the Edit Icon (v) next to the Value Property and select "Expression Builder...".
    Select "Type a value or expression" and enter the following:
    User Profile Information:
    <br><br>
    Name: #{webCenterProfile[securityContext.userName].name}<br>
    Display Name: #{webCenterProfile[securityContext.userName].displayName}<br>
    First Name: #{webCenterProfile[securityContext.userName].firstName} <br>
    Middle Name: #{webCenterProfile[securityContext.userName].middleName}<br>
    Last Name: #{webCenterProfile[securityContext.userName].lastName}<br>
    Maiden Name: #{webCenterProfile[securityContext.userName].maidenName}<br>
    Name Suffix: #{webCenterProfile[securityContext.userName].nameSuffix}<br>
    Initials: #{webCenterProfile[securityContext.userName].initials}<br>
    <br><br>
    Description: #{webCenterProfile[securityContext.userName].description}<br>
    Date of Birth: #{webCenterProfile[securityContext.userName].dateofBirth}<br>
    Home Address: #{webCenterProfile[securityContext.userName].homeAddress}<br><br>
    Home Phone: #{webCenterProfile[securityContext.userName].homePhone}<br>
    Wireless Acct Number: #{webCenterProfile[securityContext.userName].wirelessAcctNumber}<br>
    <br><br>
    Time Zone: #{webCenterProfile[securityContext.userName].timeZone}<br>
    Default Group: #{webCenterProfile[securityContext.userName].defaultGroup}<br>
    Preferred Language: #{webCenterProfile[securityContext.userName].preferredLanguage}<br>
    Update Date: #{webCenterProfile[securityContext.userName].updateDate}<br>
    <br><br>
    Employee Number: #{webCenterProfile[securityContext.userName].employeeNumber}<br>
    Title: #{webCenterProfile[securityContext.userName].title}<br>
    Department: #{webCenterProfile[securityContext.userName].department}<br>
    Organization: #{webCenterProfile[securityContext.userName].organization}<br>
    <br><br>
    Date of Hire: #{webCenterProfile[securityContext.userName].dateofHire}<br>
    Employee Type: #{webCenterProfile[securityContext.userName].employeeType}<br>
    Expertise: #{webCenterProfile[securityContext.userName].expertise}<br>
    Organizational Unit: #{webCenterProfile[securityContext.userName].organizationalUnit}<br>
    Manager Display Name: #{webCenterProfile[securityContext.userName].managerDisplayName}<br>
    <br><br>
    Business Email: #{webCenterProfile[securityContext.userName].businessEmail}<br>
    Business Phone: #{webCenterProfile[securityContext.userName].businessPhone}<br>
    Business Mobile: #{webCenterProfile[securityContext.userName].businessMobile}<br>
    Business Pager: #{webCenterProfile[securityContext.userName].businessPager}<br>
    Business Fax: #{webCenterProfile[securityContext.userName].businessFax}<br>
    Business Street: #{webCenterProfile[securityContext.userName].businessStreet}<br>
    Business City: #{webCenterProfile[securityContext.userName].businessCity}<br>
    Business State: #{webCenterProfile[securityContext.userName].businessState}<br>
    Business Postal Code: #{webCenterProfile[securityContext.userName].businessPostalCode}<br>
    Business Country: #{webCenterProfile[securityContext.userName].businessCountry}<br>
    Business PO Box: #{webCenterProfile[securityContext.userName].businessPOBox}<br>
    <br><br>
    Click Test and confirm there are no errors.
    Click OK to Exit the Expression Builder.
    Click OK to exit Edit of the HTML Markup Layout Component.
    This should display the user profile information as displayed on the user profile in WebCenter Spaces.

  • I updated iOS 7 and my contacts were ok then they suddenly disappeared a few weeks after updating. I have no idea if it has anything to do with iOS 7 but when I email someone the contacts are there. When I open the app they are gone. What happened?

    I updated iOS 7 and my contacts were ok then they suddenly disappeared a few weeks after updating. I have no idea if it has anything to do with iOS 7 but when I email someone the contacts are there. When I open the app they are gone. What happened?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • I updated my phone and my husbands to the 5.0 OS now everytime I enter a new contact he get's it.  We don't want the same ones.  How do I stop it from syncing our phones?

    I updated my phone and my husbands to the 5.0 OS now everytime I enter a new contact he get's it.  We don't want the same ones.  How do I stop it from syncing our phones?

    You linked them both to the same Apple ID and thence to the same iCloud account.  Don't do that.

  • We have 2 iphone 4s which have just been updated with IOS5 and whilst setting up icloud the phone contacts were merged and now i have lost my phone contacts on first iphone 4 which have been replaced with phone contacts from my second iphone 4. help?

    We have two Iphone 4 handsets. I updated first handset with IOS5 and activated Icloud with my existing Itunes account details - no problems. I then did the same on the second handset and instead of setting up a different Icloud account for the second hanset I mistakenly used the same details as on the first handset and merged the contacts thinking it would add all contacts to both handsets but it instead replaced contacts from first handset with those from the second handset.
    How do I get back my contacts from the first hanset?
    I read somewhere Icloud saves the last 3 backups which suggests all my contacts that have disappeared are somewhere but how do i find them ???
    Help ???

    Here's how to do it.
    1. App Store, iTunes Store should have the same AppleID on Computer and iPhones. (Free to share apps, music and books... )
    2. Person A uses the same purchasing account for everything (ie. email, contacts and ...).
    3. Person B have the same purchase account see no. 1 (for App Store and iTunes Store) but create a second AppleID for iCal, e-mail, contacts  and etc.

  • 2 iphones 1 computer. updated my wifes phone to ios 5 her phone got wiped of all apps and all my contacts are on her phone. we had been using the same apple id but different user accounts on our laptop. How do i get her phone back to normal?

    2 iphone 4, 1 computer. i upgraded to ios 5 and just updated my wifes phone as well. her phone got wiped of all apps and all my contacts were put on her phone. we had been using the same apple id but different user acct on our laptop. How do i get her phone back to normal??

    Have your wife log in to her user account on the laptop. Launch iTunes, then connect her phone to the computer with the USB cable. Sync. That should put back all apps and media. Since you already upgraded her to iOS 5 she'll have to manually enter all her settings and preferences, and organize her home screens.

  • I recently got a new iphone 4 w/iOs 7. I set up th eicloud, etc. and got my contacts and appointments from outlook. All was fine. Now it will not snyc/update my phone from outlook. I get "Your setup couldn't be started because of an unexpected error."

    I recently got a new iphone 4 w/iOs 7. I set up th eicloud, etc. and got my contacts and appointments from outlook. All was fine. Now it will not snyc/update my phone from outlook. I get "Your setup couldn't be started because of an unexpected error."

    Hello JinxUK,
    Thank you for the details of the issue you are experiencing with the iCloud Control Panel.  I found an article referencing the error message you are getting:
    “Your setup couldn't be started because of an unexpected error.”
    Apple is investigating this issue. This article will be updated as more information becomes available.
    iCloud: iCloud Control Panel setup cannot be started
    http://support.apple.com/kb/TS5178
    I recommend saving that link so that you can check back for a resolution when it becomes available. 
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have a 64-bit Windows 7 PC and a much-loved 2008 iPod Classic 120Gb. I recently updated iTunes to V12.1.  I no longer have the 'info' legend in 'settings' and am unable now to update my calendar and contacts. Help!

    I have a 64-bit Windows 7 PC and a much-loved 2008 iPod Classic 120Gb. I recently updated iTunes to V12.1.  I no longer have the 'info' legend in 'settings' and am unable now to update my calendar and contacts. Help!

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

Maybe you are looking for

  • ATI Radeon HD 5770_MacPro 1,1_Expansion Slot Utility_How do I use this?

    I have just installed a ATI Radeon HD 5770 card in my MacPro 1,1 and everything seems to work just fine, but the Expansion Slot Utility popped up and says it's running below maximum speed.  How do I use this?

  • Late 2013 15" Macbook freezing, but mouse still responsive, any suggestions?

    Hi, I have a new late 2013 Macbook Pro 15" Retina that keeps freezing periodically throughout the day, When it freezes the mouse can still be moved, but nothing else can be clicked on the keyboard commands are non responsive. I did notice a GPU hang

  • IWeb not working..

    Hey All.. Had my first dable with iWeb tonight and made a 5 page website with content from my recent Wedding. However, after clicking on publish and getting a message saying it was done, when I click visit and it takes me to my site, I am getting an

  • Who can help to solve this question on MATERIALIZED VIEW and table?thanks

    Hi,dear all. If there is a MV with the same name as a table and they both exist in the same schema . e.g: MV : test123 and table : test123 (they have same name) exist in schema : schema123. when I run a sql : select * from schema123.test123; , what's

  • Sorting the Values in Dropdown box values in dashboard

    Hi, I have a small problem.   In the dash board I have a drop down which will displays the list of the employess.  How to assign the sort to this.  I have checked all the option but in the web application designed I didnt find any option for it. Plea