Multiple questions on BDC

Hi everyone
I have multiple questions on BDC.Would u please answer them with explanations ASAP...
1. How do you create a batch input session for a transaction?
a) We create a bdc and use ‘call transaction’ in background mode.
b) We create a bdc and use ‘call transaction’ in error mode.
c) We create a bdc and use ‘bdc_insert’ for the transaction.
d) None of the above.
2. What is the alternative to batch input session?
a) Load module
b) Call transaction
c) BAPI
d) Idoc segment
3. Which SAP table stores the BDC session queue information?
a) APQD
b) APQL
c) APQQ
d) APQI
4. Which program can be used to release BDC sessions within a job?
a) RSBDCSUB
b) RSBDCJOB
c) RSSUBBDC
d) BDCRECXX
5. Which one of the following is output to the job log when included in an ABAP program running in the background?
a) Write statements
b) message statements
c) report parameters
d) Submit statements
6. Your program specs call for you to read the first 10 records from a text file (fname1), and write them out to another text file (fname2).
Which block of code will accomplish the result desired in the above scenario?
a) Open dataset fname2 for input in text mode.
Do 10 times.
Read dataset fname1 into hold_var.
Transfer hold_var to fname2.
Enddo.
b) open file fname1 for output.
Open file fname2 for input.
Read dataset fname1 into hold_var 10 times.
Transfer hold_var to fname2.
c) open file fname1 for input.
Open file fname2 for output.
Do 10 times.
Read file fname1 into hold_var.
Transfer hold_var into fname2.
Enddo.
d) open dataset fname1 for input in text mode.
Open dataset fname2 for output in text mode.
Do 10 times.
Read fname1 into hold_var.
Write hold_var to fname2.
Enddo.
7. sy-dynpro is
a) screen no
b) program
c) table
d) field name
8. Which of the following are NOT correct usage of BDC_cursor?
a) To position the cursor on a particular field.
<bdc_tab>-FNAM = 'BDC_CURSOR'.
<bdc_tab>-FVAL = &#8216;fieldx&#8217; .
b) To position the cursor on a particular field.
<bdc_tab>-FNAM = &#8216;fieldx&#8217;
<bdc_tab>-FVAL = 'BDC_CURSOR'. .
c) For fifth row of Table control
<bdc_tab>-FVAL = 'fieldx(5)'.
d) For fifth row of Table control
<bdc_tab>-FNAM = 'BDC_CURSOR(5) '.
9. In case of background processing of a BI session, which authorization is checked?
a) Developer of the program that schedules BI Session
b) User who executes the BI session
c) User who executes the program that schedules BI Session
d) User ID that is passed to the BDC_OPN_GROUP function module inside the calling program
10. Which of the following are TRUE about Transaction Recorder?
a) Transaction Code is SHDB
b) Transaction Code is SM35
c) It can generate ABAP code for the BDC program automatically
d) It can generate ABAP code for the Call Transaction program automatically
Regards,
Pratibha

Hi,
1) C We create a bdc and use ‘bdc_insert’ for the transaction
2) b) Call transaction
3. d) APQI
4. a) RSBDCSUB
5. b) message statements
6. d) open dataset fname1 for input in text mode.
Open dataset fname2 for output in text mode.
Do 10 times.
Read fname1 into hold_var.
Write hold_var to fname2.
Enddo.
7. a) screen no
8.  b) To position the cursor on a particular field.
<bdc_tab>-FNAM = ‘fieldx’
<bdc_tab>-FVAL = 'BDC_CURSOR'. .
9.b) User who executes the BI session (or)
c) User who executes the program that schedules BI Session
10.  a) Transaction Code is SHDB
c) It can generate ABAP code for the BDC program automatically
Regards

