Published iCal changes not being picked up on wife's subscribed iCal

Help... I sold my wife on getting an Mac & iPhone because I told her that we could share a published calendar for our 5 year old daughter's care. We're separated.
Aside from having soOo much trouble getting the published calendar "JRae" to just show up on her desktop (and then iPhone)-- which we finally did. I thought we were home free.
Now I know that with this setup, only the publishing computer's iCal owner can make changes to that published calendar (which works for us), bu the very first change I made to "JRae" (which synced just fine between my desktop Mac, my Laptop, and my own iPhone), was unfortunately-- two days later, never picked up on my wife's Mac Desktop or iPhone's iCals.
Little Jasmine Rae sat out in front of her school waiting for someone to come get her!! ARGGHGG!!
What gives? Isn't this the whole point of "published" calendars?
I've got the very latest Mac OS (I think). My wife's computer is an slightly older eMac, running 10.4.11.
Thanks in advance for any help...
a (frustrated) Mac lover,
Matt

Why didn't adding the new method to the existing class work?
2) Given that I can demonstrate my changed jar is being used by the formBoth statements point to the direction that the "old" class is still there, but maybe in a different jar-file. java takes the first occurence of a class, so maybe for the "old" class it finds it in a different jar, but the "new" class is not found in that jar and therefore taken from the actual jar. check The archive or archive_jini-tag and remove all unused or redundant jars. You maj also try to clear the jar-cache.

