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

Similar Messages

  • 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

  • Issue in Transfer of Billing document to GTS

    Hi Experts,
    I have a question on the transfer of billing documents and the creation of customs declaration. All the documents are struck in the ECC queue and not transferred automatically to GTS system. The problem is that when I manually push them in SM58 it is procesing immediately but the program RSARFCEX is not picking the entries and posting them. Also there are lots of errored entried in the SM58 for this destination.
    Kindly help me.
    Regards,
    Vijay V

    This issue is resolved. This was due to the large error entries in the SM58 for the specific destination. We have reorganised the trfc queues and now it works perfectly.
    Regards,
    Vijay V

  • 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.

  • CRM Billing: document flow.

    Hello, everyone!
    Did anyone face the problem like this, when I create a follow-up bill doc. from service confirmation then I get surprisingly situation.
    In doc flow tab of billing document I can see the preceding document Service Confirmation, but in doc flow tab of Service Confirmation I can't see the follow-up document Billing document. (the situation is the same in WebUI and in GUI)
    What's the matter? Is it customizing problem or SAP_Basis problem? 2 days ago it was OK, but today I can't see the billing document in doc. flow.
    Please, advice me where to find the solution?

    Hi Andrey,
    Were you able to resolve this and how?
    Regards,
    Kay

  • Need Single Billing Document for Materials and Services in Sales Order

    Hello Friends,
    I am selling FERT items and DIEN items in the Sales Order.
    Document flow as follows:
    Finished goods - Order-Delivery-Billing
    Services - Order-Billing
    In this process 2 seperate billing documents are created
    i.  Delivery Related Billing document for Finished goods.
    ii. Order related Billing document for services.
    I want to create a single billing document for both the items (FG & Services) in the sales order.
    Please suggest.
    Thnx.

    Sorry for the delay friends.
    Somebody suggested me to make services 'relevant for delivery' to ensure single billing document.
    What I did were the following steps:
    1. Copy Item Category TAD to ZTAD and make is 'relevant foir delivery'
    2. Assign Item Category ZTAD to Sales Order type and Item Cat Group 'LEIS'
    3. Go to Deliveries Item Categories and through new Entries add ZTAD. Make ZTAD relevant for Picking.
    4. Go to copy control 'Order to Delivery' and insert ZTAD in Item Categories relevant for this combination.
    Now when I create sales order with materials and services, they pass over to the delivery document and in the Services item, storage location/plant is greyed out. Only the picking quantity is required to be filled.
    PROBLEM :
    I am not getting the price of Services item in the billing document.
    Billing document copies all line items (tangible and intangible) from Delivery Document
    It takes the services item details/quantities etc. to VF01 but the price comes '00.00'
    Any suggestions.
    Is this legally viable? Someone told me its not legally correct.
    Thanks.
    Mohammed

  • 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.

  • 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 Billiing document not posted in Accounting

    Hi Experts,
    Issue:
    CRM Billing documents not posting to FI.
    We idenfied while debugging in middleware we identified that, Billing document header data doesn't contain value for  "Component for RW interface"(COMPO_ACC).
    Where we need to maintain/configure value for this field in CRM/ECC, please provide me details.

    Is this a case of data migration to new GL.
    FAGL_SPLINFO is the table which gets updated for the split information at the time of document posting. If its from migration, please check that the referred RV document is an open item and was migrated correctly.
    Thanks and Regards,
    Mamta Sarda

  • BADI during billing document save

    Hi There,
    I need to change the order status after CRM billing document has been created. Is there any BADI linke ORDER SAVE in billing?
    Regards,
    Ram.

    Hi,
    Check Badi that is called then document is saved.
    cl_Exithandler
    Denis.

  • 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

    .

  • How to pass documents to GTS for intrastat

    Hi,
    Do we need to pass proforma or billing documents to GTS for intrastat
    if proform/billing where do I need to config in ECC to pass to GTS
    Any idea
    Thanks,

    Configure Transfer of Documents
    Tcode  /SAPSLL/MENU_LEGALR3 tab Documents --u2192 SAP Electronic Compliance Reporting.
    Following extractor can be called , depending on the desired goods direction and document type in the logistics process:
    a. u2192 Intrastat: Transfer Documents for Receipts
    b. u2192 Intrastat: Transfer Documents for Dispatches
    In addition to the standard goods movements for dispatches, the system also selects SD returns in this extractor, which the system posts as receipts in the Intrastat declaration.
    c. u2192 Intrastat: Transfer Documents for (SD) Intercompany Billing
    d. u2192 Intrastat: Transfer Documents for MM Returns and MM Credit Memos
    3. Enter the document-specific selection criteria and organizational data.
    Use
    Goods movements between partners in various member states of the European Union (EU) are relevant for reporting in Intrastat declarations. The business transactions are already documented in  logistics system. Functions for transferring the relevant goods movements from mySAP Enterprise Resource Planning (mySAP ERP) to SAP Electronic Compliance Reporting (SAP ECR) are available to ensure that the Intrastat declaration in
    SAP ECR is based directly on the data in your logistics system.We have to configure the extractors for the goods movements to enable the transfer. The system determines the documents and their data based on  configuration for the extractors and passes it on to the receiving structures in SAP ECR. Extractors are available for the following logistics
    documents:
    ● Sales documents:
    ○ Billing documents
    ○ Intercompany billing
    ● Materials Management documents:
    ○ Goods receipts for purchase orders
    ○ Returns and credit memos

  • Create Sales order with reference to a Billing Document - Net price issue

    Hi Everyone,
        The Billing Document has one line item with Net value of 16,000. However, when I create the Sales Order with reference to the Billing Document, the net price shows 64,000.  When I check the Document flow of the Billing Document, there were two Contracts on top of my Billing Document. One is a contract with the overall status of "Being Processed" and this is where I checked the net value is 64,000. The next contract invoice is already completed (net value is 16,000).
        Has anyone encounter such case? How would I be able to create the sales order with reference to the Billing document and have the net value of what is in the Billing Document (16,000). Which part of the configuration is setting this up. Thanks!

    Hi,
    This is a very rare case, if you are sure of the scenario, would suggest you two alternatives:
    1) whenever you go against the flow of SAP, you have customize it, so its better you discuss this matter with your ABAP person.
    2) never tried it out but you can:
    you cannot see that in Billing Document that which is the sales document assigned to it, but to estblish that relationship,
    we do copy control setting from Billing Document to Sales Order type (T.Code:VTFA).
    Menupath: SPRO >> IMG >> Sales & Distribution >. sales >> Billing Document >> Copy Control >> Copy Control from Billing Document to Sales Order Type.
    Hope this will help you.
    Regards,
    Siddharth.

  • How to create complaints with reference to ECC Billing document (CRM 7.0)

    Hi experts!
    I use ECC 6.0 and CRM 7.0.
    I have to create CRM complaints (ZCLR - CLRP) with reference to ecc billing documents.
    I read the following topics and help:
    1. How to create complaints with referenceto ECC Billing document
    2. Re: How can we transfer billing documents from SAP ERP to CRM 2007?
    3. http://help.sap.com/saphelp_crm70/helpdata/en/46/029ba32e675c1ae10000000a1553f6/frameset.htm
    Made these settings:
    1. Define the Business object type
    Goto SPRO>CRM>Transaction>Settings for Complaints>Integration>Trnsaction Referencing>Define Object types for Transaction reference
    2. Assign Business Object Types to Transaction Types
    Goto SPRO>CRM>Transaction>Settings for Complaints>Integration>Trnsaction Referencing>Assign Business Object Types to Transaction Types
    3. Implement a BADI - CRM_COPY_BADI_EXTERN.Check Implementation CRM_COPY_BADI_BILLDO for more information on the coding for referencing the ECC Billing document.
    Goto SPRO>CRM>Transaction>Settings for Complaints>Integration>Trnsaction Referencing>BAdI: Create Complaint with Reference to External Transaction.
    but still do not know,
    1) if I should pre-replicate billing documents into CRM ?
    2) Or, the system uses the RFC to find these documents in ECC to create reference?
    Please help me.
    Best regards Kostya.
    Edited by: Kostya Khveshchenik on Oct 20, 2010 2:09 PM

    not resolved =(
    Edited by: Kostya Khveshchenik on Nov 19, 2010 8:50 AM

Maybe you are looking for

  • ASA5505 RA VPN problem

    Hi! I have my ASA configured for 2 site-to-site VPNs and one Remote Access VPN (L2TP). It used to work fine before, but now it stopped working at all. Phase 1 shows conf mismatch with DH group I think - log says configured unknown - expected group 2

  • MIGO/GR w/ PO and Validity Period Specific Pricing

    We have a business requirement to maintain validity period specific pricing on our outline agreements (Scheduling Agreements/Contracts).  The question is can receiving be controlled to pick the correct price based on delivery date and not when the go

  • Fault Message data

    Hi, We are sending data from HTTP to PI  and than to SAP via Proxy. In SAP, proxy receives it and calls the BAPI to post the data. If there is an error , it invokes the Fault Message data. Somehow i am not getting the fault message back to PI. In som

  • Help sharing music on my Linkstation Pro

    Hi all, I've got a problem sharing my music that I thought you may be able to help me with. I've got a Buffalo Linkstation Pro with all my music on. I've enabled Home Sharing in iTunes. Down the left hand side of the software I can see (under Shared)

  • Strange & first time mail issue, help anyone?

    On .mac account, send mail to one correspondent results in her only seeing subject and nothing in body. Other correspondents from same account have no problems, this is the only person who cannot view. Confirmed in "Sent" Folder, entire message is vi