Sending long text thru CCAP_ECN_MAINTAIN.

Hi,
we are Transferring ECN document from middleware(ESI) to SAP thru BAPI CCAP_ECN_MAINTAIN.
with the help of this bapi, we can send Long text of 132 char at the max.
Our requirement is to send more than 132 chars.
How to create around 1000 chars long text in ECN number, that too from legacy system.
is there any BAPI available to create long text, associated with ECN....
rgrds.
santosh,.

for long texts only option is SAVE_TEXT,  EDIT_TEXT & READ_TEXT  these FMs.

Similar Messages

  • HT5625 I cannot send a text thru iMessage.  I followed the directions over and over again but can't make it work.  Also how can I find out all the apple ids I may have.

    I cannot send a text thru iMessage.  I followed the directions over and over again but can't make it work.  Also how can I find out all the apple ids I may have.

    A wet phone is out of warranty. This is considered user damage. Even if you were able to get it to start now, the chances of it working for long are slim. I suggest going to Apple and see about an OOW replacement. One for the iPhone 4 is only $149USD and it would come with a short warranty. It is a refurbished device and you would not be worried about encountering additional problems.

  • I cant send long text messages

    I have noticed that everytime I try to send a long text message (over 160 texts) the person never recieves it. In combination with no notificatin of going over 160 characters, not being able to resend or cut and paste this is becoming a big and annoying problem for me. Is there something Im missing or is this just another major inconvience of the iphone? I love some things about the phone but there sure do seem to be some major flaws. Any help/advice?

    thank you for such a quick response. Yes the recipient is another at&t customer using a blackberry. I never had a problem sending long text messages before getting my iphone (think the record with my old phone, a sony ecrisson w580i was 10 text messages long). I tried testing it today sending one that was 159 characters and one that was 161 characters, the 159 was recieved while the 161 was not. I tried contacting at&t and recieved a very shady answer (they suggested maybe the signal in the area which I reluctantly accepted at the time, however as time has gone on it has become obivious this is not the problem). I figured it must be another iphone characteristic however the lack of other owners mentioning this problems led me to seek help.

  • Can't send long texts to one number

    Hi.
    I have a Nokia 6500c locked to Orange with up to date software. I'm on the Orange network with a new number which I signed up for just a month ago.
    My girlfriend has a Motorola K1 Krzr on O2.
    I've been having issues with sending her texts since day one, in that texts one page long always deliver but anything over one page long never arrives. I get a delivery report, but she doesn't get the text.
    I don't have this problem with anyone else, including anyone on O2. It's just this one person. Similarly she doesn't have a problem recieving texts from anyone else. She is able to send me texts of any length. I never had this problem when I was with Vodaphone.
    We've both contacted our networks and as you'd expect both are blaming the other.
    O2 has cleared out their system on several occasions, I've even had them on the phone whilst I send a text to my girlfriends phone and they have no record of it arriving.
    I've done the same with Orange who claim that my text leaves their network and they get a response from the O2 network saying it's been delivered.
    She's tried putting her sim in a different phone, the problem persisted.
    I put my sim in a different phone not locked to Orange, that fixed the problem.
    I went abroad a couple of weeks ago, my Nokia 6500c connected to several foriegn networks, that fixed the problem.
    I come back to the UK with my handset on Orange, problem persisted.
    I'm getting sick of calling Orange who drip feed me ideas for fixing the issue spaced out over several days, and their last response has me thinking they have no idea.
    They claim that the software the Orange network uses means that our two handsets are incompatible when it comes to sending a text more than one page long.
    I've trawled the net for such compatibility issues and not surprisingly can't find anything. Nokia tech support have never heard of such an issue, the guy I talked to even chuckled at the idea. Several of the Orange call center staff haven't heard of the issue.
    So the issue was either made up by the lying technical support of Orange, or I'm the first person in the country to discover the bizzare compatibility problems between the two phones using the Orange network software.
    I've asked that my Nokia be unlocked free of charge to see if that resolves the issue, also try a new sim, new handset, and even a new number. I can't think of anything else.
    Does anyone else have any ideas what is going on because I'm at a loss.
    Thanks,
    Adam

    A locked phone(provider) firmware is somwhat modified with that of an open one, the reason why one can't upgrade one's locked phone even if an upgrade released by Nokia is already available.
    From what I understand, it really not the sim card that is at fault nor the phone in particular for it does not have this issue when used in other phone model, the most likely cause is bug in modification of the firmware in phone model(6500c).
    You have the right to have it unlocked & have also the firmware updated(Nokia standard) if it is available.
    Message Edited by android on 05-Apr-2008 01:22 PM
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • How to send long text  in a mail using FM : SO_NEW_DOCUMENT_SEND_API1

    Hi All,
    In my BSp application user can enter long text   ( can be more than 300 char ) in TextEdit.
    problem is as below:
    1) i am getting all the text in oninput processing ...
    2) using the FM READ_TEXT to   get mail template built in SO10.
    3) Replacing all dynamic variables in mail template with user enterd text.
    4) then passing the data to FM SO_NEW_DOCUMENT_SEND_API1.  this FM has table parameter with 255 char ( please check once )
    i am able to send the data  in mail.   But long text more than 256 char is not comming as single paragraph.
    For expamle  ...user enter the following  text in text edit.
    Responsible for the development, implementation, and maintenance of human resource information systems (HRIS) associated with the collection, retrieval, accessibility, and usage of employee information for Human Resource department planning and activities.  Maintains internal database files and tables, and develops custom reports to meet the requirements of Human Resource management and staff.
    in inbox i am getting as below:
    Job Description for    : Responsible for the development, implementation, and maintenance of human resource information systems (HRIS) associated with the collection, retrieval, accessibility, and usage of employee information for Human Resource depa
      Maintains internal database files and tables, and develops custom reports to meet the requirements of Human Resource management and staff.
    Job Description for is fixed text from SO10 templete.   and  remainning text is user text.
    some data is missing in mail.
    SO10 template  is as below  :
    Job Description for : &INSTRUC1&
    &INSTRUC2&
    help to solve the above issue.
    Regads,
    Kishan
    Edited by: kishanrao.sap on Oct 11, 2010 3:12 PM

    Hi Krishna,
      Please use the object_type parameter of tthe FM as 'HTM'.
    Then divide the text by append them into the lines of the object_content. In the begining and end make sure you have
    <p> --  in the begining
    </p>-- in the end
    if i want to type the text in one para " My name is Imran and i am an ABAP developer".
    CLEAR: WA_OBJECT_CONTENT.
      WA_OBJECT_CONTENT-line = '<html>'<body><p> My name is Imran.
      APPEND WA_OBJECT_CONTENT TO T_OBJECT_CONTENT.
    CLEAR WA_OBJECT_CONTENT.
      WA_OBJECT_CONTENT-line = ' and i am an ABAP developer</p></body><html;>'.
      APPEND WA_OBJECT_CONTENT TO T_OBJECT_CONTENT.
    Hope this helps you.
    Regards
    Imran.

  • Can no longer send long text messages to an android device

    In the last month, whenever I send a relatively long text message to a non iPhone user (Galaxy s5), that person will not receive the message at all. On my screen it says that the message was sent, but they are not receiving it. I used to never have this problem before. After a while, I went into my settings and put on the character count option to see if it would help me.  I realized all my messages over 160 characters would not be received, and all messages with an emoji that have over 70 characters would not be received. This is really frustrating and I would love if someone could help me see why this is and if there's any way to fixing it.

        This is really strange behavior, Edgar08. I want to make sure those messages reach their destination. Have you noticed if this is affecting a specific contact or multiple contacts? What iOS is your phone on? Settings>General>About>Version.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

  • 2330 - Cant send long texts

    Hi. First post so please be gentle!  Love my Nokia 2330 but people are saying my texts only half come through. This seems to be on my longer messages only where they go into 2 or more texts in the one.  Is there a setting I need to change so that long messages get through or is this a problem more with my service provider (Orange)?.  Any help would be great.  Many thanks.

    Hello Apple101913,
    The following article provides troubleshooting steps that can help get your messages flowing.
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Cheers,
    Allen

  • How do I stop sending my texts thru my email and go thru my phone?

    Can you help me.  I just recieved the Iphone 4s and all my texts are sent thru my email.  Names only appear on my texts if they are on my email contacts not my phone contacts.  How can I go thru my phone to text instead of my email?

    RobGorm wrote:
    I do not see the Caller ID any where. Recieved only brings up my Apple ID for iMessage and then my phone number plus a place to add an e-mail.
    Scroll down?  If not there, it might be because you don't have an email assigned to iMessage, thus you don't have a Caller ID choice, i.e. only your phone number.

  • Uploading long text thru bdc

    Hi Gurus,
    I am facing some problem during the recording of hader text.. Details given below...
    I need to do this by using BDC...
    &#61607; VA01 Steps as follows:
    1. Open VA01
    o Enter G2 or L2 order Type
    o Enter 9991 for Sales Org
    o Enter 01 for Dist Channel
    o Enter 99 for Division
    2. Enter Customer SAP # from spreadsheet to ship to and sold to
    (Enter some appropriate number)
    3. Enter Material Code from spreadsheet to Material
    (Enter some appropriate number)
    4. Enter target quantity as 1
    5. Enter Billing date as system date
    6. Go to Sales Tab
    7. Select Blank for billing block
    8. Enter order reason 013 for G2 type or 012 for L2
    9. Goto Header, Texts, Choose Invoice header text
    10. Enter SVB# from file as well as Quarter Text from file in notes
    11. Save
    this is want i need to do in order to create invoice serivce request by using BDC.
    I can able to get the fields till 8 th point ( i can able to write the program ), but from the 9 th point i m facing the problem..
    Bcz it just i need to enter some text here..( may be it's bcz of click )
    This is could not able to do it , can you please help me how can i do this ?
    Please let me know if i m not clear with my explanation...
    Looking forward for your response...

    Hi,
    Please refer this link:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/4e/09d47b8389d4439fa70159920f4bbe/frameset.htm.
    Regards,
    Rahul

  • Long text in mail as excel attachment

    Hi Experts,
    I am sending internal table as excel attachment in mail through Function Module -  SO_DOCUMENT_SEND_API1.
    But there is one field with long text. Pls help me how to send long text in excel sheet as mail attachment.
    Regards,
    Reny Richard

    Hi,
    And do your self a favor and use CL_BCS instead of SO_DOCUMENT_SEND_API1 .
    See Send email from ABAP with class CL_BCS - Code Gallery - SCN Wiki
    See Re: Excel formating in email attachment without using XML.
    Use "where use" for class CL_BCS .
    Regards.

  • TS4268 iPhone users can no longer send me text messages now that i've moved to a non-iOS phone. Can iMessage service or Message users be refreshed to see me as a normal text message recipient?

    iPhone users can no longer send me text messages now that i've moved to a non-iOS phone. Can iMessage service or Message users be refreshed to see me as a normal text message recipient?
    I still have an iPhone, but haven't turned it on for weeks. And there's no SIM in it, so no cell service, just WiFi.  When I turn it on after a prolonged period of having it off (weeks), a bunch of messages popup that should have been forwarded to my new phone (same phone number and carrier as when I was an iPhone user) but appear to sit in iMessage queue indefinitely instead.
    I'm guessing it has to do with the link that's made when an iPhone first realizes that it's talking to another iPhone and defaults, for all future texts, to iMessage.  You know, the green to blue switch.  How does that association get undone?
    Has anyone else seen this, and if so, is there a fix?

    your number can remain on the imessage server for some time

  • When typing the name of the contact I want to send a text message to, names from my contact list no longer pop up as suggestions. Can anyone help me with this?

    When typing the name of the contact I want to send a text message to, names from my contact list no longer pop up as suggestions. Can anyone help me with this?

        There's always a way to reset the device jmn33! Thanks for keeping us in the loop. To process a full reset/restore on the device please visit http://vz.to/12TLCsR. Please keep us posted once this is completed, thanks!
    MatthewS_VZW
    Follow us on Twitter @VZWSUPPORT

  • Printing Long text in Send Mail Task

    Hi All,
    My requirement is to print the long text of particular error message in the send mail task, which will be sent to outlook.
    for this i have an activity beforr the mail task, where i have filled the multiline parameter called 'TEXT' and this is exported to workflow also.
    In my send mail task, in the body of the message, using insert expression i have inserted the multiline container 'TEXT' with the option of line break, so it came &TEXT##&.
    But once the WF is executed , i checked the WF log and found that the mail is sent and i have checked the container 'TEXT' in my previous activity where the TEXT container has 10 lines.
    But when i checked the mail in SOST the contents of TEXT is not getting printed.
    What will be the issue?
    Thanks and Regards,
    Swaminathan

    @Rick
    How is TEXT defined in the container? Is it passed in via the binding?
    I think if at all you want to use the container element in the mail then binding is not necessary from workflow to task.
    @Swaminathan PJ 
    the multiline container 'TEXT' with the option of line break, so it came &TEXT##&.
    Try to print the entire text continuosly with out line breaks then it works.

  • How come sometimes it takes long to send a text message?

    How come sometimes it takes a long time to send a text message?

    No my iPhone does not freez it just say sending then takes along time could it be because I have sprint, I have 3 or 4 bars

  • Someone send a text and i cannot long get in to my msg app or safari...!!

    someone send a text and i cannot long get in to my msg app or safari...!!
    fd

    What happens when your try?

Maybe you are looking for

  • Panther: Installation on Maxtor OneTouch II 300GB External Fire Wire Drive.

    I am waiting on delivery of a Full Retail Version Panther 10.3 purchased on eBay to be installed on a Maxtor OneTouch II 300GB External FireWire drive. Are these the steps I should take to format, partition, & properly install Panther on the external

  • Qosmio G30 and RAM4 GB?

    Qosmio G30 and RAM4 GB?

  • Labview 2011 Error code 3

    I am having the same Error code 3 using Labview 2011 student edition.  I tried adding connPaneRecoveryMode=True to the ini file and it did not solve the problem.  Can anyone help me to recover the vi?  It will set me back by days if I have to recreat

  • Integrating the OM infotypes in the Column  area in PPOME Screen

    I  am trying to integrate om Infotypes itno the column Configuraton area in the Screen  PPOME and going through the   Hierarchy Framework-Column Framework Tables T77ARRAYTP T77ACOLC T77COL T77FRIEND and after  doing a ton of changes nothing changes i

  • 3d revolve issue

    I am not that much experienced in illustrator. I have been trying to map an artwork on sphere using 3d revolve on a sphere.. But after mapping and adjusting i am getting some color issue..some pixels are getting edgy .I have attached the image..witho