Config document on CRM Billing

Hello Experts,
I have to work on Service Module.
If anybody has config document on Billing,please provide
Thanks

Hi,
I can suggest u the customizing steps for CRM billing.
If u want to do customizing for CRM billing follow the following steps:-
u2022First of all make the item category for sales and services tht u r using as relevant for CRM billing.
u2022Goto Customer Relationship Management>Billing>Define Billing Types and define the billing type. In this step, you define billing types to specify the characteristics and properties of a billing document (an invoice, credit memo or debit memo, for example). The billing type attributes determine how the system behaves during the billing process
u2022Goto Customer Relationship Management>Billing>Define Billing Types --> Define Item Categories .In this step, you define the item categories for CRM Billing. The item category determines the properties and characteristics of billing due list items and billing items (normal service items, and credit/debit memo items, for example).The item category attributes determine how the system behaves during the Input Processing and Billing processes.
u2022Goto Customer Relationship Management>Billing>Define Billing Types > Define Item Categories> Item Category Determination--> Assign Item Categories. In this step, you assign a combination of the business transaction type (that is, process type of the source application) and the item category of the relevant CRM business transaction to an item category in CRM Billing.
u2022Also for integration with R3 goto Billing> Integration> Transfer of Billing Documents to Accounting> Transfer to Accounts Receivable Accounting (FI-AR)> Assign Document Types. In this activity you determine which accounting document types will be used to post billing documents in SAP ECC Accounts Receivable (FI-AR).
u2022Also u need to do the following settings--> Assign Billing Units to Service/Sales Organizations. In this activity you define which billing unit should be determined from the characteristics sales organization and service organization.  This applies for service processes in CRM Online that are billed in CRM Billing, and posted as billing documents in SAP R/3 Financial Accounting (FI).
Also refer the help docs in SPRO.
I hope this will help u.
Regards,
PePe

