For ABAP to Excel need all 1320 characters of a field not just 255

I need to launch Excel from an ABAP program (in ERP).  One field is 1320 characters.  Using MS_EXCEL_OLE_STANDARD_DAT or
XXL_SIMPLE_API or XXL_FULL_API
I only get 255 characters.  Is there another utility available?

May be try with use fm RKD_WORD_WRAP and wrap your 1320 character strings into 255 character strings chunks and append to the next line and then pass thru XXL_FULL_API.

Similar Messages

  • Hey, I wanna download Lion for free, so i need UP-TO-DATE , but it do not works , please help

    Hey, I wanna download Lion for free, so i need UP-TO-DATE , but it do not works , please help

    I think you misunderstood the guy. The up-to-date program isn't working for a lot of people. I'm eligible for the free upgrade but it fails to recognise my serial. From what I've read, this is affecting a lot of people who purchased their computers online. Apple seems to be fixing the issue though, so my advice would be to keep trying. Alternatively, click on the manual verificaton link so they can check your order for you and send the redemption code after they do.

  • Pages app unexpectedly quit whilst I was in the middle of a document. I can now not open it AT ALL. I find it's not just that particular document that won't open, but any of my Pages docs will not open using the current version of Pages. Any help?

    Pages app unexpectedly quit whilst I was in the middle of a document. I can now not open it AT ALL. I find it's not just that particular document that won't open, but any of my Pages docs will not open using the current version of Pages. The reports of the app unexpectedly closing each time, automatically went to Apple, but I am not sure what happens with them then. Does anyone know how to help me with this? We live in a very isolated region so rely on internet help. Thanks

    I also managed to read a few other discussions about Pages and files not being able to open. I actually went to the last back-up and restored the computer from that and everything seemed to work ok again, which is great!...advice from another discussion I think you may have been involved in PeterB. Thanks for the advice...also this advice, as I will make a note of trying to open using the Shift key if it happens again and see what happens...might be an easier first option than restoring from a back-up. Thans heaps for the help!
    I was interested to read some of the other discussions where it was stated that Pages '09 seems to be a better option to use. I have both installed, so I will lkeep this in mind. Thanks heaps!

  • The pdfs that are produce in Word are very large. I need a method of compressing them variably - not just a quick reduction using the quartz filter.  Is their a suitable free compression programme,

    The pdfs that I produce in Word are very large. I need a method of compressing them variably - not just a quick reduction using the quartz filter.  Is their a suitable free compression programme,

    PDF Shrink for Mac
    Compress PDF – Reduce your PDF Online
    PdfCompress for Mac

  • Is it possible to sync all the email in a folder, not just the last few months worth?

    Is it possible to sync all the email in a folder, not just the last few months worth?

    Hi Mengelkemier,
    I think you're posting in the wrong forum.  This forum is intended to be used to discuss virtualizing Exchange Server on the the vSphere platform.  The question you're asking seems to be a mobile device specific question.
    You would probably get better visibility posting on a forum dedicated to your particular device.  And for what it's worth, some devices will let you sync all of your email and others will only let you sync a certain amount.  It's dependent on the device you're using.
    Good luck in finding your answer.
    Matt

  • Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor?

    Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor? edit

    Most pages are defined to be a certain size, regardless of how large or small your monitor is. You can use Firefox's zoom feature (View menu) to enlarge the text and images (or just the text, if you prefer) on a page.
    In addition to making individual site adjustments, there are some add-ons that will default every site to a higher zoom level. For example, check out:
    * [https://addons.mozilla.org/en-US/firefox/addon/6965/ Default FullZoom Level]
    * [https://addons.mozilla.org/en-US/firefox/addon/2592/ NoSquint]
    Does that help?

  • [svn:fx-trunk] 8563: When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.

    Revision: 8563
    Author:   [email protected]
    Date:     2009-07-14 14:47:50 -0700 (Tue, 14 Jul 2009)
    Log Message:
    When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Carol to review
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • HT4157 If I have an iPad with cellular, will I be able to text to all people like on phone and not just apple users?

    If I have an iPad with cellular, will I be able to text to all people like on phone and not just apple users?

    You can use the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

  • How come my phone will no longer hook up to my work wi-fi?  it has for almost 2 years and all of a sudden it does not.  I am the only one that can not get on.

    My phone is no longer hooking up the my Wi-Fi at work.  I has for almost a year and now all of a sudden it will not.  Everyone can hook up so they did not change anything as far as the Wi-Fi.  It hooks up at my Wi-Fi at home fine and other areas, just at work is the problem.  What could be causing this?  I am using the Motorola Moto Rzr

    Could be your work banned your particular MAC address or some such.  Maybe they ran an analysis on network usage and type of use and found you to be a large consumer on their network.  IDK what type network you are on or business you work at.  I know it's been done before to curtail employee efficiency.  Otherwise, you may need to speak to the administrator of said network.

  • For abap-hr i need datatype and length for the fields which i selected

    hi seniors,
          I got one task for which i have to get the data type and length for the fields of a table in abap-hr. I am using dd03l table, but my team leader told me to not to use this. So, please anybody can help, i will be thankfull.
          I have to select PA30 fields in which pernr and choic, subty and whatever i have selected the infotypes fields. If there is any function module to find data type and length or else any other table.
    thanks,
    sekhar.

    Hi,
    Try using the Function Module "DDIF_FIELDINFO_GET". You can use this for fetching the complete details of a structure or, a specific field.
    Input:->
    TABNAME        PA0001
    FIELDNAME     PERNR
    Output:->
    Check the DFIES_TAB  it will contain all the details you need for the specific field.
    Sample--->
    CALL FUNCTION 'DDIF_FIELDINFO_GET'
      EXPORTING
        TABNAME              = 'PA0001'
    *   FIELDNAME            = ' '
    *   LANGU                = SY-LANGU
    *   LFIELDNAME           = ' '
    *   ALL_TYPES            = ' '
    *   GROUP_NAMES          = ' '
    *   UCLEN                =
    *   DO_NOT_WRITE         = ' '
    * IMPORTING
    *   X030L_WA             =
    *   DDOBJTYPE            =
    *   DFIES_WA             =
    *   LINES_DESCR          =
    TABLES
       DFIES_TAB            = MY_DFIES_TAB
    *   FIXED_VALUES         =
    * EXCEPTIONS
    *   NOT_FOUND            = 1
    *   INTERNAL_ERROR       = 2
    *   OTHERS               = 3.
    Hope this was of some help.
    Best regards,
    Sagar.

  • Open source projects for reading/wrting Excel, need your ideas

    Hi all,
    First of all, I am sorry that i didn't find the matched category under the listed forum topics.
    I am evaluating some open source projects for processing(read/write) Excel files, so far i have found two: POI from apache and Java Excel API, however, i am wondering if there are any excellent projects that i missed, would anyone who have such experience please give me some ideas? Any better APIs?
    Any helps are appreciated!
    Thanks a lot,
    thurm

    hi macrules2,
    thanks for you reply!
    I think POI is not 'excellent' in some areas, for example, i found POI sometimes cannot read Date format collectly, and cannot support some kinds of formula either. So we want another more 'excellent' java-excel components.

  • SQL? two tables Need all in x where they are not in y

    I don't know why I am having a hard time with this, well,
    sort of;) I
    know it's simple but
    I need to have a query that compares two tables
    In table x, I have all the products. In table y, I have all
    the products
    with descriptions.
    The result should be all in x that don't appear in y.

    Basic LEFT OUTER JOIN
    SELECT <stuff>
    FROM myTable A
    LEFT OUTER JOIN myDetails B ON A.ID=B.AID
    WHERE B.AID IS NULL
    If B has many rows for every row in A and you want to only
    select a subset
    of B (for instance, descriptions entered within the last
    year), turn your
    reference to myDetails into a derived table (subquery)
    containing only the
    rows you want.
    "Lee" <[email protected]> wrote in message
    news:f5gsvf$qtt$[email protected]..
    >I don't know why I am having a hard time with this, well,
    sort of;) I know
    >it's simple but
    >
    > I need to have a query that compares two tables
    >
    > In table x, I have all the products. In table y, I have
    all the products
    > with descriptions.
    >
    > The result should be all in x that don't appear in y.

  • Using time capsule model A1409 and trying to use it as only backup. Already have Verizon wireless router. Do not know which cable port to use in back of time capsule. And also it is asking for password. Have tried all of mine and it will not work.

    Want to us my time capsule model A1409  as only backup. 2 TB hard drive.
    Already have Verizon wireless router. Do not want to use Time capsule as router, only back up for iMac.
    Do not know which cable port to use in back of time capsule to Ethernet port back of my iMac.
    And also it is asking for password for the server John Garland's Time Capsule so Time machine can access it..
    Have tried all of passwords can think of and none work.
    Held the reset button for one second on back of capsule and do not see if anything happened.
    What a conundrum.
    Appreciate any help to get this working.
    Thanks,
    John R

    I have a 2TB Timecapsule and really only use it for Time Machine backups. But the Wi-Fi side is used to sync my iPad at times.
    Mine is wiredup thus;
    Eth cable from iMac to modem (not the WAN port should you have one),  then eth cable from modem to T/Cap in the WAN port (bottom port with an O sign above it)
    I believe when its connected up you may have to set up a wireless network. Follow the instructions to set up Wi-Fi and Network
    and then give it a password. The WiFi icon should appear in the menu bar where you can switch it on or off.
    Its been sometime since I set it with the help of Apple Techs so I might be a bit rusty.
    Alan

  • I have a card reader i use for my work i need to do online and i am not able use it because it says it is not verified do to a certificate

    i have a CAC card reader but it wont work when i try to use it to do some classes for work

    See also:
    * [[/questions/752709]] Having problems configuring FireFox to use a CAC reader
    *https://militarycac.com/firefox.htm

  • Can i batch process/save for web various images to the same exact KB size? not just the quality perc

    Hello,
    I have a batch of 500 jpg images all in different sizes 732 KB, 634 KB, 664 KB etc... I need to compress / save for web down to 130 KB the entire batch.
    I've managed to create an action which compresses them lower than 130 KB at different sizes depending on how light or dark the images are,  but still not to an exact number. Is there a way to create such an action or script?
    I'm working off of Photoshop CS5, iMac 10.5.8
    thank you for time,

    Thank you for your response eartho, I have a client which needs them at that size for their site.
    I figure i'll compress them as close as possible to 130 KB, but when I automate the batch resize certain images don't fall under 130 KB which is forcing me to go through the entire batch and look for those, and thus compress them individually.

