Conversion exit missing in BI - Best practice to install missing exits

Hi,
  We are on BI 7.0 SP10.
  While doing mappings, I found two conversion Exits MATN2 & SCOPE missing from the BI box. Hence SAP was throwing error while trying to activate the 7.0 datasource.
On more analysis, I found that the function groups are altogether missing.
What is the best practice to install these missing objects (Func Groups, Func Mods) in the system.
Our ABAP person suggested to create these objects as "Repair objects" in the system. Is that the right procedure?
Please advise.
Thanks
Vishno

I have been through the following steps:
Entered this URL http://help.sap.com/bp/initial/index.htm
Clicked on 'Cross-industry Packages'
Clicked on 'CRM'
Clicked on 'Englilsh'
Then the following page is displayed:
http://help.sap.com/bp_crm70/CRM_DE/HTML/index.htm displayed
But now what?. How do I get the Best practice instructions for a CRM implemenation?.
Jason

Similar Messages

  • Best Practice to implement Reporting Exits

    Hello,
    I want to know the best practice to implementing reporting exits.
    We have a case statement there and i_vnam.
    THen we write like
    WHen i_vnam
    Code for filling the variable values.
    The above method has a drawback that if one person is changing the program another person cannot at the same time and if one person transports it all the other changes are also transported. So if there is some code which is not ready to be used even it will be transported.
    Another option is if we creae an include for each variable eg. ZBW_'variable name'...
    And then for each variable we just have to transport the include and not the entire exit...
    Do you see any drawbacks in this method or is there any other better way?

    Hi,
    You can create your program in SE38 for your own variable & call ZXRSRU01 program in it & pass the value to a variable which will in turn pass to to variable for CASE ivnam = "".
    in this way the ZXRSRU01 will become accessible & can be called in any program.
    But it will impact all the variables.
    Its a good practice so that ZXRSRU01 is not impacted after that.
    Hope it helps.
    Thanks,
    Rashmi.

  • Best practice for install oracle 11g r2 on Windows Server 2008 r2

    Dear all,
    May I know what is the best practice for install oracle 11g r2 on windows server 2008 r2. Should I create a special account for windows for the oracle database installation? What permission should I grant to the folders where Oracle installed and the database related files located (datafiles, controlfiles, etc.)
    Just grant Full for Administrators and System and remove permissions for all others accounts?
    Also how should I configure windows firewall to allow client connect to the database.
    Thanks for your help.

    Hi Christian,
    Check this on MOS
    *RAC Assurance Support Team: RAC Starter Kit and Best Practices (Windows) [ID 811271.1]*
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=811271.1
    DOC Modified: 14-DEC-2010
    Regards,
    Levi Pereira

  • What is best practice for installing Yosemite

    I am currently on OS X Mavericks version 10.9.5 Macbook pro 13.  2.6 ghz intel for i5, 8gb 1600 mhz ddr3.
    I am now downloading yosemite 10.10.1 but since i've been reading all these negative feedback so far, i am having second thoughts if i should continue to install the upgrade or not.
    Any suggestion What is best practice for installing Yosemite?  Or is it not yet time to upgrade since the platform is premature yet?
    Thanks in advance.

    Check your apps are compatible with 10.10 - roaringapps.com
    http://www.etresoft.com/etrecheck can show what is running & installed - look for updates on the developer own sites.
    If you have many kernel extensions or startup items look for updates to them too
    Take a full bootable backup to another disk via Carbon Copy Cloner, Super Duper! or Disk Utility
    Disconnect the backup before you begin any install (ideally set it aside & leave it untouched incase you need to go back to 10.9)
    Personally I prefer a clean install when there are signs of multiple migrations (if you have upgraded several OS for a period of years). Setup Assistant/ Migration Assistant can import user data from a backup, but consider that Apps & 'other data' should be manually reinstalled from the latest versions.
    If you clean install (erase the HD before installation) then make sure you deauthorise iTunes & any other apps that are associated online (like find my Mac).
    Basically the steps you would take before selling a Mac…
    What to do before selling or giving away your Mac - Apple Support

  • Best practices for coding in Exits

    Does anyone have any documents on the Dos and Don'ts in BADIs, Exits and SD routines from the angle of System performance and how to minimise the load. Iam not talking about the generic Optimisation documents but something specific to SD routines and general BADIs and Exits which fall under the Best practices (coding) of SAP. eg. One guideline from SAP is that Clients should not tamper with the 'x' variables (xvbak, xvbap etc.) in the SD form exits.
    Thanks,
    Madhavan

    Not sure why check is a problem in general however it reminds me on another tricky situation.
    For exampele there is a user-exit in CO-PA
         call customer-function '001'
               exporting
                    erkrs           = i_erkrs
                    ep_source       = <ls_ce1xxxx>
                    ep_source_bukrs = <gs_ce_bukrs>
                    exit_nr         = i_exit_nr
               importing
                    ep_target         = <ls_ce1xxxx>
                    ep_target_bukrs   = <gs_ce_bukrs>
                    e_bukrs_processed = l_bukrs_processed
                    et_field          = gt_field_user
               tables
                    gt_message_table = gt_message_table
               exceptions
                    others    = 1.
    as you can see <ls_ce1xxxx> is passed on ep_source and ep_target. If you have several clients but only one in which the user-exit should be active,  you usually encapsulate your coding like following.
    if sy-mandt = '100'.
      ep_target = <changed_values>.
    endif.
    But in this case you will learn that in every other client the values of ep_source will be cleared if you do not add a statement like ep_target = ep_source.
    before the if statement.
    Christian

  • Best practices for installing Win 10 under Hyper-V on Server 2012R2 host

    Yeah, yeah, I know I could probably get my answers after spending 10 hours reading hundreds of isolated threads here.  I've already put in about 2 hours, and I'm exhausted.  Plus, this site does not have a very sophisticated search function.
    I want to install Win10 as a VM on my Server 2012R2 machine.  I am not currently hosting any other VMs, so my first decision was whether to try it using Hyper-V or VirtualBox.  I started with VirtualBox, but I ran into two problems: networking
    and video.  Also, VirtualBox itself seems to have some issues with failing to install the extension pack.  So now I think I'll give Hyper-V a shot.
    I found some blog posts from last year providing guidance on setting up Hyper-V for Win10, but given the rate of change of this beta OS, I expect there are many new "features" that can be mitigated against by specific settings on the VM.
    Some specific questions:
    1. Generation 1 or Generation 2 in the Hyper-V setup?  The blogs I've seen say to use Gen1, but provide no justification.  Perhaps because they are using Win8 as the host?  I am using 2012R2.
    2. Does the Win10 ISO file need to be continually available to the VM, or is it only used in the initial installation?
    3. How do I get the VM to access the GPU card, which has lots of memory, over the useless onboard video chip which only has 8MB and no 3D instruction set?  This was a dealbreaker with VirtualBox.
    4. I anticipate many issues with networking, but I'll start with this: I have dual onboard NICs going into a managed switch.  Should I just give one physical NIC to the VM and let the host have the other?  I think I'm going to have some issues
    with DHCP IP address assignment, but we'll see.  Any best practices here would be helpful.
    Thanks.

    >1.
    I'd use Gen 1, that is a BIOS type boot, but that's just because I've had
    less trouble than with Gen2 VM's.
    >2.
    Only during install, refresh, reset, or sfc.
    >3.
    No virtualization solution does it easily, but there is RemoteFX if you can
    get a Windows 10 client to use it.  I've never tried.
    http://social.technet.microsoft.com/wiki/contents/articles/16652.remotefx-vgpu-setup-and-configuration-guide-for-windows-server-2012.aspx
    >4.
    That's what I would do (assigning one NIC to the VM, and one the host).  If
    both are receiving an IP address right now from DHCP, they will continue to
    do so the new way unless you have a managed switch that would prevent more
    IP addresses.  It's hard to tell...
    Bob Comer

  • Best practice to install Bi-Java

    Hi,
    We are in the process of designing the system landscape for our client. We have installed NW04s usage type EP on one server. Now we need to decide on where to install the BI-Java usage type. So:
    1. Is adding BI-Java on the existing EP usage type is recommended
    2. What is the best practice:
      a> EP and BI-Java on the same server
      b> EP and BI-Java on separate servers
    What are the pros and cons of each choice.

    Hi,
    When you install BI JAVA, it will have its own EP and AS JAVA usage types under it. You have no option with this as they are required to run BI JAVA (just like you have AS ABAP under the BI usage type).
    The decisions you do have are:
    1. Should BI JAVA be installed on the same server as the BI usage type? (this is your choice)
    2. Should you use the EP usage type within the BI JAVA for your enterprise portal deployment or just keep it dedicated for BI usage only and use a separate EP usage type for your enterprise portal deployment. (most customers will do the latter option due to patching and upgrading options).
    Please see the SAP NetWeaver 2004s master guide for more information. In addition we are updating the master guide with more information on this area. It should be published quite soon.
    Cheers,
    Mike.

  • Best practice for installing many SL-500

    Hi,
    I have just bought 25 SL-500 and are to buy a hundred more in half a year.
    They are all model 2746-4DG
    I wish to make a special installation with all standard software of my office and transfer this to a DVD as a Ghost Image.
    Normally (in my old job) I would do this by installing everything I need on one PC, and do a sysprep for making a factory image. After this I would make a Ghost image of the disk and transfer this to a DVD.
    But in my old job we did not buy OEM windows XP - we had a VOL agreement.
    I would really like to install all PC's with only one Windows Key and skip activation, but can this be done if I buy one VOL license and media for Windows XP and use this key on all PC's.
    And is it legal for me to do so?
    Kind regards
    Hchhimself
    Denmark

    There is one best practice document available from Oracle RACSIG site and "Oracle Real Applicaiton Cluster Administration and Deployment Guide" available on OTN is also good source of informaiton about 10g RAC.
    Oracle has made sincere efforts in 10g documentations expecially in server technology.
    Thanks & Regards

  • Best Practice Re-install Process?  (Xcelsius 2008 Engage)

    The main impetus of this post is now to request a best practice reinstall process.  E.g., what files/directories or registry keys to delete after uninstalling under Windows XP?  Running Xcelsius 2008 5.1.1.0 Build 12,1,1,344 (Windows XP SP2)?  I want to clean it up and reinstall completely, ideally without also reinstalling Office 2007.
    Earlier today, I had loaded up an otherwise healthy project and all of a sudden my edits were not taking.  I could perform the change in the Component Properties window but the change did not translate in the project display area.
    I had closed and reopened this project several times, killed both "Xcelsius" and "EXCEL" processes, rebooted the machine a couple of times, all to no avail.  I was totally stuck, it seems.  Then, it randomly corrected itself after the Xth close/reboot/reload.  I'm past the issue now it seems, but please consider this an official bug report.  These issues are no longer a mere minor nuisance, and I am looking forward to a nice big update in the next Fix Pack release, which I assume is right around the corner (hint, hint).
    Thanks.
    Edited by: f l on Nov 17, 2008 9:20 PM

    f l,
    I'm not sure deleting keys from the registry is ever a best practice, however Xcelsius has listings in:
    HKEY_CURRENT_USER > Software > Business Objects > Xcelsius
    HKEY_LOCAL_MACHINE > SOFTWARE > Business Objects > Suite 12.0 > Xcelsius
    The current user folder holds temporary settings, such as how you've modified your interface.
    The local machine folder holds more important information.
    As always, it's recommended that you backup the registry and/or create a restore point before modifying or deleting any keys.
    As for directories, the only directory Xcelsius uses is the one you install to.  It also places some install logs in the temp directory, but they have no effect on the application.

  • Best practice for installing which software group

    I am new to Solaris. I have Sun X2100 with 2 x 80G harddisks (run as email server, run tomcat, jboss and postgresql) , which software group is recommended for production install? Is there any guide (best practice)?

    There is one best practice document available from Oracle RACSIG site and "Oracle Real Applicaiton Cluster Administration and Deployment Guide" available on OTN is also good source of informaiton about 10g RAC.
    Oracle has made sincere efforts in 10g documentations expecially in server technology.
    Thanks & Regards

  • Best Practices for install InfoCube 0FIGL_C10 BI 7.3

    Dear all,
    We are currently in BI 7.3 and there is a new cube using table FAGLFLEXT from FIGL, does anybody has the best practices on how to install this cube step by step, from datasource / psa / ods / cube.
    Thanks in advance,
    Antony

    Hi Anthony
    <b>OLTP SIDE</b>
    First Install BC DS in ECC or OLTP side.
    execute transaction RSA5 look for 0FI_GL_10 in the hierarchy.
    Select it and click on transfer DataSources.
    Then have a look in RSA6 and check if it has been transfered.
    <b>BW SIDE</b>
    Then in BW replicate DataSources for ECC / R/3 System
    After that activate Business Content (BW)
    In the BW System, choose Business Content
    Select Edit source system assigment select the relevant one for you ECC, R/3 ....
    In grouping select first "only necessary objects " to install your catalogues otherwise you will retrieve your IO in unassigned nodes.
    select Object type
    clik on InfoObject catalog look for
    0FIGL_CHA01     FIGL: Characteristics
    0FIGL_KYF01     FIGL: Key Figures
    Click on install
    After you have activated your infoObject catalogue change the grouping mode, select "in data flow before"
    Click on InfoCube, look for 0FIGL_C10
    insert object for selection and install
    After that go under infosources in the modeling area and look for the infoarea 0FIGL_ERP find your infosource activate transfer rules and proceed to a normal uplaod with init delta etc...
    good luck
    Hope this helps
    regards
    Boujema

  • Best Practice on installing Workflow Manager on a separate box

    Hi,
    We are installing Workflow Manager 1.0 to work with our SP2013 farm, which is fairly simple.
    However we anticipate a significant  amount of workflow work in the future. 
    Could you please share your thoughts/experience/lessons learnt on Having WF Manager on a separate box compared to having it on the same box as SP2013 Front end server in terms of
    1. Scalability
    2. Stability 
    3. Ease of Installation/Management  
    etc
    Thanks a lot.
    Dineth

    Hi Dineth,
    Thanks for posting your query,
    Kindly browse the below mentioned URLs to know about the best practices and installation step by step
    http://msdn.microsoft.com/library/azure/jj730571%28v=azure.10%29.aspx
    http://www.sjoukjezaal.com/blog/2014/05/sharepoint-2013-workflows-part-2-installing-and-configuring-the-workflow-manager/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Best Practice for installing/managing 9i/10g RAC

    Looking for this notes/articles...

    There is one best practice document available from Oracle RACSIG site and "Oracle Real Applicaiton Cluster Administration and Deployment Guide" available on OTN is also good source of informaiton about 10g RAC.
    Oracle has made sincere efforts in 10g documentations expecially in server technology.
    Thanks & Regards

  • Best Practice Clean Install (Same Old Chestnut for Sure)

    OK, I'm sure the answer is somewhere in this forum but each part is so spread out and I'm getting the sequence mixed up on the best way to make the transition to Tiger in consideration of my current setup. So, thanks in advance for being patient and for the help in general!
    I have three partitions in my current HD (1Gig PB 15" Ti, max RAM). One has just system and apps, the other two are just files. Due to my lack of foresight, I severely underestimated the need for more room for my apps.
    Ideally, I'd like to wipe everything clean and install Tiger fresh, this time with two partitions and lotsa room for my system.
    I just purchased a FW drive where I've dumped all my non-system files. Now I wish it were a simple matter of dragging and dropping items from my old Home folder to my new one, although I've saved a LOT of supplementary data for my apps and Lord knows what else. I use Entourage. I MUST get it up and running with all the mail and folders migrated correctly to Tiger. I have a huge number of important documents saved there.
    So what's the most efficient, yet most comprehensive route?

    I suggest reformatting the FWHD into two partitions, to mimic your proposed setup. Then, use something like Carbon Copy Cloner, SuperDuper!, etc., clone (make a bootable copy) of your current boot volume to one partition, copy the data from the other two to the second partition, boot into the clone, and ensure that it looks and feels exactly like the original. Then, reformat/partition the internal HD, clone the FWHD clone to one partiton and copy the data to the other. Now, boot with the Tiger install disk and upgrade one or the other boot volumes. This leaves you with what you currently have and the new Tiger system. Run Tiger for awhile and if you run into any problems, you can revert backwards. If it looks good, then clone Tiger back to the FWHD.

  • What is best practice for installing husband/wife iPhones on one iTunes account?

    Is there a way to install two iPhones (or iPads for that matter) on one iTunes account in order to share apps, music, books, HOWEVER, keep contacts, calendar events, reminders separate?
    Goal: I want to have my iPad and iPhone and my wife's iPhone on one iTunes account in order to share apps, music, books, etc.  I also want to backup my contacts, calendar events, reminders in the iCloud so synching across my iDevices and PC is easy and seemless.  How do I keep my contacts/calendar events from synching on her iPhone since they're both located in the same iTunes account?

    Yes, you can use two individual Apple IDs for iCloud, iMessage, Facetime, etc. and use the existing iTunes account for setting up iTunes and App Stores to share app and music purchases.
    You can set them up on both devices here:
    Individual Apple IDs
    Settings > iCloud
    Settings > Messages
    Settings > Facetime
    Shared Apple ID for iTunes and App Store
    Settings > iTunes & App Store

Maybe you are looking for

  • Naming of JSF Objects

    In a scenario where you are creating a new JSF page that contains multiple inputText objects, how can you name each inputText to something meaningful? For example, if you are prompting the user to enter their first and last names, it would be best fr

  • How can I set the location of the files for My Digital Editions?

    When I installed REader for PC it set up as its file location  a location which makes no sense to me and I want to move it nto My Documents.  How do I do this without REader for PC "losing" its files?

  • From Podcasts to MacBook

    Is any way to copy files from Podcasts to MacBook without iPod ? The problem is,friend of my,ask me for some stuff from Podcasts. He can't have it on his really old PC. And I don't want to risk his 80 Gig iPod full of important stuff... So,any ideas

  • Can't restore: ipod busy?

    Hello, when I turn on the ipod it says: Use iTunes to restore and so I plug my ipod to the iTunes and iTunes asks to restore, so I accept, put in my password and all, but as soon as it starts to restore I get the error message from iTunes that my ipo

  • PM Organization Units Authorization on User Level

    Hello experts, Is there a way to add authorization for an organization unit (i.e. Planning Plant) on a user (SU01) level and not on a authorization objects (PFCG) level? For example, I would like to create the following Role (profile): ZPM_AUT_EQM_EQ