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

Similar Messages

  • 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

  • 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

  • Hello can someone help me I have an iphone 4 and my daughter has an ipod touch we are on the same email address but somehow with in the last 25hrs all of my contacts are gone and only hers on on my phone is there a way for me to get all my contacts back?

    Hello can someone help me I have an iphone 4 and my daughter has an ipod touch we are on the same email address but somehow with in the last 25hrs all of my contacts are gone and only hers on on my phone is there a way for me to get all my contacts back?

    If you need assistance with finding any of your restores or attempting to restore from any that happened prior to his incident follow this article
    http://support.apple.com/kb/ht1766
    IF you do find a backup that has your contacts; I'd /highly/ recommand turning off your wifi network after the restore is finished because if the issue is with your iCloud your contacts may merge back with her's.
    With iCloud you DO NOT want to share the account; bad things happen Evil evil thigns...
    But in all seriousness; if two devices have the same iCloud; iCloud is told to merge and sync infomation between hte two and can't tell that it doesn't belong to the same person

  • HT1918 I have several old email addresses and accounts with itunes where the email is no longer working, and i have forgotten my password,  how do i activate the songs?

    I have several old email addresses and accounts with itunes where the email is no longer working, and i have forgotten my password,  how do i activate the songs

    Welcome to the Apple Community.
    The following article(s) may help you.
    Look up your old and forgotten Apple ID

  • When sending a calendar invite to any email address (regardless of provider) that is associated with an Apple ID will not get the invite. Any email address not associated with Apple ID will. Why? Using iOS 6.0.1, iPad, iPhone and PC.

      I have sent an invite to an email associated to an Apple ID and that email never received the invite. I then changed the email associated with the receiving Apple ID to something new and removed the original email address (the original email address is no longer associated with any apple ID even as the alternate). I then cancelled the first appointment, created a new appointment and again invited the original email address. That original email address then received the canceled appointment notification and the new appointment invite. This problem is not just with my Apple ID (sending or receiving) but several other people that have tested sending iCloud invites to other Apple ID users. Any thoughts?

    Hi Stateler74,
    Thanks for using Apple Support Communities.  You might be able to find the Apple ID that her email address is associated with by following this article's instructions:
    Apple ID: Finding your Apple ID
    http://support.apple.com/kb/HT5625
    Cheers,
    - Ari

  • When replying to an add on Craig's List, for example, it goes back to my old email address I had with IE, and fails to connect with the ad's author and I'd like to know how to make it use my gmail address with Firefox instead.

    When replying to an ad, via email, posted on Craig's List , for example, it attempts to use my old email address I had with IE, then fails to connect with the ad's author. How do I get it to only use my gmail address with Firefox?
    == This happened ==
    Every time Firefox opened

    See https://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • 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.

  • How do i set up another iTunes account on same computer when the wives email address is associated with my account , i can't set her an account up because of this

    wife has bought a new iPhone and when i tried to set up an iTunes account up for her it won't let me , has a error message saying her email address is associated with my account, also all my contact numbers have merged in with hers on my phone not hers

    www.apple.com/support/appleid/manage/

  • A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.

    A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.  I have gone to the window pop-down to 'previous recipients' and deleted that addressee as well as all the email addresses it is assigning to that name.  I have also deleted the account entirely from my address book.  I have have run repair permissions and also full defrag in iDefrag.  Still the problem persists.  Any suggestions?

    Hello CarolineLongEaton,
    I noticed you posted this problem quite a while ago and wondered if you managed to have it fixed in an alternative way then posting here. It is too bad no one has posted a solution here. I have a similar problem and if you have had yours solved since this occurance how you accomplished it may help me with mine. I am interested to know what you have done about yours.
    If you are interested in comparing the problems to see if your solution (if you have found one) might help me also then here is the link to the discussion.
    https://discussions.apple.com/thread/6116927
    If your problem has not been solved then I will comment here again if/when my issue is resolved as it may help you too. My hope here is that we may help each other. To quote you "all ideas gratefuly recieved". I hope your problem was resolved, ernestly for your sake and selfishly for mine also. I wish you and yours a great day!
    dofromon

  • Is it possible to find which email address is associated with my ipod nano if I look it up by serial number?

    Is it possible to find which email address is associated with my ipod nano if I look it up by serial number?

    Hey koo34,
    You can view your support profile for your Apple ID, including the products associated with it, through the following website:
    Apple - Support - My Support Profile
    https://supportprofile.apple.com
    I would suggest that you try to associate your device with your Apple ID through that site. The following article may have some more helpful information for you regarding this question:
    How to manage your AppleCare products
    http://support.apple.com/kb/HT5686
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • User's default email address for use with Answers

    How to use user's default email address for use with Answers?
    When I was referring to the Admin Guide I found the below description for email session variable.
    Can somebody please help me with this.
    Contains the user's default email address for use with Answers. If the delivery option of Answers is enabled, an email device using this address will be created for the user upon first log in. Users can override this address by changing their account settings in Oracle BI Presentation Services.
    Thanks,
    Swetha

    I think the documentation is wrongly saying that it will be used by Answers. The email will be used by Delivers, the BI Scheduler component.

  • How may I change the email address that goes with ...

    Hi, 
    How may I change the email address that goes with my subscription?
    When I set up my original subscription, it was through an former employer.
    When I just bought some Skype credits, the confirmation page indicated that the verification email was to be sent to my old work email address.
    Thank You.

    Sign In to your account at www.skype.com and click on Account Settings
    then change Primary Email Address under Notification Settings
    Regards,
    Neil

  • Changing Email address for BTWiFi-with-FON

    Is it possible to change the username/email address for logging in to BTWiFi-with-FON as the btinternet.com email address I got lumbered with is very long (29 characters) and awkward to key in on a smartphone?
    Solved!
    Go to Solution.

    A1944 wrote:
    pottyperson wrote:
    Keep the phone's Wifi switched off until you actively want to use it. That will probably save on battery usage as well.
    Thanks for the idea, but unfortunately that would not help as I use it on the WiFi at home quite a lot, especially when I have the PC switched off.
    Sorry, I got the wrong end of the stick. You need to set the phone to prioritise wifi connections, but I don't know the procedure for iPhone as I have Android. You could try simply deleting BT WiFi from the list of connections to see if it gets a lower priority next time you connect to it.  
    You can click the white star next to this message if you think it was helpful.

Maybe you are looking for

  • Copying actions - what is it that I don't get?

    So my PC mobo crashed and I needed to upgrade. The old system disk no longer boots but its there in the PC. Looked in the FAQ on how to copy Actions from old installation (Actions Palette stuff). So I moved it and it is much bigger than the default o

  • ALE of BNKE data from FI to HR

    Hi all, I want transfer BNKE data from FI to HR box, so infotype 0009 can see the same. Is there any message type for me to ALE everyday. What is the best approach. Thank you for your time and help. Regards, Vince.

  • RAW files not importing

    Hi I have lots of RAW images taken with a Canon G2 which iPhoto 6 doesn't import for me when I drag the files over. The camera is on the famous list of supported cameras (http://www.apple.com/macosx/upgrade/cameras.html). Why might these files fail t

  • Unable to move some items to Buckets by using option 'Move to' in Item dash

    Hi All, i am unable to move some items from one bucket to another bucket by using option "MOVE TO"  in Item dashboard in screen. and also some items(100 out of 95) are moving ine. Can anybody help me Thanks&Regards, Dhananjaya Edited by: cvdreddy on

  • Installed g mail notifier add-on but there is no icon

    g mail notifier add-on installed correctly but there is no icon for it == This happened == Just once or twice == after installed add-on