"Invoice and Delivery No Look  UP "In B2C webshop

Hi All,
We have the Following scenario.
1.A registered User creates the order in B2C web shop
2.The order gets replicated to ECC
3.The Delivery and invoice gets created at ECC.
4.The document flow containing the delivery number and Invoice should get updated in webshop.
Query:- Require inputs on Step 4.
Regards
Sanjib

Check if the document flow adapter objects are active for delta downloads. You will have the document flows in CRM then.

Similar Messages

  • Testing in billing, invoice and delivery

    Hi,
    I need some examples or details about testing in billing , invoice and delivery.

    Hi Meenakshi,
    VBRK and VBRP for billing document.
    RSEG and RBKP for invoice.
    KONV and KONP for delivery.
    Thanks,
    ANil

  • SOs,AR Invoices,and Delivery Notes have empty "Logistics" Tab

    Hi,
    As the title says Sales Orders,AR Invoices,and Delivery Notes have empty "Logistics" tab "Ship To" and "Bill To" windows - the Ship to and Bill To addresses are filled in the BP Master Data but they do not populate the logistics tabs Ship To and Bill To windows in these documents?
    Just to let you know that this is for only for new Business Partners as the old BPs seem to populate the logistics window automatically.
    Any ideas ?
    Thank you,
    MB
    Edited by: Matthew Brigley on Aug 13, 2010 11:53 AM

    Hi Matthew,
    The ST/BT address fields retain the information at the time the document was added. If there is no address then at the time the document was added, the address was set up.
    You can update the fields after the document is added for some of them (the address field will be white; grey means you can't update the field) - click in the ST/BT drop-down. If there is no option available, check the BP's address(es) to make sure there is an address set up. If you do add an address, close the document and re-open; the address should be available.
    If there is no address in the drop-down and there is an address on the BP record, check other transactions to see if it's BP-specific or all documents are not picking up the BP address info.
    Heather

  • Unchecked final invoice and delivery completed indicator via BAPI_PO_CHANGE

    Hi All,
    Is it possible to reset the final invoice and delivery completed indicators of PO in ME23N using BAPI_PO_CHANGE? I need to unchecked the final invoice and delivery completed indicators for all POs in our system that were accidentally updated to delivery completed and final invoice by the user.
    Points will be rewared.

    what i did now is to create a prototype program like the one below:
    CONSTANTS c_po TYPE bapimepoheader-po_number VALUE '0040001816'.
    DATA: t_poitem-po TYPE bapimepoheader-po_number,
          t_return TYPE STANDARD TABLE OF bapiret2,
          t_poitem TYPE STANDARD TABLE OF bapimepoitem,
          t_poitemx TYPE STANDARD TABLE OF bapimepoitemx,
          x_return TYPE bapiret2,
          x_poitem TYPE bapimepoitem,
          x_poitemx TYPE bapimepoitemx.
    t_poitem-po = c_po.
    x_poitem-no_more_gr = 'X'.
    x_poitemx-no_more_gr = 'X'.
    x_poitem-final_inv = 'X'.
    x_poitemx-final_inv = 'X'.
    x_poitem-po_item = c_po.
    x_poitemx-po_item = c_po.
    APPEND x_poitem TO t_poitem.
    APPEND x_poitemx TO t_poitemx.
    CALL FUNCTION 'BAPI_PO_CHANGE'
      EXPORTING
        purchaseorder  = t_poitem-po
        no_messaging   = 'X'
        no_message_req = 'X'
      TABLES
        return         = t_return
        poitem         = t_poitem
        poitemx        = t_poitemx.
    IF sy-subrc = 0.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    ENDIF.
    The program is working if you will mark the PO as delivery completed and final invoice with suppressed output. The problem is i need to do the reverse which is to unmark. I replaced the value of no_more_gr and final_inv from 'X' to space but it is not working.

  • Invoice and delivery notes - idocs..

    Hello SD experts,
    I am new to SD.
    Can any one tell me what is the invoice. I mean
    what are the table AND transaction codes I have to go and check ?
    What are delivery notes ?
    My functional consultant is telling that
    there is a consolidated invoice and there are 2 delivery notes that are being combined for this invoice. The invoice # is 6016186004
    For DN#   6073107044 there is a VICS BOL that was passed back that is = 04000000000016146 
                   6073107045 there is a VICS BOL that was passed back that is = 04000000000016023
    and he wants to know how the program selects which VICS BOL fields in IDOC.  He gave me to use IDOC #77122253 in quality system for testing.
    In this case , Idoc checking/testing...I need to go to RSNAST00 program ?
    If so then what are the I need to give
    Output application    (is it V1 or MR ?)       
    Output type    ??

    hi ..
    Please refer below..
    for invoice ,  tables: VBRK and VBRP
    AND transaction codes : VF01 to 03.
    What are delivery notes ?
    after goods issue, we need to issues delivery note to customer.
    In this case , Idoc checking/testing...I need to go to RSNAST00 program ?
    you need to go to VL70 or you can process with RSNAST00.
    Output application type : V2
    Output type : LD00
    Regards
    Venkat.. Ananth Technologies

  • Link between Invoice and Delivery note

    Hi,
    Here I am having a requirement to get all the GR made against an Invoice.
    Let me explain it.
    I am having one Purchase order. Now I made the GR with a delivery note number. Now in MIRO I pass the bill or create the Invoice against the delivery note. Now I want to know the delivery note number against that invoice number.
    I cant go by the Purchase order no and item number also. Because I have to show the delivery note number against that Invoice number only. Because so many Invoices and GR can be created for the same PO item.
    FYR please go through the my thread in ABAP general
    [Link between the Invoice and material document;
    Regards
    Shiba Prasad Dutta

    Hi Experts,
    I also need help on this issue. I have a PO with several GRN per item. Also, I already have some invoices registered ate MIGO.
    On EKBE table, per PO, per item, i can check how many GRN I have (VGABE=1) and how many Invoices do I have (VGABE=2) regarding that item of the PO.
    What I need to konw is how can I link the Invoice to the PO.
    Example: EKBE table
    PO ITEM VGABE Material DOC Number
    A    10        1                   100
    A    10        1                   200
    A    10        2                   300
    I can I know, in  terms of tables and fields linkage, to what GRN does Invoice 300 links to?
    Many thanks.
    Joana Faria

  • Hide BOM headers on invoices and delivery notes

    Hello,
    Is there any existing configuration to hide/supress the BOM headers in invoices and/or delivery?
    Thanks!

    Dear Jimmy,
    Try this,
    I hope through itemcategory settings you can get this requirement
    Please go to VOV7 transaction select the header material itemcategory then go into the detail here you can find the field called Billing Relevance under Business data you keep this field as Blank  - Not relevant for billing.
    Now this will not reflect in the billing document.
    I hope this will help you,
    Regards,
    Murali.

  • Regarding proforma invoice and delivery

    Hi everyone,
    I have read online for information on how to prevent multiple proforma invoices. Understand that this can be controlled by using routine 311 in VTFL.
    Problem now is that my company's process requires the proforma invoice to be created before PGI is posted. I tried copying the codes from routine 311 and commenting out the portion which checks against Goods movement status but the result was that during VF01 it hits error No relevant documents for billing.
    Thanks and Regards,
    Kane

    Hi,
    As  per my knowledge it is not possible in standard SAP,
    Take the help of ABAPer and copy the 311 routine and modify the program
    IF VBUK-WBSTK <> 'C'.  
        PERFORM VBFS_HINZUFUEGEN USING '      '  '400' text-009 space space.
        SY-SUBRC = 4.
        EXIT.
      ENDIF.
    Based on the above coding which is mentioned in 311 system is not accepting to create pro-forma Invoice and you will get message "Goods issue has not been posted for the delivery
    Try to modify the program  with the help of ABAPer and check the cycle
    I hope it will solve the issue

  • Relation between invoice and delivery note

    Hi everybody, could you tell me please, how could i find the list of delivery notes for a customer. i need to find a relationship between a invoice ahave and delivery note related to this invoice.
    thank you

    Hi,
    Good evening and greetings,
    You can use the table VBFA and create a small query using SQVI to generate the information needed...This table holds the information of preceeding and succeeding documents, like Delivery and Invoice.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Difference between 2 flags of GR in Invoice and Delivery tab of PO

    There are 2 flags related to GR in PO.
    One is named Goods Receipt, which is in Delivery tab in Item section of PO.
    The other is named GR-Bsd IV, which is in Invoice tab in item section of PO.
    What is the difference between them?
    And one more question. When I create a PO in ME21N, the flag Goods Receipt in Delivery tab is always checked and read-only. Is there any way to uncheck this flag?

    hi
    you can pass a manual JV.(Direct FI entries)

  • Automatic Invoice and PGI after salesorder(userexit_document_save)

    Hi All,
    Here my requirement....
    I need to do automatic Invoice and PGI for cash sales in Sales order.
    For this, I coded inside the userexit_save_document, in this userexit i'm getting the sales order number to create Invoice and delivery number to create PGI but the issue before this userexit the sales order and delivery are created but not yet committed. So, when I am trying to create pgi and invoice in this exit.... it says the document doesn't exit.
    Could anyone suggest me an methos to do that.
    fyi: in my current approach for PGI im executing the standard report 'WS_MONITOR_OUTB_DEL_GDSI' using submit by passing the delivery number .............output says 'document don't exist'
    for Invoice : I recorded the transaction 'VF01' and updating using bdc in funtion module, this function module is called from userexit_document_save using 'call function zffucn IN UPDATE TASK'..........this creates runtime error and shortdumb. when I looked in sm13 error says '00 671: ABAP/4 processor: POSTING_ILLEGAL_STATEMENT' , short text says 'Statement "CALL TRANSACTION" is not allowed in this form.'.
    is there any better way to do this???
    any suggestion will be appreciated
    Regards.

    Hi,
    I tried using perform ...ON COMMIT....
    Now i can clearly see that the sales order and delivery is created (message is displayed in the status bar)..
    when i debug the code.....this is executed at last i.e  but still it shows that 'Document xxx does not exist'. SO, I believe it is not yet committed to database.
    If I exit from that screen and enter into vf01 or standard report then it works...so its getting committed only getting out of that transaction ....i think there is some small change is missing...could anyone give suggestion.
    regards.
    Edited by: Shankar Raju Devadoss on Mar 17, 2011 11:07 PM

  • IDocs for Invioce and Delivery

    Hi all,
    I have to send the customer the Invoice and Delivery confirmation for that order placed by him through an IDoc in background job.
    We are going for a standard IDoc for invoice and Delivery also but how to fill the data into that standard IDoc.
    1.Do we have standard report like (BD12, BD14, BD10 etc.)
    2.Should we develop a report to fill the data into that Idoc.
    Please help me to find standard report or please help me to write code for that standard IDoc.
    Thank you all in advance,
    Regards,
    Shalem.

    Hi Shalem,
    You need to do the following activities.
    - Setup condition record (t/code <b>NACE</b>) for shipping (V2) and billing (V3).
    - Setup output type (t/code <b>NACT</b>) for shipping (V2) and billing (V3) with transmission medium <b>A</b> (ALE).
    - Setup procedures (t/code <b>NACZ</b>) for shipping (V2) and billing (V3) if required.
    - Once the above setup are done, for any creation of billing and shipping will create entries into table <b>NAST</b> (Message Status).
    - Then you can create IDoc using this standard program <b>RSNAST00</b>. Please ensure your ALE and IDoc configuration have been done such as BD64, WE20, WE21 and etc.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • ERS and delivery costs

    Hi guys,
    We have following two problems in case of ERS vendors.
    1) We have certain delivery costs also in purchase order.  The same vendor will receive material payment and freight related payments.  In MRRL transaction, we select "Selected goods items + Planned del costs"  and run MRRL.  But after this also, amount excluding freight amount is posted in the invoice and delivery cost is not being picked for invoice.  How to get material cost + delivery cost also in one invoice
    2) In another scenario, we have different freight vendor.  For this we are configuring ERS for delivery costs also.  But the problem is in configuration we have to mention the vendor code in "Specify Automatic Settlement of Planned Delivery Costs".  Can we give vendor code as "  *  " here?  Or is there any other way of doing configuration without mentioning vendor code and it is applicable for all vendors ?
    Please suggest the solution for the above two problems.

    Hi Pankaj,
    Thanks for ur reply.  This will work.  But my problem is with this, we have to include all the freight vendors in configuration.  But we do not know how many vendors are there for the company.  If any new vendor is created, who has to enter this in the configuration..
    Is there any other way of making this functionality applicable for all vendors.
    Other problem is in our PO we have basic rate and 3 to 4 delivery costs,.  We have made 103 and then 105 and run ERS run and arranged payment to material vendor (it is same for both material and freight)
    But for some reason we are making return delivery against material document with 105 movement.  When we run MRRL for this, it will generate credit memo for the quantity returned to vendor.  But delivery costs are also added.  We want to avoid delivery costs in credit memo and it should only take material cost
    How to acheive this?  Please help me out

  • SD and Delivery objects Status checking

    HI Experts,
    In FI we have a transaction called FB99 to check whether the FI document is eligible for Archiving or not.
    Similarly , Do we have any transactions to check whether the given Sales , Invoice and Delivery documents are eligible for Archiving.
    Can Any one suggest Transaction codes please.
    Thanks,
    Swarna

    Hi Every one,
    We have delete option also provided by SARA , so no need to make use of   SE16n   &sap_edit& option to delete the record.
    I dont find the transaction codes in the Customizing transactions option provided by AOBJ transaction.
    We have Pre-Processing Programs also for all these Sales orders/Deliveries and Invoices.
    So by using that program we can be able to determine the eligibility condition.
    Thanks for all the replies.
    Regards - Swarna.

  • Cancellation of Invoice And Taxes

    Hi,
    SD Gurus
    Scenario 1
    While creating the customer master my client forget to give the account assignment group in the billing tab of the sales area data. Because of this it did not hit the proper G/L Account. Automatically it went to some other  accounts.
    My question is weather we want to cancel only the invoice or we want to reverse the delivery.
    Second Scenario 2
    My client taken the invoice without calculating the TAX and the same also released to accounts.
    Now he wants to Add the TAX.  Guide me in this
    Thank You

    Scenario 1
    While creating the customer master my client forget to give the account assignment group in the billing tab of the sales area data. Because of this it did not hit the proper G/L Account. Automatically it went to some other accounts.
    My question is weather we want to cancel only the invoice or we want to reverse the delivery
    If your GL accounts will be determined based on the customer account assignment group and material account assginment group combination then you can enter manually in Billing document (if accounting document is not created), No need to reverse the invoice and delivery.
    Second Scenario 2
    My client taken the invoice without calculating the TAX and the same also released to accounts.
    Now he wants to Add the TAX
    You can cancel the previous invoice and create new invoice with taxes.

