Some doubts in upgradation

hi
i studied some upgradation documents i have some doubts. please dont give any help files or again links for upgradation
bec i need some scenerio why they need to follow this steps
Check compounding consistency in MultiProviders
Info Cubes Fact views
BEX History
STD SAP  Report
0adhoc Templates Activation

Hi suneel,
check this links......
Link: How to SAP BW 3.5 Upgrade Preparation and Post Upgrade CheckList (NW2004)
Even this might be of use:
BI 7.0 –Initial Hurdles
May be useful for you,
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c9c8be-346f-2a10-2081-cd99177c1fb9
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10564d5c-cf00-2a10-7b87-c94e38267742
/message/5971540#5971540 [original link is broken]
You may wish to check my thread below -
https://forums.sdn.sap.com/click.jspa?searchID=13971844&messageID=3308304 Broad caster
Upgrade preparation
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
/message/3221895#3221895 [original link is broken]

Similar Messages

  • Hello I have an imac with os x 10.7.5 and I have some doubts:  the new version of garageband 10.0.2 is compatible with os x 10.7.5?

    Hello I have an imac with os x 10.7.5 and I have some doubts:
    the new version of garageband 10.0.2 is compatible with os x 10.7.5?
    I have not installed mavericks. should I install?
    Thanks!!

    It requires 10.9 or later.
    Upgrading to Mavericks
    You can upgrade to Mavericks from Lion or directly from Snow Leopard. Mavericks can be downloaded from the Mac App Store for FREE.
    Upgrading to Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Download Mavericks from the App Store. Sign in using your Apple ID. Mavericks is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks- System Requirements
          Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.

  • Some doubts in Workflow

    HI Gurus ,
    I have some  doubt in workflow basically I know how to use them but i don't know what is functionality ,
    could you plz explain me , else suggest me
    1. why we have to do delegation , what happens at run time if we don't do delegation
    2. What is the diff between task and workitem
    Thanks
    Prasad

    Hello,
    I would suggest searching for "sap workflow" on the internet, buying a SAP workflow book and/or taking a SAP workflow course.
    regards
    Rick Bakker
    Hanabi Technology

  • Some doubts in BW3.5

    <Moderator Message: Please read the rules of engagement. You should not post multiple questions to one thread, also use meaningful subjects.  And don't offer points.>
    HELLO Guys
    I have some doubts regarding SAP BW3.5...cAN anyone please clarify.
    1.this is regarding SID Concept.
    iIn extended start schema,there will be one fact table connected to many dimendion tables.Fact table and Dim tables are connected by dimension IDs.then this Dim table will hold various characteristics.every characteristic will store the characteristic value and address(pointer) to SID table.This SID table will hold again addresses(pointers) to attributes,text and hierarchy tables(if we assume that characteristic have attribute,text,hierarchy) which in turn contain the values.When a query is executed,the OLAP processor searches first for characteristics in dim tables and then with help of dim IDs traces Transaction Data in Fact table relevant for this combination of characteristics and gives output.Did I understand the concept right?
    how does OLAP Processor run if the query is on just text of a characteristic and it doesnot include this characteristic?
    2.how does navigational attr decrease the performance?
    3.cAN YOU ASSIGN
        a. many datasources to one infosource
        b.one datasource to many infosources
        c.many datasources to many infosources...
    can you please give real time scenarios for this....
    4.how do SID concept improve BW/BI.
    thanks
    Surekha Chand
    Edited by: SChandx200 on Jul 2, 2009 7:35 AM
    Edited by: SChandx200 on Jul 2, 2009 7:37 AM
    Edited by: Siegfried Szameitat on Jul 2, 2009 1:09 PM

    Hi,
    You understanding is correct.
    {code)
    how does OLAP Processor run if the query is on just text of a characteristic and it doesnot include this characteristic?
    {code}
    This question of yours is not very clear. Re phrase and post it again.
    2.how does navigational attr decrease the performance?
    Ans:- Say for example in the customer master table customer phone no is the navigational attribute. Now when you select this navigation attriubte in your report then the processor will go and first check the value of Customer say C1 and then determine C1 phone number. Now this look up of cusotmer will happen for every customer . So if say there are huge number of records for which this look up of customer first has to happen then obviously the performance will be impacted.
    Hope it is clear.

  • Some doubts in j2ee

    Hii..,
    Some doubts in j2ee .plz help with as
    1.What are the main difference between application server and web server
    2. two and three tier architecture differences
    by Anand PC

    Hi,
    1) a) A Web Server understands and supports only HTTP protocol whereas an Application Server supports HTTP,TCP/IP and many more protocols.
    b) Web server mainly deals with sending HTML for display in a Web browser, an application server provides access to business logic for use by client application programs. The application program can use this logic just as it would call a method on an object.
    c) Webserver is used only for jsp and servlets and for static functionality it has limited functionality and it doesn't provide any security ,persistence and it doesn't support EJB and JMS and JAAS like other functionality
    whereas Application server provide all functionalities.
    In short, Applicaion Server is a super set of which Web Server is a sub set.
    2) Two-tier architecture is a client/server architecture , where a request to do some task is sent to the server and the server responds by performing the task.where as a three-tier or a multi tier architecture has client, server and database. Where the client request is sent to the server and the server in turn sends the request to the database. The database sends back the information/data required to the server which inturn sends it to the client.

  • Record mode - some doubts

    Good morning … bom dia …
    I have some doubts about RECORDMODE … follow ...
    Is it necessary development some ABAP code in transformation ? … or in Initial / Final routine ?
    In DTP from DSO to Cube, is mandatory choice the option “change log” ? Or make some filter to select only valid records ?
    Is There some configuration on query ?
    Or the goal is only know how recordmode works, based on the table ROOSOURCE ?
    Thanks in advantage …. Obrigado …
    Kokeny, Marcio
    P.S.: I already read this some documents:
    http://scn.sap.com/people/swapna.gollakota/blog/2007/12/27/how-does-a-datasource-communicates-delta-with-bw
    (How does a datasource communicates "DELTA" with BW?)
    http://scn.sap.com/docs/DOC-54330
    (Recordmode Importance in SAP BI along with Delta Handling)
    http://scn.sap.com/docs/DOC-29927
    (Record mode Concept in SAP BI)
    - Record Mode Concept in Delta Management
    - 0RECORDMODE and Delta type Concepts in Delta Management

    Hi,
    Is it necessary development some ABAP code in transformation ? … or in Initial / Final routine ?
    Why you got above doubt?
    Routines are used as per needs. Not based on 0recordmode.
    In DTP from DSO to Cube, is mandatory choice the option “change log” ? Or make some filter to select only valid records ?
    Not mandatory. if we run first time dtp  with delta mode option then no need to select change log option.
    if we perform dtp as init and later delta then we need to choose changlog option for delta.
    Is There some configuration on query ?
    No. 0RECORDMODE is upto DSO level only to track changes.
    Or the goal is only know how recordmode works, based on the table ROOSOURCE ?
    0record mode works based on data source delta type.
    Data source delta type you cam see from table ROOSOURCE and field deltyp - ABB.ABD.AIE...etc.
    Thanks

  • I have intel mac  10.411, want to access iTunes, won't let me unless upgrade tp itunes 10, but it needs OSX 10.5. I just want to download some music, not upgrade my operating system. It's not THAT old. Ideas?

    I have intel mac  10.411, want to access iTunes, won't let me unless upgrade tp itunes 10, but it needs OSX 10.5. I just want to download some music, not upgrade my operating system. It's not THAT old. Ideas?

    As long as you don't need all the bells and whistles of the iTunes Store such as Ping, and don't need to sync an iOS device running iOS 4.x, then iTunes 9.2.1 should work for you. It should be available via Software Update, but if not, you can still get it here:
    http://support.apple.com/kb/DL1056
    but it would be best to upgrade your Mac to Mac OS X 10.5 or 10.6, since it's probable that eventually the iTunes Store will no longer support iTunes 9.x.
    Regards.
    P.S. Mac OS X 10.4 was discontinued three and a half years ago, so yes, it's getting rather long in the tooth. Cheers.

  • Have some doubt regarding the  weblog (Lookup's in XI made simpler)

    Hi All,
    I have created the same scenario as mentioned in Siva's weblog (Lookup's in XI made simpler).
    I having some doubts regarding the scenario, it will be great if you help me to resolve the same.
    I am having a file-file scenario where I need to do lookup in database(MS-Access)  through mapping.
    The standard file-file scenario is in place and in addition I have created a receiver jdbc channel . I  have also created the receiver agreement for the same in the cofiguration.
    While creating the receiver agreement you have to specify the interface name which includes the message type…I have specified the normal format which we specify while configuring the jdbc receiver adapter.
    In the message mapping I have created a advance user defined function as mentioned in your weblog which calls my receiver jdbc channel.
    I have also specified the select query to be executed in the mapping program.
    While testing I am getting the following error
    Cannot produce target element /ns0:Role_MT/URole. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    <b>Can you please suggest me what all I need to do in addition to the file-file scenario for this lookup scenario to work.</b>
    Thanks and Regards
    Rahul

    Hi,
    Following is my user defined function
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select URole from  Lookup where UName = '  " + UName[0] + "  ' and UPassword = '  " + Pwd[0] +" '  ";
    try{
    channel = LookupService.getChannel("DB_service","JDBC_channel_receiver");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet  = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("URole"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    Thanks and Regards
    Rahul

  • Some doubt with app in E71

    I have installed in my E71 some app that i found like "installers or shortcuts to internet" in Menu->Installations->... i downloaded data to install using my wifi, but now i have some doubt. Are those apps for free? For ex: "Tiger Wood.." "MultiScanner" "Wipresenter" "RT GR"
    If I go to: Menu->Installations->App. mgr. I can find all the apps installed. I have these ones:
    MMSync
    World Mate
    Nokia WebService Support
    Nokia InternetServices S...
    Wireless Presenter by...Advanced Call Manager
    Web Gate Utils Library
    DRM Common Solutions
    Top Hits Solitaires
    Windows Live - Installed by me
    Global Race
    MMIO Framework and...
    MultiScanner
    MMIO Libraries
    Spanish - Installed by me
    Swedish - Installed by me
    Tiger Woods PGA TOUR(R)
    Sorry for bad english...I am spanish native speaker trying to do it well. Thanks

    I was a little worried because some of these applications to be installed, must download data from internet, and I was afraid that when I start the download, could add a surcharge for the price of the application.
    Thanks ofr answering.

  • APP --- SOME DOUBTS.....PLZ HELP

    HI GUYS,,
    I have some doubts in APP.
    1. why do we give next payment date in F110 while we are running payment.....
    2. can we do partial payment for one line item through running APP....
    please help me out..
    Thanks in advance
    Regards,
    pavan
    Moderator: Please, avoid using SMS language and posting basic questions

    HI,
    1. If your provid ethe Next payment run date then system will consider below documents.
        current run date  to next payment run date
        in between any Invoices are getting panalities then those will consider in this current payment run.
    2. partial payment  not consider.
    3. APP will consider downpayments.
    Reg
    Madhu M

  • JDBC Questions have some doubts

    hi,
      Friends i have some doubts on JDBC Adapter . plz give me answere.
    1) Wt is the use of update query in jdbc adapter?
    2) Why did u use the flag field in jdbc table?
    3) How will u send the data into multiple table?
    4) Wt is the receiver str jdbc?
    5 Wt is the jdbc configurations
    thanks in adnvace.

    Hi,
    1) Wt is the use of update query in jdbc adapter?
    --> Update query is used to update the specific record in the database table based on Key fields.
    2) Why did u use the flag field in jdbc table?
    --> the Flag field is used to mark the records which are selected by sender JDBC adapter, so next time those records should not be repeated.
    3) How will u send the data into multiple table?
    --> You can send the data to multiple tables with the help of multi-mapping in the XI.
    Accessing Multiple Tables dynamically using JDBC
    Accessing Multiple Tables dynamically using JDBC
    4) Wt is the receiver str jdbc?
    --> On receiver side JDBC, you can either Insert, Update or delete the records. The storder proceduers are the line of codes written in DB2, From XI you can directly execute these JDBC statements. It will be helpful when you will be working on synchronous scenario and need to modify or deal with multiple tables based on complex logics
    5 Wt is the jdbc configurations
    --> JDBC configuration is based on the JDBC drivers installed.
    Refer - Detail explanation
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    Thanks
    Swarup

  • Classic to OsX offered some time for upgrading. Lion didn't unfortunately.

    Classic to OsX offered some time for upgrading I didn't relize when I went to Lion I was going to have to make the sacrafices that I did. I can't use my old Australian version of Accounting Edge 5 anymore. This has posed a real problem for our small business. It was my fault for not checking befor I jumped but really liked what was on offer. Wasn't really ready to upgrade. I am also sad to say goodbye to my old favouriteprograham that got me out of a lot of trouble, Appleworks I will miss you.  Goodbye Appleworks :-( Love Applle :-)
    From Pryceless65

    Looks like i'm about 3,000,000 posts too late now I've done some reading i'm informed to what I could have done and should have done and should not have done. I am impressed withe Lion, not being informed was a crime on my part, having said that I didn't need warning labels on the last few upgrades over the last few years so thought it might just be another walk in the park. Having a shop running on Mac and never needing a Techy over the last 12 years has been great. It takes a little digging to solve the puzzles we come accross but I have alway's enjoyed a good puzzle. It's the dawning of a new era, bring it on with Lion I'm sure we'll grow to love you too.

  • IMac vs Mac Mini, some doubts

    Hello!! Good evening ;-) First of all, I would like to introduce myself. My name is Manu and I am from Spain. I´ve been always a Windows and PC user, but now I´m thinking about the posibility of changing to Mac platform, but I have some doubts.
    I´ve been thinking about buying a Mac Mini, because I have the keyboard, a good display and the mouse, everything... However, I´ve seen that it comes with Intel HD 4000 graphics. I want to use the computer to edit some videos but, specially to some graphic design with Photoshop, or to play some games. I would configure the Mac Mini like this:
    Core i7 de Intel de cuatro núcleos a 2,6 GHz
    SDRAM DDR3 de 16 GB (dos módulos de 8 GB) a 1.600 MHz
    Unidad de memoria sólida de 256 GB
    Guía del usuario (Español)
    Kit de accesorios
    Thi price is  1.448,99 €, so I would loke to have enough computer for at less 4 or 5 years, but with this integrated graphics on the processor, do you think so?
    I´ve also been seeing the graphic cards that iMac includes, but it isn´t also very powerful, even it is a dedicated card.
    What do you think about?
    Thank you very much ;-)
    Manu.
    PD: sorry for my english!! I hope you understand me

    Refurbished machines change by the hour, you need to check frequently and be ready to buy when you find a model that will fit your needs.
    BTW I asked the moderator to remove one of your posts, you were asking for speculation on unreleased products. Please read the Terms of Use you agreed to, specifically it says:
    Submissions  
    Stay on topic. Apple Support Communities is here to help people use Apple products and technologies more effectively. Unless otherwise noted, do not add Submissions about nontechnical topics, including: 
    Speculations or rumors about unannounced products. 
    Discussions of Apple policies or procedures or speculation on Apple decisions.

  • Document Splitting - Some doubts

    Hi,
    I have activated the Doc splitting but have some doubts:
    1. I can see the vendor item getting splitted into different Profit center in the General ledger view. But in FBL3N it shows as DUMMY ( which i believe is Entry view). Now whats the Tcode to see the vendors Profit center wise.
    2. Moreover if i see my FSV in F.01, its not as per the Profit centers.
    So where to see it Profit center wise.
    ON whole, i am interested in see the PCA wise my all balances without running all those F.5D & F.5E programs....SO how to meet the objective
    regards

    Have you run those reports.
    The first one, gives you the total of the Vendor and then you can add to the drill down the Profit Center. This is a new GL report so it takes the data from FAGLFLEX and not BSEG, where the PC is Dummy.
    if you want to know how and why your entry view is Dummy and your general Ledger view is different, this is due to the rules you have set in document splitting.
    You will probably have a default Profit Center and you can also add in Profit Center, Master data config default values for GL accounts and Profit Centers, i.e. the recon account of the Vendor.
    Lastly in terms of the PC in the general ledger view, it will be derived, i.e. from the P&L entry, however it will use the Cost Center, that is linked to a Profit Center and use that for the splitting.
    Hope we are moving in the right direction here.

  • Some problems about Upgrad project

    Dear,
        I have some question for Upgrade project.shi
    P1: in form ZSD_EXPORT_FECO, check texts, Windows F005 has an error :
         /: AND &V55EFECO-REMA_TEXT2& = ' '
                   Unknown command
           I don’t know how to correct it.
    P2: in program ZFUMSV00, the source code is   sy-repid    = 'RFUMSV00'.
         In 700 version, it checks error: the field “sy-repid” can’t be changed.
         But, in 46c version, it is OK.
            I don’t know how to correct it.

    Hi
    check this doc
    While doing Upgrade You have to aware of all related program like BDC's , Screens related errors and all dictionary related problems.
    Some function modules may become obsolete, and some screens will change
    and some new fields will be added in the new versions etc.
    Also take care of SPAU and SPDD tcodes.
    You should be able to know about Unicode concept in sap.
    check this
    http://www.thespot4sap.com/upgrade_guide_v2.pdf#search=%22upGRADE%20STEPS%20-%20SAP%22
    also chk these 2 notes in service.sap.com
    Technical Upgrade is only a version upgrade without any functionality changes.
    The objects that are needed to be upgraded are:
    Includes
    Function Groups / Function Modules
    Programs / Reports
    OSS Notes
    SAP Repository Objects
    SAP Data Dictionary Objects
    Domains, Data Elements
    Tables, Structures and Views
    Module Pools, Sub Routine pools
    BDC Programs
    Print Programs
    SAP Scripts, Screens
    User Exits
    You can refer to the below links for more information on technical upgrade:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/07/upgradeFROMR3TOmySAPERP-PARTII&
    https://wiki.sdn.sap.com/wiki/display/profile/UPGRADEFROMR3TOmySAPERP-PARTIII
    http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/6d66647d9011d396b60000e82de14a/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5ac31178-0701-0010-469a-b4d7fa2721ca
    Regards
    Anji

Maybe you are looking for