Table of all Partners related to an Activity (for BW extraction)???

Hi all,
could anyone please let me know the table where the relational information between activities and ALL related Business Partners (not only contact partner, etc.) are stored).
Thanks in advance.
Stefan

Hi Stefan,
on the CRM online DB it's probably CRMD_PARTNER, on the CDB database it's one of the smokvbez-tables. Could be that in the CDB the employees are stored in a different table.
Michael.

Similar Messages

  • SICF Services to be activated for SRM 7.0

    Hi Guys,
    I am collecting list of all SICF services to be activated for SRM7.0
    1) SAP -->BC -->WebDynpro -->sapsrm --> activate all services
    2) SAP -->SAPSRM --> activate all services
    3) SAP -->BC -->WebDynpro >SAP> POWL --> Activate services
    4) SAP -->BC -->bsp -->sapsrm --> Activate services
    Apart from this are there any other services to be activated for SRM 7.0?
    Regards,
    Ashish Shah

    Hi Ashish,
    Why dont you use the standard report W3PUBLISHALL for activating alll the SICF at once .. No harm in Publishing all SICF pages in SRM 7.0
    Thanks
    Iftekhar Alam

  • Delete user and all his related data form the relation table

    HI All,
    I have user and for the user i have 3 more tables with additional fields that relate to the user
    the the user is a key on the 3 tables and relate with foreign key .
    in case i want to delete the user and i want that all the user data from all the related table will be deleted how can i do that ?
    Regards
    Joy

    HI,
    The user is in Z DB tables so i cant delete it with this bapi,
    The problem is when i have 4 table and i want to delete the user from them like that :
      DELETE FROM: (sv_user_table_name) WHERE userid = iv_user_id,
                   (sv_add_fld_table_name) WHERE userid = iv_user_id,
                   (sv_att_table_name) WHERE userid = iv_user_id,
                   (sv_app_attributes_table_name) WHERE userid = iv_user_id.
    IF sy-subrc <> 0.
        RAISE EXCEPTION TYPE .....
    if the user are exist in the first and the second table and not in the third and four
    i get the sy-subrc = 4 despite the user has deleted from the first and seconed tables
    there is nice way to overcome this issue ?
    Regards
    Joy
    Edited by: Joy Stpr on Aug 3, 2009 8:57 AM

  • Forward all alerts related to Active Directory to a specific email

    Hi All,
    When monitoring with SCOM how to forward all Active Directory related alerts to the administrator who is responsible for AD.
    I saw when right click on a specific alert a notification subscription can be created but this only for that specific alert. How to create an email subscription to all errors related AD management pack.
    Thanks,
    Kanishka

    Hi
    Create a new subscription, on the criteria page select "created by specific rules or Monitors". On the rule and Monitor search select the Management pack(s) you want and click search. Then mark all rules / Monitors and click add. Repeat this step for every
    Management pack you want to receive alerts.
    Cheers,
    Stefan
    Blog: http://blog.scomfaq.ch

  • Which table contains the task related information in WMS

    Hi I have a requirement in which I need to have taskID, employee wms id.. Please help me know the main table which contains tasks related information in WMS.
    Thanks

    Thanks for your reply,,
    I came to know that task has status like unreleased, pending, queued, dispatched, active, loaded and completed.
      What is the table name, If their is a specific table that can hold the status of all the status, if not what are all tables that are getting effected in this process.
      for example:
       order number has status and it is maintained in or_order_headers and oe_order_lines. as the process changes wsh_deliveries, wsh_delivery_details, wsh_delivery_assignments,... etc will get effected.
    The similar way, in our case what is the main derived table like(order_headers, lines) and if their is a process what will be the underlined tables which are getting effected.
    Thanks,

  • Tables related to PM order for actual and commitment items

    Hello Experts,
    I need help in finding the tables related to PM order for actual and commitment items.
    I need develop a report which can show the actual and commitment items for each order and Operation/component under that each ITEM wise and its related documents.
    For the component we can find the table RESB.
    But i am getting the difficult to find the data related to Operation (services)
    In my client we can able to see PM orders with activity types and SKF
    How can build the logic to find the values for each operation item and its commitments (PO, PR) and actual that is FI documents
    Please guide me the   TABLES and fields or else give me the hints, how can find the tables
    Thanks and Regards,
    Narendra

    Hi,
    The tables are COEP (actuals) and COOI (commitments); that is if you mean the financial figures.
    Regards,
    Eli

  • Retrive Business Partners related to the filters of an Attribute set

    Hi SAP Gurus,
    I hv a requirement to get Business Partners related to the filters of an Attribute set.
    I hv used a FM 'CRM_MKTTG_SAL_SEARCH_DB' to get the GUID of the attribute list.
    If the GUID is passed to another FM 'CRM_MKTTG_SAL_READ' we can get the details of the attribute list i.e. GUIDs of Attributes and Filters within the list.
    All we need to o now is to identify the BPs related to the filter criteria.
    So, is there any standard report program or Function Module which can be used to achieve the above purpose?

    Thanks for the reply.
    this FM is taking the Marketing Attribute Set ID as input and returning the BPs in it.
    I would like to know if I create an Attribute list in the T-code CRMD_MKTDS, create a filter criteria for this attribute list, then how come I can determine the BPs related to this filter criteria Can this me achieved by any FM or Standard Report program?
    Edited by: Sibsankar on Oct 4, 2011 3:32 PM

  • Getting all payment related to a invoice (Similar to the applied transac)

    Hi expert,
    I'm currently designing a sales report for POS employe. I'm trying to relate all incoming payment related to a invoice and i don't see where the relation is establish (wich table ?). I have make a query to list by the oInv.ReceiptNum relation to oCrt but what if there is two payment for a invoices?
    This is my query:
    SELECT [IncPay].[DocNum]
          ,[IncPay].[DocType]
          ,[IncPay].[Canceled]
          ,[IncPay].[DocDate]
          ,[IncPay].[CardCode]
          ,[IncPay].[CardName]
          ,[IncPay].[Address]
           ,[Invoice].[DocTotal] AS [Inv.Total]
           ,[NoteCredit].DocTotal AS [Cred.Total]
          ,[IncPay].[CashSum] AS Argent
          ,[IncPay].[CreditSum] AS Carte
          ,[IncPay].[CheckSum] AS Cheque
          ,[IncPay].[DocTotal] AS Total
          ,[IncPay].[Ref1] AS [IcDocNum]
          ,[IncPay].[Ref2]
          ,[IncPay].[Comments]
          ,[IncPay].[JrnlMemo]
          ,[IncPay].[TransId]
          ,[IncPay].[DocTime]
          ,[IncPay].[NoDocSumSy] AS [ICOrphelin]
          ,[IncPay].[ObjType]
          ,[IncPay].[BankCode]
          ,(SELECT User_Code FROM oUsr Where UserID = [IncPay].[UserSign]) AS [UserOrig]
          ,[IncPay].[CancelDate]
          ,[IncPay].[OpenBal]
          ,(SELECT User_Code FROM oUsr Where UserID = [IncPay].[UserSign]) AS [UserUpdate]
      FROM [Antirouille_PROD].[dbo].[ORCT] AS IncPay
              LEFT JOIN [Antirouille_PROD].[dbo].[oInv] AS Invoice
                   ON Invoice.ReceiptNum = [IncPay].[DocNum]
              LEFT JOIN [Antirouille_PROD].[dbo].[oRin] AS NoteCredit
                   ON NoteCredit.ReceiptNum = IncPay.DocNum
      WHERE [IncPay].[Canceled] = 'N' AND  Invoice.DocNum = 34453
    Thanks for your help!
    Manuel

    Hi,
    After a deep investigation in how sap make that relation. It apears that sap use the reconcile table to link to related transaction.
    That query return the Invoice and the outgoing payment of a journal entry number (168693) made by an incoming payment...
    SELECT    T1.[TransType]
              , T0.[ReconNum]
              , T1.[BaseRef]
              , T1.[TransId]
              , T1.[Line_ID]
              , T2.[ReconType]
              , T2.[ReconRule1]
              , T2.[ReconRule2]
              , T2.[ReconRule3]
              , T1.[RefDate]
              , T1.[DueDate]
              , T2.[ReconDate]
              , T1.[BatchNum]
              , T1.[CreatedBy]
              , T1.[Ref1]
              , T1.[Ref2]
              , T1.[Ref3Line]
              , T1.[ContraAct]
              , T1.[LineMemo]
              , T0.[CashDisSum]
              , T1.[Debit]
              , T1.[Credit]
              , T1.[BalDueDeb]
              , T1.[BalDueCred]
              , T0.[ReconSum]
              , T1.[SYSCred]
              , T1.[SYSDeb]
              , T1.[BalScDeb]
              , T1.[BalScCred]
              , T0.[ReconSumSC]
              , T1.[FCDebit]
              , T1.[FCCredit]
              , T1.[BalFcDeb]
              , T1.[BalFcCred]
              , T0.[ReconSumFC]
              , T2.[ReconNum]
              , T1.[ShortName]
              , T1.[Account]
              , T1.[FCCurrency]
              , T2.[ReconCurr]
              , T2.[ReconNum]
              , T0.[IsCredit]
              , T2.[OldMatNum]
         FROM  [dbo].[ITR1] T0 
              INNER  JOIN [dbo].[JDT1] T1 
                   ON  T0.[TransRowId] = T1.[Line_ID]  AND  T0.[TransId] = T1.[TransId] 
              INNER  JOIN [dbo].[OITR] T2
                   ON  T0.[ReconNum] = T2.[ReconNum]  
         WHERE  EXISTS     (
    SELECT U0.[ReconNum]
         FROM  [dbo].[ITR1] U0 
    WHERE U0.[TransId] = (168693) 
         AND  U0.[TransRowId] = (1) 
         AND  T2.[ReconNum] = U0.[ReconNum] 
         AND  (T1.[TransId] <> (168693) 
         OR T1.[Line_ID] <> (1) ) 
    ORDER BY T2.[CreateDate]
    Thankls a lot for your help!

  • Table where Partner function related to any particular ticket is stored

    Hi All,
    Can Anybody tell me name of the table where Partner function related to any particular ticket is stored.
    Thanks in Advance
    Regards,
    Amit

    Hi Amit,
    The table vision CRMV_LINKPARTNER will retrieve the information you're looking for (just enter the service ticket GUID as input).
    If you take a look how this vision is elaborated, you'll check how you can associate the table CRMD_ORDERADM_H to table CRMD_PARTNER.
    Kind regards.

  • Join 2 tables which are not related with any primary-foriegn key constraint

    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.
    How can i write the select query for this condition?
    Thanks
    Swapna

    Hi, Swapna,
    user11018268 wrote:
    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.I think you want a UNION, not a join.
    If you have 10 rows in table_a, and 30 rows in table_b, then
    SELECT       A_ID,          A_Name,     A_Address,     A_City,     A_Pin
    FROM      table_a
    UNION
    SELECT       B_ID,          B_Name,     B_Adress,     B_City,     B_City
    FROM      table_b
    ORDER BY            2,               4          
    ;will produce up to 40 rows; 40 if there are no duplicates. (UNION implies DISTINCT.)
    The corresponding column types should be similar, if not exactly the same.
    There's no problem if A_Name is VARCHAR2 (50) and B_Name is CHAR (30).
    However, there will be a problem if A_ID is a NUMBER and B_ID is a TIMESTAMP.
    You must have the same number of columns in all branches of the UNION.
    If you want an ORDER BY clause, put it at the very end, after the last branch of the UNION.
    You can use positional notation (where 2 means the 2nd column) like I did, or you can use names from the first prong of the UNION (such as A_Name).
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.I'm not sure what your mean about "Address Label".
    Whenever you have a question, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables, and the exact results (formatted) that you want from that data.
    You can concatenate all 5 columns into one VARCHAR2 column, if you want to.
    You'll probably want to use RPAD (or simillar functions) to make the output line up nicely.
    If any of the columns are not strings, use TO_CHAR to make string versions of them.
    For example:
    SELECT  TO_CHAR (A_ID, '9999999')
         || '   '          -- leave a little space between the left-justified a_id and the right-justified a_name
         || RPAD (A_Name, 25)
         || RPAD (A_Address, 50)
         ...Edited by: Frank Kulash on Nov 14, 2009 10:11 AM

  • ICWC: table shows all attributes of context nodes instead of the configured

    Hi,
    after adding an attribute by the assistant (from a BOL-relation of the root object) and setting it to the configuration, the table shows ALL attributes (~20) of the context node. With F2 in the browser I can see, that the right configuration was found (with 5 attributes). Clicking the customizing  icon of the table, the popup is showing the configured attributes. Doing a "Set to default" has no result.
    Removing the added attribute: no change.
    Removing all attributes: no change
    Deleting the configuration and create a new one with the same name: no change
    Please help!!!
    Thanks,
    TW

    Hi everyone,
    the previously described problem could be solved by removing the enhancement of the View and creating a new configuration. The creation of only a new configuration has not solved the problem. However, removing a view enhancement can not be the solution for such a problem!
    Now again we have the problem after adding an attribute at the context node used for the table, the configuration seems to be damaged and the filtering of the attributes does not work. Thus, all available attributes are used. Debugging in the htm-tag has shown that the XML for the configuration is correct and read in the view. Further debugging has not shown any exceptions or any hints on the weird behavior.
    Had anyone of you the same or a similar experience and solved this in another way than removing the enhancement of the view?
    With best regards,
    Kai Lienemann

  • Hi guys n girls. How do you copy a whole table to create a new table with all cell sizes in tact? Thanks for your help. Jason.

    Hi guys n girls. How do you copy a whole table to create a new table with all cell sizes in tact? Thanks for your help. Jason.
    when you copy n paste into a new table, all the cell sizes are changed.
    is there a way to put in a new table from your templates into an existing file, different to the standard very basic ones in insert table.
    I look forward to your answers.  Your help is very much appreciated.
    Also how do you search for question answers already written in this support area please.

    Hi Jason,
    In Numbers 3, you can select a whole table by clicking once in the table to make it active, then click once on the "bull's eye" at the top left.
    Now copy and paste. All formatting (and any cell content) is pasted intact. In Numbers 2.3 (Numbers '09) it is a little different for selecting a whole table. But I won't go into that unless you are using Numbers '09. Please reply.
    I don't like the look of the tables in Insert Table. I keep custom tables in My Templates. I have set Numbers > Preferences > General > For New Documents > Use template: (name of my favourite custom template)
    That opens when I launch Numbers, or ask for a new document (command n). Note that if you follow this preference setting, then Menu > File > New From Template Chooser (for another template) requires you to hold down the option key in that menu.
    Regards,
    Ian.
    Message was edited by: Yellowbox. All formatting (and any cell content) is pasted intact.

  • Auto resolve all incidents Related to release record

    hi ,
    I want auto resolve all incident related to release record  ?
    how I can do that?

    Hi Mohamed,
    There are a lot of ways you could do this.  I would use Orchestrator for this task.  The configuration of the Runbook really depends on how you want this to work (based on status of Release record, as soon as IR is related to RR, etc.).  It
    would actually write a SQL query to find these, as that is the fastest and most efficient way to find the IRs that are related to RRs that are not resolved.  Then you could pass the IDs to an Update Object activity that sets the IR status to Resolved.
    - Christopher
    Until the Whole World Hears

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

  • JSF-Data Table displaying all data in a single row

    Hi Guys,
    Im new to JSF, im trying to display the details from a List in a data table, but all the details are getting displayed in a single cell instead of displaying as rows, can someone help me with this problem?

    You need post your code so that we can view it.
    This is an example of dataTable
    <h:dataTable border="1" id="qresults" cellpadding="4" styleClass="subjectQRTbl" cellspacing="4" value="#{wormingList.worming}" var="bbr" first="#{wormingList.firstRowIndex}" rows="#{wormingList.noOfRows}" rowClasses="evenRow,oddRow">
    <h:column>
    <f:facet name="header">
         <h:outputText escape="false" value="Vaccination Date" />
    </f:facet>
    <h:commandLink id="locnum" action="#{appAction.getWormingRecord}" title="Update Worming History Record">
    <h:outputText value="#{bbr.dateWormed}">
    <f:convertDateTime pattern="MM/dd/yyyy"/>
    </h:outputText>
    <f:param name = "recordId" value ="#{bbr.id}" />
    </h:commandLink>
    </h:column>
    <h:column>
    <f:facet name="header" >
    <h:outputText escape="false" value="Vaccination Type" />
    </f:facet>
    <h:outputText value="#{bbr.type}" styleClass="readOnly" />
    </h:column>
    <h:column>
    <f:facet name="header" >
    <h:outputText value="Vaccination Dosage" />
    </f:facet>
    <h:outputText value="#{bbr.dosage}"styleClass="readOnly"/>
    </h:column>
    </h:dataTable>
    Hope this helps

Maybe you are looking for