How to configure third party order ?

how to configure third party order ? and how the business know that the customer has received the goods so that invoice to be raised?

hi shoban,
Third party order processing is as follows:
Assume three companies X, Y and Z
X - The company,
y - The customer
Z - Vendor
When ever X gets a PO from Y to supply some goods, X has an option of either manufacturing those goods or procuring those goods.
If he is procuring the goods, there are two methods that are generally followed:
Method 1) After receiving the PO from Y, X creates a sales order against Y.
Now at the same time he also creates a PO to a vendor Z to produce the goods
Z produces the goods and supplies to X
X receives the goods from Z
Then X delivers the same goods to Y.
After that X invoices Y and Z invoices X.
Note : Here there is no direct/ Indirect relation between Z and Y.
This process is known as Trading Process. and the Material here is created  with Material type HAWA.
The other method is a Third party order processing method:
Here the glaring difference is that instead of Z supplying the material to X and X in turn supplying the same material to Y.
X authorizes Z to supply the material to Y on his behalf and notify him once the delivery is complete.
Now Z supplies the material to Y and acknowledges the same to X.
Z  will send a copy of delivery acknowledgement and invoice to X.
After receiving the delivery confirmation and invoice from Z, X has to verify the invoice and this process is known as invoice verification and is done in SAP through Tcode MIRO.
The next step for X  is to create an invoice and submit to Y
Only after the invoice verification document is posted  then only X can create an invoice for Y.
This is the business flow that is followed for third party order configuration.
There are few steps that have to be configured to enable the system to function as mentioned above.
Step1)
If you are always followwing a third party process for a material then you have to create the material using item category group BANS.
The procument type should be marked as External procurement (F) in MRP 2 view of the material master record.
if you are not always allowing third party order processing then u can create a material master record with item category group as NORM and the procurement type should be marked as ( X) meaning both types of procurment ( in house manufacturing and external procurement).
step 2)
the item category in the order should be manually changed as TAS.
For that you need to confugure the item category determination
ord type + item cat grp + usge + Hiv level = Item cat + Manual item cat
OR + NORM +      +       = TAN . + TAS
OR + BANS +       +       = TAS
Step 3)
make sure that during the item category configuration for TAS  you need to mark relevnat for billing indicator as F
step 4)
The schedule line cateogry for this type should be CS.
make sure that you mark  subsequent type as NB - purchase requisition  in this schedule line category as this will trigger the purchase requision order immediately after the creation of the sales order and the PO to vendor is created against this purchase requiesion.
Hope it helps
Mastan

