My changes edited on editable ALV report are not transferring back to itab?

Hello
I was developed a heirarchila editable ALV by using FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'. The user will do some changes in the ITEMs (Z_VBAP_TABLE) on this heirarchila ALV report and presses the SAVE button.
In my program am handling this SAVE command and even my break point is also triggering at SAVE, but my ITAB is not having the CHANGED/new data!! still it has the old data in it! How to capture the user changes done on the report? those changes are not tranferring back to my itab/prog! because, ineed to update Z_VBAP_TABLE with those changes
Thank you

Hi Raju,
it is possible . But i know about your code.
   WHEN 'SAVE'(003).
    Lock the table
      CALL FUNCTION 'ENQUEUE_E_TABLE'
        EXPORTING
          mode_rstable   = 'E'
          tabname        = viewname
        EXCEPTIONS
          foreign_lock   = 1
          system_failure = 2
          OTHERS         = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      IF NOT grid1 IS INITIAL .
        CALL METHOD grid1->check_changed_data .
      ENDIF .
      SORT i_mod BY row.
      DELETE ADJACENT DUPLICATES  FROM i_mod COMPARING row.
      lh_norec = LINES( i_mod ).
      lh_total = lh_norec.
      SHIFT lh_total LEFT DELETING LEADING space.
Standard Table Update
      IF i_mod[] IS NOT INITIAL.
        LOOP AT i_mod INTO lwa_mod.
          READ TABLE <i_itab> INTO <wa_tab> INDEX lwa_mod-row.
          IF sy-subrc = 0 .
            IF lh_flag NE 'X'.
              MODIFY (viewname) FROM <wa_tab>.
            ELSE.
              INSERT (viewname) FROM <wa_tab>.
              IF sy-subrc NE 0.
                MESSAGE 'DATA NOT SAVED' type 'I'.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDLOOP.
        CONCATENATE lh_total '  ' text-s01 INTO lh_succ SEPARATED BY space.
        MESSAGE 'Data Saved' TYPE 'I'.
This i did a long back. Check your code . I created an alv that will display data from my table . In this the user can click in any line item and he can change any value and press save  that will save the value .
Regards,
Madhu.

