Push data?

Does (or can) the iPhone get data "pushed" to it.
For ex: I have NY Times app on my iPhone.
I would love to have the days news stories pushed to the iPhone, and stored on there, so I can read the stories even if offline. Since AT&T service is so great (sarcastic) having this feature on my AM commute would be great.
Seems this app, and many others (weather fizz) need the connection to get any data. Is none stored?

You're welcome.
I believe the Access News For is the setting for storing the data.
Launch the app and allow it to completely update - which takes a while with the NY Times app.
Quit the app or launch something else.
Turn on Airplane mode, which turns off all iPhone radios. You won't have internet access when doing so.
Launch the NY Times app to check if you have access to the data that was previously downloaded and stored by the app.

Similar Messages

  • Need to Push data from BI to XI

    Hi Experts,
    We have a requirement to push data from BI to XI(using Open Hub).
    we found some document, in which excute method is selecting from specific open hub table,
    we have more than 5 open hub destinations to send data to XI.
    do i require to create like this 5 classes or do u have another other method  to create one class
    and use it for all objects.
    this is the sample code, which give hardcoded open hub name.
    DATA:
    lt_data TYPE zpushdbpush_table_datarow_tab,
    ls_data TYPE zpushdbpush_table_datarow,
    ls_applid TYPE zpushdbpush_table_process_id,
    l_db_line TYPE /bic/ohnwl_oh_xi,
    l_db_tab TYPE TABLE OF /bic/ohnwl_oh_xi.
    SELECT * FROM /bic/ohnwl_oh_xi INTO TABLE l_db_tab.
    LOOP AT l_db_tab INTO l_db_line.
    CLEAR ls_data.
    MOVE-CORRESPONDING l_db_line TO ls_data.
    APPEND ls_data TO lt_data.
    ENDLOOP.
    Thank You.
    Manjula.B

    Hi Manjula,
    I'm implementing that soluction... Have you?
    Now I'm having problem with the code when says:
    lt_data TYPE zpushdbpush_table_datarow_tab,
    ls_data TYPE zpushdbpush_table_datarow,
    ls_applid TYPE zpushdbpush_table_process_id,
    So, when activating that code does not generate... The system return error informing that the TYPE zpushdbpush_table_datarow_tab does not exist... can you help me on that?
    With ANY kind of information?
    Thanks!
    Best regards,
    Demétrius

  • Help needed in pushing data into Table view Popup

    Hi All,
    I am trying to create a custom pop up and populate this with Reason code and descriptions. For this, i have created a popup and placed a table view on the popup. But when i am stuck how to push data into the popup from an internal table.
    Any pointers on this will be really helpful.
    Regards,
    Udaya

    Hi,
    Even I am facing the similar issue.  I have created custom component with four views for my requirement and created one view set and displaying the viewset in the pop up screen.  I also created event handler and added required coding to open the pop up screen.
    I have added event handler in BT116H_SRVO component and now the pop up is opend with the required fields but the field is not having any data the value is empty in the pop up screen.  I also binded context node details in the standard component.
    While debugging I found that the collection wrapper is empty, so the data is not populated in the pop up screen.  So kindly hlep me how to fill the collection wrapper and populate data inside the pop up screen.
    kindly let me know how to overcome this issue. 
    Thanks and Regards,
    Kannan.

  • Push data from BW 3.5 to XI 3.0

    Hi SDN,
    I have to design an interface to push data from an Infospoke of BW to XI which does the necessary mapping and forwards it to a FTP server.
    I am using ABAP proxies to communicate with BW. Can somebody suggest me the approach to push data from BW to XI based on some selection criterion...What sort of development it requires on BW side in order to push the data to XI.

    Siva Devireddy.
    Check this Link
    https://www.sdn.sap.com/irj/sdn/search?searchvisible=false&selectedcustomprops=sdn_product(value=Exchange%20Infrastructure),sdn_product_release(value=3.0)&SearchPluginName=sdn_library.
    Thanks
    sat

  • How to push data from primary mdf file to seconday ndf files

    how to push data from primary mdf file to seconday ndf files
    rathnakar

    I'd try them over here.
    SQL Server forums on MSDN
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Proxy creation/ access key in the how to guide "push data into BW from XI"

    Hi !
    I'm experiencing troubles with a step of the how to guide "push Data into BW from XI".
    When i want to create the proxy in the BW system (step 10), i'm asked for an access key for the object R3TR CLAS CL_<name of the prefix>_<name of message interface>
    I think that access keys are needed when an object has to be modified. Do I really have to modify this SAP object ? I don't really feel like destroying the whole system...
    Thanks in advance !

    Hi Benjamin,
    you are not destroying anything in the system. Since you generating a class for the implementation of the proxy within the SAP name space, you are asked for the access key (you can register developers and objects via the OSS).
    The system behavior depends on the setting of the system, whether changes are are recorded, etc..
    Ask your basis administrator, who should be able to assist you.
       Cheers
          Andreas

  • Push Data From Sql server 2012 (Express) to Sql Server 2012 (Standard) (i.e. Client to Server)

    Hi all,
    I’m new to this new idea /task/work.
    My Idea: To push data to server (Sql Server 2012 Standard or Enterprise Edition).
    What I’m having? :
    1.A server pc (Windows  Server 2012 + Sql Server 2012 Standard or Enterprise Edition installed).
    2.Two or three Client pc in number (lets us say Windows Server 2012 + Sql Server 2012 with Express Edition installed).
    3.These 3  machines (1 server + 2 client pc) are in communication with one and another(LAN).
    4.Assume that, I'm having one database let us say “Company_DB” with single table “Tbl_Employee”(as of now) in server and similarly in both reaming client PC too.
    i.e.
    Server is having Company_DB (Database), is having table Tbl_Employee
    Client A is having Company_DB (Database) , is having table
    Tbl_Employee
    Client B is having  Company_DB (Database) , is having table
    Tbl_Employee
    What I did ?:
    Step 1: Suppose that, today I entered/created  10 employee details in Client A (say 1 to 10).
    Step 2: On the next day, I created some more employees (say 5 employees i.e 1 to 5)
     in Client B.
    What I need?
    I need to push/send/store these records (i.e. total 15 employees details) should be present in my SERVER PC.
    I googled for the same, found some suggestions like SSIS or
    Import/Export wizard etc…
    How can I achieve this?, and this should happen for some regular intervals like 3/5 hours without any duplicate data.

    sounds like Merge replication to me
    http://www.databasejournal.com/features/mssql/article.php/1438231/Setting-Up-Merge-Replication-A-Step-by-step-Guide.htm
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Push data from XI to BW 3.1c ??

    Hi Gurus,
    Can anyone tell me, is it possible to push data from XI to BW 3.1c for a Non-SAP Source System?? and how ?
    any document links are welcome. [email protected]
    Cheers
    Praveen
    Message was edited by:
            Praveen Vujjini

    Praveen,
    3.1C supports XML datasources - you can use that to push data from XI to 3.1C...
    Arun
    Hope it helps...

  • SPROXY and Push Data into BW

    I try to use scenario from the "How to push Data From XI into BW" guide.
    (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21dfa9929c9)
    My inbound interface is based on RFC message.
    I try to produce one PROXY in SPROXY, I have these errors message:
    "Message Interface DataToBW | http://com.хх/xi/xitobw references RFC Message /BI0/QI6AXXXX_RFC | urn:sap- com:document:sap:rfc:function s | /BI0/QI6XXXXX_RFC and therefore is only su..."  (SPRX 000)
    Info Message is truncated    There are no any proxy generated
    Please help...
    Message was edited by: Vadim Nevskikh
    Message was edited by: Vadim Nevskikh

    Sure. Just create a data type with a similar structure as the RFC and create message type and interface upon this. Create your ABAP proxy with this interface. The ABAP proxy code might differ from the original, so you need some basic skills in ABAP development.
    The mapping has do deal with the message type instead of the RFC.
    Regards
    Stefan

  • Pushing data in packets from Function Module to BW

    Hi All,
    I have been struggling with a problem for about a week and a half and I find myself at an in-pass. I firstly created a function module to pull data from SAP and join multiple tables so I could use it to report in Crystal. The problem was that it was so much data that I received errors due to processing time.
    Thus to solve this problem I now use the function module to push data into a datasource so that it executes in the background.
    The main problem I am experiencing is how to code a function module so that it will retrieve the data in segments then commit then retrieve next segment. At the moment the program works but if the data increases like it should I will run into the no more space in the internal table error.
    Example of my code below. (much simplified to just demonstrate functionality). Sorry that it is still long but didn't  want to leave out parts that might be important.
    So how would one get the data to retrieve from the SAP tables and commit to BW in segments instead of like I do to retrieve all the data then pump into BW in segments.
    FUNCTION ZBOBJ_COMMISSION.
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SRSC_S_IF_SIMPLE-REQUNR
    *"     VALUE(I_DSOURCE) TYPE  SRSC_S_IF_SIMPLE-DSOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SRSC_S_IF_SIMPLE-MAXSIZE OPTIONAL
    *"     VALUE(I_INITFLAG) TYPE  SRSC_S_IF_SIMPLE-INITFLAG OPTIONAL
    *"     VALUE(I_READ_ONLY) TYPE  SRSC_S_IF_SIMPLE-READONLY OPTIONAL
    *"     VALUE(I_REMOTE_CALL) TYPE  SBIWA_FLAG DEFAULT SBIWA_C_FLAG_OFF
    *"  TABLES
    *"      I_T_SELECT TYPE  SRSC_S_IF_SIMPLE-T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SRSC_S_IF_SIMPLE-T_FIELDS OPTIONAL
    *"      E_T_DATA STRUCTURE  ZDGB_COMMISION_REPORT OPTIONAL
    *"  EXCEPTIONS
    *"      NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
      STATICS : counter type i.
    ** Example: DataSource for table SFLIGHT
      TABLES: ZDGB_COMMISION_REPORT.
    ** Auxiliary Selection criteria structure
      DATA: L_S_SELECT TYPE SRSC_S_SELECT.
    ** Maximum number of lines for DB table
      STATICS: S_S_IF TYPE SRSC_S_IF_SIMPLE,
    ** counter
              S_COUNTER_DATAPAKID LIKE SY-TABIX,
    ** cursor
              S_CURSOR TYPE CURSOR.
    ** Initialization mode (first call by SAPI) or data transfer mode
    ** (following calls) ?
      IF I_INITFLAG = SBIWA_C_FLAG_ON.
    ** Check DataSource validity
        CASE I_DSOURCE.
          WHEN 'ZBOBJ_COMMISSION'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE E009(R3). ENDIF.
    ** this is a typical log call. Please write every error message like this
            LOG_WRITE 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      I_DSOURCE   "message variable 1
                      ' '.                 "message variable 2
            RAISE ERROR_PASSED_TO_MESS_HANDLER.
        ENDCASE.
        APPEND LINES OF I_T_SELECT TO S_S_IF-T_SELECT.
    * Fill parameter buffer for data extraction calls
        S_S_IF-REQUNR    = I_REQUNR.
        S_S_IF-DSOURCE = I_DSOURCE.
        S_S_IF-MAXSIZE   = I_MAXSIZE.
        APPEND LINES OF I_T_FIELDS TO S_S_IF-T_FIELDS.
      ELSE.                 "Initialization mode or data extraction ?
        STATICS: st_itab TYPE ZDGB_COMMISION_REPORT OCCURS 0 WITH HEADER LINE.
        IF S_COUNTER_DATAPAKID = 0.
    ORIGINAL - DIRECT CUSTOMER**********************************************************
          Select
                 VBPA~KUNNR
                VBRK~VBTYP
                INTO CORRESPONDING FIELDS OF TABLE itab1
                  FROM
                    VBRK
                    INNER JOIN VBRP ON VBRK~VBELN = VBRP~VBELN
                    INNER JOIN MARA ON VBRP~MATNR = MARA~MATNR
                    INNER JOIN ZCUWE ON ZCUWE~BOT_MAN = MARA~ZZBOTTMANU
                    INNER JOIN VBPA ON VBPA~VBELN = VBRP~AUBEL
                  WHERE              VBPA~PARVW in s_parvw.
          SORT ITAB1 BY KUNNR.     
          LOOP AT itab2.
            st_itab-BUKRS = itab2-BUKRS.
          ENDLOOP.
        endif.
        INSERT LINES OF st_itab TO S_S_IF-MAXSIZE INTO TABLE e_t_data.
        DELETE st_itab TO S_S_IF-MAXSIZE.
          IF lines( st_itab ) IS INITIAL.
            counter = counter + 1.
            if counter = 2.
              RAISE NO_MORE_DATA.
            endif.
          ENDIF.
              S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
      ENDIF.       
    ENDFUNCTION.

    I'm not sure, but I think there's something wrong with your select instruction
          Select
                 VBPA~KUNNR
                VBRK~VBTYP
                INTO CORRESPONDING FIELDS OF TABLE itab1
                  FROM
                    VBRK
                    INNER JOIN VBRP ON VBRKVBELN = VBRPVBELN
                    INNER JOIN MARA ON VBRPMATNR = MARAMATNR
                    INNER JOIN ZCUWE ON ZCUWEBOT_MAN = MARAZZBOTTMANU
                    INNER JOIN VBPA ON VBPAVBELN = VBRPAUBEL
                  WHERE              VBPA~PARVW in s_parvw.
    You're making a join within vbrk vbrp mara zcuwe and vbpa using a non-key field such vbpa-parvw. Are you sure we're talking about an over-size problem?
    You should separate INNER JOIN, using FOR ALL ENTRIES instruction, with range datas.

  • Pushing data from abap system to SLD

    Hello,
    I am pushing data from my abap system to SLD.
    Job SAP_SLD_DATA_COLLECT is successfully finished but the job SAP_LMDB_LDB_0000000001. is not visible in sm37 in solman.
    Hence technical system is not visible in LMDB.
    Please guide me
    Thanks and Regards,
    Akshay

    HI Akshay
    I hope you had make sure that in SM61 you have assigned batch servers for the jobs.
    Can you try to sync your LMDB with SLD once. There is option in LMDB to sync the data, Just see if you are getting the technical system details.
    Also, please check the rfc destinatoin with ICM port if it is stable.
    RFC LMDB_SyncDest<X> is using ICM Port 80<NR>
    You can proceed as below
    Please De-Activate the Sync Job in Solman_Setup -> System Preparation -> Prepare Landscape -> Set Up LMDB.
    Execute transaction 'SM59'.
    Locate the HTTP Destination -> 'LMDB_SyncDest<X>'.
    Switch to Edit mode.
    Change the Service No to 5<XX>00 where XX is the instance number.
    Then makesure the Authorization and Connection test are working.
    Then Re-Activate the synch job, via Solman_Setup -> System Preparation -> Prepare Landscape -> Set Up LMDB
    Apart from that, can you check below note if it is applicable for you
    1615263 - LMDB: Incremental Content Sync Job remains "Scheduled"
    Regards
    Rishav

  • Push data from sap business one to ECC with XI

    Hi,gurus:
    Have you ever configured the scenario?We wanna push data from sap business one to ECC with XI,and vice versa.
    We know that b1i have this funtion,but in our scenario,we need to create some addon table both in b1 and ecc,so does it mean that I can't use b1i in my special scenario?
    We wanna utilize XI to solve our issue,then the scenario may be abapproxy to soap,or soap to abapproxy.But the problem is, how to program in the b1 side both in sender and receiver.Do you have any information about that?

    Xinjiang,
    The method to connect SAP Business One and ECC 6 using XI would be B1iSN2007.  You could of course develop something your self using ABAP, IDoc and the Business One SDK, but B1i does this today and has 6 built in Business Scenarios.  You can of course customize the existing scenarios and/or create your own much easier and faster than creating the whole thing from scratch.
    If you are specifically interested in not using B1i ... you would want to post your question in the XI forum here on SDN.
    Hope that helps,
    Eddy

  • Can I use Flex to push data to other PCs?

    My problem:
    I have a touchscreen(with PC) and 4 different screens (with PCs), all connected to a server. When you click on a button on the touchscreen, you load a new image on the touchscreen and 4 different contents (images/pps/movies/...) on the four screens.
    I must admit I hired some programmer to write some software 'cause "everyone" told me retrieving is no problem (obviously) but pushing data is.
    But what he did isn't working like I wanted and I'm getting nervous so I'm looking for other possibilities.
    So my question is: is this possible in flex? Can I get a solution by programing an appl. in flex?

    You may need to look at the red5 server. Check out the example applications, you should be able to modify the example for network object simultaneous
    presentation
    http://osflash.org/red5

  • Server Push   pushing data to clients

    Need some ideas.
    I have been hunting around for info on a simple/clean method
    to push data out to clients. Client could be a Java application or maybe an applet. Solution must easily go through firewalls
    In either case I want the client to startup, register with the server
    and start receiving data. Without further user intervention.
    Whatever, scheme is used must be able to deal with network
    disconnects.
    I have looked at Pushlets, the article was 2 years old and I don't see
    any recent postings on Pushlets. So maybe that is not the way to go.
    I guess my other choice is JMS. SonicMQ?
    Server Push using Netscape?
    Or are there other options.
    Many thanks for your feedback.
    KD

    Have you considered J2ME.
    J2ME and WAP Push can be complementary. but for WAP Push to work the devices or the browsers in the devices have to be WAP 1.2 complaint.
    more details can be found at http://devforum.openwave.com
    hope this helps.
    williams

  • Push Data rather than Pull

    I am using Linux with Oracle 11GR2.
    I don't think what I need to do is possible with datapump but wondered if anyone has figured out how to do it. Currently I pull data from the target database using impdp going from database to database without any dump files. I found out today that they want to push the data to the target database. They do not want the target database to have access to the source database. Has anyone figured out how you can get the source database to push data to the target database without dump files? Reading the documentation on network_link, it only looks like the data can be pulled from the source into the target.
    Thank you for any suggestions!

    >
    Currently I pull data from the target database using impdp going from database to database without any dump files.
    >
    So exporting data from source into dmp files is still a restriction? Following seem to be the only options:
    <li> Using Data File Copying to Move Data
    <li> Using Direct Path to Move Data
    <li> Using External Tables to Move Data
    <li> Using Conventional Path to Move Data
    <li> Using Network Link Import to Move Data
    Check this out:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/dp_overview.htm#SUTIL100

  • Wont charge and push data

    how do you push data? update it or whatever?
    it won't charge. i plugged it in and it made the sound that is plugged into the usb. then the battery icon shows it as it is charging. i leave and come back only to find it still says 10% battery left and it didn't charge. what the ****?
    it does not show up in my copmputer inside windows. why?
    how do you close apps? cus each time i click the home button yet the next time i go back to the app it is where i was last and i hate that. i want it to be closed fully and opened not where i was the last time i used apps.

    bump

Maybe you are looking for