Similar Messages

  • How to stop Third Party Order PR creation in Data Migration

    Dear All,
    We are having an issue with Purchase Requisition's which are getting created automatically when Third party sales Orders Transaction data is uploaded into the new client. The Third Party Orders already have PR's from MM side in Database. Kindly guide me a known practice to stop this Redundancy.
    Regards
    VK

    Dear All,
    We are having an issue with Purchase Requisition's which are getting created automatically when Third party sales Orders Transaction data is uploaded into the new client. The Third Party Orders already have PR's from MM side in Database. Kindly guide me a known practice to stop this Redundancy.
    Regards
    In the query, I think the above underlined sentence might gave you a different perception. what i mean is in the source database i.e in The table EBAN  we have PR's for the Third party Orders. its my bad if it made you misread.
    Regards

  • How to configure third party outlook in outlook

    Dear Experts,
    I am trying to integrate Outlook into my portal. ihave been through many of the documents and they refer to url as below:
    http://<server_hostname>:<port>/Exchange/<User.UserID>/Calendar/?cmd=contents
    but my client is using third party Outlook the url is something like this, which is not similar to above:
    http://anywheremail.qlc.co.in/src/login
    so i how do i configure in my portal, i have created url iview for the above url and it is asking for login credential.
    can anyone suggest me right direction to configure outlook inbox in portal.
    Thanks in advance!!
    Regards,
    Mahesh
    Edited by: EPADMIN on Jan 9, 2012 1:25 PM
    Edited by: EPADMIN on Jan 10, 2012 6:13 AM

    Dear Santosh,
    Thanks for your reply.
    I have been through this document as per the document the URL should be as below
    http://<server_hostname>:<port>/Exchange/<User.UserID>/Inbox/?cmd=contents
    but my client outlook URL is as below
    http://anywheremail.qlc.co.in/src/login
    I tried calling this url using url iview and it is working fine! it is asking for user name and password
    now how do i map the user ID and Password of the user maintained in Personalize link????
    or is there any other way to achive this???
    Regards,
    Mahesh
    Edited by: EPADMIN on Jan 10, 2012 11:45 AM

  • How to configure Third party software with SAP ??

    Hi all!
    Its little urgent!!!
      I have an overview of XI. Currently we have scenario like Third party tool is there which i want to connect to SAP through XI.
    Can anybody provide answer my few queries?
    1. Step by Step guide for configuration.
    2. Basis configuration from SAP side.
    3. Anything else is required??
    Thanks in advance!

    Hi Prasad,
    In you case, it's a file to file scenario.
    Go thro' this link for a solution:-
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    Regards.
    Praveen

  • How to configure third party repository to Bea VCR adapter?

    Hi,
    I tried to configure the Bea VCR adapter as given in the document http://edocs.bea.com/wlp/docs92/pdf/day170adapter_developers_guide.pdf. But I haven't succeeded.
    I am implementing the JSR170 level1 API for a content server which having it's own api to interact to his repository.
    But I am not so clear about connection part between the JSR170 implementation and bea adaper com.day.content.spi.jsr170.JNDIRepository.
    What is jsr170.jndi.name attribute? Why do I need this one.
    Where can I get api doc for the package com.day.content.spi.jsr170 or for the class com.day.content.spi.jsr170.JNDIRepository?
    Suppose if the bea portal server and 3rd party content server are running at different JVMs(in diffrent machines) and still If want use in-process JNIDRepository adapter class, do I need to deploy an ejb bean at content server which returns RepositoryImpl instace?(assuming that content server it self deployed in j2ee server).
    Please correct me if my understanding is wrong and also plese give me more details.
    Thanks

    Hi,
    I tried to configure the Bea VCR adapter as given in the document http://edocs.bea.com/wlp/docs92/pdf/day170adapter_developers_guide.pdf. But I haven't succeeded.
    I am implementing the JSR170 level1 API for a content server which having it's own api to interact to his repository.
    But I am not so clear about connection part between the JSR170 implementation and bea adaper com.day.content.spi.jsr170.JNDIRepository.
    What is jsr170.jndi.name attribute? Why do I need this one.
    Where can I get api doc for the package com.day.content.spi.jsr170 or for the class com.day.content.spi.jsr170.JNDIRepository?
    Suppose if the bea portal server and 3rd party content server are running at different JVMs(in diffrent machines) and still If want use in-process JNIDRepository adapter class, do I need to deploy an ejb bean at content server which returns RepositoryImpl instace?(assuming that content server it self deployed in j2ee server).
    Please correct me if my understanding is wrong and also plese give me more details.
    Thanks

  • THIRD PARTY ORDERING

    HI SAP GURUS
    CAN ANY ONE HELP ME OUT
    1.     WHAT IS THIRD PARTY ORDERING? HOW WE CONFIGURE THIRD PARTY ORDERING ?  DOES DELIVERY OCCURS IN THIRD PARTY ORDERING? WHEN
    2.     IF I HAVE GOT 4PLANTS HTEN HOW MANY BILLING CAN BE DONE?
    3. AFTER PGI WHAT HAPPENS IN FI ? WHICH ACCOUNT IS CREDITED WHICH ONES DEBITED?
    4.     IN PRICING PROCEDURE I HAVE NET PRICE AS Rs100 AND TAX IS Rs30 THE TOTAL IS Rs130. WHICH ACCOUNT ISDEBITED AND WHICH ACCOUNT IS CREDITED?
    5.     HOW STOREGE LOCATION IS DETERMINED? WHAT IS MALA AND WHAT IS  RITA
    THANKS AND REGARDS
    RAM

    Hi ram
    this is the process of third party.
    process Flow for 3rd Party Sales
    Customize the third party sales in summary:
    1. Create Vendor XK01
    2. Create Material – Material Type as "Trading Goods". Item category group as "BANS".
    3. Assign Item Category TAS to Order type that you are going to use.
    4. A sale order is created and when saved a PR is generated at the background 
    5. With reference to SO a PO is created (ME21N). The company raises PO to the vendor.
    6. Vendor delivers the goods and raises bill to company. MM receives the invoice MIRO 
    7. Goods receipt MIGO 
    8. Goods issue
    9. The item cat TAS or Schedule line cat CS is not relevant for delivery which is evident from the config and,   therefore, there is no delivery process attached in the whole process of Third party sales.
    10. Billing      *-- Seema Dhar
    SD -  3rd party sales order Create Sales Order
    VA01
          Order Type
          Sales org, distr chnl, div
          Enter
          Sold to
          PO #
          Material
          Quantity
          Enter
          Save
    SD -  3rd party sales order View the PR that is created with a third party sales order
    VA01
          Order Number
          Goto Item Overview
          Item ->Schedule Item
    SD -  3rd party sales order View the PR that is created
    ME52N
          Key in the PR number
          Save
    SD -  3rd party sales order Assign the PR to the vendor and create PO
    ME57
          Key in the PR number
          Toggle the "Assigned Purchase Requisition"
          Execute
          Check the box next to the material
          Assign Automatically button
          Click on "Assignments" button
          Click on "Process assignment"
          The "Process Assignment Create PO" box , enter
          Drag the PR and drop in the shopping basket
          Save
    SD -  3rd party sales order Receive Goods
    MIGO_GR
          PO Number
          DN Number
          Batch tab , click on classification
          Serial Numbers tab
          Date of Production
          Flag Item OK
          Check, just in case
          Post
          Save
    SD -  3rd party sales order Create Invoice
    MIRO
          Invoice Date
          Look for the PO , state the vendor and the Material
          Check the box
          Clilck on "Copy"
          Purchase Order Number (bottom half of the screen)
          Amount
          State the baseline date
          Simulate & Post
          Invoice Number
          *Invoice blocked due to date variance
    SD -  3rd party sales order Create a delivery order
    VL01N
          In the order screen , go to the menu Sales Document , select "Deliver"
          Go to "picking" tab
          State the qty and save
    SD -  3rd party sales order Create a billing document
    VF01
          Ensure that the delivery document is correct in the
          Enter
          Go to edit -> Log
          Save
    Please Reward Points.  If you feel this answer add value to you
    Thanks & Regards
    Mubeen.

  • Third party order processing with GATP allocations and no CRM

    Hi,
    Does anyone know how to integrate third party order processing with APO product allocations, or know of some good references? We do not have CRM. We currently have APO 4.0, soon to be upgraded to 5.0 and R3 4.6.
    Thanks,
    Gigi

    Someone must know!
    We have a similar requirement. We do have CRM but don't wish to implement it for this purpose.
    In the SNP planning boook, we want to be able at the SNP vendor location to see the total requirement for both materials to be delivered to our normal supply chain as well as those directly delivered to customers. The direct delivery sales orders are entered to R3 according to the standard process; the purchase requisitions and PO's for these do not go to SNP. The customer location is set-up in SNP. Is there a way to make the purchase req's and orders visible in the SNP Planning Book???
    Many thanks
    Chris

  • How to configure purchase requesition in third party order

    dear expert
    can you explain how to configure purchase requesition in third party order.
    vicky

    Hi
    Kindly check the below
    Maintain the purchase requisition doc type in the  third party order  schedule line category  in the t code VOV6 as below
    Sched.line cat.        TP    Third party schedule                                                                               
    Delivery block                                                             
    Movement Type                                        Item rel.f.dlv.       
    Movement type 1-step                                                       
    Order type            NB    Purch Req                P.req.del.sched       
    Item category         5     Third-party                                    
    Acct.assig.cat.       X     All aux.acct.assgts.                                                                               
    Incompl.proced.       31    Sched.Line w/PurReq.                           
    Req./Assembly                                                              
    Availability                                                               
    Prod.allocation                                                                               
    Regards
    Damu

  • How will i configure third party sales order

    pls tell me how will i configure for third party sales order

    dear,
    prasanta,
                  the configuration of third party sales order is given below
    Process Flow for 3rd Party Sales
    Customize the third party sales in summary:
    1. Create Vendor XK01
    2. Create Material – Material Type as "Trading Goods". Item category group as "BANS".
    3. Assign Item Category TAS to Order type that you are going to use.
    4. A sale order is created and when saved a PR is generated at the background
    5. With reference to SO a PO is created (ME21N). The company raises PO to the vendor.
    6. Vendor delivers the goods and raises bill to company. MM receives the invoice MIRO
    7. Goods receipt MIGO
    8. Goods issue
    9. The item cat TAS or Schedule line cat CS is not relevant for delivery which is evident from the config and, therefore, there is no delivery process attached in the whole process of Third party sales.
    10. Billing *-- Seema Dhar
    SD - 3rd party sales order Create Sales Order
    VA01
    Order Type
    Sales org, distr chnl, div
    Enter
    Sold to
    PO #
    Material
    Quantity
    Enter
    Save
    SD - 3rd party sales order View the PR that is created with a third party sales order
    VA01
    Order Number
    Goto Item Overview
    Item ->Schedule Item
    SD - 3rd party sales order View the PR that is created
    ME52N
    Key in the PR number
    Save
    SD - 3rd party sales order Assign the PR to the vendor and create PO
    ME57
    Key in the PR number
    Toggle the "Assigned Purchase Requisition"
    Execute
    Check the box next to the material
    Assign Automatically button
    Click on "Assignments" button
    Click on "Process assignment"
    The "Process Assignment Create PO" box , enter
    Drag the PR and drop in the shopping basket
    Save
    SD - 3rd party sales order Receive Goods
    MIGO_GR
    PO Number
    DN Number
    Batch tab , click on classification
    Serial Numbers tab
    Date of Production
    Flag Item OK
    Check, just in case
    Post
    Save
    SD - 3rd party sales order Create Invoice
    MIRO
    Invoice Date
    Look for the PO , state the vendor and the Material
    Check the box
    Clilck on "Copy"
    Purchase Order Number (bottom half of the screen)
    Amount
    State the baseline date
    Simulate & Post
    Invoice Number
    *Invoice blocked due to date variance
    SD - 3rd party sales order Create a delivery order
    VL01N
    In the order screen , go to the menu Sales Document , select "Deliver"
    Go to "picking" tab
    State the qty and save
    SD - 3rd party sales order Create a billing document
    VF01
    Ensure that the delivery document is correct in the
    Enter
    Go to edit -> Log
    Save
    in third-party order processing, your company does not deliver the items requested by a customer. Instead, you pass the order along to a third-party vendor who then ships the goods directly to the customer and bills you. A sales order may consist partly or wholly of third-party items. Occasionally, you may need to let a vendor deliver items you would normally deliver yourself.
    Process Flow
    the processing of third-party orders is controlled via material types. Material types define whether a material is produced only internally can be ordered only from third-party vendors, or whether both are possible. For example, a material that is defined as a trading good can only be ordered from a third-party vendor. However, if you manufacture your own finished products, you may also want, from time to time, to be able to order the same type of product from other vendors.
    Processing Third-Party Orders in Sales
    Third-party items can be created automatically by the system, depending on how your system is set. However, you can also change a standard item to a third-party item during sales processing manually.
    Automatic third-party order processing:-
    if a material is always delivered from one or more third-party vendors, you can specify in the material master that the material is a third-party item. During subsequent sales order processing, the system automatically determines the appropriate item category for a third-party item: TAS. To specify a material as a third-party item, enter BANS in the Item category group field in the Sales 2 screen of the material master record.
    Manual third-party order processing
    In the case of a material that you normally deliver yourself but occasionally need to order from a third-party vendor, you can overwrite the item category during sales order processing. For a material that you normally deliver yourself, you specify the item category group NORM in the material master.
    If, as an exception, you use a third-party material, change the entry TAN to TAS in the ItCa field when processing the sales document. The item is then processed as third-party item.
    If address data for the ship-to party is changed in the sales order in third-party business transactions, the changed data will automatically be passed on to purchase requisition and also to the purchase order ,if one already exists. In the purchase order, you can display the address data for the ship-to party in the attributes for the item.
    You can only change the address data for the ship-to party in the sales order for third-party business transactions, and not in the purchase order.
    Processing Third-Party Orders in Purchasing
    when you save a sales order that contains one or more third-party items, the system automatically creates a purchase requisition in Purchasing. Each third-party item in a sales order automatically generates a corresponding purchase requisition item. During creation of the requisition, the system automatically determines a vendor for each requisition item. If a sales order item has more than one schedule line, the system creates a purchase requisition item for each schedule line.
    Purchase orders are created from purchase requisitions in the usual way. For more information about creating purchase orders, see the Purchasing documentation. During creation of the purchase order, the system automatically copies the delivery address of your customer from the corresponding sales order. In a sales order, you can enter purchase order texts for each third-party item. When you create the corresponding purchase order, the texts are automatically copied into the purchase order. The number of the purchase order appears in the document flow information of the sales order.
    All changes made in the purchase order are automatically made in the sales order as well. For example, if the vendor confirms quantities and delivery dates different from those you request and enters them in the purchase order, the revised data is automatically copied into the sales order
    you process third-party items by creating a normal sales order. In overview for the order, you can then overwrite the default item category (TAN in the standard system) with the special item category for third-party items: TAS
    Billing Third-Party Orders
    If relevance for billing indicator for the item category has been set to B (relevant for order-related billing on the basis of the order quantity) in Customizing, the system includes the order in the billing due list immediately. If, however, the indicator has been set to F (relevant to order-related billing on the basis of the invoice quantity), the system does not include the order in the billing due list until an invoice from the vendor has been received and processed by the purchasing department. In the standard system, item category TAS (third-party order processing) has been given billing-relevance indicator F.
    In the first case, the third-party order is considered to be completely billed only when the invoiced quantity equals the order quantity of the sales order item. In the second case, each time a vendor invoice is received, a customer invoice is created for the quantity in the vendor invoice and the order is considered to be fully invoiced until the next vendor invoice is received.
    If you have activated billing-relevance indicator F for item categories in Customizing, billing can refer to the goods receipt quantity instead of the incoming invoice quantity.
    You can control whether the invoice receipt quantity or the quantity of goods received is relevant for billing in Customizing for copying control for billing at item level.
    FOR YOUR PROCESS Individual Purchase Orders WELL GIVE THE RIGHT SOLUTION
    Individual purchase orders are used when your customer orders goods from you that are not in stock and must be ordered from one or more external vendors.
    Process Flow
    During sales order entry, the system automatically creates a purchase requisition item. The purchasing department creates a purchase order based on the requisition and the vendor ships the goods directly to you (unlike third party order processing, where the vendor ships directly to your customer). You then ship the goods to your customer. While the goods are part of your inventory, you manage them as part of the sales order stock. Sales order stock consists of stock that is assigned to specific sales orders and cannot be used for other purposes.
    Process Flow for 3rd Party Sales
    Customize the third party sales in summary:
    Prerequisites for 3rd party sales,
    Purchasing org,
    purchasing group,
    assign the Purchase org to company code
    assign Purchase org to plant,
    should not maintain the stock in material, it should be trading goods,
    1. Create Vendor XK01
    2. Create Material – Material Type as "Trading Goods". Item category group as "BANS".
    3. Assign Item Category TAS to Order type that you are going to use.
    4. A sale order is created and when saved a PR is generated at the background
    5. With reference to SO a PO is created (ME21N). The company raises PO to the vendor.
    6. Vendor delivers the goods and raises bill to company. MM receives the invoice MIRO
    7. Goods receipt MIGO
    8. Goods issue
    9. The item cat TAS or Schedule line cat CS is not relevant for delivery which is evident from the config and, therefore, there is no delivery process attached in the whole process of Third party sales.
    10. Billing *--
    i think it will fulfill your requirement if so plz reward point.
    ambarish

  • Third party Order Configuration

    Hi Gurus,
                 In third Party Order Configuration i want to Configure in such a way that PR00 pricing condition type which I have maintained in my pricing Procedure must trigger the price maintained by the vendor in the incoming invoice?
    How to do the above configuration?
    Regards,
    Sarosh

    Hi,
    In such a scenario, you have only one option of maintaining your PR00 = PB00.
    PB00 is vendor's price maintained in the purchasing document.
    with this you can have a control over this.
    Else i dont think there is a configuration option avaialable if your vendor price is variying every now and then.
    Always ensure PR00 = PB00
    Hope this will help you out !
    Regards,
    Syed Nasir

  • How will i configure third party billing

    how will i configure third party billing....

    Customize the third party sales in summary:
    1. Create Vendor XK01
    2. Create Material u2013 Material Type as "Trading Goods". Item category group as "BANS".
    3. Assign Item Category TAS to Order type that you are going to use.
    4. A sale order is created and when saved a PR is generated at the background
    5. With reference to SO a PO is created (ME21N). The company raises PO to the vendor.
    6. Vendor delivers the goods and raises bill to company. MM receives the invoice MIRO
    7. Goods receipt MIGO
    8. Goods issue
    9. The item cat TAS or Schedule line cat CS is not relevant for delivery which is evident from the config and, therefore, there is no delivery process attached in the whole process of Third party sales.
    10. Billing
    SD - 3rd party sales order Create Sales Order
    VA01
    Order Type
    Sales org, distr chnl, div
    Enter
    Sold to
    PO #
    Material
    Quantity
    Enter
    Save
    SD - 3rd party sales order View the PR that is created with a third party sales order
    VA01
    Order Number
    Goto Item Overview
    Item ->Schedule Item
    SD - 3rd party sales order View the PR that is created
    ME52N
    Key in the PR number
    Save
    SD - 3rd party sales order Assign the PR to the vendor and create PO
    ME57
    Key in the PR number
    Toggle the "Assigned Purchase Requisition"
    Execute
    Check the box next to the material
    Assign Automatically button
    Click on "Assignments" button
    Click on "Process assignment"
    The "Process Assignment Create PO" box , enter
    Drag the PR and drop in the shopping basket
    Save
    SD - 3rd party sales order Receive Goods
    MIGO_GR
    PO Number
    DN Number
    Batch tab , click on classification
    Serial Numbers tab
    Date of Production
    Flag Item OK
    Check, just in case
    Post
    Save
    SD - 3rd party sales order Create Invoice
    MIRO
    Invoice Date
    Look for the PO , state the vendor and the Material
    Check the box
    Clilck on "Copy"
    Purchase Order Number (bottom half of the screen)
    Amount
    State the baseline date
    Simulate & Post
    Invoice Number
    *Invoice blocked due to date variance
    SD - 3rd party sales order Create a delivery order
    VL01N
    In the order screen , go to the menu Sales Document , select "Deliver"
    Go to "picking" tab
    State the qty and save
    SD - 3rd party sales order Create a billing document
    VF01
    Ensure that the delivery document is correct in the
    Enter
    Go to edit -> Log
    Save
    Also please go through this Building block
    [Third Party Without Shipping Notification|http://help.sap.com/bestpractices/BBLibrary/html/J55_ThirdPartyWOSN_EN_US.htm]
    thanks
    G. Lakshmipathi

  • How to code document flow for third party order

    Hi, I need to extract data from VBKD, but the creteria is document has been completed. as in third party order, it will only has sales order, purchase order no, invoice no. how to do ?
    thanks a lot! kitty

    Kitty,
    Look at the status of the document in the table VBUK. It should give you all kinds of status - Confirmation status, Delivery status, Total goods movement status, Billing status.
    Also if you want the status at the item level you can look at the table VBUP.
    regards,
    Ravi

  • How SAP handles AFS Third Party Orders in ECC system?

    Hi All,
    There is a user exit EXIT_SAPLJ3AM_003 which exist in 4.6C version of SAP for AFS.
    This user exit is for Third Party order processes. This is called within the include LJ3AMFD1 of the main program SAPLJ3AM.
    But this User exit is missing in ECC version of SAP for AFS.
    Basically when the Dierct ship Sales Order is created, corresponding PR is created for it and using this User exit certain fields in this corresponding Purchase Requisition is filled from Sales Order but this user exit is missing in ECC system.
    Could anyone please let me know how SAP handles the Third party Orders in ECC AFS system?
    Thanks,
    Ameesha

    Hi Ameesha,
    Did u find out any solution for it? bcoz, am also hving the same issue!!
    thanq

  • How to create Credit or Debit Memo for Third party orders

    Dear All,
    Is it possible to create Credit or Debit Memo for the Third party Orders.
    Is there any standard procedure to do that?
    Kindly explain.
    Regards,
    Mullairaja

    Hi,
      What is the scenario, why you want to create Cr/ Dr memo?
    Any credit / Debits memo to the Customer, SAP have provided the standard functionality which can be used across the different types of sales.
    - but if you are looking for issue Credit / Debit memo to the vendor which can be done using Tx: FB60
    Regards,
    Reazuddin MD

  • Order Related Intercompany Billing - Third Party Order

    Dear all,
    I have configured intercompany billing that is based on the delivery and i have done that successfully, then I tried the third party process but after billing the third party order then the intercompany billing doesn't show up in the vf04, I have searched the SAP Notes especially SAP Notes 63459 but I really haven't got the clue how to do that clearly, if somebody can help me how to configure the intercompany billing for my requirement. I'm using SAP 5.0. I believe something missing in the copying control between sales document and billing document and also for the output type.Please help me very urgent.

    hi,
    Customizing settings are reported in notes 338922, 109254 and 308989.
    During delivery creation the LIKP fields VKOIV/VTWIV/SPAIV/FKAIV/PIOIV/FKDIV/KUNIV must be filled in program FV50XFLK_LIKP_FUELLEN_IV_UML. If you checkt this table and not all of these fields are filled, you have the wrong the customizing. If the error is in your pruduction there is a report with which you can correct the relevant deliveries (of course after correcting your customizing): see note 176476.
    Balazs

Maybe you are looking for

  • Importing A Combo Banner/Menu Bar And Background Image

    Hi, In one Photoshop file, I've created a banner/menu bar, as well as what I would like to use as the background image for what appears on the remainder of the page. The menu items are not in a box of any sort. And everything is on a separate layer.

  • [PKGBUILD] Need help compiling QuteCom (formerly WengoPhone)

    Hey there! I'm trying to make a new PKGBUILD for QuteCom, the former wengophone-ng. The PKGBUILD currently looks this way: # Contributor: Julius Bullinger <#####> pkgname=qutecom-hg pkgver=105 pkgrel=1 pkgdesc="The latest hg pull of wmii, a lightweig

  • 'Statistics date' (STADAT) from VBAP empty!

    hello, i have a problem ... I use the DataSource "2LIS_11_VAITM " to extract Sales Order-Item Data from SAP BI 7.0. There is a Field in DateSource ' Statistics date' (STADAT) from VBAP. I need this field. But this field(STADAT) in VBAP is always empt

  • Java Communication Error - WAD

    Hi I get a 'Java Communication Error - Error when opening RFC Connection' when I save or try to execute my web template. Any help how to fix this problem...

  • Best way for a user to stop a program from running - B1 V8.8

    Hi I have written some import routines for a customer which import invoices and other documents into SAP from an ascii file These can take some time to run depending on the size of the file What's the best way of allowing the user to cancel the progr