Reference Date in CRM Service Transactions Ext_Ref_Date

Hello Experts,
I am trying to create a query in CRM tr - SQ01 for Service Transactions and Business Partners.  I have linked the proper tables for Header and Line Item information.  One piece of information I am missing is the "Reference Date" - Ext_Ref_Date (External Document Date).  This is a key piece of information, but the only place I find this field is in Structure "CRMT_6100_SERVICE_COMP_UI".  I know I cannot add the structure to my query, is there any other way to acquire this information to display in my query.
I have the following tables in my query already:
CRMD_ORDER_INDEX
CRMD_ORDERADM_H
CRMD_LINK
CRMD_PARTNER
BUT000
Does anyone have any suggestions? 
Thank you,
David

David,
Try using CRM_ORDER_READ instead in order to get the details of the transaction in CRM.  The external reference date is actually on the "SALES" segment of the business transaction.  It is stored in table CRMD_SALES in the field PO_DATE_SOLD.
Unless you need to search by that field, it would be better to use the CRM_ORDER_READ function module to retrieve all details of your transaction.
Good luck,
Stephen

Similar Messages

  • CRM Service Transaction Types availability in ECC table CRMC_SRV_BILL_PR

    Dear experts
    I need to customize ECC IMG object CRM_SRV_BILL_MAP (SPRO -> Integration with Other mySAP.com Components -> Customer Relationship Management -> Settings for Service Processes -> Billing Integration -> Map Transaction Types and Item Categories).
    This is to map SAP CRM Service Transactions to SAP ECC Sales Orders for triggering Debit/Credit Memos based on Service Orders. However, the table in which CRM Service Transaction Types are stored is empty (CRMC_SRV_BILL_PR) - how to we get the data in there?
    For some reason, we have one client where this info is available, in another one it's not. We are not sure whether this might be a download object, or if customizing on ECC side is required?
    Thank you in advance for all helpful replies!
    Christian

    Hi,
    As far as my knowledge goes in this area, i have worked on this in my previous project with R/3 version being 4.7. We have had to manually maintain the configuration in the table that you are reffering to. So you would need to maintain the document type to be created and also assign the item categories acordingly.You will ofcourse need to configure the document types and item categories that are relevant to create a debit/credit memo in R/3. Also, you will need to map the CRM item categories to the R/3 credit/debit item categories.
    Hope this helps
    Shiloo

  • Creating ERP Sales order with reference to CRM Service Order

    Hello all,
    I am trying to create an ERP Sales Order from CRM. If Icreate the Sales Order manually, it is working correctly but, if I try to create the ERP Sales Order as follow-up document for the CRM Service Order, it is not working.
    I have defined the Cross-system Copying of Transaction Types, byt the ERP sales order is not shown as possible follow.up doc from the CRM Service Order. Does anyone know if it is possible?
    Additionally, I would need to create CRM Sales Orders in reference to ERP Sales Order. Is there any way to do it??
    Thanks in advance and Regards,

    Hi Oliver,
    Rajendra answer is correct.
    The SAP Standard integration Scenario creates a ERP sales order for all the salesitems in the serviceorder.
    Without items no salesorder is created in standard.
    Maybe you could realize your requirement with own coding when you save a new service order or by button - click.
    I realized something similar some weeks ago. One hind:  It is helpfull to maintain a ztable where you store which CRM serviceorder is linked to which sales orders.
    Kind regards.
    Manfred

  • Reference Data of Customer from R3 to CRM

    Hi Group,
        we downloaded ECC customers to CRM 5.0. now we have a situation where we want to see reference data of Customer: 1) Prev.aact no, 2) Buying Group in CRM.
       these feilds are maintained in ECC in "Company Code Data" of Customer Master under "Account management" tab.
       can somebody help me figure out which fields in CRM are these mapped to and where can i see them in CRM "BP" transaction.
            Appreciate your time. and help is awarded.

    Hi Anu,
    As Jai mentioned it is not easy to bring in additional customer master fields from R/3 to CRM during the download.
    This can acheived by extending the middleware functionality. Also you need to extend the CRM BP with these additional fields.
    First identify the fields on CRM BP in order to recive the data from R/3 fields. For this you may use some of the unused fields in the CRM BP or extend the BP using EEWB to accomodate new fields.
    Then you have to enhance the middleware by writing a custom function module to move new field data into bapimtcs structure. Then move the data from bapimtcs structure into appropriate CRM fields. Also you need to take the precaution for delta changes on these fields.
    This process is involved lot of development effort and you should be able to get some code samples from this forum's previous threads.
    <u><b>Here the note which exactly addresses your requirement : 863611</b></u>
    Reward points if it helps
    Regards,
    Paul Kondaveeti
    Message was edited by:
            Paul Kondaveeti

  • Business Transactions missing under reference data while account Merge

    Hi Experts,
    I am using SAP Standard account merge utility available in CRM 7.0 . After confirming  Master and Source  account in cleansing report when the overview page opens for confirmation and for address confirmation, i am not able to see Business transaction under the "Reference Data". all other data entities are present.
    please provide me the inputs for whether some customization is missing or some setting needs to do.
    << Moderator message - Please do not offer points >>
    Regards,
    Sanket Chougule
    Edited by: Rob Burbank on Dec 8, 2010 3:58 PM

    thanks for the reply again.
    we can hide or can control  the data to be get listed in the refrence data . there is a simple customizing  (T Code BUSWU02), there on right hand side we need maintain the data entity that  needs to get displayed and to be merge with Master.
    For more details  go to bellow mentioned link:
    http://help.sap.com/saphelp_crm70/helpdata/en/52/cff837a9aae651e10000009b38f8cf/frameset.htm
    my problem is solved and now business transactions are listed in under reference Data.
    Thanks,
    Sanket Chougule

  • BADI for Reference Object when IBase is entered in Service Transaction

    Is there a BADI to change the Objject Reference Data when the Object ID (Product ID) and IBase ID is entered in a Service Transaction (User presses 'ENTER')
    When the user enters the Product ID/ IBase ID in the Service Transaction and hits 'ENTER', I need a BADI to change and manipulate the Reference Object Data (Description, Serial Number) etc before it is output on the screen.
    This is from WebUI

    Hi,
    I have a similar question and after lloking around in internet I still have no clue how to solve it. When creating a service ticket i introduce the Ibase and Component. The Organization has to be determined based on the postal code of the IBASE. Now my problem is that still no GUID and Object ID of the Business Transaction is generated so I can not use for example FM CRM_ORDER_READ.
    Also I have problems to find the structure or table where to see the IBASES which are related to Business Transactions if the transaction still not is created.
    Any ideas?

  • How to get CRM service order data in R/3

    Hi,
    I want to retrieve service order data from CRM system to R/3, is there any FM for this. Please help as i am new to CRM
    Thanks
    Bobby

    Hi Bobby,
    It is very much possible to upload CRM service orders to SAP R/3 or SAP ECC via standard CRM middleware.
    Please refer to the below SAP help document for complete list of configuration activities for service order upload.
    http://help.sap.com/saphelp_crm50/helpdata/en/f0/5d583c65399965e10000000a114084/frameset.htm
    <b>Do not forget to reward if it helps</b>
    Regards,
    Paul Kondaveeti

  • Need info on Standard Web services to pull Order data in CRM from external applications

    Hi Gurus,
    I have a requirement to pull Order data in CRM from external non-sap application using Web services. Are there any standard SAP provided web services to pull order data based on some input? If yes, can you provide me any kind of documentation related to this?
    Appreciate your help on this.
    Thanks
    Lakshman

    Hi Lakshman,
    I have checked further.
    Please review below link of the SAP Help documentation :
    http://help.sap.com/saphelp_nw70/helpdata/en/47/3a989cbcef2f35e10000000a1553f6/content.htm?frameset=/en/46/97218e79f115eae10000000a114a6b/frameset.htm&current_toc=/en/d1/802cfc454211d189710000e8322d00/plain.htm&node_id=439&show_children=false
    and also the link :
    –http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=347DD31EB5AB4BC592BD8B29C0981A1B
    Hoping that this will be helpful.
    Best regards - Christophe

  • Batch Management in CRM 2007 Service Transactions

    Dear SAP colleagues,
    I am dealing with a CRM 2007 Service project, and there is a question that has been in my mind for a while.
    As far as I know, it is possible to manage product batches in CRM Sales. In fact, the field is standard delivered, and there are a couple of BADIs in SPRO, under Sales Transactions. But when talking about CRM Service, I can`t find any documentation about batch management anywhere, nor the possibility of configuring the functionality.
    May anybody give me some light about this issue please?
    Thanks in advance.
    Pablo RM

    Hi Rupesh,
    thank you very much for your answer, but shall I understand that batch must be specified in ECC and cannot be recorded in CRM (in stardad logic)?
    Let me explain you a bit more about our needs: we have products with batch numbers that can only be repaired with spare parts with same batch number, since they come from the same manufacturing batch. When defective products arrive to be repaired (we will use In-house repair orders to cope with this) and their batch numbers are identified, there should be an availability check of the spare parts needed considering their batches, just the same way as it is done in CRM Sales for products. As you say, once it has been released, the reservation is made in ECC.
    I suposse that there's no solution but a custom development.
    Well, thank you again and good bye.
    Pablo

  • Middleware-Replicating service transaction from CRM to R/3

    Hi Experts
    We are using the transaction SRVO( Service Transaction) in CRM and it has to be replicated to the R/3.
    Can anybody tell me
    1.what is the load object for replicating this transaction ?
    2.Do i need to make any settings in R/3 for the replication ?
    3.Do i need to create one new transaction in R/3. If so where i have to create the transaction ?
    4. What would be the document type category of the replicated transaction ?
    Thanks in advance
    Nadh.
    Message was edited by:
            Nadh R

    Hi Nadh,
    Service transactions are replicated to R/3 as sales order, with sales items only.i.e. item category SRVS.
    You need to maintain the similar settings as you do while replicating a sales order from CRM to R/3.
    1. Create a order type in R/3 with the same name SRVO (Tcode: VOV8)
    2. Create the item categories with the same name as being determined in the service order (Tcode: VOV7) e.g. SRVS
    3. Mainatin item category determination, the way it is maintained in CRM (Tcode: VOV4)
    Other than this, assign an external number range to your order type SRVO which is same as the internal number range of CRM. Ensure that the customer master and product also exist in R/3.
    Before replicating a service order from CRM to R/3, Create a dummy sales order in R/3 (VA01) with order type SRVO (only for checking purpose)and your sales area,put the customer master and material and check if the transaction is complete. If not you will have to first remove the incomplete stuff, than only an order will get replicated error free.
    If you get incompletion items like Plant, shipping point, contact a SD consultant or post another thread.
    Regards,
    Shalini Chauhan

  • CRM to ECC: Controlling Integration Issue while saving Service Transactions

    Hi,
    We have configured all CRM service functionalities with ECC integration. We have also set up controlling integration following best practices document.
    We are getting the following error whenever we try to save any service transaction (Service Contract or  Service Order).
    u201CAn error occurred in system XXXXECC during account assignmentu201D
    u2022     Errors in prerequisite object Item 2000000042/100 (Notification E IAOM 026)
    u2022     Collector posting not allowed on account (Notification E YAM_RE 013)
    Please help to resolve this issue.
    Thanks,
    Prish

    Hi Ashish,
    Could you please tell me how do we assign the debit memo request to the internal order.
    I am creating a debit memo request from the confirmation. the debit memo request doesnt have the internal order number that was created in ECC. And hence, I am not able to post the revenue from the confirmation to the internal order.
    Could you please help.
    Regards,
    Itisha

  • Copy of Business Transaction (CRM Service Request)

    Hi Forum,
    I created a transaction that uses the CRM Service Request as leading Transaction Category. I configured the IMG step "Copying Control for Business Transacation" in order to copy the transaction as a follow-up.
    The problem is that the transaction does not appear in the list when we choose the link  "create follow-up".
    Any idea ?
    Thanks a lot !!!

    1. Activate Copying Control of Activities
    CRM - Transactions - Settings for Activities - Activate Copying Control of Activities
    This will cause that only transactions defined in your Business Transaction Profile (which is assigned to your Business Role and defined in CRM - Interaction Center Webclient - Business Transaction - Define Business Transaction Profiles) are visible in dropdown list.
    2. Define Copying Control of Transaction Types
    CRM - Transactions - Basic Settings - Copying Control of Transaction Types - Define Copying Control of Transaction Types
    Here select Source Transaction and choose Target Transaction.
    Always follow CRM Best Practices documentation as all of the customizing steps are described there...
    Link - http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm

  • How to extract data from CRM with Data Service?

    Hi all,
                 I'll try to explain briefly the main issue; We need to read or extract data from SAP CRM with Data Service tool, then we'll show the data with webi, but now I would like to know if there are some standard tool as a rapid mart (i mean that it doesn't exists) but if some one knows how it works and if it's possible, it could be very helpful for us.
    BW option doesn't ok because the client needs a lot of queries for a report and the standard tool in our project is Data Service.
    Thanks in advance, and ask all u need if it can be a help for answer the question.
    Best Regards.
    Edited by: Cantabria on Jun 7, 2011 1:14 PM

    Hi,
    Your very familiar with LO data source even though your getting doubts on it.
    LBWE/SM13 belongs to only LO Data sources.
    CRM data sources also have delta settings based on data source.
    You can search on google about CRM data sources by using data source names.You may get some useful information.
    Before using CRM Data sources, CRM functional team need to set proper configurations at CRM system. those also you can easily get form google.
    use search term as " CRM - BW Adapter settings".
    Like other standard data sources for crm also,
    we need to activate from RAS5 and do the modification at RSA6.
    test at RSA3 and replicate into BW. Do the rest of the flow at bw system.
    Thanks

  • Which datasource for CRM Service controlling Header Data

    Dear Friends,
    Could someone tell me Which data source can be used to extract data for infosources 0CRM_SERVICE_CONTROLLING_H and 0CRM_SERVICE_CONTROLLING_I (Service Controlling Header Data and Service Controlling Item Data)
    Your points are assured.
    Regards
    Prasad.

    Hi Prasad,
    The infosources facilitates the dataload to the ODS 0CRM_COH and 0CRM_COI respectively.
    0CRM_COI is designed for delta update AIMD (After images with deletion flag via delta queue) with the DataSource CRM Service Order Items: Actual Costs Using Delta Extraction (0CRM_SRV_C_ITEM).
    0CRM_COH is designed for delta update AIMD (After images with deletion flag via delta queue) with the DataSource CRM Service Orders: Actual Costs Using Delta Extraction(0CRM_SERVICE_COSTS).
    Check these links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/18/f0203b8ae5630ee10000000a114084/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/34/73203b11e5bb0ee10000000a114084/content.htm
    Hope this helps.
    Bye
    Dinesh

  • Transaction PEPM (Profile Matchup) - Reference date problem

    I've got a problem when running the PEPM transaction. If I run the program and use a future reference date, and selects person, along the org. structure, persons who have left the company is still being displayed = assigned to the positions..
    If I search for persons in transaction PPPM along the org. structure with a future reference date, it does not display the persons who have left the company.
    Any ideas on how to solve this?
    Thanks!
    //Per

    Hi Per,
    check TC PEPM, with JOB & Person,
    May be the position, you are trying was exist in the same Org.structure since long, and it is tracking all the details linked with the respective Position.
    Yes, you are right -  In the TC PPPM, it won't show the withdrawn employees.
    try with JOB &  Person.
    Cheers,
    TG

Maybe you are looking for