Problem with SAVE_TEXT Usage

Hi,
I'm starting a new thread because this is a different issue than my original problem.
I am using our BW system to save texts.  Calls to the function return with sy-subrc=0.  However, no data is added to STXH and STXL.
We have never before saved texts to the TDOBJECT that I'm trying to save to now.
I have used txn SM75 to create the TDOBJECT and IDs.
Is there something that I need to set up before I can use the object and texts?
Thank you.

Fong,
I am not sure if the transaction SM75 is the right one, I could not find that in my system. Usually you create texts using SO10 transaction.After using SAVE_TEXT if you commit the same, usually the text is saved.
While retrieving using READ_TEXT you will have to pass the same objects used while saving.
Regards,
Ravi

Similar Messages

  • [5800xm] Problem with rSAP usage in Skoda nav-syst...

    Hello,
    like in the topic: I have a problem with rSAP usage in Skoda nav-system Columbus: it stays ON searching for the car nav-system & eats battery level (just being standby): within 24 hrs completely empty. With bluetooth turned on, without previously connecting to my Skoda nav-system, the phone can run for about 10 days standby.
    I tried every setting without improvement, I run the latest firmware/software on my 5800 XM.
    Only if I turn off manually the bluetooth subsystem (not just the nav-system connection, but completely turn off bluetooth), then the phone doesn't eat through my battery-level. I dont want that, because it's not neccessary (I have to turn it back on again later & forget to do that), sometimes I forget and find out people can't reach me coz my phone is battery-empty.
    Anyways, this situation is already since the beginning when I bought the phone from Nokia store. No improvement since.
    Please can anybody help out?
    Thnx
    Solved!
    Go to Solution.

    Well, since a few days we're testing the default setting from  aspergerguy  and now it seems the battery problem doesn't occur no more. Amazing how such a small change of unexpected / undocumented setting can give a device real purpose instead of almost uselessness.
    For clarity, again the problem: I am able to use the phone with the carkit-nav system, but after using (ergo: getting out of the car, into our home), the phone eats through the battery within 24hrs.
    This now no longer happens with   Wireless car kit   set as default.
    Thanks aspergerguy for your help!
    Less thanks Nokia for creating this problem in the first place.
    Regards,
    Quan

  • Does anyone have problems with data usage with att and Iphone5?

    Hello, Does anyone have problems with data usage or non usage I should say with Iphone 5 and AT&T?

    After 4+ months of dealing with this data usage and battery drain problem that included 3 data captures of my wife's iMac, the trigger for us regarding the problems syncing with iCloud, and 5 hours of logs off my iPhone 6 to be analyzed by Apple engineers that included times my wife's computer was both on and off to demonstrate the difference in data usage and battery drain under those conditions, I can say with very reasonable certainty that the iOS 8.3 and corresponding Mac OS 10.10.3 update has solved the problem. 
    We have now been running for about 2 weeks and data usage with the iCloud Servers attempting to sync has dropped from a rate of 31 GBs to under 15 MBs per month.  Yes, you read it right.  We were burning 2000 times as much data doing absolutely nothing important on both of our phones, a 5s and a 6.  Just imagine what that does to battery life!  The 5s would last about 5 hours and the 6 was dead in less than 14.
    The distasteful aspect of this process was how the engineers were quietly fixing the problem at the same time sending messages to my contact person within Apple that were dismissive in nature in the face of indisputable unreasonable results. I must say, this experience with the multiple times the engineers' responses were inappropriate put a little tarnish on the old Apple shine of the ‘It just works’ mantra. This was my first experience in 34 years that caused me to stop recommending Apple products without reservations and with a disclaimer.
    Since the update solved the problem, then I can only conclude that there was a logic bug regarding the reaction within the process to the incoming data that was corrected.  There was noting short of logging out of iCloud that circumvented the problem for us, Gator5000e and probably many others noted on other threads.  I am not trying to imply that this is the cause of everyones battery use problem, but it is reasonable that it was a cause for many.

  • Problem with memory usage and CPU usage

    Hello,
    i have a problem with the memory usage and cpu usage in my project!
    My application must run for more than 24 hrs. The problem is that the longer it runs the bigger is the memory and cpu usage!
    It starts with ~15% CPU usage and ~70 MBytes memory usage. After ~ 24hrs the CPU usage is ~60% and the memory usage is ~170 MBytes!
    After  3 days the CPU usage is almost about 70% and the memory usage is about 360 MBytes!
    What can I do to reduce this huge recource usage?
    Thank you!

    Hi Pahe,
       I think the issue is memory usage, since CPU usage can increase due to greater memory requirements.
       Anyway, it's difficult to debug without seeing your code, can you post it (possibly for LV 7.1 compatibility)?  Or just post a JPEG of the piece of code that can give problems...
       I guess you're appending data to an array instead of replace data elements, but I can't be sure...
       Have a nice day!
    graziano

  • Problem with Clip Usage and merged clips in CS6

    The 'Clip Usage' drop-down menus don't seem to work in Premiere CS6 for merged clips. The info bar at the top of the project window correctly lists the number of times the viedo and audio from the clip has been used, and the downward-pointing arrow appears, but when you click on it... nothing happens. Same's true of the 'Video Usage' column in the main body of the project window. Non-merged clips work just fine.
    Anyone know if this is just a problem with my project, or if it's a bug in Premiere? Had a lot of trouble with merged clips in CS5.5, and was hoping they'd be solved by CS6 - I've been using Creative Suite for a long time, and the lack of good merged clips support was always one of the challenges in persuading other indie editors to switch over from FCP...
    Thanks!

    ...and the lack of good merged clips support was always one of the challenges in persuading other indie editors to switch over from FCP...
    I guess they just have to weigh that up against the lack of support they got from Apple for FCP in its entirety.

  • I have a huge problem with memory usage.

    I am having two very huge problems with the amount of memory the game I'm working on is using. The first is that the background image for a part of my game takes up ~45mb of memory, but believe it or not, that's not my worst problem. i'm not worried about that right now.
    The really, really big problem does involve that image, though.
    Whn I'm done using the image, I can't get the resources it uses to be freed. As a result, the program uses more and more memory every time you go into that area of the game, because the memory used by tha area is just sitting there.
    I used Jprofiler to figure out exactly what wasn't getting released, because I do everything I know how to make everything be garbage collected, including setting all the references to the image to null after you leave that area of the game, but nothing worked.
    After I leave the area with the huge memory leak and give everything time to garbage collect, the main screen for memory usage shows about 45mb of memory used by 20 or so instances of int[], which is obviously the image.
    However, this obscenely huge int array doesn't show up in the heap snapshot, which according to them means there's no reference to it or the image anywhere in the program.
    Here's my question: If there's no reference anywhere to this int array, then why isn't it being garbage collected?

    Maybe you haven't actually released all references to that data.
    Or if you have one 45mb image, maybe you have a bunch of other huge ones and you're just seeing those.
    Why do you have a 45mb background image, though? Can't you use a standard technique like tiling it?

  • Problem with SAVE_TEXT FM

    Hello,
    I am having a problem with using the SAVE_TEXT FM.
    Here is the scenario.
    I am trying to populate the Long Text on a PM work order component line for a reservation.
    Prior to populating this field, no text will exist in this field.
    I create the name key using the following:
    sy-mandt + resb-rsnum + resb-rspos + resb-rsart
    The object id AUFK and the ID is MATK.
    INSERT =  X
    SAVEMODE_DIRECT =  X
    OWNER_SPECIFIED = space            
    LOCAL_CAT  = space          
    When I call the FM I get a return code of 0 and when I do a READ_TEXT FM using this key I can see that the text exists in table STXH.
    However, when I go to view the long text for the reservation component in IW32 there is no text there.
    If I now manually add text to the long text and save, if I now run the SAVE_TEXT FM with the same key, the FM overwrites the value of the text which was manually entered with the value from the FM.
    So, does anyone know why the FM writes an entry to STXH which isn't visible in IW32 prior to manually adding text, but is visible after manually adding text?
    Has anyone experienced this problem before?
    I would appreciate any help anyone could give me.
    thanks,
    Kevin

    Sorry table was RESB, but answer is correct anyway,
    field is RESB-LTXSP.
    Look at <a href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/corr_instr/correction_detail.htm?_CINSTA=0120061532&_CALEID=0000356881&_CPAKID=1&_PGMID=LIMU&_OBJ=REPS&_OBJNAM=ZDELRESBLTXSP&tab=2">Example of program updating flag long text</a> or note <a href="https://service.sap.com/sap/support/notes/706261">Note 488862 - No long text for component although long text flag existing</a>
    Regards

  • Photoshop Premiere 9 vs 13? Are there any problems with CPU usage and crashing?

    I stopped using Premiere, because they the computer would freeze and/or the program. I was curious if there was any issue with people currently using Version 13?  I think I loaded it on this computer along with Photoshop Elements 9.  After a while I just kept Photoshop Elements.
    System Specs:
    Windows 7 premium home edition
    Processor Intel R Core TM i5-2410M CPU @ 2.30 GHz 2.30 GHz
    Installed Memory 6.00GB   826 GB free
    64 Bit Operating system

    stephanies
    If 64 bit, while 9 will be a 32 bit application with the limitations of a 32 bit application on 64 bit system, 13 will be a 64 bit application which translates into more computer resources available to 13.
    Elements Organizer 9 will not integrate with Elements Organizer 13 although you can convert the 9 catalog in Elements Organizer 13. And there is a marked difference in the workspace between the two versions. Principles tend to stay the same, but features can be moved, changed, or discontinued.
    I would have expected Premiere Elements 9/9.0.1 to have worked in your computer environment. Since it did not, I would strongly suggest that you look at the free 30 days tryout of Premiere Elements 13/13.1 in your computer environment to assure the compatibility of it with your computer environment and project goals.
    Lots of causes for program crashes (any version).
    a. Conflicts with antivirus program.
    b. Problem with video card graphics card
    c. Use of a pen and table device instead of mouse
    d. Problematic source media and format conflicts
    e. Not running program as Administrator
    f. Poor installation
    g. Failure to install QuickTime along with Premiere Elements on the computer
    h. Not meeting System Requirements in some way.
    i. Other
    https://helpx.adobe.com/premiere-elements/kb/system-requirements-premiere-elements.html
    Please review and consider. Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Problem in SAVE_TEXT  usage

    I am facing problem in displaying the Long text in Open Maintenance orders IW31 Sscreen.
    i am uploading the long text using SAVE_TEXT function module.
    i can see the data in STXL table but i am not able to see the data on the transaction screen display or change mode.
    I am using correct object name ,id and etc..in header table objectid: AUFK, TEXTID: AVOT ,tdname:clintidroutingnumber(afvc table aufpl field sequence(like 0001.. ), language: EN.
    Text line also i am passing and i am enering the direct saving mpde.
    i am getting sy-subrc eq = 0.
    and i am able to get the data by READ_TEXT table.
    my problem is why the Long text data is not diaplying on the scrreen(TEXT editor).
    same thing happening in COmponents LONG TEXT in the same TCODE
    Please Help me.

    Hi Srinivas,
    I've been facing similar problem.I followed the procedure that you've mentioned , but still couldn't display the long text on the transaction IW32.I've attaching the code as well.
    *&  Include           ZXWO1U05
    DATA:text_object_name LIKE stxh-tdname.
    DATA: BEGIN OF ltxt_lines OCCURS 0.
            INCLUDE STRUCTURE tline.
    DATA: END   OF ltxt_lines.
    DATA:p_object LIKE   thead-tdobject VALUE 'AUFK',
         p_name LIKE   thead-tdname,
         p_language LIKE   thead-tdspras VALUE 'E',
         p_type LIKE   thead-tdid VALUE 'KOPF',
         p_header LIKE   thead .
    TYPES: BEGIN OF lt_edit_line,
             line LIKE rssource-line,                           "c(72)
           END OF lt_edit_line.
    DATA lt_edit_table TYPE TABLE OF lt_edit_line.
    DATA:ls_efindpar TYPE efindpar.
    DATA:t_trace TYPE TABLE OF ewffndtrac,
         t_result TYPE TABLE OF efindres.
    TYPES:BEGIN OF ty_eablg,
          ablbelnr TYPE ablbelnr,
          anlage   TYPE anlage,
          ablesgr      TYPE ablesgr,
          ableinh  TYPE ableinh,
          adatsoll TYPE adatsoll,
          END OF ty_eablg.
    DATA:t_eablg  TYPE TABLE OF ty_eablg,
         ls_edit_table TYPE c LENGTH 132.
    FIELD-SYMBOLS:<fs_eablg> TYPE ty_eablg,
                  <fs_trace> TYPE ewffndtrac.
    CONSTANTS:lc_instln TYPE efindres-objtype VALUE 'INSTLN'.
    CONSTANTS:lc_period TYPE ablesgr VALUE '01',
              lc_moveout TYPE ablesgr VALUE '03',
              lc_movein TYPE ablesgr VALUE '06'.
    CALL FUNCTION 'CO_ZK_TEXTKEY_CAUFV'  "Gets me the thead-tdname
      EXPORTING
        aufnr = caufvd_imp-aufnr
      IMPORTING
        ltsch = text_object_name.
    p_name = text_object_name.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        language        = p_language
        id              = p_type
        name            = p_name
        object          = p_object
      IMPORTING
        header          = p_header
      TABLES
        lines           = ltxt_lines
      EXCEPTIONS
        id              = 01
        language        = 02
        name            = 03
        not_found       = 04
        object          = 05
        reference_check = 06.
    IF sy-subrc IS INITIAL.
      REFRESH lt_edit_table.
    ENDIF.
    ls_efindpar-l_devloc = caufvd_imp-tplnr.
    *get the installation
    CALL FUNCTION 'ISU_FINDER'
      EXPORTING
        x_objtype                   = lc_instln
        x_findpar                   = ls_efindpar
      TABLES
        yt_result                   = t_result
        yt_trace                    = t_trace
      EXCEPTIONS
        insufficient_selection      = 1
        objtype_not_supported       = 2
        additional_selection_needed = 3
        OTHERS                      = 4.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *get the 13 meter reads.
    DATA:lv_calc_date TYPE bkpf-bldat,
         lv_tabix     TYPE sy-tabix,
         lv_text(100) TYPE c.
    CONSTANTS:lc_read TYPE bseg-dtws2 VALUE '13'.
    CALL FUNCTION '/SAPHT/DRM_CALC_DATE'
      EXPORTING
        date      = sy-datum
        days      = '00'
        months    = lc_read
        sign      = '-'
        years     = '00'
      IMPORTING
        calc_date = lv_calc_date.
    READ TABLE t_trace ASSIGNING <fs_trace> WITH KEY objtype = lc_instln.
    IF sy-subrc = 0.
      SELECT ablbelnr anlage ablesgr ableinh adatsoll
      FROM eablg
      INTO TABLE t_eablg
      WHERE anlage = <fs_trace>-objkey
      AND adatsoll BETWEEN lv_calc_date AND sy-datum
      AND ( ablesgr = lc_period OR ablesgr = lc_moveout OR ablesgr = lc_movein ).
      IF sy-subrc = 0.
        LOOP AT t_eablg ASSIGNING <fs_eablg>.
          AT FIRST .
            CONCATENATE ls_edit_table 'MR unit         ' INTO ls_edit_table SEPARATED BY space.
            CONCATENATE ls_edit_table 'Installation    ' INTO ls_edit_table SEPARATED BY space.
            CONCATENATE ls_edit_table 'MRU reason      ' INTO ls_edit_table SEPARATED BY space.
            CONCATENATE ls_edit_table 'Scheduled MR Dt ' INTO ls_edit_table SEPARATED BY space.
            APPEND ls_edit_table TO lt_edit_table.
          ENDAT.
          CLEAR: ls_edit_table.
          CLEAR lv_text.
          lv_text = <fs_eablg>-adatsoll.
          CONCATENATE lv_text '                 ' ls_edit_table INTO ls_edit_table SEPARATED BY space.
          CLEAR lv_text.
          lv_text = <fs_eablg>-ablbelnr.
          CONCATENATE lv_text '                 ' ls_edit_table INTO ls_edit_table SEPARATED BY space.
          CLEAR lv_text.
          lv_text = <fs_eablg>-anlage.
          CONCATENATE lv_text '                 ' ls_edit_table INTO ls_edit_table SEPARATED BY space.
          CLEAR lv_text.
          lv_text = <fs_eablg>-ableinh.
          CONCATENATE lv_text '                 ' ls_edit_table INTO ls_edit_table SEPARATED BY space.
          APPEND ls_edit_table TO lt_edit_table.
          CLEAR: ls_edit_table,lv_text.
        ENDLOOP.
      ENDIF.
    ENDIF.
    TYPES:BEGIN OF ty_elev,
          anlage TYPE anlage,
          vstelle TYPE vstelle,
          vbsart TYPE vbsart,
          eigent TYPE e_gpartner,
          END OF ty_elev.
    DATA:t_elev TYPE TABLE OF ty_elev.
    FIELD-SYMBOLS:<fs_elev> TYPE ty_elev.
    IF t_eablg IS NOT INITIAL.
      SELECT elanlage evvstelle evvbsart  eveigent
      FROM eanl AS el
      INNER JOIN evbs AS ev
      ON elvstelle = evvstelle
      INTO TABLE t_elev
      FOR ALL ENTRIES IN t_eablg
      WHERE el~anlage = t_eablg-anlage.
    ENDIF.
    LOOP AT t_elev ASSIGNING <fs_elev>.
      AT FIRST.
        ls_edit_table = 'Premise'.
        CONCATENATE ls_edit_table 'Premise Type' 'Owner Allc' INTO ls_edit_table SEPARATED BY space.
        APPEND ls_edit_table TO lt_edit_table.
        CLEAR ls_edit_table.
      ENDAT.
      ls_edit_table = <fs_elev>-eigent.
      CONCATENATE ls_edit_table <fs_elev>-vbsart <fs_elev>-vstelle INTO ls_edit_table SEPARATED BY space.
      APPEND ls_edit_table TO lt_edit_table.
      CLEAR ls_edit_table.
    ENDLOOP.
    LOOP AT lt_edit_table INTO ltxt_lines-tdline.
      ltxt_lines-tdformat = '*'.
      APPEND ltxt_lines.
    ENDLOOP.
    if p_header is not initial.
    CALL FUNCTION 'SAVE_TEXT'
      EXPORTING
      CLIENT                = SY-MANDT
        header                = p_header
      INSERT                = 'X'
       SAVEMODE_DIRECT       = 'X'
      OWNER_SPECIFIED       = ' '
      LOCAL_CAT             = ' '
    IMPORTING
      FUNCTION              =
      NEWHEADER             =
      tables
        lines                 = ltxt_lines
    EXCEPTIONS
       ID                    = 1
       LANGUAGE              = 2
       NAME                  = 3
       OBJECT                = 4
       OTHERS                = 5
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    else.
    UPDATE AUFk SET ltext = 'X' where aufnr = caufvd_imp-aufnr .
    ENDIF.
    else.
       p_header-tdobject = p_object.
      p_header-tdname   = p_name.
      p_header-tdspras  = p_language.
      p_header-tdid     = p_type.
      p_header-TDFUSER  = sy-uname.
      p_header-TDFRELES = '701'.
      p_header-TDFDATE  = sy-datum.
      p_header-TDFTIME  = sy-uzeit.
    CALL FUNCTION 'SAVE_TEXT'
      EXPORTING
      CLIENT                = SY-MANDT
        header                = p_header
       INSERT                = 'X'
       SAVEMODE_DIRECT       = 'X'
      OWNER_SPECIFIED       = ' '
      LOCAL_CAT             = ' '
    IMPORTING
      FUNCTION              =
      NEWHEADER             =
      tables
        lines                 = ltxt_lines
    EXCEPTIONS
       ID                    = 1
       LANGUAGE              = 2
       NAME                  = 3
       OBJECT                = 4
       OTHERS                = 5
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    else.
    UPDATE AUFk SET ltext = 'X' where aufnr = caufvd_imp-aufnr .
    endif.
    endif.
    CALL FUNCTION 'COMMIT_TEXT'
    EXPORTING
       OBJECT                = p_object
       NAME                  = p_name
       ID                    = p_type
       LANGUAGE              = 'E'
       SAVEMODE_DIRECT       = 'X'
      KEEP                  = ' '
      LOCAL_CAT             = ' '
    IMPORTING
      COMMIT_COUNT          =
    TABLES
      T_OBJECT              =
      T_NAME                =
      T_ID                  =
      T_LANGUAGE            =
    Kindly request you to provide a suitable solution at your earliest convenience.
    Thanks,
    Chakram Govindarajan

  • Massive problem with memory usage

    Hello ladies and gents!
    Just before Christmas I bought my first MacbookPro 13" mid-2012 which is 2.5Ghz and 16gb RAM. Firstly it was just a toy since I've been using Windows for ages because of my work. After a while I've tried to make one or two projects on my mac and noticed it handles them quite nicely. I decided to move my entire workflow to mac and was more than happy with the results. Until last month.
    I have no friggin' idea why but my macbook started to work terribly slowly. Nothing unextraordinary happened, there were no new apps or nothing like this. I've tried to manage the kernel_task problem but it helped only for a few days. Even if I kill the photoshop and illustrator processes, mac still uses more than 9GBs of RAM which drives me crazy. My Windows machine is only 12GB of RAM and same specs as my mac and it KICKS OFF it's butt!
    What should I do? I love the OS X workflow but my clients won't accept delays any more!
    EtreCheck version: 1.9.12 (48)
    Report generated August 8, 2014 at 2:42:06 PM GMT+2
    Hardware Information:
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2 cores
      16 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1280 x 800
      DELL U2412M 1920 x 1200
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 3 days 21:12:9
    Disk Information:
      HITACHI HTS725050A7E630 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (95.28 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 disk1 : (846.4 MB)
      [email protected] (disk1s0) /Volumes/[email protected]: 571.6 MB (Zero KB free)
    USB Information:
      Wacom Co.,Ltd. CTH-460
      NOVATEK USB Keyboard
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.wacom.kext.pentablet (5.3.3 - SDK 10.8) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.tvmobili.tvmobilisvcd.plist Support
    Launch Agents:
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.AdobeCreativeCloud.plist Support
      [running] com.tvmobili.artwork.plist Support
      [running] com.wacom.pentablet.plist Support
    User Launch Agents:
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      iTunesHelper
      Alfred 2
    Internet Plug-ins:
      WacomNetscape: Version: 2.1.0-1 - SDK 10.8 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
      Silverlight: Version: 5.1.30214.0 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
      Flip4Mac WMV  Support
      MagicPrefs  Support
      PenTablet  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          9% Spotify Helper EH
          4% WindowServer
          3% Spotify
          1% coreaudiod
          1% mds_stores
    Top Processes by Memory:
      2.61 GB Adobe Photoshop CC 2014
      2.34 GB Adobe Illustrator
      1.07 GB firefox
      279 MB PluginProcess
      229 MB WindowServer
    Virtual Memory Information:
      258 MB Free RAM
      6.82 GB Active RAM
      6.96 GB Inactive RAM
      1.40 GB Wired RAM
      19.76 GB Page-ins
      70 MB Page-outs

    Formatted disk. Fresh OS X. The only apps running are Safari (with two tabs opened) and Spotify. Result:
    EtreCheck version: 2.0.6 (91)
    Report generated 19 Oct 2014 21:36:09 GMT+2
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
      DELL U2412M 1920 x 1200
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 2:41:15
    Disk Information: ℹ️
      HITACHI HTS725050A7E630 disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      eighty9 (disk0s2) /  [Startup]: 499.25 GB (353.55 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R  UJ-8A8
    USB Information: ℹ️
      NOVATEK USB Keyboard
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.AdobeCreativeCloud.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [not loaded] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      Spotify Application (/Applications/Spotify.app)
    Internet Plug-ins: ℹ️
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      Default Browser: Version: 537 - SDK 10.9
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          8% WindowServer
          3% PluginProcess
          2% Spotify
          2% Calculator
          1% hidd
    Top Processes by Memory: ℹ️
      189 MB com.apple.IconServicesAgent
      172 MB ocspd
      155 MB softwareupdated
      137 MB Spotify
      137 MB mds_stores
    Virtual Memory Information: ℹ️
      3.15 GB Free RAM
      3.97 GB Active RAM
      8.48 GB Inactive RAM
      1.58 GB Wired RAM
      6.65 GB Page-ins
      0 B Page-outs
    I'm opening photoshop and my file. My first action is grabbing and moving picture which results in crashing photoshop. I'm speechless....................................

  • Problem with enabling usage rights for Adobe Reader

    Hi All,
    I have designed a form using Live cycle. From Live cycle I export it as PDF. As a final step, I open the PDF by using acrobat professional to enable usage rights for Adobe Reader. As soon as I enble the rights it saves the document with a different name, which is fine. However; at the same time it also runs the postsave events from the form and removes a couple of objects. How do I avoid this? My form has very little code:
    There is a drop down field called 'LearningSolutionsAdvisor' which has the following code on PostSave event:
    NewHorizons.Page1.LearningSolutionsAdvisor::postSave - (FormCalc, client)
    LearningSolutionsAdvisor.access ="readOnly"
    There is 'Save' button which has the following code:
    NewHorizons.Page1.Save::click - (JavaScript, client)
    app.execMenuItem("SaveAs");
    NewHorizons.Page1.Save::postSave - (FormCalc, client)
    Save.presence = "invisible"
    I thank you for your help in advance.
    Regards,
    Girish

    This video is very helpful as it explains exactly what I want to do:  Extend Features in Adobe Reader, to allow my readers to save their changes.  However, I do not have that option in my version of Adobe X Pro 10.1.4.  Can anyone explain to me why I don't have that option, and what an alternative would be?  

  • Problem with save_text

    Hi all,
    when I drop PR to PO in ME21N, the text of PR needs to be displayed in PO header text.
    Im reading the text of  PR, using READ_TEXT.
    and I  have used SAVE_TEXT to populate the header text of PO.
    The problem is the text is not displaying on the header text.
    But, when I double click the header text, it takes me to change editor,after coming back from change editor the text is displaying.
    Pls let  me know what would be the problem.
    Thankyou,
    Priya

    Hi Dzed n Vinod,
    Here is the code which im using after reading the text.
    Pls let me know where it is going wrong.
    ***populate the text for PO
      IF NOT t_potext[] IS INITIAL.
        header_po-tdobject = 'EKKO'.
        header_po-tdid  = 'F02'.
        header_po-tdspras = v_spras.
        CALL FUNCTION 'SAVE_TEXT'
          EXPORTING
           client                = sy-mandt
            header                = header_po
           insert                = 'X'
             savemode_direct       = 'X'
    *   OWNER_SPECIFIED       = ' '
    *   LOCAL_CAT             = ' '
    IMPORTING
    *   FUNCTION              =
       NEWHEADER             = header_new
          TABLES
            lines                 = t_potext[]
         EXCEPTIONS
           id                    = 1
           language              = 2
           name                  = 3
           object                = 4
           OTHERS                = 5
        IF sy-subrc = 0.
        CALL FUNCTION 'COMMIT_TEXT'
         EXPORTING
           OBJECT                = header_po-tdobject
           NAME                  = '*'
           ID                    = header_po-tdid
           LANGUAGE              = header_po-tdspras
           SAVEMODE_DIRECT       = 'X'
    *       KEEP                  = ' '
    *       LOCAL_CAT             = ' '
    *     IMPORTING
    *       COMMIT_COUNT          =
    *     TABLES
    *       T_OBJECT              =
    **       T_NAME                =
    *       T_ID                  =
    *       T_LANGUAGE            =
        ENDIF.
    Thankyou,
    Priya

  • Problem with BOM usage

    Hi,
    Due to client requirements, i have created a new BOM usage type "X".
    At OS21, i have set the default as "relevant to production".
    Defined order of priority in OS31, and assigned to plant parameters through OPPQ.
    In OS30, created new application & assigned to production order types.
    The Problem is iam able to make use of this BOM in a production order, and iam not able to explode it through transaction CS12.
    When i explode it through CS12, the message i got is mentioned below.
    E: to XCPPEDLJ31-DEMO4/IN10/ZP01 no BOM is available
    Message no. 29514
    Regards,
    K.Kumar.

    In OS31
    Are you maintained the selid, selpr, BOM usage(newly created)?
    while creating a BOM application are you maintained the same selid (selection ID) ?
    and also check your BOm application have  any indicator relevant to explosion of MRP, rel Costing, rel for work scheduling,pland order, Rel order, collwith, sale order,

  • Regarding problem with updating usage decision in QA11

    Hi Experts,
    I am trying to use the Bapi "BAPI_INSPLOT_SETUSAGEDECISION" to update the usage decision in QA11 in a proxy. I am not being able to understand what parameters to be used and how.
    CALL FUNCTION 'BAPI_INSPLOT_SETUSAGEDECISION'
      EXPORTING
        NUMBER               = INPUT-SAP_USAGEDECISION-DETAILS-UD_INSPLOT  "inspection lot no from the proxy structure.
        UD_DATA              = lw_data
      LANGUAGE             =
    IMPORTING
      UD_RETURN_DATA       =
      STOCK_DATA           =
       RETURN               = li_return
    TABLES
      SYSTEM_STATUS        =
      USER_STATUS          =
    Please help.

    Hi,
    Just pass the inspection lot number to the field NUMBER and try, because there are no standard programs in which this FM is called apart from a Business Object BUS2045, it is called in the method InspectionLot.StatInterface.
    You can check that for any clarification, but it is not clear there as well.
    Thanks,
    Mahesh.

  • Problem with iPhone usage stats

    My usage and standby times read the same. Whenever I use the phone for let's say 10 minutes the standby will go up by 10 minutes but its not the case the other way around so like usage doesn't go up when phone is I'm standby. Is this serious and is there a fix

    Jay Davies - I am also running an iphone unlocked on vodafone but in Ireland. I have tried rebooting after doing the steps above and it keeps my usage stats intact now. Before it wiped out the stats if I rebooted - even if I hadn't installed anything. It also wiped out the stats if I didn't reboot at all between charges.
    Those steps above fixed my phone for battery charge life and the usage stats so hope it might for other iphones also.

Maybe you are looking for

  • Flash Player in Windows 8.1 64 bit problems .....

    Hi. I have just installed Windows 8.1, but have problems with the embedded Flash Player in Internet Explorer. Starting Internet Explorer from the Desktop causes no problems. In particular (in case this has any bearing), going to BBC.co.uk, Sport,Form

  • Verizon wireless shady business practices

    TIERED DATA AS A CHOICE FOR NETWORK OPTIMIZATION-what a jokethe only thing that optimizes is their bank account.very flawed theory,if every one is connected trying youse their monthly dats allotments the way the network is currently designed performa

  • Installing DEB or RPM printer drivers on ArchLinux running on Pogoplug

    I've managed to get Archlinux running on my ARM6 Pogoplug. I got the timemachine server up and running, and I'm moving on to a CUPS server. I can't find any linux drivers in the Gutenprint repository, but it appears that Lexmark has Linux driver down

  • Why subtle animation for phone calls (other apps do) on iOS 5 won't work on iPhone4?

    So my problem is that each time im driving; perse using a GPS turn by turn app, and someone calls, iOS5 should have a subtle animation for calls right? well thats not for me, i still get that crappy push huge bubble which kills the app being used. I

  • Javame -java.lang.NullPointerException

    when I try to add a record on m y recordStore I get this java.lang.NullPointerException. What am I doing wrong? Thanks for any help. sDAO.add("maroahdjhghgfjhgfjghv"); public synchronized void add(String record) throws RecordStoreNotOpenException, Re