Similar Messages

  • Profict Center substitution in accounting Document of CRM billing

    Hi Experts,
    Currently we are using ECC6.0 and CRM 2007.
    When CRM billing document is released for accounting,
    We are required to Substitute profit center in accounting document/PCA document.
    Presently we tryed user exit PCACRM01 ,
    function module EXIT_RKECRM_PCA_40_001 using a break point but was not reached at tht point.
    Kindly suggest something on this matter.
    Thanks,
    SA

    Debbugging billing doc:
    1)     Before saving the document enter /h and save.
    2)     Now try to place the break point in the function module /1BEA/CRMB_BD_MWC_O_FLOW(CRM)
    3)     This function module calls the method of the PROCESS_OUTBOUND of class CL_SMW_MFLOW. In the method make the variable  ls_header-dbgmode
    To X.
    4)     By doing this the BDOC stops in the debug stage.
    5)     Now go to SMW01 . Select the BDOC and reprocess it. Before reprocessing it enter /h.
    6)     Place the break point at the function modules BEM_UPLOAD_FI_SRV(CRM).
    7)     Once this function module is executed it calls CRM_UPLOAD_TO_OLTP.
    In this function module make the variable i_nosend to 'S'.This
    Function module also calls the function module CRM_UPLOAD_TRIGGER
    To debug the code in R/3 make the variable lv_synchron to u2018Xu2019 and
    Make sure that RFC user is Dialog user
    8)     Now the control is in R/3. In the flow it call
        BAPI_BILL_DOC_PROXY_CREATE and BAPI_ACC_DOCUMENT_POST.
    Now you canplace the breakpoint in the ur userexit.
    Note: Pls do not try this Production.

  • Mapping of CRM  Billing Document to GTS within Service Parts Management

    Hello,
    We are currently implementing Service Parts Management with GTS.
    We would like to map certain fields coming from CRM Billing to the GTS Customs Document.
    Does anyone know which BADI/user exit can be used to complete this mapping.
    We have seen that to be able to transfer billing documents to GTS we need to activate Service Parts Management.
    Further, how can we get the values for these fields into the customs documents , once these are mapped.
    Which BADI, structures, tables are used for this?
    Does anyone have a sort of data structuring model for the different fields in the customs document , on header and item level.
    How fields are triggered. This could be very useful to have this kind of documentation for doing enhancements etc...
    Now we are struggling with structures.
    Thanks in advance
    Regrds
    Frank

    Frank,
    The key tables for the customs document are:
    /SAPSLL/CUHD (header)
    /SAPSLL/CUIT (item)
    /SAPSLL/CORPAR (partners)
    You can find additional tables in SE16 by search for table names that start with /SAPSLL/CU* or /SAPSLL/COR*
    Unfortunately, I am not sure about the BAdi for document transfer from CRM but the available BAdi's should be listed in the IMG in CRM similar to ECC.
    Sascha

  • View CRM billing document from FB03 - Accounting document

    I am working with a client who creates some orders in R3 and now some in CRM.
    The orders are billed in their respective system.
    The CRM billing is then transfered via BDOC's into R3 which create an accounting document.
    However, in the environment tab, there is no original document.
    Does anyone know if you can access via some form of document flow or function module call from R3 to go direct to the CRM billing document?

    Hi Mark
    I noticed that your Forum has now been answered.  Could you please share how you resolved the issue of displaying a CRM billing document from FB03 as an "original document".
    Many thanks,
    Verity
    Edited by: Verity Watts on Aug 3, 2010 9:32 PM

  • How do you view original CRM billing document from R3

    We have sales orders and billing now in CRM.
    We have a requirement to link the accounting document to the billing document in CRM.
    Does anyone know if there is a standard function module to get the document flow or link to the CRM document?

    Thats a cool idea.....but, it seems its not something that can be done, due to browser and word restrictions rather than robohelp else.
    Your browser is going to download the .dotx file, and open that rather than allowing the new-file-based-on-template macro thing to run.
    Only work around I could suggest would be to use the template to create a blank .doc or .docx and link to that rather than the template.
    some info I found...
    http://getsatisfaction.com/pbworks/topics/link_to_word_template
    http://en.allexperts.com/q/Microsoft-Word-1058/2008/7/template-link-webpage.htm
    good luck.

  • Referencing R3 Billing Document in CRM Complaint

    Hi Experts,
    We have a requirement of R3 billing replication to CRM Billing Engine.
    Could you please let me know the steps to replicate the R3 Builling docs to CRM???
    In my scenario we have to create a Complaint with reference to R3 billing Doc.
    As far my knoweldge goes with the implementation of Badi CRM_COPY_BADI_EXTERN should help us in referencing to R3 Billing Doc.
    This Badi has standard imeplementation CRM_COPY_BADI_BILLDO which is active currently. Even after this we are unble to create complaint with Reference to R3 Billing.
    Are we missing any steps in this?
    Do we need to have our own implementation of this Badi to refer R3 Billing document?
    Any input will highly be appreciated
    Regards
    Arup

    Hi Arup,
    I just wanted to know whether you got any solution for creating Complaints with reference to R/3 Billing documents in CRM. If yes can you please share your solution with me as I am also facing a similar issue.
    Regards,
    Mahesh

  • How to reverse billing documents in CRM 2007 utilities billing

    Hello All,
    How to reverse the billing document in CRM 2007 utilities in billing screen.
    In ISU CRM SAP gui we use Tcode EABICO to reverse the document by giving reversal reason and reconcil key. how can we reverse a bill in CRM 2007
    Thanks & Regards,
    Raj.

    Hello Raj,
    you can use the BSP component IUICBCO in CRM2007 in order to perform a bill correction. You can test this BSP component using the transaction BSP_WD_CMPWB.
    This component has already been integrated into the business roles UTIL_IC and UTIL_IC_LEAN.
    Best regards,
    Michael.

  • External Number Range for Billing documents in CRM

    In CRM, billing document external number range can only be numeric or alpha, but NOT alphanumeric. Is this a bug or is there some legitimate reason to have this limitation.
    This question stems from a data conversion where the legacy system invoice numbers are alphanumeric. So when we try to convert those invoice numbers, CRM cannot handle the external alphanumeric number.

    Check this thread
    [Re: Customize Billing Number Format|Re: Customize Billing Number Format]
    thanks
    G. Lakshmipathi

  • CRM config document

    HI All
    Please can anyone send me crm config document i now the theory of crm for practice i need a config document
    please help me

    Check this link
    Link: [Links to CRM Documentation;

  • Access DMS document throgh CRM

    Dear Gurus,
    Is it possible to access DMS document throgh CRM.
    Is there any object available for CRM like customer compalints, Solution provided Excetra...,
    Can any one share the doc for CRM-DMS object config.
    Thanks in advance.

    Yes, but you need to create a RFC Connection between your CRM system and ECC6. SAP DMS itself is not available in the CRM system so the RFC connection needs to be in place in order to use it.
    From the Help Files:
    Integrating Product Lifecycle Management (PLM)
    Usage
    Integrating Product Lifecycle Management (PLM) lets you link documents from the PLM Document Management System (DMS) with documents from CRM such as contracts, opportunities, and activities.
    Integration
    To use PLM in CRM, you require SAP Enterprise Resource Planning (ERP) 4.70 and higher.If you want to use SAP EPR 4.6c, you require SAP Note 620160.
    Prerequisites
    You have maintained the RFC connections to PLM. For more information, see the Implementation Guide at Customer Relationship Management ® Basic Functions ® Content Management ® Maintain RFC Connections to PLM.
    Features
    Integration is only available for the People-Centric UI.
    Change markings in PLM documents are not displayed in the PC-UI.
    The following functionalities are available:
    ·        You can use the PLM DMS to link PLM DMS documents directly to the following objects, or to delete the links:
    ¡        CRM business objects
    If you assign a PLM document to a CRM business object, it appears in the PLM Documents folder.
    ¡        Sales contracts
    ¡        Sales documents
    ¡        Business partners
    ¡        Products
    ·        Finding PLM Documents
    You can also find PLM documents in CRM by the following properties:
    ¡        User-defined text
    ¡        Document number
    ¡        Document type
    ¡        Version number
    ¡        Status
    ¡        Description
    ¡        User
    ¡        Part
    For PLM documents, the Creator field in CRM Content Management specifies the Person Responsible from PLM.
    The full-text search only searches the document long text and not the content of the document itself .
    There is only a full-text search in the document long text, not in the document content itself.
    ·        Jump to PLM WebDocuments as of SAP ERP 4.70

  • ERP Delivery/Transfer Order u2013 CRM Billing

    Hi everybody,
    Iu2019m new to this forum and I hope that this is the right place to post my request.
    Iu2019m currently developing a course in CRM and face a problem. We use an IDES client of the UCC and I try to accomplish a sales order in the CRM System, process the delivery/transportation in the ERP backend and after the delivery is completed, there should be a billing due list item created in the CRM System. The problem is, that there is no Billing Due Item created/transferred to the CRM System. Here is how the process works:
    Transaction Code: CRMD_BUS2000115 bzw. CRMD_ORDER
    1.     Transaction Type is Sales --> Sales Process (Item Category ZSAL)
    2.     Type in the following data
       a.       Sold-to Party     300025 (01Megastore)
       b.       Product          HT-1000
       c.       Quantity          1
    3.     Save the document.
    4.     Go to the ERP System and check whether the sales order was transferred (Transaction Code: VA02)
    5.     Create a Delivery Document (Transaction Code: VL01N). Shipping Point is 3800 (Denver) and date is 
            todayu2019s date + 1 week. Save the document.
    6.     Create the Transfer Order use the following settings:
      a.     Warehouse number          038
      b.     Plant                            3800
      c.     Delivery                       the number of the delivery
      d.     Foreground/Backgrnd.     System Guided
      e.     Adopt Pick Quantity             2 (Include pick, quantities in delivery and post Gl)
      f.     Press Enter and save.
    After I create the Transfer Order the delivery should be completed and since the Item Category of the Sales Transaction Type is ZSAL and ZSAL is set to be Delivery-Related, there should be a Billing Due Item created in the CRM System. So far the theory!
    Now thatu2019s where the problems begin:
    1.     There is no Billing Due Item created in the CRM System
    2.     I try to create a billing due in the ERP System here I get the Error message, that the u201Cgoods issue has
            not been posted for deliveryu201D
    3.     I take a look at the delivery (vl02n). Here the deliveryu2019s status is still at u201Cbeing processedu201D
    4.     I try to u201Cpost good issueu201D manually.
    5.     I get the error message u201CSyntax Error in substitution u2018Reg_SUBu2019, step u2018001u2019u201D
    The error message long text is:
    Syntax error in substitution "REG_SUB", step "001"
    Message no. GB032
    Diagnosis
    A syntax error was found in substitution REG_SUB during the ABAP code generation.
    System Response
    An ABAP code is not generated for this Boolean statement and the statement is evaluated as FALSE (in ABAP include GBTWMFIC).
    Procedure
    Correct substitution REG_SUB using substitution maintenance.
    Hopefully anybody here can help me with this problem. Thanks in advance
    Taymaz

    Hi Stephanie,
    I just wanted to point out two things:
    1. As Dinesh explained already, the first scenario is mostly used if the Logistics Execution (delivery, transportation) happens in ERP, and billing was already set up and used in ERP. But in principle you can also use CRM Billing in connection with Logisitics Execution in ERP. This means you create your sales order in CRM, your delivery and so on in ERP, and then you can bill the order or the delivery in CRM. The advantage of this is that you are able to bill e.g. sales order and service order items in one invoice.
    2. In the second scenario you can upload orders to ERP (if you want to do Logistics Execution), but is is not necessary (if you don't do LE). And it is not necessary and not possible to upload billing documents to ERP. CRM transfers automatically or manually the billing document to ERP FI and creates and Accounting document. So it is fully integrated without replication and without using ERP Billing.
    I hope this answers your questions.
    If you are interested in an integration scenarion with CRM Order - ERP Logistics Execution and CRM Billing, please watch the following short video:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a07ef82a-60d2-2b10-98bb-9abcbc282bec]
    Best regards,
    Angela Thomas

  • Posting date from CRM Billing doc cancellation

    hello,
    I have an issue in the CRM billing documents transferred from CRM to ECC. When do a biling doc, the document and posting are taken from the document date in CRM billing document.
    But when I do a cancellation of the billing document, the document date is taken from the document date in CRM, however the posting date is taken from the Value date in CRM. We have made some exits in CRM billing where the value date is determined as document date + 5 days.
    I am not sure why the cancellation takes place on the value date. Can anyone here please explain and also tell how this can be made as billing document.
    thanks in advance,
    jigar

    SB,
    Have a look at user-exit USEREXIT_MOVE_FIELD_TO_VBKD in include MV45AFZZ
    PeteA

  • Badi for CRM billing information...

    Hi experts...
    Is there  any Badi or Exit in ECC to see the CRM Billing Document informatin before accounting document gets generated.
    Or In CRM any BAdi is there to send some values to ECC when billing document gets release.
    Actually i need contract number is to be captured in assignment field of accounting document. Currently we have a provison in ECC i.e in GL  master data one sort key field is there (108- Service contract). If we select this sort key contract number is coming in assignment field of accounting document for the contracts created in ECC(VA41).
    But for CRM contract numbers its not capturing.
    Thanks in advance
    A

    .

  • Master Tables related with CRM Billing

    Can some one list out the master tables of CRM Billing process.

    Hi
    Check This Tables
    CRMD_ORDERADM_H      Sales Order Header Details
    CRMD_ORDERADM_I      Sales Order Item Details
    CRMD_ORDER_INDEX Index      table for one-order document (Contains Header, Item, and Partner info)
    COMM_PRODUCT      Product details
    CRMD_PARTNER      Partner Function details
    CRMD_SALES      Business Transaction Sales set
    CRMD_SCHEDLIN      Schedule line info
    CRMD_LINK      Transaction u2013 Set u2013 Link (Helps link some sales order tables to the main Sales Header and Item tables)
    CGPL_PROJECT      Project Planning: Project Headers Attribute Table (Shows Campaign IDu2019s)
    /1BEA/CRMB_BDH      Billing Header data
    /1BEA/CRMB_BDI      Billing Item of application
    CMPB_MAP      Conversion Table CAIMPAIGN CRM <> CMPGN_ID (in ECC only)
    Refer This Link
    http://www.sap-img.com/general/find-the-table-names-for-a-crm-transaction.htm
    Ranga

  • T CODE related with CRM billing

    Hi folks,
       Please provide the t codes related with CRM billing.
    regards
    PG

    Hi,
    Here r some of the Tcodes:
    /BEA/CRMB01          Edit Billing Due List
    /BEA/CRMB02          Release Billing Due List for Billing
    /BEA/CRMB04          Analyze Incomplete Billing Due List
    /BEA/CRMB06          Schedule Background Jobs
    /BEA/CRMB07          Reject Incomplete Billing Due List
    /BEA/CRMB11          Maintain Billing Documents
    /BEA/CRMB12          Transfer Billing Docs to Accounting
    /BEA/CRMB13          Create Retroactive Billing
    /BEA/CRMB15          Display Collective Run Log
    Regards,
    PePe

Maybe you are looking for

  • I would like Adobe to utilize the non-legacy save/open Windows 7 dialog box

    So I downloaded the trial for CS5.5 Master Suite and found that the open/save dialog box is the same thing from CS5.  This is a huge disappointment. Reason being is explained right here: http://www.sanneblad.com/2010/06/18/customizing-the-open-and-sa

  • Firmware upgrade nokia CK-7W car set

    Hello. Is it possible to firmware upgrade the car kit CK-7W ? I have problems that the audio connection between my Nokia 6210 Navigator and CK-7W is is in falling out periodical. I have the lates firmware in my nokia 6210 navigator (3.25) Message Edi

  • Business partner migration using lsmw direct load .

    Hi, We need to do business partner migration using the direct load method. We are thinking of using direct input method of lsmw for the data transfer. Could someone suggest a proper object/ subobject for the same. Alternatively has anyone done the sa

  • Repetitive Manufacturing Scenario

    Dear All, I would appreciate it if you can provide me with a FLOW of REM, a walkthrough guide with transactions to test the REM scenario and pre-requisites of each transaction. Thank you

  • Can't browse some older backups via Time Machine interface

    Problem started after updating to Yosemite.  I am running 10.10.1.  I can find all my backups, going back to 2010 in fact, when browsing my external FW800 hard drive directly in the Finder.  But if I click the menubar icon and choose "Enter Time Mach