Similar Messages

  • HT4759 Hi I am trying to access my iphone notes from my desktop and they are not transfered? how do i transfer them? It is working the other way around - until I edit a note on my phone and then it is lost on my desktop? Help!

    Hi I am trying to access my iphone notes from my desktop and they are not transfered? how do i transfer them? It is working the other way around - until I edit a note on my phone and then it is lost on my desktop? Help!

    http://support.apple.com/kb/HT1296

  • Some reports are not displayed -- JInitiator 1.3.17 to JRE 1.6.43

    We have our Medical Suite developed using Oracle Forms 10gR1(9.0.4) version.As we came to know that JInitiator is no more supported from Oracle and it has many problems Windows 7 64 bit esp.., with IE (9.0) recently we have migrated the Client PC's from JInitiator 1.3.17 to JRE 1.6.43.
    Unfortunately when we print the reports, some of the reports are being displayed and the other reports are not being displayed ( No action upon on clicking print button).
    But when we revert back to JInitiator all the reports are working fine without any change in IE configuration. So can someone give me the probable cause for this behaviour.
    Edited by: Chaitu on Mar 17, 2013 8:57 AM

    Chaitu wrote:
    If the parameter are written in multiple lines using concatenation then there is no problem, but some places we made the DESTYPE OR CACHE OR DESFORMAT in different lines and it is working fine when we used Jinitiator 1.3.17.
    Once we changed to JRE, it stopped working maybe because the command cannot be issued to browser since it is incomplete.
    Is 10.1.2.3 a stand alone patchset given by Oracle for migrating 10g R1 to 10g R2 or there are some other patches given before this patchset(10.1.2.3).
    I am asking this because most of the times, Oracle releases a patch in sequential order and they should be installed in the same order.
    For example In order to install Enterprise Manager 10g Grid Control Release 5 (10.2.0.5), we must have 10.2.0.1.0 (10.2.0.2.0 for Windows) release up and running. So I was not sure whether this patch can be installed alone without any other combinations directly. Please enlighten me if you can.
    Hi Chaitu,
    patchset(10.1.2.3) is applicable for the following releases only:
    Oracle Application Server 10g Release 2 (10.1.2.0.0)
    Oracle Application Server 10g Release 2 Standard Edition One (10.1.2.0.1)
    Oracle Application Server 10g Release 2 (10.1.2.0.2)
    Oracle Application Server Forms and Reports Services (10.1.2.0.2)
    Oracle Application Server Portal 10g Release 2 (10.1.4)
    Oracle Application Server Portal 10g Release 2 Patch Set 2 (10.1.4.1)
    Oracle Developer Suite 10g (10.1.2.0.2)
    Oracle Business Intelligence 10g Release 2 (10.1.2)
    Oracle Business Intelligence 10g Release 2 (10.1.2.0.2)
    Oracle Business Intelligence Tools 10g Release 2 (10.1.2)
    Oracle Business Intelligence Tools 10g Release 2 (10.1.2.0.2)
    Oracle Business Intelligence Tools 10g (10.1.2.0.2) that shipped as part of Oracle Developer Suite 10g Release 2 (10.1.2)
    OracleAS 10g Release 2 Patch Set 1 (10.1.2.1.0)
    OracleAS 10g Release 2 Patch Set 2 (10.1.2.2.0)
    Hope this helps
    Hamid
    * batter discuss at {forum:id=82} forum.

  • Reports are not called from form in browser plz help

    Hi,
    I have installed 9iAS+8.1.7 database on the same machine with NT4 server.My system's forms(.fmx) are running well but my reports are not running from my main form.i call reports from the
    from as,
    Run_Product(reports,'..\iReports\xglrxx12.rep',synchronous,RUNTIME,FILESYSTEM,pl_id,null);
    Actually want to know the report's setting when calling from the from in a browser(environment variables,virtual paths etc.).
    My database is installed in drive E:\8idb_home\ and 9iAS is on
    G:\9iAS_home\.My systems .fmx & .rep files are in "iforms" and "ireports" folder respectively.
    Plz help!
    Many thanks!

    Hi,
    First of all thanks to Vincent Botteman for solving the prob.
    Yes when i changed my call of run_product by excluding the path i have specified when calling from form it then makes a result.
    Also specified the entry of your reports .rep files by giving path in reports60_path registery variable as,
    Run regedit-->Hkey_Local_Machine-->Software-->Oracle here give the full path of your .rep files as an first entry in reports60_path variable.And finally not mention the path when calling reports from form as,
    Run_Product(reports,'xglrxx13.rep',synchronous,RUNTIME,FILESYSTEM,pl_id,null);<--- Correct way.
    Run_Product(reports,'..\iReports\xglrxx13.rep',synchronous,RUNTIME,FILESYSTEM,pl_id,null);<--- Wrong way.
    Regards!

  • Transporting reports are not overwritten

    Hi,
    Problem related to Transportation:
    I transported some reports from DEV to QA. After that I made some changes on the transported reports and again I transported with another request, but those reports are not overwritten.
    can you please post some points how can I solve this..
    Regards
    Rajesh

    Hi rajesh,
    Have you released the early transport request.
    After doing changes in reports have you activated all  and saved in request.check it.
    Try to collect all in Transport connection in one request once again and transport the same to QA.
    Let us know status....
    Reg
    Pra

  • Early Watch Reports are not getting generated.

    Hi Experts,
    I'm new to Solution Manager.
    We were getting EWA report regularly till last month in solution manager.
    But for the past one month the reports are not getting generated and I'm getting the following error message.
    Kindly help
    The data for this session is overdue. Data has not yet been transferred from the associated satellite system.
    Go to the Service Data Control Center (transaction SDCCN) in the satellite system and check why the data has not been sent.
    Typical sources of errors are:
    The RFC connection for the SAP Solution Manager system is not working.
    The 'Task Processor' background job, which collects the session data, has been changed.
    Problems arose while data was being collected (see the detail log for the task that collects the session data).
    A periodic 'SDCC Maintenance Package' task has not been scheduled to check whether your SAP Solution Manager system requests session data.
    Session number: 1000000000704
    Thanks,
    Shanahas

    Hi,
    The maintanance package is getting executed everyday. However, it is throwing some error.
    I have checked the RFC connection and they are working fine.
    Here with I'm attaching part of the log i got for the maintance package error.
    Pls help
    Maintenance Package completed
    > Maximum number of retries reached ( 0003 )
    Updating license data completed from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Error updating license data from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Retrieval of license data failed from destination SM_SOMCLNT100_BACK
    > ( AGS_MK_GET_MAINT_KEYS )
    > Function module for retrieval of license data not available on Solution Manager
    Updating license data started from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Error refreshing service definitions from destination SM_SOMCLNT100_BACK
    > Password logon no longer possible - too many failed attempts
    > error reading function module interface BDL_DO_SESSION_REFRESH_NEW from SM_SOMCLNT100_BACK
    > Re-entry after error
    Refresh of service definitions started from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Refresh sessions from destination SM_SOMCLNT100_BACK finished [Maintenance Package]
    > Sessions cannot be refreshed from destination SM_SOMCLNT100_BACK ( SOM , 0020312095 )
    > Password logon no longer possible - too many failed attempts
    > error reading function module interface DSWP_API_SESSIONLIST_GET from SM_SOMCLNT100_BACK
    Refresh sessions from destination SM_SOMCLNT100_BACK started [Maintenance Package]
    Refresh sessions from destination SDCC_OSS finished [Maintenance Package]
    > Sessions are up to date
    Refresh sessions from destination SDCC_OSS started [Maintenance Package]
    > Not due, due every 7 day(s), last successful run 10.07.2011 21:20:24
    Delete old session and log data :
    Maintenance Package started
    Thanks,
    Shanahas

  • Lightroom 5 file edited in photoshop cc 2014 does not appear back next to original after save. Is anyone else having this issue? If so what is the fix.  The edited image appears back in lightroom in a new folder.

    Lightroom 5 file edited in photoshop cc 2014 does not appear back next to original after save. Is anyone else having this issue? If so what is the fix.  The edited image appears back in lightroom in a new folder.

    I'm performing a normal "Save", not "Save As". Work flow I'm using is as follows:  Select photo in Lightroom 5.7 >" Edit In" Photoshop CC 2014 > (after working on photo is PS) > Save > close PS. Photo returns to Lightroom 5.7 in a new folder rather than next to the original. Prior to purchasing the monthly plan and upgrading to PS CC 2014, I performed this same work flow using Lightroom 5.6 and Photoshop CS6 without any issues.
    Just for fun... I attempted to move the edited file back into the original folder. I received a prompt that said the file already existed in the original folder, however I can't see it except the new folder that LR created. I tried several different sort orders, etc without any success.
    *** Follow up: Was unable to resolve the issue using Photoshop CC 2014. Uninstalled PS CC 2014 and went back to using Photoshop CS6. Return trips from LR 5.7 to Photoshop is now performing as it should: returning edited photo back to the original folder in LR 5 and placing next to the original image.
    Should anyone have a suggestion on getting Photoshop CC 2014 to do the same, I would love to be educated.
    Thanks for the help, dj_paige.

  • Reports are not posting with report repository webserver configured for Sin

    Hi Everyone,
    We have configured Single Signon on our Test environment (UADB1) using Sun Authentication Manager. Everything went well, we can login using our LDAP accounts except for one thing. The reports are not posting to the report repository.
    Our setup goes like this. We have used only one webserver for login and for report repository purposes. SSL certificate was configured in the webserver and we are using https in the report node. Both URLs https://dv001.test.com:8450 and http://dv001.test.com:8400 were configured for Single Signon.
    Report Node Definition
    Node Name: uadb1
    URL: https://dv001.test.com:8450/psreports/uadb1
    Connection Information
    https
    URI Port: 8450
    URI Host: dv001.test.com
    URI Resource: SchedulerTransfer/uadb1
    Below is the error I am getting. If I will use another webserver which is not the Single Signon configured as report repository the reports are posting. So, I am thinking this has something to do with the Single Signon setup and SSL. ANy idea? Thanks.
    PSDSTSRV.2093190 (10) [06/13/10 01:05:43 PostReport](3) 1. Process Instance: 9499/Report Id: 8465/Descr: Process Scheduler System Purge
    PSDSTSRV.2093190 (10) [06/13/10 01:05:43 PostReport](3) from directory: /psft/pt849/appserv/prcs/UADB1/log_output/AE_PRCSYSPURGE_9499
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](1) (JNIUTIL): Java exception thrown: java.net.SocketException: Unexpected end of file from server
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](3) HTTP transfer error.
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](3) Post Report Elapsed Time: 0.2300
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](1) =================================Error===============================
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](1) Unable to post report/log file for Process Instance: 9499, Report Id: 8465
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](2) Process Name: PRCSYSPURGE, Type: Application Engine
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](2) Description: Process Scheduler System Purge
    PSDSTSRV.2093190 (10) [06/13/10 01:05:44 PostReport](2) Directory: /psft/pt849/appserv/prcs/UADB1/log_output/AE_PRCSYSPURGE_94

    Duplicated thread : Reports not posting if using Single Signon webserver as report repo
    Nicolas.

  • Reports are not able to run coz of Block Corruption

    Hi all,
    I have reported some Oracle finance reports are not running.
    Once i got the call i looked into the user trace file, there i found the below :
    Corrupt block dba: 0x2100f345 file=33. blocknum=62277. found during buffer read
    on disk type:0. ver:0. dba: 0x00000000 inc:0x00000000 seq:0x00000000 incseq:0x00000000
    Entire contents of block is zero - block never written
    Reread of block=2100f345 file=33. blocknum=62277. found same corupted data
    table scan: segment: file# 15 block# 84
    skipping corrupt block file# 33 block# 62277
    Corrupt block dba: 0x2100f346 file=33. blocknum=62278. found during buffer read
    on disk type:0. ver:0. dba: 0x00000000 inc:0x00000000 seq:0x00000000 incseq:0x00000000
    Entire contents of block is zero - block never written
    Reread of block=2100f346 file=33. blocknum=62278. found same corupted data
    table scan: segment: file# 15 block# 84
    skipping corrupt block file# 33 block# 62278
    Then i try to find out which table is affected by the below queary :
    SQL> select segment_type,owner,segment_name from dba_extents where file_id=33 and 62278 between block_id and block_idblocks -1;+
    SEGMENT_TYPE      OWNER
    SEGMENT_NAME
    TABLE             GL
    GL_JE_LINES
    So this above table GL_JE_LINES is the affected table is init.
    Now what is the action i have to take. In this database there is no archive log enabled and version of this database is 7.
    Can any one sugges me what is the action i have to take now.
    Regards
    Hamid

    DB version :
    SQL> select * from v$version;
    BANNER
    Oracle7 Server Release 7.3.4.3.0 - Production
    PL/SQL Release 2.3.4.3.0 - Production
    CORE Version 3.5.4.0.0 - Production
    TNS for IBM/AIX RISC System/6000: Version 2.3.4.0.0 - Production
    NLSRTL Version 3.2.4.0.0 - Production
    Alert log :
    SID>tail -f alert_SID.log
    Tue Sep 25 14:35:03 2012
    Errors in file /u20/app/oracle/admin/APRD/udump/ora_84426_aprd.trc:
    Tue Sep 25 14:35:03 2012
    Errors in file /u20/app/oracle/admin/APRD/udump/ora_84426_aprd.trc:
    Tue Sep 25 14:35:03 2012
    Errors in file /u20/app/oracle/admin/APRD/udump/ora_84426_aprd.trc:
    Tue Sep 25 15:09:18 2012
    create tablespace tbs datafile '/stage/software/APRD/oradata/tbsnew.dbf' size 10                                                                             0m
    Tue Sep 25 15:09:27 2012
    Completed: create tablespace tbs datafile '/stage/software/AP...
    Trace file :
    SID>tail -f ora_84426_aprd.trc
    on disk type:0. ver:0. dba: 0x00000000 inc:0x00000000 seq:0x00000000 incseq:0x00000000
    Entire contents of block is zero - block never written
    Reread of block=2101d366 file=33. blocknum=119654. found same corupted data
    table scan: segment: file# 15 block# 84
    skipping corrupt block file# 33 block# 119654
    Corrupt block dba: 0x2101d367 file=33. blocknum=119655. found during buffer read
    on disk type:0. ver:0. dba: 0x00000000 inc:0x00000000 seq:0x00000000 incseq:0x00000000
    Entire contents of block is zero - block never written
    Reread of block=2101d367 file=33. blocknum=119655. found same corupted
    For this above :
    SQL> select segment_type,owner,segment_name from dba_extents where file_id=33 and 119654 between block_id and block_id+blocks -1;
    SEGMENT_TYPE      OWNER
    SEGMENT_NAME
    TABLE             GL
    GL_JE_LINES
    Regards
    Hamid

  • Reports are not run in WAN using OAS10g R2 on MS Server2003? urgent help

    My Forms and Reports was run successfully using Oracle AS10gR2 installing on Win XP on Server in my LAN and WAN environment. So every thing is working fine using Win XP on my server Machine.
    But when I install MS Server 2003 and Oracle AS10gR2 on my server machine. Forms and reports are run successfully in LAN but in WAN forms are run successfully and reports are not running?
    Please send me the solution on urgent.
    Thanks.
    Shahzad

    Hi Paul,
    We recently upgraded our SCCM 2012 R2 servers to OS 2012 R2, Now i could not able to see the path you mention in your blog.
    mofcomp.exe “C:\Program
    Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof”
    Bear in mind that the above command is for SQL Server 2008 and it assumes that SQL is installed in its default location.
    The command for SQL Server 2012 is:
    mofcomp.exe “C:\Program
    Files (x86)\Microsoft SQL Server\110\Shared\sqlmgmproviderxpsp2up.mof”
    I can only see D:\Program Files (x86)\Microsoft SQL Server\100\<Below
    folders>
    DTS
    SDK
    Tools
    srkr

  • Reports are not matching

    Hi,
    There is a reporting problem with one of our projects. We use reports S_ALR_87013542 (Display Actual Cost Line Items for Project) and CN41(Structure Overview). The balance being displayed by these two reports are not matching. Why the different amounts are showing up in these two reports and how do I find out the correct amount which still remains in the Project.
    Your suggestions/inputs will be highly appreciated.
    Regards,
    Bala

    Hi,
    Thanks for your inputs. I have 2 queries here...
    1. Whether the reports S_ALR_87013542 & CN41 are same displaying the same information?
    2. How can I check the Balance amount still remaining in the project? Is there any report?
    Thanks & regards,
    Bala

  • Business Objects 3.1 reports are not working with IE 10.

    Hi,
    Recently I upgraded my internet explorer to IE10.. Since then business objects 3.1 reports are not opening in IE10.0
    Getting error message "webpage can't be found".
    I am not sure whether BO 3.1 reports work with IE 10.0 or not.
    Please advise
    Thanks
    Sat

    Did you try with other browsers ?
    IE 10 (Compatibility View display mode) with Oracle Java 6 / Oracle Java 7 is supported for BOXI3.1 SP6.
    Please check the PAM for details of your SP level.

  • User changes in tab strip ui element are not recorded in context change log

    Hi All,
    We are using a tab strip ui element in webdynpro component. But user changes inside tab strip ui element are not getting recorded to the context change log. I have an input field on the same view besides  tab strip ui element. User changes to this input field are getting recorded to the context change log.
    Is there any restriction on context change log usage with tab strip ui element?
    Could you please suggest If there is any way to record changes inside tab strip ui element.
    Thanks,
    Sudheer.

    I think there are some limitations exists, context change logs are not complete when you do value help , i am not sure about tab strip.
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/content.htm]

  • Changes to order are not transferred

    Hi,
    our PPDS users are facing an issue in Product Planning Table ( transaction /sapapo/ppt1).
    When we create a planned order and convert to production orders, the system converts with out any issues.
    After some time when we drag the production order to a new time ( in DS board), fix the order, then when we save, we get the message " Changes to order 100065265 are not transferred" and the order moves back to where it was... The  # 100065265 is our production order in created status.
    Looking at the error details, I thought there are some changes to the order being done in R/3, but there were no changes to that order in R/3 at that point and the same change, if done after some time goes through...
    This is happening almost for every order and it's annoying to keep click ok on this order, wait and then reprocess again...some time we get the error multiple time before the system accepts the changes...
    Any idea on what might be happening?
    More details about the error,
    ===
    Changes to order 100065265 are not transferred
    Message no. /sapapo/cdpssimulati015
    Diagnosis:
    The changes made to the order 100065265 in SAP APO can not be transferred as the order has already been changed by the linked R/3 system
    System Response:
    If you have made minor changes to an order in SAP APO and changes to this order are simultaneously being transferred from the R/3 system, only the changes from the R/3 system are adopted. The changes you made to the order manually in SAP APO are lost
    In technical information, I see the application area as /SAPAPO/SIMULATI, MESSAGE # 015 and main program SAPLSHL2.
    Thanks,K

    Hi,
    It seems the production order details are getting updated in ECC with order related settings you maintained at ECC, like settlement profile, etc., During that time, if you try to change the production order in APO, since the ECC update for the order is not yet completed, it gives the error. Thats why after sometime, when you change the production order, it allows you to change.
    Please try this, once you convert the order in APO, go to ECC and try to open the order in CO02 or CO03, it will give you an error the order is already being processed by XXXX. If so, then it is the time taking to update the production order in ECC.
    Also, try this, once you convert the order, immediately save and after sometime you change the time.
    Please check and revert.
    Regards,
    Manimaran M.

  • SRM PO Changes are not transferred to Back end

    Hi All,
    I have a problem in PO changes.
    We are using extended classic scenario. User create PO in the portal and the PO will be transferred to the back end R/3 via RFC. Earlier in 4.7 we the PO's are updated with the changes.
    Recently we have upgraded to ECC 6.0. Now the changes are not transferable.
    Could any one help me to fix this issue and please give the steps that i need to check for fixing it.
    Regards
    Pratap J

    Hi Thaigo,
    Thanks for your input. please go through the below.
    These are the table entries in BBP_BACKEND_DEST
    Client Logical system Destination                        System type RFC possible Local FI validation
    500    EP1CLNT500     EP1CLNT500                         EBP_5.0                  X      0
    500    RP1CLN500D     RP1CLNT500DIAG                     R/3_4.70    X                   0
    500    RP1CLNT500     RP1CLNT500                         R/3_4.70    X                   0
    In the table, it was still 4.70. So it needs to changed to ERP_4.0 ?
    Regards
    Pratap J

