Converting a table back into text used to be easy in pages, not any more.  Any suggestions?

Used to be able to convert a table that came from a windows document into text only.  Now I cannot find where to do this within the new pages.  Have they dropped this useful tool or do I need to look further?

Gone. Unfortunately.
Best bet is to stay with Pages '09, and send feedback to Apple.

Similar Messages

  • How to Convert internal table data into text output and send mail in ABAP

    Hi All,
    Good Morning.
    Taking a glance at a code that converts internal table data to an Excel file in ABAP. also checked how to send this excel to mailing list as attachment.
    But thought of doing it without excel.
    I mean, I have an internal table which contains fields of all types (character,integer,date,time). Since it is only around 4 to 5 rows in it (output),why to convert it to excel. not required!!.  Instead I  want to send this output to User's mails as Normal mail body with No attachments.
    Could anybody please suggest me a way as to how to send internal table data as a mail ( not as an excel or PDF etc).
    as of now my findings are, it is quite complex to convert internal table data to email (Text) format. but i believe if there is some way of doing it.
    Best Regards
    Dileep VT

    here's something I have used in the past where we send out information about failed precalculation settings (which are stored in internal table gt_fail)
    notice we use gt_text as "mail body"
    TRY.
    *     -------- create persistent send request ------------------------
           gv_send_request = cl_bcs=>create_persistent( ).
    *     -------- create and set document -------------------------------
    *     create text to be sent
           wa_line = text-001.
           APPEND wa_line TO gt_text.
           CLEAR wa_line.
           APPEND wa_line TO gt_text.
           LOOP AT gt_fail ASSIGNING <fs_fail>.
             MOVE <fs_fail>-retry_count TO gv_count.
             CONCATENATE text-002
                         <fs_fail>-setting_id
                         text-003
                         gv_count
                         INTO wa_line SEPARATED BY space.
             APPEND wa_line TO gt_text.
             CLEAR wa_line.
           ENDLOOP.
           APPEND wa_line TO gt_text.
           wa_line = text-007.
           APPEND wa_line TO gt_text.
    *     create actual document
           gv_document = cl_document_bcs=>create_document(
                           i_type    = 'RAW'
                           i_text    = gt_text
                           i_length  = '12'
                           i_subject = 'Failed Precalculation Settings!' ).
    *     add document to send request
           CALL METHOD gv_send_request->set_document( gv_document ).
    *     --------- set sender -------------------------------------------
           gv_sender = cl_sapuser_bcs=>create( sy-uname ).
           CALL METHOD gv_send_request->set_sender
             EXPORTING
               i_sender = gv_sender.
    *     --------- add recipient (e-mail address) -----------------------
           LOOP AT s_email INTO wa_email.
             MOVE wa_email-low TO gv_email.
             gv_recipient = cl_cam_address_bcs=>create_internet_address(
                                               gv_email ).
             CALL METHOD gv_send_request->add_recipient
               EXPORTING
                 i_recipient = gv_recipient
                 i_express   = 'X'.
           ENDLOOP.
    *     ---------- set to send immediately -----------------------------
           CALL METHOD gv_send_request->set_send_immediately( 'X' ).
    *     ---------- send document ---------------------------------------
           CALL METHOD gv_send_request->send(
             EXPORTING
               i_with_error_screen = 'X'
             RECEIVING
               result              = gv_sent_to_all ).
           IF gv_sent_to_all = 'X'.
             WRITE text-004.
           ENDIF.
           COMMIT WORK.
    *   exception handling
         CATCH cx_bcs INTO gv_bcs_exception.
           WRITE: text-005.
           WRITE: text-006, gv_bcs_exception->error_type.
           EXIT.
       ENDTRY.
    with the following declarations
    * TABLES                                                               *
    TABLES:
       adr6,
       rsr_prec_sett.
    * INTERNAL TABLES & WORK AREAS                                         *
    DATA:
       gt_fail          TYPE SORTED TABLE OF rsr_prec_sett
                             WITH UNIQUE KEY setting_id run_date,
       gt_text          TYPE bcsy_text,
       wa_fail          LIKE LINE OF gt_fail,
       wa_line(90)      TYPE c.
    FIELD-SYMBOLS:
       <fs_fail>        LIKE LINE OF gt_fail.
    * VARIABLES                                                            *
    DATA:
       gv_count(4)      TYPE n,
       gv_send_request  TYPE REF TO cl_bcs,
       gv_document      TYPE REF TO cl_document_bcs,
       gv_sender        TYPE REF TO cl_sapuser_bcs,
       gv_recipient     TYPE REF TO if_recipient_bcs,
       gv_email         TYPE adr6-smtp_addr,
       gv_bcs_exception TYPE REF TO cx_bcs,
       gv_sent_to_all   TYPE os_boolean.
    * SELECTION-SCREEN                                                     *
    SELECT-OPTIONS:
       s_email          FOR adr6-smtp_addr NO INTERVALS MODIF ID sel.
    DATA:
       wa_email         LIKE LINE OF s_email.

  • FaceTime used to work, now it will not- any suggestions with issues that changed the functioning of it?   I cannot trash it and when I try to purchase another app for it, it says I have the newer version

    I downloaded the FaceTime app to my macbook pro-  it worked great.  All of a sudden, it won't allow me to log in with my apple ID, won't advance to the next screen.
    I tried to trash it, won't let me.
    I tried to download another from the app store- says I have a newer version
    any suggestions how to make it work for me?

    thanks for your reply.  I tried this without success.   My apple ID is fine- I verified it and it works.    I sign in and it takes me to the page saying "NEXT" but when I click on that, it takes me back to the sign in page.   My contacts all disappeared.    And I cannot open the FaceTime Preferences pane-  is grey and Not able to be clicked on to open.     My apple ID works but my FaceTime will not.
    any other suggestions
    I updated to the most recent OS mavericks too

  • Can I convert a PDF back into a PUB file?

    Can I convert a PDF back into a PUB file?

    Use Acrobat XI (Pro or Standard) to export the PDF to Word.
    Use Calibre to bring the Word file into ePub.
    Be well...

  • How can I get back into my application aftermath invoking Start up page of index.htm ?

    Gorgeous Hello All,
    If anyone of you can please provide me a solution for the following, will help me in plentious and galore.
    Am using Adobe RoboHelp, Version 10 and IE version being 10.
    A hurdle :-
    I have a application which has been developed in ASP .NET, Version 4.0. Help link has been created in this application wherein here the Start up page of index.htm has been linked to be read from the RoboHelp local project folder\!SSL!\Multiscreen_HTML5\desktop. All are working absolutely fine except when
    I login into the above-said application -> click on the Help page -> the index.htm opens with Contents, Index, Glossary -> Am able to successfully perform any task by respective clickings
    -> But I am not able to get back into my application when I click on the IE provided Back button (Alt+Left) -> Any amount of invoking Back button makes the system getting looped into this Start up page of index.htm only -> When I Close Tab (Ctrl + W) or Close ( X ) -> The window session gets closed and I have to repeat all by relogin once again.
    How can I get back into my application aftermath invoking Start up page of index.htm ?
    (I can always get back into the application easily by erasing those parts in the url which refers to this RoboHelp linkages – but this certainly looks non-polished work)
    Help Please
    Cheese – Vipin Nambiar, Bangalore

    Hey Jeff, I used Internet Explorer 10.0.9200 and Google Chrome 26.0.1410. Alas - it is the same behavior.
    (But Jeff : When I used Microsoft HTML Help as primary layout to generate chm file , My Help when launched from my Application opened in a new browser window and when I closed this Help browser window did not close my application. Looks like need to write few liner code to get this issue settled )
    Thanks Indeed of lots for your concerns Jeff !!!

  • TS2830 When I synch my  phone or other devices to itunes, I get a message that the following songs could not be synched to itunes because the file could not be converted. However, these are songs that I bought directly from Itunes.  Any suggestions?

    When I synch my  phone or other devices to itunes, I get a message that the following songs could not be synched to itunes because the file could not be converted. However, these are songs that I bought directly from Itunes.  Any suggestions?

    Hello rafagee,
    I understand that you are not able to sync a few songs you purchased from iTunes to your iPhone and other devices.  There may be an issue with the file, but if you have the Apple ID and password used to purchase the songs, you can redownload them.  You can even download the song directly to your iPhone.  I found an article that will give you steps to do this on your computer and on your iPhone:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • ITouch is locked on screen were it wants me to connect to iTunes.  I cannot turn iTouch off or default back to main page.  Any suggestions?

    iTouch is locked on screen were it wants me to connect to iTunes.  I cannot turn iTouch off or default back to main page.  Any suggestions?

    Try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the reset doesn't help, try a Restore.  From iTunes, select the iPad and then select the Summary tab.  Follow directions for Restore.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finished, you will be asked if you wish the contents of iTunes to be copied to the iPad.

  • Hi, I upgraded to OX X Mountain Lion, and now I can't upload any pictures from iphoto/desktop to email, etc.  After I choose my file and hit "attach file" to upload, it says: "Invalid File Specified".  I am using jpg, so I'm confused. Any suggestions?

    Hi, I recently upgraded to OX X Mountain Lion, and now I cannot upload any of my pictures from iphoto or even my desktop to email, etc.  After I choose my file and hit "attach file" to upload, it says: "Invalid File Specified".  I am using jpg, so I'm confused. Any suggestions?

    Not having a media card in your BlackBerry may affect your ability to transfer media files onto it. There is a file size limit of 2.86MB when transferring files into device memory. http://bbry.lv/9XNuy0
    Have you verified that the applications you are trying to install are supported by your current wireless provider? Unlocked devices from one provider may not have full functionality on another network.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Safari won't open on my Mac (Mavericks v 10.9.2).  I get a message "Safari quit unexpectedly while using the librooksbas.dylib plug-in". Any suggestions?  Thanks.

    Safari won't open on my Macbook (Mavericks v 10.9.2).  I get a message that "Safari quit unexpectedly while using the librooksbas.dylib plug-in". Any suggestions?  Thanks.

    Uninstall Trusteer software.
    http://www.trusteer.com/support/uninstalling-rapport-mac-os-x

  • Bluetooth is no longer working on iPhone 4s.  It used to work very well. Not any more. Have tried reset network settings and all settings, no joy.  Never had bluetooth problems before.  Have tried connecting to other peripherics nothing works. Can you hel

    Bluetooth is no longer working on iPhone 4s.  It used to work very well. Not any more. Have tried reset network settings and all settings, no joy.  Never had bluetooth problems before.  Have tried connecting to other peripherics nothing works. Can you help?  Thank you.

    Bluetooth is no longer working on iPhone 4s.  It used to work very well. Not any more. Have tried reset network settings and all settings, no joy.  Never had bluetooth problems before.  Have tried connecting to other peripherics nothing works. Can you help?  Thank you.

  • My iPhone 5 with 6.1.2 is draining the battery in 4 hours with little use. It has just started. Any suggestions.

    My iPhone 5 with 6.1.2 is draining the battery in 4 hours with little use. It has just started. Any suggestions? Any apps that are known to cause a problem? I recently loaded Fantastical and Cobook (since deleted).

    hello if you dubble tap the home button and see if thare are app if so delete the. if your still haveing problem then turn the britness down. and if that duse not work you must have gottin a defective battery

  • When I try to sign in the iCloud it says " the maximum number of free accounts has been used" or something to that affect. Any suggestions ?

    When I try to sign in the iCloud it says " the maximum number of free accounts has been used" or something to that affect. Any suggestions ?

    Sure. You can do it on a Mac at the following website: https://appleid.apple.com/account

  • I am having trouble with my JAVA Applet. It isn't functioning on SAFARI.    It seems to have stopped working and I used it on SAFARI last year. Any suggestions ?

    I am having trouble with my JAVA Applet. It isn't functioning on SAFARI.    It seems to have stopped working and I used it on SAFARI last year. Any suggestions?

    Post in the Safari forum area.

  • Since last week my date & time have not worked on my 5c. The date & time are constantly wrong. I've shut down, doesn't work. Set it automatically, doesn't work. I don't get texts or calls when it's sleeping. Any suggestions?

    Since last week my date & time have not worked on my 5c. The date & time are constantly wrong. I've shut down, doesn't work. Set it automatically, doesn't work. I don't get texts or calls when it's sleeping. Any suggestions?

    try a reset.
    Hold the home & power buttons down simultaneously until you see the Apple logo appear.
    Note: no data will be lost.

  • Someone else is using my email address as I'd, any suggestions?, Someone else is using my email address as I'd, any suggestions?

    Someone else is using my email address as I'd, any suggestions?

    Are you sure it isn't you?  Apple sends e-mail to the address provided which means that even if somebody did have the wild idea of signing up for an account with an address that isn't theirs, it would just end up with you receiving their e-mail and essentially being able to take over their account.
    By the way, "I'd" = "I would".  I.D. = "Identity".

Maybe you are looking for