Generic Extractors with different ways

Hi guys,
When we are creating Generic Extractors, we have 4 options:
1.     Using Table/Views
2.     InfoSet Query
3.     Function Module
4.     Value Domain Field ( Only for Text Extractor)
I would like to know, when we will use these options particular cases with real time examples?
Awaiting for your valuable help.
Best Regards,
Kishan

we can greate generic datasources for customer defined tables as well as when we need to extract data from the existing r/3 tables.
when the client wants his own table to be build and he wants to extract data from that table go for generic.
when we need to extract data from r/3 table ex. purchase requistions are stored in eban table if you want that data in bw create a generic datasource based on table and extract data.
If you want to extract data from two or more r/3 tables then go for view.
infoset is a semantic view of data source and it is not a physical data target. infoset is a view but allows outer joins between tables. in that scenario go for infoset.
when some function modules are retrieving data in r/3 then u can use those function modules to retreive data in BW.

Similar Messages

  • Generic Extractors with Fm / Finding out tables used

    Hello Gurus,
    for a requirement, i would like to find out the table used in a generic extractor with function module.
    I can see the structure with the objects used but not the tables where they are from.
    How can i find that out?
    Thank you
    Pat

    Hi Gilo ,
    The best way to find out the tables used in the function module will be to analyze the code . Check all your Select Statements in the code and see the tables being used there .
    Sometimes in the code , we use standard function modules from the ECC. Check those standard FMs also and see what table they are using .
    Hope the above reply was helpful.
    Thanks & Regards,
    Ashutosh Singh

  • Generic extractors with delta

    hi all,
    can any one please provide any thing on generic extractors particular to delta (time-stamp)
    VRKR

    Hi,
    please search the forums. This question has been asked already a lot of times. Additionally you might check my business card --> there is a link to a weblog related to that issue.
    Siggi

  • Linux desktop enviroments with different way of doing things?

    I was just thinking that big DE:s like KDE or GNOME have basically same way of doing things. You have start button, quicklaunch icons, taskbar, clock etc in same panel, Control Pan.. err Control Center, Same OK Cancel dialogs etc. These things remind me a lot about way things are done in Windows. Buttons may look different and be in different place but logic is all the same. I read this article about Microsoft being mad to Linux desktop systems about copying Windows interface: http://www.theinquirer.net/gb/inquirer/ … on-missing
    OK The Inquirer isn't the most reliable news service but I think this article has some points. It also mentioned some DE:s that arent copied from any MS operating systems are WindowMaker (originating from NextSTEP?) and ROX. Well ROX isn't even fully capable to function as a DE and it needs something like sawfish to work properly I think. Then there are these console extensions like RatPoison and minimalistic environments like openbox, fluxbox, [somethingelse]box and FVWM but Im not that console junkie.
    Ive been lately messing with WindowMaker and ROX and found that ROX is a bit weird but it has a couple of funky ideas like putting minized windows on desktop but panel is quite crappy IMO. Even tough its quite usable with openbox. WindowMaker is more usable to me, I kinda like it.
    Is there more DE:s with original desing to mess with?

    pauldonnelly wrote:
    ROX is a full desktop. It's got a window manager (Oroborox, iirc), panels, and everything. Of course, there aren't so many ROX apps, so you can't run a pure ROX desktop and get anything done. Its best idea, IME, is drag and drop saving and the elimination of mini-filers (open/save dialogs). It's a shame that there aren't more apps that support DnD save though. I think that's something that every program would do well to implement.
    Ratpoison isn't a console extension, BTW. It's a tiling window manager like any other. Other tiling WMs you might like to look at are wmii, dwm, and Xmonad.
    You should check out the Rio window manager in the plan9port package. It's pretty clever. On an actual Plan 9 system you run programs by creating a new window (new windows always contain rc, Plan 9's shell), then running a program in it. If it's a GUI program it takes over the window from the shell, keeping the same dimensions and everything. Very cool.
    I didn't notice Oroborox. Does it come with rox package in extra? I messed some more with ROX and it has some widgets but those have to be installed trough some zeroconfiguration tool and I dont like it.
    GAH the curse of mouse is touching my right hand again. Caused probably my daily job involving lots of MS. Thats why I'm looking for alternative dimension to escape nightly

  • How to copy a generic extractor with function module into a new system?

    Dear Gurus,
    i would like to know how i can copy a gneric datasource with function module from one system to the target system.
    Thank you
    Cheers

    Hi Anesh,
    thank you for replying.
    Since the Datasource will have a new new in the new system, i will create a new one.
    Create a generic datasource base on the table is not the problem.
    My problem is how could i copy the FM in the new system?
    If you can help me on that, it will be fine.
    Thanks

  • Generic Extractor with  ALE-Delta  Capability

    Hi all,
          I need to create a generic Data source based  on 2 tables with fields: MARA-SPART.
                        MAKT-MATNR,SPRAS,MAKTX.
    so  i created a view  on same and  used it in creation of  data source in T.C: RSO2.
      My  requirement is to make this Data source
    Delta-capable using <b>ALE-Delta  mechanisum</b>.
    Please let me know  your views regarding same.
    And i promise to return and reward the answers.
    Thanks&Regards,
    Augustine.

    Hi Augustine and welcome to the sdn,
    it is not possible to get a delta on the fields you added to your view. You have 2 options.
    1st: add fields aedat and erdat of table mara to your view. Create 2 infopackages in BW to load all records created and all records changed in a specific time range.
    2nd: create a fm and select the required fields from mara and makt that are created or changed in a specific time range. Create a ddic structure as extract structure containing spart, matnr, spras, maktx and a date field for the generic delta. See also this information about fm-extraction: /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Hope this helps
    regards
    Siggi

  • Generic Extractor using FM with Delta Logic

    Hi,
    i want to create a generic extractor with Delta Logic based on a FM.
    The extractor works fine for full loads (extractor method "F" or "C"), but delivers no record for the extractor method "D" (Delta). I placed a hard coded break-point in the FM, so that the processing should stop while testing it with TC "rsa3". Using the extractor method "D" the debugger doesn't stop. So it seems, that this FM will not be processed for method "D". What could be wrong?
    I tried different ways to create the generic extractor:
    First i copied the template "RSAX_BIW_GET_DATA_SIMPLE" and tried to get the information for delta-run by "LOOP AT i_t_select INTO l_s_select WHERE fieldnm = 'DATE_FIELD'." But as the processing for method "D" does not consider the FM, there is no chance to get delta data.
    On second try i used the template "RSAX_BIW_GET_DATA" and changed "EXMETHOD" from "F1" to "F2" in table ROOSOURCE for the Data Source. In this case i get information about the Update mode (Parameter i_updmode). But the processing leaves the FM for extractor method "D" out too.
    Does anybody know, why the FM is not processed for extractor method "D"?
    Is there another way to get delta capable extractors based on FMs?
    Thanks for help in advance!

    Hello
    See this blog which uses the same FM with explanation
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    See this forum too
    Generic Delta Function Module
    Other docs
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    http://help.sap.com/saphelp_nw04/helpdata/en/37/4f3ca8b672a34082ab3085d3c22145/content.htm
    Thanks
    Chandran

  • Generic Extractor on Table VBAP

    Hi Gurus,
    I want to develop a Generic Extractor on table VBAP, but unfortunately its not giving me the extract structure when I save in RSO2, the screen wherein we select our fields are not displayed. Is there anything i am missing in the steps. Pls help us out with this issue.
    I am able to create the generic extractor with other tables with usual proceedure.
    Thanks in Advance.
    Regards,
    MSS

    Hi
    This is the problem with the amount and currency reference fields in your extract structure.
    "This operation failed, because the template structure quantity fields or currency fields, for example, field CMPRE_FLT refer to a different table."
    As you have an amount field, the currency reference table might be different and hence, it is giving this error.
    I think u need to create view and then append the currency or quanity fields , and populate them through User exit.
    Hope this helps.
    Sonal...

  • Generic extractor and an append structure

    Hi all,
    this system is driving me crazy. So, that's something worked in former times..
    I created an generic extractor on VEKP. I have not restricted to any selection criteria or hide any field. The system generated the extractor and everything is fine. THEN I created an append on the generic extractor and put different fields inside the append. I want (and this works) to fill this different field via user exit for extraction. All field in the append are having the prefix ZZ, all field are characteristic and there is no inconsistency in the append. I activated the append.
    AND NOW - none of the fields of the append is available in RSA6 to hide or none hide or do anything. They are not available. By checking with SE11 on the generated structure - all field including the append are there.
    We are on ECC 5.0 with PI 2004.1 for 5.0 SP 10.
    Can anyone help. As i told you, this worked in former times (with SAP 4.6C with PI 2004.1 or lower).
    Regards
    OJ

    Hi Siggi,
    I have not created an special Append on the VEKP. I created an generic extractor on the VEKP. All fields of VEKP are available and I can hide or choose selection-field for all of these fields. No problem.
    i created an append on the extract structure via RSA6 - enhancement. I know that after generating the generic extractor with RSO2 all settings done in former times in  RSA6 are lost. But, my problem is: <b>I can not see any of the fields I put into the append. They are not there.</b> Not in ROOSFIELD and following not in RSA6. And that's the problem.
    Thanks for your support.
    OJ

  • 0WBS element (external format) as append field in generic extractor?

    Hi Guru's,
    we use an generic extractor for our CO-PA data, as a join of different tables. Now I get the issue with this internal format of PSP element. It is of NUMC 8 and my basic data PSP element is CHAR 24. As they are not matching I want to add the POSID as an append field. But how to do this?
    In table PRPS I found the Include PRPS_INC an thought about using this in my extract structure? Is this possible? How do I need to go on and to simply have my additional field - with content! - in my extract structure?
    First I used an append and put in my include. As there are no fields extracted to BI I think this is wrong!? How can I delete my append?
    Thanks

    Hi Siggi,
    I have not created an special Append on the VEKP. I created an generic extractor on the VEKP. All fields of VEKP are available and I can hide or choose selection-field for all of these fields. No problem.
    i created an append on the extract structure via RSA6 - enhancement. I know that after generating the generic extractor with RSO2 all settings done in former times in  RSA6 are lost. But, my problem is: <b>I can not see any of the fields I put into the append. They are not there.</b> Not in ROOSFIELD and following not in RSA6. And that's the problem.
    Thanks for your support.
    OJ

  • Delta in generic extractor.

    Hi Everyone,
    I have created one of the generic extractor on a table and the other one on a view. While selecting the GENERIC DELTA, I let the numeric pointer selection checked.
    Now, my question is will it allow me to do delta load in my cube using this extractor?
    2nd question is how?
    3rd question is if not then what is the change that I need to make so that it allows me to load the delta load. How this changes need to be made can you please explain step by step. thanks in advance.
    My issue arose after loading the data when I went to change the InfoPackage to load the delta part, I realised in my InfoPackage I do not have the choice to load delta. How do I settle this. Actually this is an inventory cube where the data is loaded at the end of each month and now when I wanted to test it for today's month I realised that I do not have the choice to load delta for inventory load.
    Please explain. Thank you once again in advance.

    <u>1. my question is will it allow me to do delta load in my cube using this extractor?</u>
         Yes... you build Generic Extractor with Delta based on Numeric Pointer. Material Documents is the Perfect Example for that (We can't Sales Document or Purchase Document for this).
    <u>2. 2nd question is how?</u>
         Simple enable Material Document Number Fileds for Numeric Pointer (Select Numeric Pointer... provide Mat. Document No. field i.e. MBLNR).
    <u>3rd question is if not then what is the change that I need to make so that it allows me to load the delta load. How this changes need to be made can you please explain step by step. thanks in advance.</u>
    you need to create Material Documents in SAP R/3. If you build your Extractor on MSEG Table. You need to create any Material Document which populates in MSEG.
    I don't remember wht exactly option we will get in Infopackage for Numeric Pointer. To my knowledge, it should give Delta only in Update Tab page.
    Hope this helps.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Generic extractor is not reading delta

    Hi !
    I have a generic extractor with delta queue, for a Z view.
    The delta is on 'ZLOAD_DATE' field / calendar day /safety interval upper limit = 1 / new status for changed records
    In BI the init with data is ok.
    In ECC the delta queue (RSA7) show as actual status: 03 June 2010
    then, I  add 3 new records
    ZMAT    ZLOAD_DATE
    x            01 June 2010
    x            02 June 2010
    x            03 June 2010
    But when I run again the delta load in BI, dont load any records..  (0 records readed)
    > What is wrong?
    Thanks in advance!

    Hi Prem
    The new record were created after the init (the same day), but specify manually in the ZLOAD_DATE several dates (diferent from the real load date, today)
    1 - If I load records today and after run a delta,  can I see they in BI or I need wait until tomorrow?
    2 - if the upper limit is regarding the actual date, which is the meaning of specify a delta key field?
    3 - if I want a delta with the same behaivour than standard delta, do I need add the field timestamp to the table, and change the extractor?
    Thanks for your support!

  • Generic extractor OK in RSA3 but no result with IP

    Hi Gurus
    I have a generic extractor which runs well in RSA3 but when I call it with an IPAK the R/3 job (BI_REQ) runs forever and gives no result.
    This happens in full and delta mode.
    Any ideas ?
    Thanks

    Here is the main code.
    The idea is to use the input packet to create an output packet with the same structure but different fields populated.
    FUNCTION zbw_biw_pricing.
    *"*"Interface locale :
    *"  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
    *"  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  ZBW_KONH OPTIONAL
    *"  EXCEPTIONS
    *"      NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
    * DI.08.0055 Remontée prix VKPB
    *  'Delta hook' par BTE, voir transactions FINF, FIBF et
    *  MF Z_BW_BTE_DELTA_00503301_01 et Z_BW_BTE_DELTA_00503301_01_WRI
    *                         Création
    * Auteur: JWA                            Date: 30/04/2007
    * DataSource for view of Delta Q alimenté par le BTE
      TABLES: zbw_konh, usr01.
    * 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,
    * Vue 1 article actifs -> 1 GM
              t_mara     TYPE STANDARD TABLE OF zmatnr_matkl,
    * Vue 1 GM -> n articles actifs
              t_mara2     TYPE STANDARD TABLE OF zmatnr_matkl,
    * Vue 1 division -> 1 OA + 1 Société
              t_zvt001_wk TYPE STANDARD TABLE OF zvt001_wk,
    * Date de validité pricing
              w_datextract TYPE sydatum,
              w_separator TYPE zseparateur,
    * Data pour selections IP
         l_r_matnr TYPE STANDARD TABLE OF matnr_ran WITH HEADER LINE,
         l_r_werks TYPE STANDARD TABLE OF werks_ran WITH HEADER LINE,
         l_r_spart TYPE STANDARD TABLE OF spart_ran WITH HEADER LINE,
         l_r_matkl TYPE STANDARD TABLE OF matkl_ran WITH HEADER LINE.
    * Data pour paramètrer VKPB
      DATA :
           t_matnr_low TYPE STANDARD TABLE OF matnr_ran ,
           t_werks_low TYPE STANDARD TABLE OF werks_ran ,
           w_t_mara TYPE zmatnr_matkl,
           w_e_t_data TYPE zbw_konh,
    * Data pour liste VKPB
           t_liste     TYPE STANDARD TABLE OF abaplist ,
           t_listasci  TYPE STANDARD TABLE OF zchar150 ,
    * Paquet retourné d'après la liste VKPB.
           e_t_data2   TYPE STANDARD TABLE OF zbw_konh .
    * Initialization mode (first call by SAPI) or data transfer mode
    * (following calls) ?
      IF i_initflag = sbiwa_c_flag_on.
    * Initialization: check input parameters
    *                 buffer input parameters
    *                 prepare data selection
    * Check DataSource validity
        CASE i_dsource.
          WHEN 'ZDS_PRICING'.
          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.
    * Fill field list table for an optimized select statement
        APPEND LINES OF i_t_fields TO s_s_if-t_fields.
    * Date extraction
        w_datextract = sy-datum.
    * Vue 1 article actif -> 1 GM pour binary search.
        SELECT  matnr matkl spart FROM  mara INTO TABLE t_mara
          WHERE  lvorm  = ' '.
        SORT t_mara BY matnr.
    * Vue 1 GM -> n articles actifs pour binary search.
        t_mara2[] = t_mara[].
        SORT t_mara2 BY matkl.
    * Vue 1 division->1 OA, divison->1 société  pour binary search
        SELECT * FROM zvt001_wk  INTO TABLE t_zvt001_wk.
        SORT t_zvt001_wk BY werks.
    * Séparateur
        SELECT SINGLE * FROM  usr01
         WHERE  bname   = sy-uname.
        IF usr01-dcpfm = 'X'.                "decimal separator is point
          w_separator-sep1 = ',' .           "suppress commas
        ELSE.
          w_separator-sep1 = '.' .           "suppress points.
        ENDIF.
      ELSE.                 "Initialization mode or data extraction ?
    * Data transfer: First Call      OPEN CURSOR + FETCH
    *                Following Calls FETCH only
    * First data package -> OPEN CURSOR
        IF s_counter_datapakid = 0.
    * Fill range tables BW will only pass down simple selection criteria
    * of the type SIGN = 'I' and OPTION = 'EQ' or OPTION = 'BT'.
          LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'MATNR'.
            MOVE-CORRESPONDING l_s_select TO l_r_matnr.
            APPEND l_r_matnr.
          ENDLOOP.
          LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'WERKS'.
            MOVE-CORRESPONDING l_s_select TO l_r_werks.
            APPEND l_r_werks.
          ENDLOOP.
          LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'SPART'.
            MOVE-CORRESPONDING l_s_select TO l_r_spart.
            APPEND l_r_spart.
          ENDLOOP.
          LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'MATKL'.
            MOVE-CORRESPONDING l_s_select TO l_r_matkl.
            APPEND l_r_matkl.
          ENDLOOP.
    * Determine number of database records to be read per FETCH statement
    * from input parameter I_MAXSIZE.
          OPEN CURSOR WITH HOLD s_cursor FOR
    *      SELECT (s_s_if-t_fields) FROM zbw_konh
           SELECT  kotabnr vakey FROM zbw_konh
              WHERE
              kvewe = 'A'        AND "Détermination prix
              kappl IN ('M','V') AND "ADV et Achats'
    * A modifier si nouvelle condition, + extraction des champs paramètre
              kotabnr IN ('017', '018', '071', '073', '074', '079') .
        ENDIF.                             "First data package ?
    * Fetch records into interface table.
        FETCH NEXT CURSOR s_cursor
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE e_t_data
                   PACKAGE SIZE s_s_if-maxsize.
        IF sy-subrc <> 0.
          CLOSE CURSOR s_cursor.
          RAISE no_more_data.
        ENDIF.
    * Dérivation des paramètres pour VKPB
        PERFORM params_vkpb
         TABLES
    * Paquet entrée
           e_t_data
    * Paramètres lancement VKPB
           t_matnr_low
           t_werks_low
    * Paramètres venant de l'IP
           l_r_matnr
           l_r_werks
           l_r_matkl
           l_r_spart
    * vues
           t_mara
           t_mara2
           t_zvt001_wk.
    * Appel de VKPB si au moins un article trouvé
        IF NOT t_matnr_low[] IS INITIAL.
          PERFORM submit_vkpb
          TABLES
    * Paramètres lancement VKPB
           t_matnr_low
           t_werks_low
           t_listasci
        USING w_datextract.
    * Interpretation Liste VKPB
    *    BREAK ALEREMOTE.
    *    BREAK JWADDELL.
          PERFORM list_vkpb
            TABLES
              t_listasci
              e_t_data2
    * Paramètres venant de l'IP pour filtrage
              l_r_spart
    * pour le cas toutes divisions
              l_r_werks
    * vues
              t_mara
              t_zvt001_wk
    * Date validité
          USING w_datextract
              w_separator.
    * Retourner paquet
          e_t_data[] = e_t_data2[].
          REFRESH e_t_data2[].
        ELSE.
    * no data
          REFRESH  e_t_data[].
        ENDIF.
        s_counter_datapakid = s_counter_datapakid + 1.
      ENDIF.              "Initialization mode or data extraction ?
    ENDFUNCTION.=

  • A different way to deal with "unknown" user after upgrade from Tiger.

    It's a known issue that doing upgrade and install or archive and install from Tiger to Leopard, produces a lot of folders with "unknown" group in their "get info" panel. This has to do with a different group structure in Tiger and Leopard.
    In Tiger, every user has their own private group with the same name as the username. That group is set to be user's primary group.
    In leopard, every new user with an account is a member of the group staff (gid=20) which is not present in Tiger. Leopard doesn't fully understand Tiger's private group structure, hence the "unknown" group. This causes various problems such as Finder crashes when trying to change the permissions and ownership in the get info window.
    Apple's proposed way of dealing with this is described [here|http://docs.info.apple.com/article.html?artnum=307128].
    However, this method doesn't change the existing group structure and doesn't resolve all the problems.
    I'd like to suggest a different way of dealing with it.
    1. create a new admin user (if you don't have one already), log out of your primary account and log into the new one.
    2. enter the following in terminal:
    *sudo dscl . delete /users/"username"*
    where username is the short name of the user on the main account (not the one you are currently logged into).
    This will delete that user.
    3. Log out/in.
    4. go to system preferences->accounts and create a new user with the name and short name exactly as the one you've deleted in step 2.
    You'll be get a popup saying that a home directory by this name already exists and asking if you want to use it. Say "Yes".
    That's it. Your main user will be recreated using the native group structure of Leopard with gid=20(staff). Permissions on your home directory will be reset with correct group and ownership.
    I tested the process on my powerbook after an upgrade and install from Tiger to leopard and it worked without a hitch.
    I like this method better than Apple's because it completely gets rid of Tiger's group structure which was creating all the confusion. The only downside as far as I can see is that you might have to manually change the group ownership on some files belonging to the main user that sit outside your home directory.
    I would appreciate any comments on this.

    hmm, I confess, I did this before installing 10.5.2 so i can't say for sure. However, I've dealt with a few people (see e.g. this [thread|http://discussions.apple.com/thread.jspa?messageID=7012957]) who are running 10.5.2 and still have this issue. I don't know what if anything 10.5.2 did about this but I'm quite sure that it didn't change the group structure inherited from Tiger.
    Message was edited by: V.K.

  • I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc?

    I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc so I don't lose all of that information and can easily switch to a singular apple id?

    Apple does not transfer content bought with one Apple ID to another Apple ID. Apple will not merge two Apple IDs.
    If most of your content was bought with the Yahoo! Apple ID but you now want the Gmail address for your Apple ID, the trick will be to change the address used for the Yahoo ID with the Gmail address. However, to do that you must first free the Gmail address from that other Apple ID. Use the instructions from Apple to substitute another address that is not used as an Apple ID for your Gmail address in the Apple ID with the Gmail address. Then, when the Gmail address is no longer used in an Apple ID, you can use the same instructions to substitute the Gmail address for the Yahoo address in the Apple ID with the Yahoo address.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

Maybe you are looking for

  • Help about Warning Security IE 8.0

    Hello Guys, I need help about warning security IE 8.0. When I try install a software from my webserver is display the following message: I can't check the publisher.Are you sure install the software? This file does not have a valide digital signature

  • Linking Azure website with Remote mysql database in Cpanel

    I am creating an azure website eg calvynlee.azurewebsites.net In my hosting cpanel account, I create a mysql db & user, in order to link the azure website with this mysql db, I had place a "%" in the remote mysql section. It works, but when I remove

  • How to recover tabs after accidentally grouping then closing a tab group

    As far as I could tell, there's no way to retrieve tabs closed by closing a tab group. They weren't in "Recently closed tabs" or "Recently closed windows". Considering there was no warning asking if you'd like to close all these tabs without being ab

  • CR report and Flash

    Hello, I want to make database application in FlashPHP and then import it into CR report but I 've read that AIR desktop applications can interact with local SQLite database. I've got a question is it possible to write db application in AIR and then

  • Photoshop CS6 (mac) - Why is Liquify disabled for smart object?

    I've sent over an image from LR5 into PS CS6 as a smart object. I'm wanting to run the liquify filter, but it isn't open to me as an option. Can someone give me some ideas on what the problem is here? I checked with Help on PS..and it says my copy is