Maybe you are looking for

  • CDs no longer recognized in iTunes

    Hey there... My iTunes no longer shows or recognizes that I have a CD in my disc drives. It was working fine up until a day or two ago. I can load a CD, see it in "My Computer" and even Windows Media Player, but iTunes fails to recognize it. I've fol

  • External Javascript not working with C# and XAML windows phone app

    I've added a WebView into my project. If I navigate to the html file that contains external javascript files they don't work. Bit if I write the javascript code hardcoded into the html file it works properly. Here is the html portion: <!DOCTYPE HTML

  • Can't upgrade an 1811 router

    this is probably an easy one for all of you folks... trying to upgrade an 1811 to the latest firmware. my diag... Slot 0: C1811 2FE V92 Mainboard Port adapter, 13 ports Port adapter is analyzed Port adapter insertion time unknown EEPROM contents at h

  • Is there a wifi-enabled camera that will automatically upload to Photostream like the iPhone?

    I love that I can take a photo on my iPhone and it will upload to Photostream and appear in Aperture automatically. I've heard that there are wifi-enabled digital cameras (though I really couldn't name one of them). Do any of these cameras have the a

  • Where Is The Virtual Private Database Option

    In apex 3.2, I could find the Virtual Private Database option in Shared Components/Security I am now using Apex 4.2 and I cannot find this option under Shared Components/Security or anywhere else. Where has it gone ? Gus