Similar Messages

  • Forms Bean changes not being picked up from updated jar

    I've got an existing, working Bean with a single static method which my forms use to check the last modified date on a file. I've been trying to add a second method, with no luck. In an attempt to see if my new jar was being picked up, I changed the existing method to simply return "testChange". When it continued to return the string representation of the file modification date, I assumed my jar change wasn't being read.
    However, I eventually tried creating my new method in a separate class, this time not extending VBean, and include it in the same jar. I can now execute my new method just fine.
    My questions are
    1) Why didn't adding the new method to the existing class work?
    2) Given that I can demonstrate my changed jar is being used by the form, how on earth is the old method still returning the file date, when the code doesn't do that anymore???
    I've got it working, but I'd really like to understand why my previous attempts failed.
    Original class:
    public class myClass extends VBean
         public static String getLastModified(String filename)
              File file = new File(filename);
              return Long.toString(file.lastModified());
    Forms invocation:
    FUNCTION get_last_modified_date (file_name_in IN SWtype.SW_long_string)
    RETURN DATE
    AS
    v_last_modified SWtype.sw_long_string;
    BEGIN
    v_last_modified :=
    fbean.invoke_char ('SW_WEBUTIL_BLK.SWFILEUTILS'
    ,1
    ,'getLastModified'
    ,file_name_in
    return TO_DATE ('01/01/1970 00:00:00', 'DD/MM/YYYY HH24:MI:SS')
    + v_last_modified/(86400 * 1000);
    END;
    Method changed for testing:
    public class myClass extends VBean
         public static String getLastModified(String filename)
              return "testChange";
    New method:
    public static boolean isValidUTF8(String filename) throws FileNotFoundException,
    IOException
    <if not valid UTF8>
    return false;
    return true;
    Invoking the new method when it was in the bean (just returned null):
    v_result := fbean.invoke_bool('SW_WEBUTIL_BLK.SWFILEUTILS'
    ,1
    ,'isValidUTF8'
    ,:my_blk.file_name
    Invoking the imported Java method now that it's in its own class:
    v_result := myfilevalidator.isValidUTF8(:upload_blk.source_file);
    In case it's relevant, I'm using JDeveloper 10.1.3 and Forms Builder 10.1.2.0.2, running the forms locally on my OC4J instance.

    Why didn't adding the new method to the existing class work?
    2) Given that I can demonstrate my changed jar is being used by the formBoth statements point to the direction that the "old" class is still there, but maybe in a different jar-file. java takes the first occurence of a class, so maybe for the "old" class it finds it in a different jar, but the "new" class is not found in that jar and therefore taken from the actual jar. check The archive or archive_jini-tag and remove all unused or redundant jars. You maj also try to clear the jar-cache.

  • Changes not being published

    I'm having trouble with my changes not being saved/published.
    I can choose to edit a page, click publish... it then shows the
    page (in contribute) with my changes. But, when I go to the actual
    website, the changes are not there... and when I go back to
    contribute and move around in contribute's view of my website and
    go back again to the page I was working on.. the changes are no
    longer there.
    thoughts? Should I uninstall and re-install
    contribute?

    No, don't uninstall...
    First, emty the cache of you Internet Explorer and see if you
    can see the changes then.
    1. Main menu in IE, go to Extra>(internet)Options
    2. go to Browsing History
    3. click Remove... (delete/empty, I don't know the text of
    the btn in english version) and emty your cache.
    Second, change the settings of IE.
    1. Main menu in IE, go to Extra>(internet)Options
    2. go to Browsing History
    3. click Preferences (next to Remove.. btn mentioned above)
    4. change the setting for Temporary Internet files so that
    the pages refresh everytime you visit the pages.

  • Item in sales order not being picked into picking list

    Hi Gurus,
    Could you please tell me the possible reasons as why an item in the sales order which has enough stock not being picked into the picking list?
    Many Thanks
    Choudry

    Hi
    Delivery creation that is selection date is controlled by the schedule line of the line item in the sales order
    Try by changing the schedule lines in sales order in VA02
    there you try to change the delivery date to past
    It might be possible if you had enough stocks at that time
    Regards
    Raja

  • In Production Order Old Raw Material Batch No. not being picked (FIFO)

    Hi,
    We have activated Batch Management for ROH type of Materials with Split Valuation and the Strategy applied is FIFO.
    We have generated many such batches and consumed too, but lately out of many ROH mateials, 2 ROH who have Old Batches are not being picked and the Batch which is recently created is being picked at the time of Production Order Release.
    We have not done any changes into the Master Data nor the config during this period.
    Can anyone help what can be the issue ?
    Thanks in advance,
    Harris Panchal

    Hi,
    Actually our requirement is that we want to sort out the Batch as per the Earliest one and consume the earliest first, i.e. FIFO strategy.
    For that the MM Consultant has configured the following Charac:
    1. Stock Determination: Priority
    2. Value Assignment Type
    3. Batch Number
    Which I am feeling should be changed and to be as per the following:
    1. Created On
    2. Batch Number
    In OMCV, Classification is active with following option:
    4     Classification in foreground for new batches only for the following movements: 101, 309, 310, 561
    3     Classification always in foreground (all batches)   for the following movements: 321, 501
    Requesting your valuable inputs,
    Thanks and regards,
    Harris

  • What's the error?  Longtime site not being picked up by Google

    This site has been up for a year and is not being picked up by Google. What is the problem?
    Any suggestions much appreciated.
    www.elspethcameron.com

    +(sorry for my english, it usually is better than that I think/hope)+
    Ok... Let's see...
    www.elspethcameron.ca is just a forwarding url with cloaking (masking, masking the real url) enabled so it's not dynamic it doesn't change when visiting different pages. It is listed in google
    http://www.google.ch/search?hl=en&q=site%3Awww.elspethcameron.ca&btnG=Search&met a=
    but there is no content under this url because it is just forwarding visitors to the real website, just like a link would do that.
    The real website is, at least partially, on google with its content as you can see here
    http://www.google.ch/search?hl=en&q=site%3Aweb.mac.com%2Felspethcameron%2F&btnG= Search&meta=
    The other parts of the website are not indexed by google. I think that is because google is not able to crawl the nav bar because it is javascript rendering. You could make a second nav bar by your own and put it on the bottom of the page. Simply add a text field and put normal links in it to the other websites. Google will then follow them next time indexing your page.
    In addition to that you should watch the thread I posted before. Note that by making your sitemap you don't use www.elspethcameron.ca but the real url.
    Regards,
    Cédric

  • Delivery document not being picked while creating shipment document

    Dear All,
    Issue is regarding creation of shipment document.
    As i am creating shipment document in VT01N, am unable to get the delivery doc . ie., delivery document is not picked in shipment creation.
    I have created a sales order, picking is completed n saved, PGI not yet been done.
    Am unable to create a shipment document due to delivery document not being picked.
    i/p's will be of great help.
    with regards,
    Vijayashree

    Dear all,
    The issue is solved.
    As the Route was not picking in Sales Order so the delivery was not picked in shipment creation.
    Route determination setting was not correct.
    Regards,
    Vijayashree

  • File not being picked by adapter

    My Source file name is xml_a1_en.xml
    the test files are of name xml_a1_02_en_2010.xml , xml_a1_03_en_2010.xml
    the files are not being picked up by adapter..Is the naming convention wrong for the test files or any reason?

    Hi Mr.King,
    I am assuming your OS is Unix system right?
    If yes -> check the file permission?
    if Only Reading: permission should be 664
    Move the file after reading: 775
    Regards,
    Senthilprakash

  • Flash CC crashes after publishing iOS app + publish settings are not being saved to file

    I have two issues:
    1. Flash CC crashes every time I publish an iOS app
    2. My Publish Settings are not being saved
    1. Flash CC crashes every time I publish an iOS app
    Since yesterday Flash CC keeps crashing right after I publish an iOS app. The app is published correctly though. I tried everything from restarting my MAC, reinstalling Flash, removing the folder "Flash CC 2014" inside Application Support/Adobe. But all this did not work.
    2. My Publish Settings are not being saved
    Since the first day I installed Flash CC, it did not save my publish settings along with the .fla-file. I never had this issue with Flash CS 5.5. This was not a very big issue, but now every time I publish an app and Flash CC crashes I have to fill in all the publish settings manually. Now I'm getting frustrated. Even saving my settings as a preset, storing it inside a folder and importing it again, won't help. Then I will get the message: "Import failed: invalid profile file."
    Can please anyone help me with these issues? It is quite time consuming to continuously enter the settings manually after every crash.
    Thanks!

    reset your preferences -
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

  • Large files not being picked by FTP adapter

    Hello,
    In our integration scenario, files from the AS400 (legacy system) are placed at a FTP location from where the XI picks up the file for processing. We have FTP communication channel.
    The file has about 8000 records is in binary format. When the file was placed it was not being picked up after the mentioned polling period of 60 secs. After manually inserting about 300 records which makes the file size smaller, the file is picked up bu XI and processed without error. With the 8000 records the file size was 2.5 MB.
    Thank you

    Please provide a J2EE trace at logging severity "Debug" for the location
    "com.sap.aii.adapter.file". Please do the following:
    - increase logging severity to "Debug"
    - set log levels to ERROR for all components
    - ONLY set log level to DEBUG for "com.sap.aii.adapter.file"
    - reproduce the problem and gather the defaultTrace.trc immediately
      after you reproduce
    - remember to reset the logging severity after you have reproduced as
      leaving it on "Debug" can cause performance problems in your system.
    Also the ftp server logs will be needed in this case.

  • Publish site changes not plublishing

    publish site changes not plublishing. I updated 4 pages and saved each page, then I clicked on "publish" and left it overnight. the next morning I checked the status and the site had not updated. I review apple community blog and follow "hughmass's" answer, Clear Cashe" and no update. Can anyone follow-up on my quandry?

    First try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    This is to clear out any old, damaged cache or preference file.
    Now, try publishing your site to a folder on your hard drive and check to see if all updates are present.  If so then the problem lies in the uploading of the files.
    Are you hosting your site on MobileMe?  If so try republishing the entire site by using the File ➙ Export Entire Site menu option.
    Happy Holidays

  • Agreements Not Being Picked For SFTP Protocol in Oracle 11G

    Hi Anuj ,
    PFB the Details of the Issue :
    Agreements are not being picked for SFTP protocol even though From TP , To TP , Document Type and Revision are picked correctly .
    We are running on MLR11 , Version : 11.1.1.4.0 . Also we have set b2b.useCPAid to false in EM Properties so that Agreement is picked based on DocType Name , Revision and Partner Id's .
    Also when we used File Protocol its working Fine . The problem exists for SFTP Protocol .
    Error Code : B2B-50547
    Error Description     Machine Info: (gwl09072appg084) Description: Agreement not found for trading partners: FromTP TestEbxml, ToTP BTGS with document type rqRequestServiceRequest-1.0-INBOUND.
    Patch Level : 14114625
    Regards,
    Rohith

    Hi Anuj ,
    Thanks for the reply .
    Yes we are setting the Filename Format explicitly in the LC . As far as we have understood , naming convention FromTP_MSGID.xml
    is used to identify the TP and also MSGID is used to avoid duplicates and identification xpath is set to identify the Action .
    When we are using %FROM_PARTY%_%TO_PARTY%_%DOCTYPE_NAME%_%DOCTYPE_REVISION%_%TIMESTAMP%.xml , All parameters are identified as expected and Agreements are also being picked when we are using File Protocol . Only when we are trying with SFTP Prtocol , even though all values are being picked correctly , only agreement is not being picked . Could you please help ?
    Regards,
    Rohith

  • TS1363 My new IPod is not being picked up by my computer.  What should I do?

    My new IPOD is not being picked up by my computer.  What should I do?

    @vic_suav, thanks for the additional information. Could you please try to see if this does the trick?
    Quit iTunes on your PC, switch your iPhone on and make sure it's not locked, before connecting it to your computer. Then wait a minute or two until the "Download Photos" dialogue box pops up. When that happens, launch iTunes and wait a minute or two until iPhone shows up as a connected device.
    If the above doesn't work, follow the steps in 'How to restart the Apple Mobile Device Service (AMDS) on Windows' to restart the Apple Mobile Device Service, here: http://support.apple.com/kb/TS1567
    Otherwise, please try a different USB port on your PC. Then in your Windows 7, click Start and choose Control Panel. Click "Uninstall a program". Then verify that Apple Mobile Device Support is visible in the list of currently installed programs. If Apple Mobile Device Support is not listed, remove iTunes, QuickTime, Apple Software Update, Apple Application Support, and then reinstall iTunes. For removing and reinstalling iTunes, QuickTime, and other software components for Windows Windows 7, follow these steps: http://support.apple.com/kb/HT1923
    if all of the above fail, you can try some of the troubleshooting steps outlined in 'iOS Device not recognized in iTunes for Windows' article: http://support.apple.com/kb/TS1538
    Let me know how it goes. Good luck!

  • Changes not being saved in Address Book

    Hi,
    I've been editing one of the entries in my Address Book (deleting the surname input), but every time I do this and go out of Address Book the surname comes back. Not a massive problem, but it's very annoying especially as it all links in to Mail etc.
    If anyone knows why this is and how it can be fixed it would be much appreciated.
    Thanks in advance.

    I just encountered the same thing while setting up a couple new Macs with 10.6.8, it's very frustrating, but I found the solution, at least in my case. Maybe this is the same problem you are encountering:
    I imported a whole bunch of contacts from another Mac to the first one (using a batch vCard). Anyway, I noticed a few of them were out of date so I edited them. Then I saved them (using both the export vCard group and the Address Book archive), then I took that file to the second Mac I was setting up, and imported them. but I noticed that most (but not all) of the changes I'd just made (prior to exporting) were not saved. This was quite a puzzler, and took a little while to figure out why some changes were being saved and not others.
    I believe this problem is due to a interface design flaw in Address Book.
    You see, when you press the "Edit" button to unlock a contact record, the "edit" button turns blue (signifying that the record is editable). But what's not clear is that none of the changes are actually committed until you press the exact same "Edit" button again to commit all the changes you've made (on that record and any others edited since the "Edit" button was last clicked).
    So, really, what's missing here is a warning dialog. When you select an Export option, and the "edit" button is still blue, a dialog should appear saying that "recent changes are unsaved and will be lost" (or something to that effect). In my opinion, the edit button should probably turn into a "Save Changes" button or something like that.
    This is especially confusing, because the uncommitted changes are persistently visible in the Address Book even after switching contacts. In most databases, uncomitted changes are lost as soon as you leave a record without saving, but not in Address Book. It looks like all your changes have been made even though they aren't. And I think it's fair to say that the typical user will assume that when you export the address book contacts, the export will appear identical to how it appeared when they saved it, but if the "Edit" button was blue during the save, that will not be the case, and there is no warning to that effect. So it leads to unexpected behavior in that some recent changes are saved but the most recent are not.
    Anyway, I'm sure there'll be other opinions as to the interface design, but it's clear to me this is the problem, and the solution is to always make sure the "edit" button is NOT blue before saving or exporting the address book or contacts.
    I also wouldn't have noticed it unless I was trying to set up two computers at once (since the changes were so minor, I might have not ever noticed they weren't saved otherwise). So I wouldn't be surprised if this problem has been around for a long time and I never noticed it before.
    Hope that helps...

  • Item level changes not being updated.

    Hi,
    I am implementing BADI BBP_DOC_CHANGE_BADI, method BBP_PO_CHANGE.
    The problem that I am facing is that whenever, I change anything at the Item level, after the PO has been created, (say for eg item quantity), it is not being updated to the database. I also noticed one thing. When I click on the order button (after changing the item quantity) the import parameter of the BADI it_item of the is empty. Also I am checking in transaction BBP_PD, whether the update has happened.
    Thanks in advance
    Pete

    Hi Yann,
    Below is the code in the BADI BBP_DOC_CHANGE_BADI.
    method IF_EX_BBP_DOC_CHANGE_BADI~BBP_PO_CHANGE.
    CLASS cl_exithandler DEFINITION LOAD.
    DATA: LV_CUF_BADI TYPE REF TO IF_EX_BBP_CUF_BADI, "ZCL_IM_SRM_TANDC_BADI, ",
      LV_CUF_BADI_ACTIVE.
    DATA: IV_MODE   TYPE xfeld,
            IS_CUF_HEADER  TYPE BBP_PDS_HEADER,
            IS_GETDET_HEADER TYPE BBP_PDS_PO_HEADER_D,
            ES_UPD_HEADER TYPE BBP_PDS_PO_HEADER_D,
            IS_UPD_HEADER TYPE BBP_PDS_PO_HEADER_U,
            LV_CHANGE TYPE C,
            IS_ITEM TYPE BBP_PDS_ITEM ,
            IS_ACC TYPE BBP_PDS_ACC,
            IV_DOC_TYPE TYPE CRMD_ORDERADM_H-OBJECT_TYPE VALUE 'BUS2201',
            LV_INCLUDE_NAME TYPE DD03P-TABNAME VALUE 'INCL_EEW_PD_HEADER_SSF_PO',
            LT_DDIC TYPE DD03TTYP,
            LV_REPID TYPE SY-REPID,
            LV_DYNNR TYPE SY-DYNNR,
            I_HEADER LIKE IS_CUF_HEADER,
            GV_CLAUSE_ID(256) TYPE C,
            LV_FLAG(1),
            LV_IMP(1),
            LS_COUNTER(1),
            LS_COUNT(1),
            LS_NUMB(1),
            LS_GUID(32),
            LS_GUID_INIT(32),
            LS_GUID_BLANK(32) TYPE C VALUE SPACE,
            LS_NUMB_BLANK(1) TYPE C VALUE SPACE,
            LS_CNT(1),
            LV_UCOMM(4),
            EV_OKCODE TYPE SY-UCOMM.
    DATA: WA_PDHSC TYPE BBP_PDHSC,
    WA_PDHSC_SEL TYPE BBP_PDHSC,
    *wa_it_item type BBPT_PD_PO_ITEM_ICU,
    WA_IT_ITEM TYPE BBP_PDS_PO_ITEM_ICU,
    wa_et_item TYPE BBP_PO_ITEM_BADI,
    WA_HCF TYPE BBP_PDS_HCF_PO.
    LS_COUNTER = LS_COUNTER + 1.
    IF SY-UCOMM = 'SAVE'.
    IMPORT LV_TEXT TO LV_IMP FROM MEMORY ID 'TEXT'.
    LV_IMP = LV_IMP + 1.
    EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
    ENDIF.
    IF SY-UCOMM = 'CHEC' OR SY-UCOMM = 'ENT1' OR SY-UCOMM = 'SAVE' OR SY-UCOMM = 'LIST'.
      GET PARAMETER ID 'NUMB' FIELD LS_NUMB.
      IF LS_NUMB IS INITIAL.
        MOVE IS_HEADER-GUID TO LS_GUID_INIT.
        MOVE LS_COUNTER TO LS_COUNT.
        SET PARAMETER ID 'GUID' FIELD LS_GUID_INIT.
        SET PARAMETER ID 'NUMB' FIELD LS_COUNT.
      ENDIF.
    ENDIF.
    MOVE-CORRESPONDING IS_HEADER TO I_HEADER.
    IMPORT LV_TEXT TO LV_IMP FROM MEMORY ID 'TEXT'.
    IF SY-UCOMM = 'SAVE' AND LV_IMP = 2.
    CALL METHOD cl_exithandler=>get_instance
    EXPORTING
    exit_name = 'BBP_CUF_BADI'
    IMPORTING
    act_imp_existing = LV_CUF_BADI_ACTIVE
    CHANGING
    instance = LV_CUF_BADI.
    MOVE SY-UCOMM TO LV_UCOMM.
    LV_REPID = 'SAPLZSRM_CUST_SCREEN'.
    LV_DYNNR = '1001'.
    GET PARAMETER ID 'GUID' FIELD LS_GUID.
    IF LS_GUID NE IS_HEADER-GUID.
      I_HEADER-GUID = LS_GUID.
    ENDIF.
    CALL METHOD LV_CUF_BADI->PUT_DATA
    EXPORTING
              is_header             = I_HEADER
              is_item               = IS_ITEM
              is_acc                = IS_ACC
              iv_doc_type           = 'BUS2201'
              iv_include_name       = lv_include_name
              iv_mode               = IV_MODE
              it_dd03p              = lt_ddic
              iv_caller_dynnr       = '1000'
              iv_caller_repid       = SY-REPID
            IMPORTING
              ev_repid              = LV_REPID
              ev_dynnr              = LV_DYNNR.
    CALL METHOD LV_CUF_BADI->GET_DATA
        IMPORTING
          ev_okcode = EV_OKCODE
        CHANGING
          es_header = I_HEADER
          es_item   = IS_ITEM
          es_acc    = IS_ACC.
    ENDIF.
    WA_PDHSC-GUID = IS_HEADER-GUID.
    WA_PDHSC-ZZ_OPT_TERM_COND = I_HEADER-ZZ_OPT_TERM_COND.
    MOVE-CORRESPONDING IS_HEADER to ES_HEADER.
    MOVE IT_PARTNER TO ET_PARTNER.
    loop at it_item into wa_it_item.
    MOVE-CORRESPONDING wa_it_item to wa_et_item.
    append wa_et_item to et_item.
    endloop.
    MOVE IT_ACC TO ET_ACC.
    MOVE IT_HCF TO ET_HCF.
    MOVE IT_ICF TO ET_ICF.
    MOVE-CORRESPONDING WA_PDHSC TO WA_HCF.
    APPEND WA_HCF TO ET_HCF.
    IF LV_UCOMM = 'SAVE' AND LV_IMP = 2.
      SELECT * INTO WA_PDHSC_SEL FROM BBP_PDHSC WHERE GUID = IS_HEADER-GUID.
      ENDSELECT.
      IF SY-SUBRC = 0.
        UPDATE BBP_PDHSC SET ZZ_OPT_TERM_COND = WA_PDHSC-ZZ_OPT_TERM_COND WHERE GUID = IS_HEADER-GUID.
        SET PARAMETER ID 'GUID' FIELD SPACE.
        SET PARAMETER ID 'NUMB' FIELD SPACE.
        CLEAR LV_IMP.
        EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
      ELSE.
        INSERT INTO BBP_PDHSC VALUES WA_PDHSC.
        SET PARAMETER ID 'GUID' FIELD SPACE.
        SET PARAMETER ID 'NUMB' FIELD SPACE.
        CLEAR LV_IMP.
        EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
      ENDIF.
      COMMIT WORK.
    ENDIF.
    endmethod.
    Let me know if you need any clarifications.
    Thanks,
    Pete

Maybe you are looking for

  • Help required on ALV REPORT

    Hi, Please help with a solution: my requirement is to add the following to an existing program. i need to add 3 fields from a new table(a table which is not used in the program). the fields are : Vendor Part No. : Field ZWTYVND-Z_WTY_MAT_VPN Mail To

  • Table of Contents CS3

    Hello All- I am having trouble with my Table of Contents displaying properly. First off I downloaded the 5.0.4 update. Is this the one that fixes the indexing, TOC bugs?? Alright, I have a document with character styles applied to the header of each

  • Undo deletes?

    Is there a way to 'undo' deleting images from iPhoto? I've also emptied the trash, and deleted them from my camera! YIKES!!!!!

  • PMString turning null on Mac

    Hi I am developing a plug-in on Mac OS (10.5.8) using the InDesign CS4 SDK and for some reason, in my plugin project whenever i use a PMString, and assign value to it, it turns "nil". I am wondering if there is something in the project settings etc.

  • What's the reason with big number of entries in SMQ1?

    We are using BI 7.0 to perform Delta loads of SRM Shopping Cart, but found in the source system, there are so many entries when running SMQ1.   Any reason? Thanks