Similar Messages

  • How can I get Captivate to score across multiple question pools?

    I have set up a Captivate assessment as follows:
    A core set of 50 questions will be presented to all learners
    Depending on where the learner is, he will receive an additional 10 questions from one of 5 location-specific pools
    Learners will see a total of 60 questions
    I have my question pools set up and branching correctly, and am using the Branch Aware option to assist with this and the progress indicator. Before the first question I have the learner click one of several buttons (not quiz elements) to set a location variable, and after presenting the core questions I use this variable to determine which random question slide to jump to next (with set of slides pointing to a different question pool). After asking the 10 random questions from that pool the learner is then redirected to the review slide so only one set of location-specific slides is encoutnered on each attempt.
    All of that seems to be working as designed but the scoring is not behaving as I had expected; despite the fact that all questions are asked before the review slide is presented (i.e. all questions are within the quiz scope in both the edit-time and run-time sense) the review slide only reports results from the first question pool. For example, in a test file I reduced the question slides for the first pool to only display 2 questions, for a total of 12 presented, but my results show "0 of 2 correct" or "2 of 2 correct." The pass/fail results of the module match the review slide, so this is not a simple display issue; if I miss either of the two questions from the first pool I fail regardless of what happens in the second pool.
    What am I missing? Surely there wouldn't be the option of using multiple question pools if only one could be graded ...
    I am working on Captivate 6.0.1 64-bit for Windows. FWIW the file was originally created in Captivate 5 and has since been upconverted, but the additional question pools weren't introduced until after the conversion processes so I wouldn't expect this to be related to residual crud left over from that process.

    Thanks for the quick response ...
    I had already tried deleting the review slide itself, though Captivate wouldn't let me - it just hid it. I tried again using the method you recommended but the slide remained in the filmstrip, so I tried deleting again, then re-added it from the Quiz Settings page ... no joy, same behavior as before.
    I checked the Advanced Interaction page and confirmed that all of the scored questions were configuredthe same way as the non-scored questions, with the only difference being the pool that they were drawing from.
    Other thoughts? I am by no means a Captivate expert but this one really feels like it shouldn't be this hard, and I'm more than a little afraid that it's the file itself that's jacked up ...

  • How to Upload Multiple questions IN LSO using Authorizing tool

    Hi Friends,
    I am very new to the E-learning. As per my knowledge after uploading any content through Authorizing tool in will be uploaded to KM folder.
    In my practice I am trying to upload the Multiple questions. I have searched but I am not find So please guide me the below scenario.
    We have a requirement that is User need to complete the assesment. In this assesment we have 100 questions with random option. How to upload these 100 question at a time using authorizing tool.
    Thanks,
    Suresh

    Hi Sandesh,
    this is simply not supported, not in WebDynpro nor in standard HTML.
    A workaround is to upload a ZIP with all files and on server side unpack the ZIP and operate on the single files.
    I hope it will  help u..
    ----------------------OR-------------------------
    As you know using File upload UI element we can upload only one file at a time. There may be a scenario where user may want to upload any no of files at a time which is not determined at design time. This can be acheived using the ACF UpDownload UI element which requires a security whiltelist to be created
    http://scn.sap.com/docs/DOC-2270
    ----------------------OR-------------------------
    You can use Table UI element.
    Regards,
    Deepak Singh

  • Add image to SharePoint Survey for multiple questions??

    Hi,
    How can i show a particular picture for group of questions in sharepoint 2010 survey? From following link i was able to add image for one question. so what i need to do if i want to add more questions with the same image?
    http://robdevereaux.wordpress.com/2013/08/09/how-to-add-pictures-to-a-survey/
    Thanks

    If you want to add images to multiple questions using the code at that link do something like:
    elements[e].innerHTML = elements[e].innerHTML
    .replace('CAR_IMAGE','<img src="/PATHTO/IMAGE/CAR.jpg"></img>')
    .replace('BOAT_IMAGE','<img src="/PATHTO/IMAGE/BOAT.jpg"></img>')
    .replace('PLANE_IMAGE','<img src="/PATHTO/IMAGE/PLANE.jpg"></img>');
    Also, if you would like to add a picture, text or formatting to every survey page in a survey with page breaks you will typically need to edit both the NewForm.aspx and EditForm.aspx pages using SharePoint Designer or by adding a Content Editor Web
    Part to both pages.
    Here's some of the other things like this I have done with surveys:
    http://techtrainingnotes.blogspot.com/2013/02/add-content-editor-web-part-cewp-to.html
    http://techtrainingnotes.blogspot.com/2010/07/sharepoint-add-instructions-and-color.html
    (and there's a chapter on surveys in my customization book.)
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • Multiple lines in BDC

    Hi,
    I have to deal with multiple lines in BDC.
    I am using the FM READ_TEXT.
    Now I am getting the multiple lines text through above FM in my itab.
    Then I made loop at itab & under this I wrote the screen-fields.
    But I m getting only last value in my screen.
    could anybody will suggest me what I need to do??

    what is the need of using FM read_text ?
    screen fid may not hold all the data of itab.
    Regards
    Prabhu

  • How we will multiple trans in bdc

    how we will multiple trans in bdc what r the possile combination like one is bck n one in no disply mode how error can handle

    Hi
    We have different data sources for sales order header, sales order item level, delvivyer hedear level, delivery item....
    The data will be updated based on Sales order number, delvery number etc..
    Whatever changes you do a sales order, it has a unique number. WIth this as primary key all the related updates are maintained.
    Even for sales order item detail, we refer the header number of sales order and do the updates
      *if useful******
    Thanks
    N Ganesh

  • Multiple applications in bdc

    hi.. sdn experts...
    how to process the multiple applications in bdc ....tell me one scenario..

    Hi,
    Multiple transactions can be processed in BDC by calling them seperately in your program.
    One scenario can be creating an Equipment and their dependent components.
    We write one BDC to create the components and another one to create the equipment.
    Such a scenario comes when your client is purchasing a server along with its related components.So, the server as well as the components will have to be created into the SAP system and then the components will be linked to the server. So, there will be 3 BDCs involved.
    Reward points if found useful...!
    Cheers
    Abhishek

  • Can we create multiple session in BDC using Call session?

    Hi Experts,
    Can we create  multiple sessions in BDC using Call Session?
    Scenario:
    Program has to upload 1 million records,so can we programmatically create multiple sessions such that after every 50thousand records we create a different session.
    For moment due to large number of records BDC DYNPRO and BDC Field are unable to hold the large number of records,due to which we get a Out of memory error.
    Thanks in advance.
    Shilpa

    Hi
    If ITAB is your table with the data to be transfered:
    Open the first session:
    CALL FUNCTION 'BDC_OPEN_GROUP'.........
    IF SY-SUBRC = 0.
      FL_OPEN = 'X'.
    ENDIF.
    LOOP AT ITAB.
    IF FL_OPEN = SPACE.
    Create new session
    CALL FUNCTION 'BDC_OPEN_GROUP'.........
    IF SY-SUBRC = 0.
       FL_OPEN = 'X'.
    ENDIF.
    ENDIF.
    Here elaborate your data and fill BDCDATA
    Insert the transaction:
    CALL FUNCTION 'BDC_INSERT'
    IF SY-SUBRC = 0.
      COUNT = COUNT + 1.
      IF COUNT = COUNT_MAX.
        COUNT = 0.
    Close the session
        IF FL_OPEN = 'X'.
          CALL BDC_CLOSE_GROUP
          IF SY-SUBRC = 0.
            FL_OPEN = SPACE.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDLOOP.
    Max

  • Demo of multiple questions on one slide

    URGETNT::::
    I need a link to multiple questions (like 5) on one slide and then be able to submit the responses to an e-mail address.  Can someone please reply with a link asap before 11am (EDT) today?  I need to show it for a presentation.
    Thanks..

    Hello,
    Sorry but apparently we are living in different timezones, so missed your answer because I was in dreamland.
    If you want to report to a LMS, you probably want to have a score for each of the questions on the slide. That is a problem with the default Question slides, because they are always scored black/white: only when all the answers are correct will the user gets a score, otherwise it will be 'zero'. Partial scoring is not possible with default Question slides. Please, if you have some time, fill in a feature request to have this functionality high on the priority list of the Adobe developers.
    Two possibilities:
    If you want to continue using the default Question slides, have each question on a different slide and try to make the experience for the user as fluent as possible.
    Create your own question slides, using the standard objects, user variables and advanced actions. But I warn you: this gives you total control, it is possible to report to a LMS but it wil mean a lot more development time. If you are interested about this second approach, I have been publishing some articles about customizing quizzes. Some of them are mentioned in this blog post:
         Customize your quiz...
    Lilybiri

  • I have multiple questions did they get rid of the blovk button

    i have multiple questions diid they get rid of the block button!?

    and als my iphone wont let me delete all my texts off the texting ap so i wont be able to down load the new down load what can i do? and also if they took off the blocked feature how do i unblock ppl

  • Multiple-question survey

    In ASP/Access, I have to create a multiple-question survey,
    store the
    results in a database, and show the percentages on a page.
    I'm not real sure
    where to start... How would you guys do this?
    I started by creating recordsets for Q1_Yes, Q1_No, and
    Q1_N/A, counting the
    Yes, No, and N/A answers, then calculating the percentages on
    the page. For
    19 questions, this would be 57 recordsets. I don't think this
    is the best
    way of doing it.
    Suggestions?

    Thanks to both of you. It was too simple for me to see.
    "jsteinmann" <[email protected]> wrote in
    message
    news:f1ebm8$jv0$[email protected]..
    > Easy to do. If your answers are yes and no, simply
    assign a value to the
    > correct answer. For example, a correct answer = 1 and a
    wrong answer = 0.
    > If
    > you have 10 questions, 10 is a perfect score. Have the
    form add the
    > results
    > and send to a results page. So if you had, for example,
    8 points, you can
    > change it to a percentage. Unless you want to store the
    results, you
    > don't
    > have to use the database either. You were going to
    create 57 recordsets?
    > Keep
    > it simple.
    >

  • Unable to incorporate multiple data in BDC * URGENT*

    Hi EveryOne  .
      See the code. This code can do BDC for a single value of store and bonus buy no., in transaction  WPMA
    The current requirement is for a given store all bonus buy values should get populated and then executed each time store wise.
    Eg
        Store                            bonus buy values
        1001                               1
        1001                               2
         1001                              4
         1002                              A
         1002                             L
         1003                             6
         1003                             7
         1003                             H.
    See the code below, and tell me the necessary changes required!!
    report zwpma1
           no standard page heading line-size 255.
    type-pools slis.
    data: wt_fcat type slis_fieldcat_alv.
    data: it_fcat type slis_t_fieldcat_alv.
    data: cnt type sy-tabix.
    *include bdcrecx1.
    types: begin of ty_final,
           store(10) type c,
           docnum type docnum,
           bbynr type bbynr,
           end of ty_final.
    types: begin of ty_final1,
           store(10),
           bbynr type bbynr,
           end of ty_final1.
    data: wa_bonusbuy type zbonusbuy,
          it_bonusbuy type  standard table of zbonusbuy  with header line,
          it_bonusbuy1 type  standard table of ty_final1  with header line,
          it_t001w type  standard table of t001w  with header line,
          it_edidc type  standard table of edidc  with header line,
          it_edid4 type  standard table of edid4  with header line,
          it_final type  standard table of ty_final  with header line,
    *Work areas:
            wa_edidc type edidc,
            wa_edid4 type edid4,
            wa_final type ty_final.
    data :   it_bdcmsgcoll like bdcmsgcoll occurs 0 with header line.
    data: bdcdata like table of bdcdata with header line.
    data: lv_mode(1) value 'N'.
    data : mtext(100) type c,
           mvar1      like balm-msgv1,
           w_msg(200) type c.
    data : l_startt type sy-uzeit,   " Time before Recording
           l_endt type sy-uzeit,     " time after recording
           l_cdate type sy-datum.    " Current date
    start-of-selection.
      call function 'SAPGUI_PROGRESS_INDICATOR'
        exporting
          percentage = 100
          text       = 'Extracting Data.......  '.
      select werks  from t001w  into corresponding fields of table  it_t001w.
      delete adjacent duplicates from it_t001w  comparing werks.
      if not it_t001w[] is initial.
        select store bbynr mmid from  zbonusbuy  into corresponding fields of table it_bonusbuy for all
        entries in it_t001w where store = it_t001w-werks.
        if sy-subrc = 0.
          sort it_bonusbuy by store.
        endif.
      endif.
      refresh it_t001w.
      loop at it_bonusbuy.
        move-corresponding it_bonusbuy to it_bonusbuy1.
        append it_bonusbuy1.
        clear: it_bonusbuy, it_bonusbuy1.
      endloop.
      l_cdate = sy-datum.
      clear l_startt .
      l_startt = sy-uzeit.
      loop at it_bonusbuy.
    *break retaildev.
    *perform open_group.
        perform bdc_dynpro      using 'RWDPOSAN' '1000'.
        perform bdc_field       using 'BDC_CURSOR'
                                      'SO_BBUY-LOW'.
        perform bdc_field       using 'BDC_OKCODE'
                                      '=ONLI'.
        perform bdc_field       using 'PA_VKORG'
                                      'HB00'.
        perform bdc_field       using 'PA_VTWEG'
                                      'H2'.
        perform bdc_field       using 'SO_FISEL-LOW'
                                 '1001'.
                                it_bonusbuy-store.
       LOOP AT   it_bonusbuy1 WHERE store = it_bonusbuy-store.
          if sy-subrc = 0.
            perform bdc_field       using 'PA_BBUY'
                                          'X'.
            perform bdc_field       using 'SO_BBUY-LOW'
                                 'TEST_00035'.
                                         it_bonusbuy1-bbynr.
                                          it_bonusbuy-bbynr.
          endif.
          clear it_bonusbuy1.
       ENDLOOP.
    *Refresh: it_bonusbuy1.
        clear bdcdata.
        call transaction 'WPMA' using bdcdata
             mode lv_mode
          UPDATE 'S'
             messages into  it_bdcmsgcoll.
        refresh bdcdata.
        clear it_bonusbuy.
      endloop.
      l_endt = sy-uzeit.
      break retaildev.
      select docnum
             direct
             credat
             cretim
             mestyp
             idoctp
             from edidc into corresponding fields of table it_edidc
             where
             credat = l_cdate and
             ( cretim  ge l_startt and cretim le l_endt )  and
             mestyp = 'WPDBBY'  and
             idoctp = 'WPDBBY01'.  "  "    l_startt and l_endt  and
      break retaildev.
      if sy-subrc = 0.
        select docnum
               counter
               segnum
               segnam
               sdata
               from edid4 into corresponding fields of table it_edid4 for all entries in it_edidc
               where
               docnum = it_edidc-docnum.
      endif.
    *Loop at it_final into wa_final.
      loop at it_edid4 into wa_edid4 where segnam = 'E1WPBB01'.
        wa_final-store = wa_edid4-sdata(10).
        wa_final-docnum = wa_edid4-docnum.
        wa_final-bbynr = wa_edid4-sdata+10(12).
        append wa_final to it_final.
      endloop.
      delete adjacent duplicates from it_final comparing docnum store bbynr.
      sort it_final by store.
      clear: wa_final,wa_edidc, wa_edid4.
      refresh : it_edid4, it_edidc.
    *ALV OutPut
      write :'Following are the Idocs posted successfully Storewise' .
      loop at it_final.
        write :  it_final-store , it_final-docnum , it_final-bbynr   .
      endloop.
    *Break retaildev.
      perform top_of_page.
      perform alv_layout-settings.
      perform zalv_fieldcatpopn using it_fcat.
      perform z_reuse_alv_grid_display.

    Have you tried serialization and sendingas an object using something like Zend AMF?
    Please mark this question as answered if this works for you.
    -Mr.12

  • Multiple questions re iPhone iOS 7. Please help where you can.

    Hi,
    I've had a Macbook and an iMac before, so am not unfamiliar with Apple products and the OS in general, however I have just got an iPhone 5C, and after years of mobile phone Android, have not found migrating to the iPhone half as straight-forward as I thought it would be, and have a NUMBER of questions.  I'm unclear on a number of items that I have attempted to search for, and figure out.
    I'm sorry to post all these questions in one discussion! I possibly probably will ask them all individually, but for economy, and in case there's anybody who likes killing more than one bird with a stone, I thought I'd post them all here.
    Please answer any that you can. Any help will be much appreciated.
    1. App Store / iTunes Store - the Android Play Store houses everything in one, but on the iPhone you have the App Store for apps and games, and the iTunes store for everything else, right?
    2. However, where do you search for podcasts?? I can't find podcasts as a category in the iTunes store?
    3. And I can find Audiobooks as a category in the iTunes store, but where can I find ebooks? Or does this not exist? (It does on the android play store).
    4. When you browse through the Featured apps, or Top Charts on the App Store, it presents the apps in a list format each in small/medium size with icons and a small amount of information displayed. HOWEVER, when you use the search function, it displays the app results full-screen. i.e. browsing through the results each app takes up the whole screen, and you swipe along to see the next app. If there are hundreds or more results, it makes it awful to browse through the results of the app search....
    5. is there a way to change the display format of the search results? i.e. in list format and show multiple results on one page, scrolling along or down? I would really, really like to do this.
    6. And can you filter the search results at all?? You don't seem to be able to filter the search results by category or price, or anything. Is this right?
    I am finding app store pretty horrific to use, so any tips would be much appreciated.
    Next questions (and bless your patience if you're still with me here),.....
    7. Newsstand. So I can search for newspapers and magazines in newstand, and in the App Store, and then they will automatically be put in Newsstand? However, I downloaded BBC News, and a couple of other newspaper apps, and they are not in Newsstand?
    ...I can't move anything out of Newsstand onto my phone, i.e. The New York Times, and I can't move anything into Newsstand that's on my phone, i.e. the Guardian app? Is this right?! (I realise I'm giving away all my reading choices here). Surely this can't be right?
    8. Notifications. If something is updated/downloaded et cetera, I get a little red circle at the top right of the app with a number in it telling me there's been some *activity* in that app and to go and check it out. That's fine. But I have a had one of these notification bubbles above my Newsstand app for days now, and I don't know what it refers to or how to make it go away. I've opened Newsstand, and I've opened every newspaper/magazine that I've brought into newsstand, and it hasn't disappeared. Is there any place or way to determine what the notification refers to? If I'm calling it a 'notification' in error, please forgive me and correct me . Short of deleting every magazine in my newsstand, I don't know how to get this red bubble gone. Please help bubble-free me.
    9. MESSAGES. This has astounded me. There are no drafts whatsoever in iPhone time messages? So if you go to compose a new message, if for any reason you can't or don't want to complete the text message at the time, if you leave whatever you have written is gone?
    10. If this is the case, is there an alternative text messaging application that I can use, that would allow this functionality? I'm not talking about whatsapp, which I have, or any kind of messaging platform that uses internet and requires the receiver to have the same app. Just straight text messaging that uses the text allowance given by your service provider. Is there an alternative to this, that allows drafts and the normal functionalities provided for text messages by other phones?
    11. Is there a way to search sent messages alone?
    12. Sometimes my text messages appear green, and sometimes they appear blue. Is there a reason for this? (This is a minor question, please feel free to pass over it if time is scarce)
    Finally, and nearly there.
    13. The push button at the bottom of the screen takes you out of apps, and if you push it twice it takes you to all open apps. Is there no way to actually close an open app when you exit it? Or if you want to actually close an app, any and every time, you have to push the iPhone home button once, then you have to push it twice, and then you have to swipe the app to close it. IS that right?
    14. Or should I not be worried about multiple apps being open in the background? How much battery/resourches does it actually use?
    15. I know that I can close multiple apps simultaneously, or at least three, by swiping three up at the same time. Is there any way to simply close all apps at the same time? Or any app I can download that will do this?
    16. Airdrop. I have a Macbook pro that's less than a year old, and the iPhone 5c is brand new. I can't get Airdrop to work. I've put them both as discoverable to everybody or contacts only, I've turned the wifi on and off for both, bluetooth on and off for both, every different combination possible, and there's nothing. Nada. Guidance?
    17. Specifically, if I can't get it to work, who do I go to? Can I take my macbook and iphone to an Apple store? Can I get customer support? I want to use the airdrop feature as I've figured I've paid for it, but I don't know who to access the support for doing so, or which would be the most effective.
    Really and truly finally:
    18. My bluetooth seems to be turning itself on all the time. Even when I've turned it off. Why oh why?
    Thank you very much.

    1. Yes. App sotre has Apps and Games. Itunes has everything else.
    2. Podcasts are also found in the iTunes store. (The Podcast App only plays them, but is not a store)  You can search by title, and using the More button at the top filter by type. Select Podcast.
    3. Ebooks can be found in the iBooks App. Its a separate App and store.
    4, 5 and 6.unfortunately no, no and sadly no.
    9.  Nope, Messages is treated like a chat as such no drafts.
    10. There are many Apps in the store for SMS messaging. 
    11. Spotlight search searches everything. You can go into Settings->General->Spotlight search and deactivate everything except messages to search for messages only.
    12.Yes.  Green messages are standard SMS  messages. Blue messages are iMessages. Apple's messaging service.  If the user is not using an Apple device or is not registered with iMessage it will send an SMS. Otherwise it will use iMessage over the internet to save on SMS costs.
    13. When you exit an App most will close. When you get to all open Apps swipe the App screen shot to close it manually. 
    14. Most Apps in the Multitasking list aren't actually running. As such they don't use battery. Only Apps set to background tasks will continue to run via the Background App refresh setting.
    16. Correct Airdrop at this point is only between iDevices.  or between Macs. You can't Airdrop between a Mac and an iDevice.
    17. You can take your Phone to an Apple Store for support form the Genius bar if required. You also have 90 days phone support.
    18. Airdrop uses Bluetooth. and you may have another App that needs it.
    You may want to take a look at the manual for specifics:
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • New iphone 4s and multiple questions

    So I have multiple questoins...
    So I tried out a droid for a couple weeks and well in the end I decided the iphone was the better choice for me. So the droid was my first smartphone and when it was set up it imported all my facebook, twitter, gmail and phone contacts. (I found this really annoying since I have so many contacts that I would really care less to have in my "contacts" list ) I have quite a few contacts on all of those places.so as you can imagine my contacts are a little out of control. Anyways on the droid there was a way to filter my contacts to just show contacts with phone numbers. So here I am on my iphone 4s and all those contacts are there. I haven't found anywhere on the phone yet to filter out contacts yet. Is there a way to "group" or "filter" my contacts so I I can just find the ones with phone numbers? Is there an app maybe that will group e mail, facebook, twitter contacts or something?
    The second question is...
    My sister, mother and I share an itunes account (I had an ipod touch before upgrading to an iphone) so that way if one of buys something all of us get it so were not paying mulitple times for the same app. We all sync on different computers since we don't live with eachother. I haven't been able to look into it but the new photo stream feature yet but... when everyone updates to IOS 5 is there a way that each persons photos from their device wont go to the others devices. Is this set up through your itunes account or icloud or something? If they want to use icloud/photo stream would they need to make their own apple id? If they use that apple id on their device for icloud. If they signout and log into my account for downloading apps will that mess up their icloud?
    Thanks,
    I would really appreciate an answer on the contacts the most.
    Ashley

    So I have multiple questoins...
    So I tried out a droid for a couple weeks and well in the end I decided the iphone was the better choice for me. So the droid was my first smartphone and when it was set up it imported all my facebook, twitter, gmail and phone contacts. (I found this really annoying since I have so many contacts that I would really care less to have in my "contacts" list ) I have quite a few contacts on all of those places.so as you can imagine my contacts are a little out of control. Anyways on the droid there was a way to filter my contacts to just show contacts with phone numbers. So here I am on my iphone 4s and all those contacts are there. I haven't found anywhere on the phone yet to filter out contacts yet. Is there a way to "group" or "filter" my contacts so I I can just find the ones with phone numbers? Is there an app maybe that will group e mail, facebook, twitter contacts or something?
    The second question is...
    My sister, mother and I share an itunes account (I had an ipod touch before upgrading to an iphone) so that way if one of buys something all of us get it so were not paying mulitple times for the same app. We all sync on different computers since we don't live with eachother. I haven't been able to look into it but the new photo stream feature yet but... when everyone updates to IOS 5 is there a way that each persons photos from their device wont go to the others devices. Is this set up through your itunes account or icloud or something? If they want to use icloud/photo stream would they need to make their own apple id? If they use that apple id on their device for icloud. If they signout and log into my account for downloading apps will that mess up their icloud?
    Thanks,
    I would really appreciate an answer on the contacts the most.
    Ashley

  • Multiple questions about using iWeb '09 with my Host Excellence, GoDaddy & Storenvy Accounts. Can you Help?

    Hello, my name is Luis Diaz and I have always appreciated the help here in the iWeb community.  I've been using iWeb for a long time. For some reason my usernames are not working lately - LuisDiazArt or RabidArt)
    I updated my domain service with Host Excellence before MobileMe expired and thank you guys for the help with that. So far it's been a flawless service and because of that I'm very happy. I also have all my domains in GoDaddy. They have been very helpful
    Okay I'm going to try to explain my current problem. I'm trying to create a subdomain in GoDaddy for my website: LuisDiazArt.com
    I went and added a Subdomain in the Control Panel as: store.LuisDiazArt.com The subdomain suppose to mask my store: luisdiaz.storenvy.com
    I thought by adding this subdomain it would make all the addresses look similar (and more clean) just in case someone gets lost along the way.
    So what's happening after I waited an hour is I'm getting: http://store.luisdiazart.com/LuisDiazArt.com/Art_of_Luis_Diaz_%7C_LuisDiazArt.co m.html
    I'm getting the huge and familair long addresses and it is not pointing to my store, but to the homepage.
    Did I do something wrong or do I not understand something fully about subdomains? I thought you can make a subdomain point to another site. Perhaps it can't be done the way I'm thinking about this.
    So to fix this issue I am thinking about making a duplicate website with a different domain name (RabidArt) and mask it with LuisDiazArt (this is site name I use on business card and everything else).  After that make a subdomain with the same: http://store.luisdiazart.com
    Perhaps this may fix the problem.
    So to do this I may need to add another site onto my account (Basic and not Business) on HostExcellence.
    So my other questions are:
    Can I have multiple domains or websites using iWeb on a Basic Host Excellence Account? I checked out a few websites, but couldn't really find out if I can have multiple domains/websites using iWeb on Host Excellence with my current account.
    I do know how to make a new duplicate site, but do you publish it the same way as you would with the regular site or do I have to so something different?
    Hopefully the problem can be fixed not having to do a new site and maybe it was something I did wrong when I added a subdomain.

    To add more domains you need to upgrade your account.
    To have a sub domain for your store you need to create a separate site in iWeb and upload these files to the store.luisdiazart.com folder.
    The files for the main site go in the luisdiazart folder.
    Use an external hyperlink to link one to the other.

Maybe you are looking for

  • Expondo a fiação interna colocando em risco de choque eletrico.

    Estou indignado com o atendimento na autorizada da minha cidade. Sou possuidor de um Mac Book Pro (s/n : W8926Z3F66D), o qual tive problema com a fonte de alimentação original e comprei uma outra nova maior, a qual antes da garantia tambem teve probl

  • Issue with SSRS Report Exporting to Excel and word

    Hi, When report is exporting in word and Excel getting format issue, but same report export with pdf there is  no issue. Regards, Afroz

  • Improve quality of JPEG images

    Hi I have an application which saves images in JPEG format after editing (well, many applications does that, but this is only a fraction of what this application does) :-) I can't use any other formats due to size restrictions. The problem is Image E

  • Bluetooth problems in car after ios7 update

    Why will my iPhone 4 not pair with my car after ios7 update. It worked perfectly in my BMW 316d before the update. Any ideas please?

  • Arch Linux based live gaming distro 'lg-live 0.9.5' released

    Hey all, first of all, sorry if this is the wrong subforum to post this in but this one seemed most appropriate. I would like to announce the release of live.linuX-gamers 0.9.5, an Arch Linux based live gaming distro. It was made using Archiso and of