Transaction or program to find all existing BPs in CRM

HI all,
We have a scenario in which Business Partner data comes from legacy to XI and then gets posted into CRM.
Sometimes all the data is not posted.
I want to display all the BPs available in CRM till date and its corresponding data .
Is there any transaction or program or a function module to display all the BPs.
Thanks,
Am

i guess this table has it
icfservice
Regards
Raja

Similar Messages

  • Is there a query or program to find all the unreferenced images or assets?

    I am looking for a query or a simple program to find all the unreferneced images or assets within DAM. This will help us clean out the images that are no longer required.

    Please check the blog post http://www.wemblog.com/2012/12/how-to-remove-non-referenced-node-from.html
    There's already a similar discussion : http://forums.adobe.com/message/4928021

  • Changing existing Oracle licences on all existing systems (ECC;CRM;PI,BI) with HANNA(and use HANNA DB)

    Hello
    Maybe not the best section ..
    But we have in mind changing existing Oracle licences on all existing systems (ECC;CRM;PI,BI) with HANNA(and use HANNA DB)..
    I wander what would be pro and what cons?
    Thank you a lot
    Jan

    Hi Jan,
    If I understand correctly you are going to perform database migration activity in your present landscape. Firstly you have to contact SAP as well as one of the third party hardware vendor (who is going to provide certified HANA hardware). SAP will provide you all the license details.
    For whole your migration activity below link will be helpful:-
    SAP BW on HANA Cookbook
    Migration to HANA made easy with DMO
    Regards,
    Rafikul

  • Program to find all active services in SICF

    Hi all,
         Anyone can help me out in finding all the active services in SICF.Is there any program or transaction available for that?
    Thanks
    Senthil

    i guess this table has it
    icfservice
    Regards
    Raja

  • Program that finds all servers on the net 76-lines

    Hi Guys and Birds,
    Here's a small program written by the dear brothers Asger (hjerl.dk) and Morten (www.mycgiserver.com/~game) which finds all servers on the net in a couple of hours. Good luck
    package com.hjerl;
    import javax.swing.*;
    import java.io.*;
    import java.net.*;
    import java.awt.*;
    import java.util.*;
    public class Browser extends JFrame {
    int counterwww = 0;
    ArrayList visitedUrls = new ArrayList();
    ArrayList links = new ArrayList();
    public static void main(String[] args) {
         Browser b = new Browser();
    public Browser() {
         fetchLinesInPageAsArrayList("www.jp.dk");
         System.out.println("Number of links found: " + counterwww);
    private void fetchLinesInPageAsArrayList(String str) {
         ArrayList al = new ArrayList();
         try {
              URL url = new URL("http://"+str);
              URLConnection uc = url.openConnection();
              uc.connect();
              InputStream is = uc.getInputStream();
              BufferedReader br = new BufferedReader(new InputStreamReader(is));
              int c = 0;
              while (br.ready()) {
                   al.add(br.readLine());
              findLinksFromLineArrayList(al);
         catch(Exception ex) {
              ex.printStackTrace();
    private void findLinksFromLineArrayList(ArrayList al) {
         for (int c = 0; c < al.size(); c++) {
              String s = ((String) al.get(c)).toLowerCase();
              //int a = s.indexOf("http://");
              int b = s.indexOf("www.");
              int d = s.indexOf("/", b+4);
              if (b == -1 | d == -1)
                   continue;
              String link = s.substring(b,d);
              //fjerner evt.""
              int e = link.indexOf("\"");
              if (e != -1) {
                   link = link.substring(0, e);
              if (links.contains(link) == false)
                   System.out.println("New link found: " + link);
                   links.add(link);
                   counterwww++;
                   fetchLinesInPageAsArrayList(link);
              else
                   System.out.println(" Old link found: " + link);
    }

    Well, apart from the "finds all servers" bit and the "in a couple of hours" bit, that sounds quite plausible...

  • Help, LR5 - FB can't find all existing FB albums

    When trying to make new collections to publish to facebook, LR5 is not showing all my Facebook albums in the existing albums section. I can publish with no troubles to the albums being shown and can make a new album with out trouble but can't seem to find a way to access my existing albums not being shown. My main user page for facebook has nearly 50 albums and LR5 is only showing me 21 pre-existing albums for this setting, but when I select Non-User pre-existing albums it shows me all of my albums between both my Facebook "Pages". The missing albums do not have different privacy settings and are not any newer to facebook than some being shown as well as they were all made pre LR5 being installed on my computer. Please help me find these missing albums. TIA

    I am not seeing the 2,550.  My id was an old email address that I no longer have because we changed service providers. I uploaded so many photos late last winter/early spring and know I could access them then. I used <<personal information deleted>> (current) which one has the 2,550? Thank you so much for any information. sincerely, debbie

  • Which transaction do i find the existing custom idoc?

    Hi,
           Can you please tell me the transaction where i can find the existing custom idoc?

    Dear Subhash,
    To see the existing IDOC in any SAP system
    Use Trasaction code WE05 and select the criteria by date.
    You can see the list of IDOCS existing in the system.
    Best of Luck
    Praveen

  • Transaction WDBM_HPR_ALV (program: RWDBBMAN_HPR_ALV) not updating WDLS

    Hello,
    I am executing transaction WDBM_HPR_ALV (program: RWDBBMAN_HPR_ALV). All of the underlying components are set up and I am able to run this program successfully.  My only issue, is that after I run the program, the fields ERSAB and ERZAB are not being populated in table WDLS. 
    ERSAB is 'Creation date from which change pointers were selected'
    ERZAB is 'Creation time from which change pointers were selected'
    I have searched for SAP notes on this because I am running an SAP standard program, but I haven't found any that apply. 
    Has anyone seen this before? Any suggestions would be appreciated.
    Thanks,
    Charla

    Dear Charla
    The following could be reasons for the same..
    1. Initialization Not carried - I hope you have run the initialization program before you want to start the download
    2. Change pointers not activated - In case you have made a change and u expect it to be reflected here, you need to ensure that the change pointers for that particular field is activated in BD52
    In case the above do not solve the issue, please share a detailed error - meaning what are you trying to do, what steps you have already done and may be then i can help
    regards
    manish

  • ICWC case from 4.0 to 5.0, how to find an existing case

    I don't see how to find an existing case in CRM 5.0.  I'm trying to link a service ticket to an existing case
    I know 5.0 required some additional configuration to assign Case profile in CRMC_IC_MAIN and I created the case profile in config ICWC > business transactions > case management > define profile for case management.  I assigned our 4.0 case type to the case profile.
    In the ICWC when I select Cases from the Nav Bar I see three windows
    - Attributes  in upper left
    - Note in upper right
    - linked objects & log lower section
    but none of the hyper links take me to where I can look up past cases.

    SAP help says the search is done in the Inbox which I think is different than 4.0 but I think I figured out the configuration.
    http://help.sap.com/saphelp_crm50/helpdata/en/0b/77c6d05eec445480a919cdcfa6bb30/frameset.htm
    Case search
    You can search for cases in the agent inbox using different selection criteria. If you open a case in the agent inbox, the view set Cases is displayed automatically.
    Alternatively, you can use the separate case search if you have set this up in Customizing.
    Use the text search function in the Knowledge Search to search for case notes, documents and business objects as well as to search for cases based on the long text description of business objects. You can e-mail cases found using the Knowledge Search to internal and external parties. Case header information and attachments are sent.

  • How can i find the SAPSCRIPT triggered by a standard transaction or program

    I am trying to find the SAPSCRIPT triggered by transaction F150.
    This transaction uses program SAPF150D2 for print but i am not able to find the SAPSCRIPT.
    I want a general way to find the SAPSCRIPT triggered by any transaction or program.

    Hi,
    As pointed out earlier using SE38--->rstxdbug, is the simplest & the best way.
    However alternate way would be -
    >se71-give form name->Click on change mode-->click on page windows->select any one window & Click on text elements ( Pencil Icon)--->Insert>symbols->Pgm symbols----->This will display all the pgms where this form is being used.
    I hope this helps,
    Regards
    Raju Chitale

  • How to find all the tables associated for a particular transaction

    Hi-
    May I know how to find all the tables, related(foreign key) tables for a transaction within SAP GUI?
    Up to my technical knowledge, this can be achieved by looking database diagrams from DB level. But that would be for entire database as a whole. What I'm expecting is to see transaction level relative tables that too from SAP GUI. Please share the possibilities if any.
    Regards
    Sekhar

    Dear Micky Oestreich
    May be we possess expertise or high level experience, it should not show up in our way of communication. Every professional starts with the basic stuff to learn. When the question is raised in such minimum polite way, the same level of courtesy is expected in return. If you felt my question was basic, you might have refused it gently. If you are in good mood or bad mood it doesn't matters.
    Hi Vengal Rao
    Thanks for your response. It helped me.
    Regards
    Sekhar

  • How to find all intersections of children of currency dimensions and currentmembers of all other dimensions where data exists

    Hi all, I have a requirement where I need to find all intersections of children of currency dimensions and currentmembers of all other dimension wherever data exists for them.
    Its a ASO cube with and version is 11.1.2.2.
    If I try to write the formula in a the below way to test, I get an error that 'Currenttuple can only be used with a named set'. But when I try to create a named set with the 'WITH' keyword, it not able to recognize the 'WITH' keyword. I think I am missing something obvious and this may not be the correct way to achieve this. Please help.
    1st try with just Currenttuple - error 'Currenttuple can only be used with a named set'
    iif(
      (isgeneration([Time].currentmember,4)),
      CASE
      WHEN NOT ISEMPTY(
    Crossjoin([Currency].Children,
    {([Time].currentmember,[Org].currentmember,
    [S Org].currentmember,[C Code].currentmember,
    ).Currenttuple
      THEN  Missing
      ELSE Missing
    END, Missing)
    2nd try to create a named set with 'WITH' keyword - syntax error at WITH
    /*with set [NewSet] as                                      
    'Crossjoin([TC].Children,
    {([Fiscal].currentmember,[Organization].currentmember,
    [Sales Org].currentmember,[Company Code].currentmember,
    [Measures].currentmember,
    [Product].currentmember,
    [Channel].currentmember,
    [Order Reason].currentmember,
    [Country].currentmember,
    [Billing Type].currentmember,
    [Business Area].currentmember,
    [Sales District].currentmember,
    [Data Source].currentmember,
    [View N/A]
    iif(
      (isgeneration([Fiscal].currentmember,4)),
      Filter([NewSet], NOT IsEmpty([NewSet].CurrentTuple))
    , Missing)

    Hi Tim,
    Thanks for you reply and sorry for my delayed response. Actually there is one more requirement in this, which makes it a bit complicated. There are another set of members in the Measure dim called FXDirrate and FXIndrate. The logic is :
    1. If data exists for the combination of a Currency.children, FXDirrate and current member of all other dims
    then convert the value for Currency.children by diving by FXDirrate
    2. If data exists for the combination of a Currency.children, FXIndrate and current member of all other dims
    then convert the value for Currency.children by multiplying by FXIndrate
    3. Then value of the calculated members will be sum(all FXDirrate converted + all FXIndrate)
    Currency does roll up but as the data for its children can either be in Dirrate or Indrate and the sum needs to be taken after the conversion, there I am not able to proceed as I am not able to check the existence of data in individual children of currency as Isempty isn't working on a set . Thanks a lot for your help.

  • Love Acrobat XI, but when I installed it became the default program to open all my photos.  I'd like them to open in theirr native (JPEG, etc. format) How do I disable the PDF default conversion ? Cant' find anything in Preferences that works.

    Love Acrobat XI, but when I installed it became the default program to open all my photos.  I'd like them to open in theirr native (JPEG, etc. format) How do I disable the PDF default conversion ? Cant' find anything in Preferences that works.

    Sounds like a file association issue in Windows. Right click on the files of interest and select Open With>Choose Default Program and select the program you want used (be sure the "always use" box is checked. The Acrobat installation should not have done this change, but this is the process to make the change on each file type.

  • I recently upgraded to ML and now I find that CS5.5 programs crash unexpectedly all the time. Help

    I recently upgraded to ML and now I find that CS5.5 programs crash unexpectedly all the time. Is anyone else having this issue and what's the best way to resolve this. Help.

    You might check and see if there are any Console entries about what happened when you attempted to launch a CS 5.5 app.
    Adobe links its apps with the particular volume on which it is running, and altho' I can't recall specifics, I know in the past I have had to reset Adobe's settings after OS upgrade. I do recall that it's a fairly easy procedure; just don't exactly recall what it is.
    BTW, CS 4 runs on Mountain Lion for me.

  • Seach table like tmsbuffer where I can find all date of transaction order

         Hi I seach table where I can find all transaction order 'TRKORR' with all system 'SYSNAM' like this table and all date of creation of the order.
    The problem is I should use RFC connection for that and search this in table E070 and I don't want use RFC
    Is a table exsite with this? (date of creation of transaction by system)

    you will have to write code to check individually in all systems for creation date in those systems.
    transports generally get created in only 1 system the development system and are then imported into other systems.
    so you can track by looking at E070Create in Dev and later, you can look for import date / time for other systems in E070 etc
    Good luck.
    Regards,
    Siddhesh

Maybe you are looking for

  • I am trying to insert rows for alert_id 22 with diff abc_id and xyz_id

    I am trying to insert rows for alert_id 22 with diff abc_id and xyz_id these inserts will store in two tables that I have to join in the cursor. I have written cursor without passing cursor parameters. but here i need to pass acb_id and xyz_id along

  • Re: Satellite L300 - camera is not working after upgrading to Win7

    As in subject. Camera wont work after upgrading to Windows 7. I have tried almost everything found on Internet. The drivers are installed. There is no exclamation mark in system. Satellite L300 (PSLB8E)

  • Hz_Cust_Account_Site_V2pub.Create_Cust_Site_Use API in error

    Hello, Trying to create customer site using Hz_Cust_Account_Site_V2pub.Create_Cust_Site_Use API is returning an error. Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctl

  • Java Problems with web access/Oracle

    I have a new problem I'm wondering if anyone has encountered. I use my G5 PPC to make input into a Government data base. It's been working for a couple of months (since I took on the assignment) but all of a sudden they started to make little 'fixes'

  • OEL 5.7 UEK will NOT boot on OVM 3.0.3

    I just installed Oracle VM 3.0.3, and everything seems fine. I created my first VM, using an OEL 5.7 to create an HVM. The installation seemed okay, but the UEK kernel will NOT boot after the install. The 2.6.18 kernel boots just fine, however. If I