Org Chart 3.0 : Email address gets truncated

Hi,
In position detailed view, the email address can only handle about 23 characters. Once it goes beyond that, the email gets truncated.
I tested with employee name and position name, if these names are too long, it shows something like this: Coporate Sales Eur...
The user knows it is too long. But in the email field, it just get truncated without the "..."
Is this a bug?
Thanks.

Hi SP...
Unfortunately for the Flash mode (Settings --> Standard), it was not possible to make the text wrap. As Stephen suggested, the best way to do this is by setting the best possible box width. I tried a lot to play with this (you can try yourself) but it seems that there is some controller outside our control that is not allowing us to use text wrap. You can see more documentation on the Adobe Flex help site:
[http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_08.html|http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_08.html]
However, if your client is using HTML mode (Settings --> Basic), then you are able to do this by doing the following:
in \Templates_SAP\sappositionchartdetailxsl.xsl:
Line 119: change the class="OrgChartTitle" to class="OrgChartTitle2"
Also, in \_Themes\orgChartTheme.css, find the OrgChartTitle, copy it and rename it into OrgChartTitle2. Then REMOVE the following 3 lines from OrgChartTitle2:
     text-overflow: ellipsis;     
     overflow:hidden;
     white-space:nowrap;
This will work if your client is using HTML mode (Basic mode) only.
Thank you -
Best Regards,
Nabil

