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

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

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

  • 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

  • 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

  • SD - billing document list

    From which table or transaction can I get billing docs which r not posted in accounting for any reason.
    S@meer

    Hi Sameer,
    You can have a look at this:
    [Billing Document Flow|http://help.sap.com/saphelp_46c/helpdata/en/40/c52df80d1e11d2b5cf0000e82de856/content.htm]
    In the table VBRK we have a field BELNR (Accounting Document Number). If this field is initial, it means that posting to FI has not occured. So, check whether this field is initial for a particular Billing Doc Number.
    Regards,
    Swapna.

  • 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

    .

  • Sales order missing in table and document flow

    Hi
    This is my client sales process sales order-- delivery -- billing.
    but when client check billing document flow ,found that some billing document don't have sales order no in document flow, checked in table as well but some sales order are missing but delivery and billing no's are there .
    How to fetch missing sales order.
    Regards
    Sanjit

    Dear Sanjit,
    Though this is abnormal but possible.
    You can check following scenario yourself in Ides or test system
    Create one sales order using VA01
    create delivery with reference to sales order before saving delete all items from delivery and enter same items again. and save the delivery.
    Now go to VL02n and check the document flow of that delivery. you will find sales order reference missing.
    It looks like delivery type LF is created without reference to sales order.
    And if you check the document flow of sales order it show no reference delivery is created.
    Actually once you delete items form delivery all the references also gets deleted and then you can enter not only same material but can enter any material, any quantity and you can do PGI and billing also, system will not stop you anywhere but you can not find the reference sales order.
    The only possible solution i think is delete the delivery doc and create again.
    Regards
    Mayank

  • Document flow reference from ECC invoice to mySAP CRM complaint to be made

    Hi,
    I am using a BAPI program to create complaints in the mySAP CRM system; however the complaints have to be created with reference to invoices that are residing in the back end ECC system.
    Since the complaints are not being created using the GUI, I cannot establish the doc flow while creating the complaints.
    Is there someway I can make some table entries, etc... so that when I create the complaint in mySAP CRM using the BAPI:
    1. I can see the invoice in the document flow as the preceding document
    2. The reference of the line items from the invoice is also available in the relevant fields in the complaint line item (fields such as invoiced qty, net value, billing doc number, billing line item, etc)
    Kindly advice on the same. Thanking you in anticipation.
    Warm regards,
    Dhaval.

    > See if the below one answers your query.
    >
    > Go to SPRO -> Financial accounting -> FA Global
    > setting -> Company Code -> Multiple currencies
    >
    > See if anything is activated here.
    >
    > Raj
    >
    > Reward points if helpful
    Hi Raj. Here i see the following settings :
    1) Define additional local currencies. Here is only 1 company code (not mine) with settings.
    2) Define additional local currencies for ledgers. Here is a setting saying ;
    Ledger =0, Summary Tabel =GLT0, Valuation =Legal valuation, Second Currency =Comp.Code currency, Third currency =Group Currency.
    I have no idea whether these settings have anything to do with my problem. I had more the feeling that it is an error in the document flow program.
    When you know more i would appreciate your info. Thanks. Ed

  • How to enable ERP Billing document display in CRM

    Hi Experts,
    we are looking for a possability to show the ERP billing document in CRM WebUI. We can see this billing document ID in CRM WebUI in a sales order or a claim and it is possible to click on the ID of the document, but the system is not starting correctly the ITS Transaction in the ERP System... We only get a blank screen with the header informartion ERP: Billing Document..
    thanks for any feedback
    regards
    Marc

    Marc,
    what version are you on (CRM and ERP)?
    For issue in CRM (about PREPARE_DATA_FLOW method) you can copy this class in your own z-class make changes in prepare_data_flow method as follows and put this class in TL definition. The code is from our current CRM 7.0 system from standard class
    METHOD if_crm_ic_action_handler~prepare_data_flow.
    DATA: __gdc    TYPE REF TO if_crm_ui_data_context,
           __source TYPE        string,
           __line   TYPE        string,
           __path   TYPE        crmt_ic_ac_identify_path.
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    ********** Begin of parameter declaration ***********
    DATA icwcprocessedobject TYPE ty_icwcprocessedobject .
    DATA icwebclientborkeyparameter TYPE ty_icwebclientborkeyparameter .
    CONCATENATE
    'OBJKEY'
    INTO __source.
    CALL METHOD cl_crm_ui_ltx_cuco_access_srv=>get_instance
       EXPORTING
         iv_controller = gv_view_controller
       RECEIVING
         rv_result     = gv_ltx_cuco.
    gv_selected_entity ?= gv_ltx_cuco->get_selected_clipboard_entry( ).
    IF gv_selected_entity IS BOUND.
       TRY.
           __path = __source.
           CALL METHOD
             cl_crm_ic_activity_clipboard=>get_property_as_value
             EXPORTING
               iv_xpath  = __path
               iv_entity = gv_selected_entity
             IMPORTING
               ev_result = icwebclientborkeyparameter.
         CATCH cx_crm_bdc_no_data cx_crm_bdc_xpath_error cx_root.
           CLEAR icwebclientborkeyparameter .
       ENDTRY.
    ENDIF.
    icwebclientborkeyparameter = cl_crm_ic_aic_util=>add_leading_0( icwebclientborkeyparameter ).
    me->set_container_object(
       iv_name        = '<*MAINOBJ*>'
       iv_object_key  = icwebclientborkeyparameter
       iv_object_type = gv_bortype ).
    * Data flow is complete - set to false if data is missing
    gv_data_flow_complete = abap_true.
    ENDMETHOD.
    About ERP side. Even on our 46C system VBRK object can receive a billing document number. Not from a parameter of the method DISPLAY, but If you run into a programm for display method you can see that FM BAPI_BILLINGDOC_DISPLAY starts with BILLINGDOCUMENT = OBJECT-KEY-BILLINGDOCUMENT.
    You can check this by pressing Test button in swo1 and then press Instance button and give system a billing document number. After that execute DISPLAY method.

  • View CRM transaction in ECC through document flow

    Hi ,
    we have a requirement where we need to show a CRM document in document flow of another document in ECC. There is no replication for these documents. I also need to display the CRM document in ECC when it is selected from document flow.
    Can any one please help on this?
    Regards,
    Sharf.

    This is all going to be custom development but here is the idea:
    In theory, you can read the docflow of the CRM parent document (which is in ECC) by an RFC into CRM and get the subsequent documents. The major assumption I am making here is simple: the docflow is established between the parent and the child in CRM.
    Once you have the docflow, you can show the document numbers in the R/3 and again access the individual documents and show relevant header and item details of the "CRM" docment in the ECC screen.
    FYI, an exactly "reverse" feature is available in CRM Web Channel (E-Commerce application). Here, you can see the Invoice details in the web, even though the billing documents are never replicated from ECC. We even see the document flow about the Shipping documents (Deliveries).
    Easwar Ram
    http://www.parxlns.com

Maybe you are looking for

  • Sales order pricing

    In the customer pricing procedure, is it possible to change the 'Per' value to a decimal? The default seems to be whole numbers only (even if the UoM is set to multiple decimal places) and it would be really useful to be able to set a price at, say,

  • Corrupt Firmware - even after following directions.

    I recently updated to itunes 7.0.1.8. It tells me there is a firmware update available. I download and install but get the "corrupt firmware" error message. I've followed the insturctions in Article ID: 304309 multiple times. I've uninstalled itunes

  • Updating iphone 4 with windows 7

    Is anyone else having problems? I have done all the required updates, Bought the bumper and am still having problems with dropped calls. I have taken it to the store and they told me it was windows 7 firewall blocking part of update. Weird thing is I

  • Change the Data Elements Text (Label and Description)

    Hi, I need to change the data elements label and short description in Development and transpot it into quality and Production system. I could change the label and short description using the Menu Goto --> Translation. But the system does not prompt f

  • Can't get my original airport express to connect to new network

    I have an original airport express and just changed to a new comcast xfinity router. Airport utility now doesn't see the airport express. Have tried the reset button and still the new network doesn't see it. Am I gonna have to buy a new airport?