Urgent: Extraction of CRM Survey  and change documents

Hi BW Experts,
My requirement is to extract CRM Survey which is linked to Activities as XML file and Change documents from CRM to BW. I know what are the datasources we need to use inorder to extract the Survey data to BW some of them are : 0SVY_DATA_1;0SVY_QUEST_TEXT and 0SVY_ANSWER_TEXT but I am confused in mapping Survey questions to BW as they may be of 200 char do we need to split them or is there anyother way we can map please would anyone suggest me steps to extract the Survey data from CRM to BW i.e from activation to Cube mainly I am worried about how do we map Survey questions to BW objects.
And also I need to extract Change documents,i.e changes made to the created opportunity,activity transactions, from CRM to BW as the changes are not stored in DB tables but we can view them in extras menu->change documents I think they are linked to transaction number but i donot know how to pull them to BW.Would anyone put some light on it. I appreciate it in advance.
Thanks in advance
Regards
Kishore.

Hi Kishore,
I have no experience in CRM extraction in BW.
Did you try to use 'Propose Transfer Rules' function to map objects from extract structure to the comm structure. I am assuming that you have activated all the required Business Content and replicated your extract structures.
Why do you want to map field by field? May be I did not understand your question?

Similar Messages

  • Configuring BW to Report Change Requests and Change Documents

    We upgraded to Solution Manager 4.0 on DB2 and need to extract the Change Request and Change Document tables to BW for reporting. We know that there is an internal Transaction Monitor, but we need to also report using BEx Analyzer for users who will not log into Solution Manager.
    We found one table CRMD_ORDERADM_H for some Change Request fields, but cannot find the tables for the rest. Does someone know the tables where these fields reside?  Thank you.
    <u><b>CHANGE REQUEST</b></u>
    <b><u>Screen Name     Table</u></b>
    Priority     
    Category     
    Description     CRMD_ORDERADM_H
    Sold-to Party     
    Requester                      COMT_PARTNER_TO_DISPLAY
    Change Manager     
    Change Advisory Board     
    Ibase     
    Product     
    Subject     
    External Reference     CRMD_SALES
    Date     
    Change Request ID     CRMD_ORDERADM_H
    Decision Date     
    Implementation Date     
    Time of Entry     
    Change Request Log     
    Description of Change     
    Change Request Status     
    <u><b>CHANGE DOCUMENT</b></u>
    <u><b>Screen Name     Table</b></u>
    Change Document ID     
    Status     
    Description     
    IT Operator     
    Implementation Date     
    Time of Entry     
    Overview

    We upgraded to Solution Manager 4.0 on DB2 and need to extract the Change Request and Change Document tables to BW for reporting. We know that there is an internal Transaction Monitor, but we need to also report using BEx Analyzer for users who will not log into Solution Manager.
    We found one table CRMD_ORDERADM_H for some Change Request fields, but cannot find the tables for the rest. Does someone know the tables where these fields reside?  Thank you.
    <u><b>CHANGE REQUEST</b></u>
    <b><u>Screen Name     Table</u></b>
    Priority     
    Category     
    Description     CRMD_ORDERADM_H
    Sold-to Party     
    Requester                      COMT_PARTNER_TO_DISPLAY
    Change Manager     
    Change Advisory Board     
    Ibase     
    Product     
    Subject     
    External Reference     CRMD_SALES
    Date     
    Change Request ID     CRMD_ORDERADM_H
    Decision Date     
    Implementation Date     
    Time of Entry     
    Change Request Log     
    Description of Change     
    Change Request Status     
    <u><b>CHANGE DOCUMENT</b></u>
    <u><b>Screen Name     Table</b></u>
    Change Document ID     
    Status     
    Description     
    IT Operator     
    Implementation Date     
    Time of Entry     
    Overview

  • MM02 - Enable options change number, change overview and change documents

    I am with the following problem: I enter the transaction MM02, I enter the material 1000765, I select the view "Classification". Later I access the environment option from the menu bar and options for change number, change overwiew and change documents are disabled.
    How do I enable these options change number, change overview and change documents?
    Regards,
    Sérgio Salomã

    Hi Sergio,
    If we activate the change documents for classification data, then we will be able to see the CHANGE DOCUMENTS for characteristic values through CL20N transaction (CL20N via menu ENVIRONMENT --> Change Documents) or MM02.
    For reference please check SAP Note 65124.
    For enabling change documents for classification data in SPRO --> Cross-Application Components --> Classification System --> Classes --> Maintain Object Types and Class Types.
    In this enter into MARA table entry. Inside that corresponding to the respective CLASS TYPE (say 001) enable the CHANGE DOCS check box in Classifications part (For enabling this please check SAP Note 65124). Then for this CLASS TYPE (say 001) inside the OBJECTS folder, enable the CHANGE DOCS CLASS checkbox also.
    Now in MM02 and in CL20N under menu Environment --> Change Documents you can view all the changes done to that characteristic values.
    Once the change documents is activated, then we can get the change documents details in CDHDR and CDPOS tables. The OBJECTCLAS may be "CLASSIFY". We can also use the "CLLA_CHANGE_DOC_CLASSIFICATION" function module to fetch the data from these tables.
    Hope this helps in solving your issue.
    Thanks and Regards,
    Harish kumar.

  • Project version and Change documents

    Hi,
    1) What is the difference between project version and Change documents?
    2) For Network say 100000, how to create different versions ( version 1,2,3.....)
    Regards,
    Prasad

    Hi ,
    Given below is the scenario:
    The project is having WBS and network created using assembly processing. The network say 10000 has got activities with work center (WC) and activity types 1,2 and 3.
    The requirement is:
    For the same network 10000 with the above activity types, Is it possible to create different work centers WC1, WC2 AND WC3 for Version 1, 2 and 3.
    ie,
    Network -
    work center----
    version
    10000  -
       WC----
    Nil
    10000--WC1--
    Version 1
    10000--WC2--
    Version 2
    10000--WC3--
    Version 3
    if it is possible, can any body tell me the procedure for the same.
    Regards,
    Prasad

  • ABAP OO Class and Change Documents

    I have created a class based on the IF_WORKFLOW interface.  I created a couple of events.  I created a workflow task assigned to a custom method of the class.  I setup the Material Change Document to trigger the class event when there is a change.  The workflow task does trigger when I change a material, but I don't know how to pass the key of the Change Document (matnr) to the workflow task/method using the ABAP OO Class interface.  Any help?
    Thanks,
    Kenneth

    Thanks for the reply Florin.  Yes, I have seen Joclyn Dart's Whitepaper and blogs.  They are very helpful, but I haven't seen much information within them about Change Documents.  I tried your suggestions, but the material key is still not being filled when I trigger the change document and workflow task using tcode MM02.
    Here is what I have done:
    Created an Attribute 'Material' type mara-matnr and checked 'Key Attribute'.
    Created an Attribute M_POR type SIBFLPOR.
    Here are the methods:
    Constructor with parameter 'Material' *
    METHOD constructor.
      me->m_por-catid = 'CL'.
      me->m_por-typeid = 'ZMM_WF_MATTEC'.
      me->m_por-instid = me->material.
    ENDMETHOD.
    Find_by_lpor with parameters LPOR and RESULT (default params) *
    METHOD bi_persistent~find_by_lpor.
      DATA: p_material TYPE matnr.
      MOVE lpor-instid TO p_material.
      TRY.
          CREATE OBJECT result
            TYPE
              zmm_wf_mattec
            EXPORTING
              material      = p_material.
        CATCH cx_bo_error .
          EXIT.
      ENDTRY.
    LPOR with parameter RESULT (default param) *
    method BI_PERSISTENT~LPOR.
    result = me->m_por.
    endmethod.
    ENDMETHOD.
    Custom method MAT_CHANGED with parameter 'Material' * (not coded yet)
    This is the task being triggered by the Change Documents *
    METHOD mat_changed.
    ENDMETHOD.
    Edited by: Kenneth Moore on Nov 4, 2008 11:00 AM

  • Entry Document and Change Document in SAP FM

    Dear Expert,
    In SAP FM when we enter a budget through FMBB, system create the entry document and creates change document automatically with the original document
    could you please explain what is the difference between 2 documents. and justify system behavior when system creates 2 change documents for the same entry document (sometimes)
    Thanks & Regards

    Hi Richa,
    a good place to start would be the Master Guide to NW 7.4 SR1 on SAP Market Place which is here.
    The guide goes through everything for planning a NW installation including of course Portal and planning the Landscape design and architectura questions.
    Best regards,
    Andy.

  • PM orders and change documents

    Hi all,
    I have to activate change documents fuctionality in order to know how changes PM order and what does.
    I don't find the customizing path to activate this functionality: may anyone halp me?
    Thanks.

    Hi
    Change documents records the changes to the order header  are displayed in the form of an action log. Therefore, if you want to know who released or completed an order, you must enter an X here for the relevant order type
    Change document is activate for the combination of plnning plant and order type.
    Path-
    Plant Maintenance and Customer Service>Maintenance and Service Orders>Functions and Settings for Order Types-->Define Change Docs, Collective Purc. Req. Indicator, Operation No. Interval
    Regards
    Anil Kumar

  • Urgent Help Regarding Storing Word and PFD Documents

    Dear Friends
    I want to store my word and pdf documents in my database using 8.1.7 for windows NT. It is quiet urgent so if any one of u guys could help me step by step . How to insert and retrieve my doc and pdf files in and from database.
    I'll be highly thankful to you.
    Regards

    The DBMS_LOB package does not support writing of data from BLOBS to the filesystem.
    An export method is defined for the intermedia doc type.
    NOTE: look at the notes and make sure the correct permissions are granted to the user for this method to work. This is in the 8.1.7 documentation which is not on OTN at this time...
    However, the intermedia does have an export method that was implemented as a java stored procedure.
    http://otn.oracle.com/doc/oracle8i_816/inter.816/relational_interface/mm_relat.htm#1078905
    You can write your own java stored procedure to write the file, place the document in an intermedia doc type and use the export method, or use the relational interface export() function.

  • PO Line item deletion and change documents

    Hello All
    We have cases where when we delete certain lines of a Purchase order, a change document gets created while for certain other lines it doesn't. Has anyone expereienced this issue before ? Any solutions on how to resolve it please ?

    Yes we find such problems in purchase orders such as
    - deleting PO line item
    - Add PO line item
    - change qty
    We had restricted through ABAP program plus release indicator.
    Check..,,,
    Vijay

  • Access and change documents property with KM API

    Hi,
    I am trying to access KM with the KM API to change some document properties.
    I tried following cod, but I get errors for the IUser:
    IService service = PortalRuntime.getRuntimeResources().getService(IUserManagementService.KEY);
    com.sapportals.portal.security.usermanagement.IUser user =  WPUMFactory.getUserFactory().getEP5User((IUser)request.getUser().getUser());
    IResourceContext context = new ResourceContext(user);
    RID path = RID.getRID("/documents/Access/mydoc.doc");
    IResource res;
    res = ResourceFactory.getInstance().getResource(path, context);
    response.write("ResourceDisplay Name"+res.getDisplayName());
    IPropertyName propName;
    propName = new PropertyName("http://sapportals.com/xmlns/cm/rendering","displayname");
    IMutablePropertyMap map = new MutablePropertyMap();
    IProperty property;
    response.write(map.get(propName).toString());
    property = new Property(propName, "Asia");
    map.put(property);
    res.setProperty(property);
    Does anybody have an example code? Or can anybody help me?
    Thank you
    Regards
    Ismail

    Hi,
    This should work:
    com.sapportals.portal.security.usermanagement.IUser user = WPUMFactory.getUserFactory().getEP5User(request.getUser());
    Make sure you added a sharing reference for "com.sap.km.application" in your portalapp.xml.
    Best regards,
    Avishai Zamir

  • Urgent please help - brocade zoning and changing WWN

    Hi all, we have had an issue with one of the devices on our SAN network, this means chaning the device, the engineer said we will need to change the name of the World wide name on the brocade to match. My question is, what is the WWN for? and do you assign it to one port, or a number of ports,and does a device that wants to talk to another device need to have the same WWN?
    please help
    cheers
    Carl

    Hi Carl,
    I'm presuming that you are talking about having either a whole server replaced or you replaced a HBA (host bus adapter (fibre channel card in a server)).
    A WWN (World Wide Number) is a unique identifier in the fibre channel space much like a MAC address. WWN's are used for security purposes generally to prevent/allow devices from seeing each other.
    In that case, you will need to reconfigure any zones that were configured for that host/hba. A zone is a method of preventing devices from seeing each other on a fibre channel SAN (its kinda like an ACL).
    You will most likely have to make some changes on any disk arrays because they generally would be configured to only allow certain hosts or HBA's to see certain LUN (Logical Unit (a slab of disk)). This is called LUN masking or sometimes called LUN security.

  • ChaRM Change Request and Change Documents if withdraw

    Hi groupies,
    my problem is this:
    we did copy the standard transaction sdcr etc. to zdcr etc.
    If I release a zdcr a new transaction zdmi (normal correction) will be created. I switch into the new transaction type zdmi and  withdraw the transaction zdmi. Now I go back into the transaction zdcr. In the Standard SDCR you must release the SDCR again. But in my case the status is still "released". What is the problem? Know anyone the problem?
    nico

    Hi.
    Search for customizing section "Make settings for Change Transaction Types"
    Select ZDMI and assign the following:
    Assign Action: SET_PREDOC for user status "withdrawn" (check table TJ30 or the corresponding status profile via customizing). It's something like "E0xx"
    Specify Status Attributes: Fill in the appropriate information, especially user status ("E0xx" - same as above), transaction type (ZDCR), Statusprofile (status profile used for ZDCR, i.e. ZDCRHEAD) and user status which ZDCR should be reset to (i.e. "E0001 to be approved" or "E0003 rejected")
    If you just want to be able to create another ZDMI you could also add an action condition to your ZDCR.
    (Tx: SPPFCADM -> CRMD_ORDER -> Condition Configuration)
    Hope this helps.
    /cheers

  • Query on variances and changed documents?

    Hi Friends
    To what documents on SuS side tolerances can be appled and what tolerances are available for these documents.
    Is there a link of Version Control with WFL. What impact Version Control is there on purchasers side and suppliers side when they are using SuS.Please let me know
    Regards
    Andrew
    Edited by: andrewleeod on Dec 17, 2009 3:16 PM

    Hi All,
    Can you please help me understanding the use of
    BTCTRNS1 and BTCTRNS2 in process chain scheduling and de-scheduling. As if we say the
    BTCTRNS1 will suspend all the job which are released then what about the job which are still not released. Is that means that those job will run as usual. If no shall we good to use these TWO program in our production system for de-scheduling and scheduling of Process chain. As scheduling and de-scheduling huge number of PC is really time taking.
    Any quick answer on this will be appreciated.
    Thank you in advance.
    Kind Regards,
    Chandan Praharaj.

  • CRM Tables and Relationships Document - New Request

    Hi all,
    If you could please send the document to my gmail account: [email protected], points will be gladly rewarded.
    Many thanks!
    Leon

    Hi Leon,
    I have sent you the doc at [email protected]
    <b>Ikram Koreshi : I have sent it to you too.</b>
    <b>Reward points if it helps.</b>
    Message was edited by: Amit Mishra

  • CRM Tables and Relationships needed!

    HI experts,
    I am a part of CRM and BW implementation.
    As iam new to crm Can anybody send me the CRM Tables and Relationships at <removed by SDN Forum Moderator>

    Hello,
    please have a look to the Topic Links to CRM Documentation there you find instructions how to order the CRM Tables and Relationships documents.
    Regards
    Gregor Wolf
    SDN CRM Forum Moderator

Maybe you are looking for

  • How can I see how much data passes through my Time Capsule?

    I am thinking of using a cellular data plan at home. My current, rural internet provider is slow and unreliable. I use a MiFi as a backup and have 4G service which is much faster and rarely goes down. I need to see how much data is downloaded and upl

  • How to use BI Integration Wizard ?

    When I click BI Integration Wizard tag,error message is : warning 2003:Zoom the current diagram is to a level of as iview or a service? what's wrong with it? Anyone know? Thanks!

  • Contents of Stacks disappear!? Why?

    Hi, I was thinking maybe some of you guys where experiencing something similar. Sometimes, when my iMac (new, Aluminum) has been on for a while I click on the "stacks" on the dock, and the stack appears to open, but all you see is a "shadow" where th

  • Best setting for export to web

    I want to upload videos to the web.  Some will be to youtube and I assume that the export to youtube format is best for that.  But Youtube degrades the image resolution a lot.  Is there a way to minimize that? Also, if I upload to my own site what wo

  • Preview on Lion: open document on start / location signature

    One annoying change in Preview coming along with Lion is that whenever I start Preview the most recently opened document is automatically opened, and I can't find any option to turn off this behaviour! On the other hand, now being able to sign (ie. n