Similar Messages

  • Long email address gets truncated with CL_BCS objects

    I've created a email method using objects from CL_BCS interface. It seems to work fine as long as the internet email address is less than 35 chracters. I get an express message if it exceeds beyond this number.
    Express message -
    The following status was received for the document <THIS IS TEST> sent by you to the recipient <"ABC 123-BASIS ONCALL%BigCompany"@BIG>:
    <No delivery to "ABC 123-BASIS ONCAL, invalid recipient address>.
    The full address I used was
    "ABC 123-Basis OnCall%BigCompany"@BigCompany.com
    method that is failing (I think) -
    recipient =
       cl_cam_address_bcs=>create_internet_address(
               eaddr-line ).
    this method calls the following FM  below and the person_data type ADDR3_VAL has truncated data in name_last and name_text....not sure if this affecting the process. I'm using type 'INT'.
         CALL FUNCTION 'ADDR_PERS_COMP_GET'
                   EXPORTING
                        ADDRESS_PERS_IN_COMP_SELECTION = SEARCH_FOR
                   IMPORTING
                        ADDRESS_PERS_IN_COMP_VALUE     = PERSON_DATA
                      ADDRESS_PERS_IN_COMP_INFO      =
                      RETURNCODE                     =
                      ADDRESS_PERS_IN_COMP_TEXT      =
                   TABLES
                        PERSON_GROUPS                  = GROUP
                      ERROR_TABLE                    =
                      VERSIONS                       =
                   EXCEPTIONS
                        PARAMETER_ERROR                = 1
                        PERSON_NOT_EXIST               = 2
                        VERSION_NOT_EXIST              = 3
                        ADDRESS_NOT_EXIST              = 4
                        INTERNAL_ERROR                 = 5
                        OTHERS                         = 6.
    Thank you for all you help!

    Hi SP...
    Unfortunately for the Flash mode (Settings --> Standard), it was not possible to make the text wrap. As Stephen suggested, the best way to do this is by setting the best possible box width. I tried a lot to play with this (you can try yourself) but it seems that there is some controller outside our control that is not allowing us to use text wrap. You can see more documentation on the Adobe Flex help site:
    [http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_08.html|http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_08.html]
    However, if your client is using HTML mode (Settings --> Basic), then you are able to do this by doing the following:
    in \Templates_SAP\sappositionchartdetailxsl.xsl:
    Line 119: change the class="OrgChartTitle" to class="OrgChartTitle2"
    Also, in \_Themes\orgChartTheme.css, find the OrgChartTitle, copy it and rename it into OrgChartTitle2. Then REMOVE the following 3 lines from OrgChartTitle2:
         text-overflow: ellipsis;     
         overflow:hidden;
         white-space:nowrap;
    This will work if your client is using HTML mode (Basic mode) only.
    Thank you -
    Best Regards,
    Nabil

  • R3 to CRM direction - BDOC - Email address getting truncated on BP

    Hi,
    Customer details are being tranferred to CRM from R3 using BDOC.While doing so the Email address field is getting truncated to 40 Chars (if it is more than 40). This only happens when the Customer is changed in R3 and then BDOC is sent to CRM  (change in Email ID) , But when the customer is sent to CRM for the first time (new customer created), the Email ID is getting populated properly (no truncation).
    Can you please help me in the issue.
    Thanks in advance,
    Vivekanand

    Prasenjit,
    Your first two suggestions seem to work fine.  I know have a link that I think is raising an event.
    CASE iv_property.
      WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
      WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = 'toemail'.
    endcase .
    Here is my hardcoded event handler but it dumps with a  FRONTEND_ERROR  ( sy-subrc = 2 )
    method EH_ONTOEMAIL.
    * Added by wizard: Handler for event 'toemail'
    CALL FUNCTION 'CALL_BROWSER'
    EXPORTING
       URL                          = 'mailto:hardcodedemailaddress'
    *   WINDOW_NAME                  = ' '
    *   NEW_WINDOW                   = ' '
    *   BROWSER_TYPE                 =
    *   CONTEXTSTRING                =
    * EXCEPTIONS
    *   FRONTEND_NOT_SUPPORTED       = 1
    *   FRONTEND_ERROR               = 2
    *   PROG_NOT_FOUND               = 3
    *   NO_BATCH                     = 4
    *   UNSPECIFIED_ERROR            = 5
    *   OTHERS                       = 6
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endmethod.
    But when I call CALL_BROWSER through se37 it worls fine and brings up my outlook client.
    Any ideas ?

  • Email address getting truncated in SOST

    Hi,
    We have a vendor Whose email address is xxxxxxxxxxxxxxx
    And is recorded as such in their master record
    But when the remittance is forwarded to SAP Connect (SOST) the email address is shortened
    The email remittance is not being received by the vendor (and never has been).
    Please Help
    Thanks

    Hi
    So this problem started after SP's or this problem was there since beginning.
    Well I had similar or related  problem after support packs  on ECC6 and when upgraded to stack 12.
    We had an internal user called as "abc" responsible for the sending and recieving the mail out of SAP system and had the email address abc -  xxx.com.
    This user had an entry  under  TRNX SCOT-Inbound distribution  and this entry was also there.SAP suggested to create new recipient entry add the SID before domain name as abc-SID.xxx.com.So I had two entries for same user abc as
    abc - xxx.com and abc -SID.xxx.com
    And all our problems got resolved.I will definitely go back to  our OSS messages and check the solution SAP provided and update you if possible.
    Good Luck.
    Hope this helps
    Amit

  • Why does my email address get messed up when people hit reply sending from Mac Mail 4.6

    Why does my email address get messed up when people hit reply sending from Mac Mail 4.6
    OSX 10.6.8

    I talked to our email provider and they say it has to do with the way thre recipients email address book has recorded the address. They say that they need to fix the address on their end.

  • Trying to setup new HP printer but says invalid password; when type in email address get error

    I have a HP 410c using Mac OS 10.7.3 and am trying to setup eprint.  Evidently I had eprint on my previous model but seems I forgot password. When I input my password I get an error stating must be a valid email address.  I have only had 2 email accounts and have tried them both.  I have using the mac account for over 3 yrs.
    Seems I am in a vicious circle.  Thanks in advance

    Hi skhtzll,
    Do you have a Snapfish account? If so, (or even if you’re not sure) try logging in with the Snapfish icon below the Sign in Button. If you do not know your Snapfish password, you can select “forgot password” and an email will be sent to you to reset your password. Once you reset your password, go back in to the ePrint Center and try to sign in with this new information.
    I was an HP employee.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • Never-used email address getting spammed.

    When I signed up for BT Broadband they made me choose an email address [email protected]. I have never used it to send an email, not even to BT.
    Within days of getting connected I began to receive spam emails on the new email address from a company called dabs.com. I worked out that they are the contractor BT uses to supply modems to customers. All dabs.com needed was my street address to post me the modem but BT told them my email address as well and they decided to abuse it. After I complained, BT said they would arrange for the emails to stop within 28 days but they've missed that deadline.
    Now I am receiving spam advertising male libido boosting tablets.
    How can my never-used email address have leaked? Can I blame dabs.com for selling it on to a spammer? Can spammers get them in other ways?

    Fathom wrote:
    When I signed up for BT Broadband they made me choose an email address [email protected]. I have never used it to send an email, not even to BT.
    Within days of getting connected I began to receive spam emails on the new email address from a company called dabs.com. I worked out that they are the contractor BT uses to supply modems to customers. All dabs.com needed was my street address to post me the modem but BT told them my email address as well and they decided to abuse it. After I complained, BT said they would arrange for the emails to stop within 28 days but they've missed that deadline.
    Now I am receiving spam advertising male libido boosting tablets.
    How can my never-used email address have leaked? Can I blame dabs.com for selling it on to a spammer? Can spammers get them in other ways?
    Hi.
    dabs.com is not only a modem company, they sell all sorts of tech stuff. They used to be a separate company, but BT bought them a few years ago.
    Spammers get their email address in a vast number of ways. Even if you've chosen a new address, this address could still actually be on a spam list.
    For example spammers can assume if [email protected] exists, then so does [email protected] and [email protected] etc. They can also use dictionary methods, make all sorts of assumptions based on other user names (e.g. with or without a "period" and add/remove it). Also the email address can also have been used before, either as a primary or sub account - this means that the email address is already known and on spam lists.
    Similarly [email protected], [email protected] etc, as well as slightly mispelt ones [email protected] ....
    If the email address was dormant until you "picked it", then any bounces returned as email address not existing will never end up at the sending spammer, as the email addresses they use as the "From" address are never theirs and are either spoofed as someone elses (and they get the non delivery reports) or just random addresses.
    There are other methods e.g. virus/trojan infected computers relaying email addresses to spammers without the user even knowing, and this virus infected computer could be a contact who has your email address, and not necessarily your computer infected.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • I am unable to change my email Address, Getting an ERROR!

    Hi Their
    After continues failed attempts to reach adobe support, I've given up and am going to post on the forum.
    I am getting the error "
    Your account changes couldn't be saved.
    " when trying to change my email address.
    Please help!

    Sorry, this is an open forum, so nobody here will be able to give direct help
    Some Change/Verify Account links https://forums.adobe.com/thread/1465499 that may help
    -email address https://forums.adobe.com/thread/1446019
    -http://helpx.adobe.com/x-productkb/global/didn-t-receive-expected-email.html
    Otherwise, you will simply have to persist until you reach Adobe support
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Wrong email address gets added to frequent contacts

    8.0.3-103395 GW Server on SLES 10 SP3
    8.0.3-108711 GW Client von WinXP SP3
    The issue is related to just one useraccount, no matter if in caching or online mode and it appeared suddenly without a known change to the systems.
    Changed GW client Version, hostsystem, GW mode, other accounts got no issues with the affected recipient.
    GWchecks to fix structure + index / contents of the accounts have been completed without any improvement.
    Addressing a specific external email recipient per "cc" creates a wrong frequent contacts entry. If addressing the recipient per "to" field, everything works fine. The tooltip shows the correct email address when moving over in the cc field but the email will be send to the wrong address.
    The recipients email address looks like this: [email protected]
    The frequent contacts entry looks like this: [email protected]
    If the contact's email address got corrected, the wrong contact gets created again after sending any further email with the recipient per "cc".
    How does a internal postoffice/domain name gets mixed up into an external email address?
    regards
    Pit

    In article <[email protected]>, Pitnika wrote:
    > we think we suppressed the issue by setting the "Allowed Address
    > Formats" from "Groupwise Internet Addressing" of the Postoffices
    > Properties to only "UserID@Internet domain name".
    >
    That would make a good difference in this. Thank you for reporting
    back.
    And your initial reporting of the issue was great and appropriate
    detail, if only others would do at least half as well as you do it
    would be so much easier to help here. Thank you.
    Andy Konecny
    Knowledge Partner (voluntary SysOp)
    Konecny Consulting Inc. in Toronto
    "Give more than others think is wise
    Challenge yourself beyond what others think is right"
    Michael 'Pinball' Clemens

  • Replying to emails - address gets switched on some of my accounts, not all since DL new TB version

    My setup is to have several (4) email accounts, that all go into the main inbox. Since Dl a new version/upgrade of TB a few weeks ago. On some of email address when I reply, it switches my email address to another one. It does not do it all the time. I have been in tools , acount settings, server, cannot figure this out help

    See this discussion: https://support.mozilla.org/en-US/questions/1038013

  • Multiple email addresses getting crossed in Mail.  How fix?

    My husband and I have 3 email accounts (2 Gmail and 1 Yahoo) set up in Mail.  The two Gmail accounts get crossed so I will send a message from mine and his Gmail gets posted as the sender, so that's who people reply to.  This happens even if I reply from his account and manually change the sender back to my Gmail.  How can we fix this? 

    It may be that you have more than one outgoing mail account, and you're sending from the wrong one. From the Mail menu bar, select
    Mail ▹ Preferences 
    The Mail preference dialog opens. Select the Composing tab from the row of icons at the top. From the menu labeled
    Send new messages from:
    choose
    Account of selected mailbox
    If that doesn't solve the problem, select the Accounts tab in the preference dialog, then select the affected account in the list on the left.
    In the Account Information pane, select the correct server in the menu labeled
    Outgoing Mail Server (SMTP)
    If there's only one server in the menu, select
    Edit SMTP Server List...
    and add a new server with the correct settings. If you're not sure how to do that, try the Mail Setup Assistant.
    Another possibility is that the wrong card in your address book is selected as yours. Select your card in the Contacts application. Then select
    Card ▹ Make This My Card
    from the menu bar.

  • Mail sent from one email address gets responded to another

    I have two google accounts connected through my mail app. All of a sudden I started getting response emails to my personal account, that I had originally sent from my work email. I don't know exactly what is going on? I don't want to mess with anything either because I'm afraid it's going to get worse.
    I am 100% certain that when I send emails that the drop down menu under the subject line, which reads "from:", is selected as the work email that I wish to send the email from. This is why I'm so confused as to why I am recieving emails on my personal account.
    If anyone could walk me through this I would be greatly appreciative.
    Thanks.

    You have the 2 smtp servers mixed up, select the correct one for each address and select 'Use only this server'

  • How does an email address get corrupted?

    I routinely send an email to a group using Bcc to a list in my address book. All of the addresses in that list are correct yet I also routinely receive an error message from a remote server that one of those addresses is incorrect. The correct @shaw.ca has somehow or another been changed to @live.ca yet I have NO addresses in that list to a user at @live.ca. Neither do I have ANY addresses in my address book with @live.ca in the address. Where can this corruption be taking place?
    I am using Thunderbird on a PC with a fully updated version of Windows 7.

    Sorry, my fault - I sent it as a reply to your email which, of course went into your null box instead of the thread.
    The error message is:
    The following message to <[email protected]> was undeliverable.
    The reason for the problem:
    5.1.0 - Unknown address error 550-'Requested action not taken: mailbox unavailable'
    Reporting-MTA: dns; idcmail-mo1so.shaw.ca
    Final-Recipient: rfc822;[email protected]
    Action: failed
    Status: 5.0.0 (permanent failure)
    Remote-MTA: dns; [65.55.92.168]
    Diagnostic-Code: smtp; 5.1.0 - Unknown address error 550-'Requested action not taken: mailbox unavailable' (delivery attempts: 0)
    Note that the correct address is in the list of recipients to whom the messages are sent but, without fail, always returns this error message.

  • Hyperlink address get truncated when creating a pdf from MS Access.

    I have a MS Access 2002 Report that I need to export to a pdf.  I have several text boxes, and several hyperlink boxes.  The hyperlinks show up in the pdf, however, when I click on the link, Acrobat only recognizes the first line of the address and the links don't work.
    For example here is a sample hyperlink address notice that it wraps around in the box:
    http://forms.adobe.com/
    post/input_etc
    When I click on the link, Internet Explorer opens and tries to go to http://forms.adobe.com/  However, since the entire address isn't on the same line, IE can't open the link.
    I need to create ongoing pdfs from the database and can't spend the time fixing this issue each time.
    I had Acrobat Pro 8, and have upgraded to Pro 9, but the problem persists.

    I think that export is a MS solution. Do you have an Adobe icon or Create PDF menu on your Access? In Access 2007, it will show up as an Acrobat menu. This is the process you use to create a PDF with PDF Maker. I see no Export in Access 2007.

  • Long emails (like email digests) get truncated...

    ...when you "Get rest of message", the message scrolls to the top! How annoying!
    Soooo...you have to scroll, scroll, scroll, scroll...down to where you were (if you can remember).
    I REALLY wish Apple would change this behavior. When "rest of message" is downloaded, the screen should NEVER change its relative position.
    Don

    Hi paulcb,
    Interesting, thanks for confirming. When I told an iPhone developer, he shook his head in disbelief. I'm sure this was a simple oversight. I submitted feedback at the URL you provided, and at the dev center. Hope it gets fixed soon.
    Thanks for your help!
    Don

Maybe you are looking for

  • Multiple Filtering options within ALV Output.

    Hi All, Being a Functional Guy,I would like to clarify few questions in ALV functionality. In one of our requirement we need to create a ALV report. Step1 : Enter values in selection criteria. Step2: Execute ALV report. Step3: Within Output  I should

  • Splitting date into year and month

    Hi,    I am getting it_final-bedat (dd.mm.yyyy).I need to split month as well as year in separate fields in the internal table.tell some ideas.

  • Will there be any improvements made to how Photoshop handles pixel dimensions on a Retina display?

    I'm a web designer and I still use Photoshop to mockup, to a certain extent the design of my websites. I find it frustrating however that when I make the mockup, it appears half-size in Photoshop. I have to double the size of everything to make it "a

  • Issues with BootCamp and mounted windows 8 install disk

    I've been trying to install Windows 8 from a mounted Windows 8 System Builder install disk. When I mount the ISO and try to use bootcamp to install windows 8 the bootcamp application will not recognize the install disk I have mounted. Any issues? I'v

  • Change Header Column height

    Hi sir, Iam trying to change the height of header column. The column which contains (Activity ID, name etc.,). In the Edit Column tab we can change the width but not height. Any idea to change the height. Thanks, Imad