Maybe you are looking for

  • User Provisioning not working from OIM to OID

    Hi All, I am trying to create new user from OIM to OID, am getting following error message on console... Response: INVALID_NAMING_ERROR Response Description: Naming exception encountered Notes: In logs files while creation am getting following messag

  • ITunes Music on different computers

    I bought several songs from iTunes-Store. I changed two computers from windows to mac. Now i'm no more able to play the songs, because it's said, i have already saved the files on 5 computers. how can i clear from the others. i don't have the music o

  • Multiple Imperative Feature Requests

    I am a MN Photographer and have been using PS Lightroom through 2 betas and 2 release versions. I have been amazed at the improvements Adobe has added, but from my point of view, they need to add a few more features to make LR more robust and efficie

  • Configuring oracle data source in a jboss/linux environment

    Hello I am facing problems to establish connection type 4 with a JBoss 5.1.0 my Data Source is the following : <datasources> <local-tx-datasource> <jndi-name>jdbc/ilogDataSource</jndi-name> <connection-url>jdbc:oracle:thin:@127.0.0.1:1521:XE</connect

  • Can i scale lineweights so an /existing/ drawing is now at 1:1 (and the lines match the scale)?

    hi all. new poster here. very happy with adobe CS suite and very grateful for the advice i have received on the forums. can anyone help me out with the following please? i have someone doing an architectural drawing (section and plan) that is being c