Service ordernumber  not in document flow

Hi all,
Can someone tell me how I can find the link between my invoice and the service order. When I look in the document flow I do not find the service order number. When I look in the details from invoice items I can find the service order number. which tables or FM  do I need to get the service order?
Richard

solved!
Items are stored in table vbrk. Relation between invoice and service order is fields vbeln and aufnr
Richard

Similar Messages

  • BAPI_GOODSMVT_CREATE not updating document flow

    I created a function to create an inbound delivery against a PUrchase Order and then Post the goods receipt against that inbound delivery. The inbound delivery and the material document are created correctly in the DEV environment.
    The issue is that in our QA environment the document are created correctly but the document flow is not updated at all!! Any idea of where should I be looking at to see difference between these environments?
    I'm using BAPI BAPI_GOODSMVT_CREATE  to Post the Goods Receipt.
    Thanks.

    sort delivery by vbeln posnr.
    loop at delivery.
    Populate BAPI variables ready for call
      goodsmvt_header-pstng_date = sy-datlo.
      goodsmvt_header-doc_date = sy-datlo.
      goodsmvt_header-bill_of_lading = delivery-lifex.
      goodsmvt_header-ref_doc_no = delivery-lifex.
      goodsmvt_header-pr_uname = sy-uname.
      goodsmvt_header-header_txt = 'Auto GR of I/Bound Del'.
      goodsmvt_code-gm_code = con_move_code.
      goodsmvt_item-material = delivery-matnr.
      goodsmvt_item-plant = delivery-werks.
      goodsmvt_item-stge_loc = delivery-lgort.
      goodsmvt_item-move_type = con_move_type.
      goodsmvt_item-vendor = delivery-lifnr.
      goodsmvt_item-entry_qnt = delivery-lfimg.
      goodsmvt_item-entry_uom = delivery-meins.
      goodsmvt_item-mvt_ind = con_move_item.
      goodsmvt_item-deliv_numb_to_search = delivery-vbeln.
      goodsmvt_item-deliv_item_to_search = delivery-posnr.
      append goodsmvt_item.
      clear goodsmvt_item.
    endloop.
    *Call BAPI
    call function 'BAPI_GOODSMVT_CREATE'
      exporting
       goodsmvt_header       = goodsmvt_header
       goodsmvt_code        = goodsmvt_code
      TESTRUN           = ' '
      importing
       goodsmvt_headret      = goodsmvt_headret
       materialdocument      = materialdocument
       matdocumentyear       = matdocumentyear
      tables
       goodsmvt_item        = goodsmvt_item
      GOODSMVT_SERIALNUMBER    =
       return           = return.
    Check BAPI RETURN table to ensure call was successful
    loop at return where type = 'E'.
      exit.
    endloop.
    if sy-subrc eq 0.
      rollback work.
      message e999 with 'GR BAPI Failed, process delivery manually'.
    endif.

  • Archived Deliver not showing Document FLow _RV_LIKP

    Folks
    I have started archiving for delivery object. I am able to successfully archive one document and can view the document in SARI and the only issue i am having is the when i open the archive document  the ICON which shows "DOCUMENT FLOW" is not click able so user is not able to see the document flow to find the Sales Order/STO# it was created from.
    In my customization for RV_LIKP under the setting "    Archiving Control for Delivery" i have put residence time as "5" and RNO "0"
    Also what is the RNO field  stands for .
    Thanks

    Hi Andy,
    Go through the link given below.
    http://help.sap.com/saphelp_40b/helpdata/pt/b7/19752690e211d1a5510000e82deaaa/content.htm
    The last line looks important.
    Deliveries should be archived before sales documents and billing documents. This sequence is a result of the way the documents are linked via document flow.
    Hope it helps,
    Regards,
    MT

  • Not updateing document flow

    Dear Experts,
       I have completed sales cycle,  after completeing the cycle in document flow  delivery document  is not yet processed, and i have created invoice also i.e why it is showing not yet processed in the document flow. is it copy control problem? pls let me know experts
    Thanks
    Basavaraj

    Hi,
    Please below steps:
    1. Check Copy controls from Sales order to Delivery and Delivery to Billing document ( VTLA & VTFL)
    2. Check Incompletion Procedure
    3. Check Incompletion Rule
    4. Check Customer Master in customer master Goto Sales Area Data - Shipping Tab - Partial Delivery check which option is there
    Regards,
    MH

  • Confirmation of service in document flow

    Dear all,
    how can i hide the confirmation of service lines in the document flow.
    Thanks

    Try removing all authorisation to the relevant transactions in PFCG. It might stop display in the document flow also.

  • SO document flow not updated with PR no created

    Hi All,
    A Purchase Requisitions is created from SO for a line item, i can see the PR generated in report ME5A but not in document flow. Is it a standard behavior or i'm missing something ??
    Regards
    Abhilash

    Purchase requisitions are not updated in the document flow, just use SE16 and look at document flow table VBFA. it has 2 fields for document category VBTYP_V and VBTYP_N . If you use F4 on this field then you can see that the PR is not among the possible documents.
    Use the status overview button instead and you can see the PR

  • Confirmation of service in the document flow, where it comes from?

    Dear all,
    I found a confirmation of service after I picking and posting goods issue, from the document flow.
    I just wondering, where it comes from? Or, how can I configure it on or off for display?
    (This is a standard ERP system, should not involve in the CRM module)
    Thanks,
    Edited by: Peng Li on Apr 29, 2008 10:04 AM
    Edited by: Peng Li on Apr 29, 2008 10:38 AM

    Hi Peng,
    This usually happens for inbound deliveries usually happens when a movement type is not found for the relevant item. Please check in the delivery item if a movement type is maintained.
    Another possibility is that the material is a non-stock (service) material type for which goods movement are not relevant. Check the material type from the material master.
    Regards
    Nikhilesh

  • No document flow updated in Service Order regarding MM flow i.e. PR, PO, GR

    Hello,
    On creating a service order in CRM, the purchase requisition is created automatically in R/3 for the spare parts entered.
    But this PR information is not getting updated in the service order's document flow in CRM.
    I analysed the flow and found that PR gets successfully created and sends back the document flow data to CRM inbound queue.
    The BDoc type involved is CRM_SRV_XTN.
    In it's Extended part, there is a field called ORDERADM_H_GUID which is correctly filled in the BAPIMTCS structure in R/3 which is converted to probably XML format through macro MOVE_CASTING and sent to CRM inbound queue (function module BAPI_CRM_SAVE).
    However, on debugging the respective inbound queue in CRM, I noticed that the field ORDERADM_H_GUID value is not the same as filled in R/3 but some CONSTANT value like 00230023002300560023002300230023 in all the cases.
    Also, FYI, the fieldu2019s value in R3 after conversion looks like as following u2013
    #########################0000000000 ########䣴Ώ삷#耀諣뢮########     48F4038FC0B70093E10080008AE3B8AE
    While in CRM i.e. FM BAPI_CRM_SAVE it looks as follows u2013
    #########################0000000000 ########################     48F4038FC0B70093E10080008AE3B8AE
    So there I feel that the value what is sent from R/3 is not the same as recieved in CRM, on XML conversion.
    Please advise what could be the reason for this anomaly.
    Thanks and regards,
    Manish

    unfortunately document flow in PS is not like in SD
    only in ECP there is a limited possibility
    you can see the line item report and activate the relationship browser which will give the details of the documents related to that posting
    other than that nothing

  • Document Flow not updated using BAPI_GOODSMVT_CREATE

    Hi Experts,
    I am using BAPI_GOODSMVT_CREATE for doing PGR of an inbound delivery.
    Material Document(mblnr) is getting populated but Document Flow of that inbound delivery is not getting updated.Its status is Open.
    Can anyone knows how Document Flow can be updated using BAPI_GOODSMVT_CREATE??
    Regards,
    Puja.

    Hello Puja,
    Goto transaction SPRO, Go to Logistics Execution - Shipping - Basic shipping Functions - Configure Clobal Shipping Data, In this put a tick on Document Flow Update.
    Also refer to the below OSS note.
    http://service.sap.com/sap/support/notes/199703
    Regards,
    Thanga

  • Document Flow not updated in CRM from ECC

    Hi Experts,
    We are having a scenario where we are creating Service Orders in CRM, which in turn creates a meterial reservation document in ECC for the spare part items. However, the material reservation number is not getting updated in the document flow of the service order in CRM. We are using CRM7.0. Any suggestions anyone?

    Hi,
    Do we need to make any MW settings for the document flow to be updated with the material reservation document created in ECC.
    Rgds,
    -Sweta

  • GI not show in Document Flow

    Hi Expert,
    When display a Service order in IW33, normally can view GI at the document flow
    But my user facing problem where Document flow shows Operation, Confirmation, Sales order, Billing except GI
    This happen for a new Order Type that just implemented.
    Regards,
    Janice

    hi
    In case of service order . There will not be any delivery doc . Billing will happen on the basis of Service order. So there is no chnace of PGI.
    See during normal sales process While maintaining copy control between the doc says from sales order -> delivery -> Invoice . Please check the check box saying update document flow . This will keep track of all preceeding doc created .
    If in ur case deliery doc is there ( Which is not generally there in service cases) please check the check box Update doc flow (In copy control between the delivery and invoice ) Because PGI generate a Material doc No. and hence if u check this box it will keep track of this doc as well.
    Hope this helps.

  • Service document in document flow of inbound delivery

    I need to delete an inbound delivery but system is not allowing me to do so .When I checked the document flow of inbound delivery,I found a service document is there, but I am not able to display teh service document,It says it does not exist,I even tried by ML81N.

    With the support pack in case if material is serialized for such plant you can post goods receipt only in VL32N which would happen only during 105 mvt type and you cannot post goods receipt using MIGO.

  • Confirmation of Service - in delivery document flow

    Hi
    When i do the PGI for the delivery. Normally the document flow should have the Picking - Complete and the PGI Done. But in my case there is another document appearing in between these two i.e. confirmation of service completed.
    I could not understand what this means and why this appearing,
    can some one guide me the reason for this appearance and how to remove it.
    In case some one wants the screen shot i can email it.
    Regards
    Rakesh Jindal

    Dear Mr Jindal,
    Could you kindly verify the following:-
    Is there any 'material to material conversion' during goods issue - any use of movement type 309?
    Was any line item in the delivery deleted as part of processing?
    Kindly refer the changes that were made to the delivery during processing.
    The line on service is integral to the processing of the delivery and the only way out is to reverse goods movement and post it again.
    It would be useful to delete the delivery.
    Regards,
    K Gopidas

  • Invoice/billing document Number  not appearing on sales order document flow

    Dear all,
    After saving the sales order invoice when i check in va02 sales order document flow invoice number is not generating

    Really something is wrong in your configuration.  When your delivery status shows Being Processed, I could see subsequent two documents, viz.Confirmation of Service and GD doc reference as complete.
    Can you let me know how many line items that delivery contains?  The reason for this query is normally, for stock item, we see Material Document reference and for non-stock item, we see Confirmation of service.  But in your case, I could see both.  From your VBFA table screen shot, I could see two different material document references.
    G. Lakshmipathi

  • Document Flow that shows Service Notification wrt Credit Memo Request

    HI all,
    Like VBFA, Is there any table that carries the Document flow of the service Notification and Credit Memo Request.
    Document Flow that shows Service Notification wrt Credit Memo Request.
    Help me on this.
    Thanks in advance
    Chakri

    What does service notification have to do with credit memo request? Nothing I think.
    Service notification shows after you hit post goods issue on a delivery document that does not have any goods movement. I think it shows in the document flow based on the GI status field, not based on a record like in VBFA.
    Regards
    Rad.

Maybe you are looking for

  • Firefox crashes when I open it but there is no error message or report

    Upgraded to latest version and worked fine. Today, as soon as I open Firefox it starts to load the homepages and then crashes without any error message or report. Tried to restart PC but problem remains unchanged. Thanks for your help.

  • 5800 xpressmusic javascript problem

    while im accessing some security sites n some pages in the internet ,msg like javascript not enable is coming.so please give the solution regarding this ? Im using nokia 5800 xpress music.Also tell me that can this model support pdf file n please gui

  • Importing classes from default package

    hey all, I've just started a new job, and find myself having to use a library that is written in the default package. At the moment, this is forcing me to put my classes in the default package whenever I want to use this library. using a line like: i

  • Billing document form for printout

    Hi, How do I change the smart form attached to the billing document? I have a new template that I want to use. Thanks!

  • Trouble installing Adobe Connect Addin for IE.

    I have a user that is trying to get into a Adobe Connect Web Conference.  He has the URL, but when he goes to the site and tries to enter the conference he gets prompted to install the Adobe Connect Addin.  I install the addin (because he does not ha