Maybe you are looking for

  • HP Deskjet F4480 Unable to Scan in 10.6

    After updating to 10.6, my Deskjet F4480 can no longer be used as a scanner. I have tried re-installing the full driver and software provided by HP, which claims to include updated support for 10.6; when I then try to use HP Scan, it tells me no scan

  • Getting Applet to Work in an HTML Document

    I have written an Applet which works perfectly in the Applet Viewer, but crashes when I attempt to put it on my web page. The crash gives no errors, no exceptions, no nothing. Just a grey square with the words "Applet Crashed". I tried it both with t

  • Reference attributes from different CS

    Hi! I have the following situation: There are two Oracle MA, that imports data from HR-system. The first MA imports persons, the second one imports departments.  It isn't suitable for me to combine them. The department object has an atribute "chiefID

  • JAXM problem

    Hi everybody, I have a synchronous request response listener JAXM servlet on Tomcat. When I post soap message using JAXM client, it works fine. I could successfully post the soap message with attachment using HttpURLConnection to the Receiving JAXM s

  • Optimum sampling freq. in PCI-6220 DAQ

    The NI PCI-6220 DAQ has a fixed anti-aliasing filter (called "small signal bandwidth" in the documentation) of 700 KHz. The DAQ itself has a maximum sampling rate of 250 KHz. Currently, I sample a given signal (which may have lots of interferences) a