<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SD FLOW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406959#M536584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           CAN YOU EXPLAIN SD FLOW IN DETAIL WITH TCODE AND TABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 05:46:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T05:46:28Z</dc:date>
    <item>
      <title>SD FLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406959#M536584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           CAN YOU EXPLAIN SD FLOW IN DETAIL WITH TCODE AND TABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406959#M536584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T05:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: SD FLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406960#M536585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check this out&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/tables_sd.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/tables_sd.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406960#M536585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T05:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: SD FLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406961#M536586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ashok , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Here you go :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD Process Flow: &lt;/P&gt;&lt;P&gt;The sales documents you create are individual documents but they can also form part of a chain of inter-related documents. For example, you may record a customer&amp;#146;s telephone inquiry in the system. The customer next requests a quotation, which you then create by referring to the inquiry. The customer later places an order on the basis of the quotation and you create a sales order with reference to the quotation. You ship the goods and bill the customer. After delivery of the goods, the customer claims credit for some damaged goods and you create a free-of-charge delivery with reference to the sales order. The entire chain of documents &amp;#150; the inquiry, the quotation, the sales order, the delivery, the invoice, and the subsequent delivery free of charge &amp;#150; creates a document flow or history. The flow of data from one document into another reduces manual activity and makes problem resolution easier. Inquiry and quotation management in the Sales Information System help you to plan and control your sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inquiry / Document type IN &lt;/P&gt;&lt;P&gt;Tcode for creation VA11,VA12,VA13. tables VBAK,VBAP &lt;/P&gt;&lt;P&gt;Quotation / QT &lt;/P&gt;&lt;P&gt;Tcode for creation VA21,VA22,VA23. tables VBAK,VBAP &lt;/P&gt;&lt;P&gt;Purchase Order PO &lt;/P&gt;&lt;P&gt;Tcode for creation ME21,ME22,ME23. tables EKKO,EKPO. &lt;/P&gt;&lt;P&gt;Sales Order OR &lt;/P&gt;&lt;P&gt;Tcode for creation VA01,VA02,VA03. tables VBAK,VBAP &lt;/P&gt;&lt;P&gt;Delivery LF &lt;/P&gt;&lt;P&gt;Tcode for creation VL01,VL02,VL03. tables LIKP,LIPS &lt;/P&gt;&lt;P&gt;Billing MN &lt;/P&gt;&lt;P&gt;Tcode for creation VF01,VF02,VF03. tables VBRK,VBRP &lt;/P&gt;&lt;P&gt;To create a sales order we need purchase order number and custmer number.  Before that, to create a purchase order we need to have material no, vendor no. &lt;/P&gt;&lt;P&gt;To create vendor tcode is  &lt;/P&gt;&lt;P&gt;xk01(create), xk02(change) , xk03(display) &lt;/P&gt;&lt;P&gt;Tables are lfa1. &lt;/P&gt;&lt;P&gt;To create custmer tcode is xd01, xd02, xd03. &lt;/P&gt;&lt;P&gt;Table is kna1. &lt;/P&gt;&lt;P&gt;After creating sales order using this no we can create delivery note tcode is vl01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD:&lt;/P&gt;&lt;P&gt;The most frequently used transaction codes are as follows: &lt;/P&gt;&lt;P&gt;1. VS00 - Master data &lt;/P&gt;&lt;P&gt;2. VC00 - Sales Support &lt;/P&gt;&lt;P&gt;3. VA00 - Sales &lt;/P&gt;&lt;P&gt;4. VL00 - Shipping &lt;/P&gt;&lt;P&gt;5. VT00 - Transportation &lt;/P&gt;&lt;P&gt;6. VF00 - Billing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others as follows: &lt;/P&gt;&lt;P&gt;At Configuration: &lt;/P&gt;&lt;P&gt;1. VOV8 - Define Sales documents type (header) &lt;/P&gt;&lt;P&gt;2. OVAZ - Assigning Sales area to sales documents type &lt;/P&gt;&lt;P&gt;3. OVAU - Order reasons &lt;/P&gt;&lt;P&gt;4. VOV4 - Assign Item categoreies(Item cat determination) &lt;/P&gt;&lt;P&gt;5. VOV6 - Scedule line categories &lt;/P&gt;&lt;P&gt;6. OVAL - To assign blocks to relevant sales documents type &lt;/P&gt;&lt;P&gt;7. OVLK - Define delivery types &lt;/P&gt;&lt;P&gt;8. V/06 - Pricing &lt;/P&gt;&lt;P&gt;9. V/08 - Maintain pricing procedure &lt;/P&gt;&lt;P&gt;10.OVKP - Pricing proc determination &lt;/P&gt;&lt;P&gt;11.V/07 - Access sequence &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enduser: &lt;/P&gt;&lt;P&gt;1. Customer Master Creation-VD01 and XD01 (for full inclu company code) &lt;/P&gt;&lt;P&gt;VD02 - Change Customer &lt;/P&gt;&lt;P&gt;VD03 - Display Customer &lt;/P&gt;&lt;P&gt;VD04 - Customer Account Changes &lt;/P&gt;&lt;P&gt;VD06 - Flag for Deletion Customer &lt;/P&gt;&lt;P&gt;XD01 - Create Customer &lt;/P&gt;&lt;P&gt;XD02 - Modify Customer &lt;/P&gt;&lt;P&gt;XD03 - Display Customer &lt;/P&gt;&lt;P&gt;2. Create Other material -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;MM00 &lt;/P&gt;&lt;P&gt;3. VB11- To create material determination condition record &lt;/P&gt;&lt;P&gt;4. CO09- Material availability Overview &lt;/P&gt;&lt;P&gt;5. VL01 - Create outbound delivery with ref sales order &lt;/P&gt;&lt;P&gt;6. VL04 - Collective processing of delivery &lt;/P&gt;&lt;P&gt;7. VA11 - Create Inquiry &lt;/P&gt;&lt;P&gt;VA12 - Change Inquiry &lt;/P&gt;&lt;P&gt;VA13 - Display Inquiry &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales &amp;amp; Distribution &lt;/P&gt;&lt;P&gt;Sales order / Quote / Sched Agreement / Contract &lt;/P&gt;&lt;P&gt;&amp;#149; VA01 - Create Order &lt;/P&gt;&lt;P&gt;&amp;#149; VA02 - Change Order &lt;/P&gt;&lt;P&gt;&amp;#149; VA03 - Display Order &lt;/P&gt;&lt;P&gt;&amp;#149; VA02 - Sales order change &lt;/P&gt;&lt;P&gt;&amp;#149; VA05 - List of sales orders &lt;/P&gt;&lt;P&gt;&amp;#149; VA32 - Scheduling agreement change &lt;/P&gt;&lt;P&gt;&amp;#149; VA42 - Contract change &lt;/P&gt;&lt;P&gt;&amp;#149; VA21 - Create Quotation &lt;/P&gt;&lt;P&gt;&amp;#149; VA22 - Change Quotation &lt;/P&gt;&lt;P&gt;&amp;#149; VA23 - Display Quotation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Billing &lt;/P&gt;&lt;P&gt;&amp;#149; VF02 - Change billing document &lt;/P&gt;&lt;P&gt;&amp;#149; VF11 - Cancel Billing document &lt;/P&gt;&lt;P&gt;&amp;#149; VF04 - Billing due list &lt;/P&gt;&lt;P&gt;&amp;#149; FBL5N - Display Customer invoices by line &lt;/P&gt;&lt;P&gt;&amp;#149; FBL1N - Display Vendor invoices by line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery &lt;/P&gt;&lt;P&gt;&amp;#149; VL02N - Change delivery document &lt;/P&gt;&lt;P&gt;&amp;#149; VL04 - Delivery due list &lt;/P&gt;&lt;P&gt;&amp;#149; VKM5 - List of deliveries &lt;/P&gt;&lt;P&gt;&amp;#149; VL06G - List of outbound deliveries for goods issue &lt;/P&gt;&lt;P&gt;&amp;#149; VL06P - List of outbound deliveries for picking &lt;/P&gt;&lt;P&gt;&amp;#149; VL09 - Cancel goods issue &lt;/P&gt;&lt;P&gt;&amp;#149; VT02N - Change shipment &lt;/P&gt;&lt;P&gt;&amp;#149; VT70 - Output for shipments &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General &lt;/P&gt;&lt;P&gt;&amp;#149; VKM3, VKM4 - List of sales documents &lt;/P&gt;&lt;P&gt;&amp;#149; VKM1 - List of blocked SD documents &lt;/P&gt;&lt;P&gt;&amp;#149; VD52 - Material Determination &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful !&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406961#M536586</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-05T05:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: SD FLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406962#M536587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SD FLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD Flow Cycle and T Codes: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INQUIRY ( VA11)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;QUOTATION (VA21)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PURCHASE ORDER (ME21)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;ORDER CONFIRMATION (VA01) &lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PICKING LIST &amp;#150; (VL36)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PACKING LIST - (VL02, VL01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;SHIPPING &amp;#150; (VT01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;INVOICE &amp;#150; (VF21, VF01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;AR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explantion with relavent tables:&lt;/P&gt;&lt;P&gt;Enquiry - Customer enquires about the Products services that were sold by a company - VA11&lt;/P&gt;&lt;P&gt;Quotation - Company Gives a Quotation for the products and Services to a Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales Order - Customer gives a Purchase order to the company agaionst which a Sales order will be raised to Customer in SAP.&lt;/P&gt;&lt;P&gt;VBAK: Sales Document(Header Data) (VBELN)&lt;/P&gt;&lt;P&gt;VBAP: Sales Document(Item Data) (VBELN,POSNR,MATNR,ARKTX,CHARG)&lt;/P&gt;&lt;P&gt;      Enquiry, Quotation, Sales Order are differentiated based on Doc.&lt;/P&gt;&lt;P&gt;      Type(VBTYP field) in VBAK,VBAP Tables( for Enquiry VBTYP = A, &lt;/P&gt;&lt;P&gt;      for Quotation 'B' &amp;amp; for Order it is 'C'.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery(Picking, Packing, Post Goods Issue and Shipment)-&amp;gt;&lt;/P&gt;&lt;P&gt;Company sends the material after picking it from Godown and Packing it in a Handling Unit(box) and Issues the goods&lt;/P&gt;&lt;P&gt;LIKP: Delivery Table (Header Data)(VBELN,LFART,KUNNR,WADAT,INCO1)&lt;/P&gt;&lt;P&gt;LIPS: Delivery Table (Item Data)(VBELN,POSNR,WERKS,LGORT,MATNR,VGBEL)&lt;/P&gt;&lt;P&gt;      (LIPS-VGBEL = VBAK-VBELN, LIPS-VGPOS = VBAP-POSNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Billing - Also company bills to the customer for those deliveries &lt;/P&gt;&lt;P&gt;And in FI against this billing  Accounting doc is created.&lt;/P&gt;&lt;P&gt;VBRK: Billing Table(Header Data)(VBELN,FKART,BELNR)&lt;/P&gt;&lt;P&gt;VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS)&lt;/P&gt;&lt;P&gt;      (VBRP-AUBEL = VBAK-VBELN, VBRP-VGBEL = LIKP-VBELN)&lt;/P&gt;&lt;P&gt;      Apart from these tables there are lot of other tables which starts with &lt;/P&gt;&lt;P&gt;      &amp;#145;V&amp;#146;, but we use the following tables frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Links for sd:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/tables_sd.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/tables_sd.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this SD online documents.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCSD/CAARCSD.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCSD/CAARCSD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_SD.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_SD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSD/BCBMTWFMSD.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSD/BCBMTWFMSD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLISPLN/LOLISPLN.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLISPLN/LOLISPLN.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please check this SD links as well.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/92/df293581dc1f79e10000009b38f889/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/92/df293581dc1f79e10000009b38f889/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/dd/55f33e545a11d1a7020000e829fd11/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/dd/55f33e545a11d1a7020000e829fd11/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsd.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsd.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-sd.htm" target="test_blank"&gt;http://www.sap-img.com/sap-sd.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/tables_sd.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/tables_sd.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci961718,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci961718,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/SD_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/SD_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help ebooks are in PDF format here&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/online-pdfs.php" target="test_blank"&gt;http://www.easymarketplace.de/online-pdfs.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406962#M536587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T05:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: SD FLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406963#M536588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SD FLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD Flow Cycle: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INQUIRY ( VA11)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;QUOTATION (VA21)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PURCHASE ORDER (ME21)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;ORDER CONFIRMATION (VA01) &lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PICKING LIST &amp;#150; (VL36)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PACKING LIST - (VL02, VL01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;SHIPPING &amp;#150; (VT01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;INVOICE &amp;#150; (VF21, VF01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;AR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enquiry - Customer enquires about the Products services that were sold by a company - VA11&lt;/P&gt;&lt;P&gt;Quotation - Company Gives a Quotation for the products and Services to a Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales Order - Customer gives a Purchase order to the company agaionst which a Sales order will be raised to Customer in SAP.&lt;/P&gt;&lt;P&gt;VBAK: Sales Document(Header Data) (VBELN)&lt;/P&gt;&lt;P&gt;VBAP: Sales Document(Item Data) (VBELN,POSNR,MATNR,ARKTX,CHARG)&lt;/P&gt;&lt;P&gt;Enquiry, Quotation, Sales Order are differentiated based on Doc.&lt;/P&gt;&lt;P&gt;Type(VBTYP field) in VBAK,VBAP Tables( for Enquiry VBTYP = A, &lt;/P&gt;&lt;P&gt;for Quotation 'B' &amp;amp; for Order it is 'C'.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery(Picking, Packing, Post Goods Issue and Shipment)-&amp;gt;&lt;/P&gt;&lt;P&gt;Company sends the material after picking it from Godown and Packing it in a Handling Unit(box) and Issues the goods&lt;/P&gt;&lt;P&gt;LIKP: Delivery Table (Header Data)(VBELN,LFART,KUNNR,WADAT,INCO1)&lt;/P&gt;&lt;P&gt;LIPS: Delivery Table (Item Data)(VBELN,POSNR,WERKS,LGORT,MATNR,VGBEL)&lt;/P&gt;&lt;P&gt;(LIPS-VGBEL = VBAK-VBELN, LIPS-VGPOS = VBAP-POSNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Billing - Also company bills to the customer for those deliveries &lt;/P&gt;&lt;P&gt;And in FI against this billing Accounting doc is created.&lt;/P&gt;&lt;P&gt;VBRK: Billing Table(Header Data)(VBELN,FKART,BELNR)&lt;/P&gt;&lt;P&gt;VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS)&lt;/P&gt;&lt;P&gt;(VBRP-AUBEL = VBAK-VBELN, VBRP-VGBEL = LIKP-VBELN)&lt;/P&gt;&lt;P&gt;Apart from these tables there are lot of other tables which starts with &lt;/P&gt;&lt;P&gt;&amp;#145;V&amp;#146;, but we use the following tables frequently.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406963#M536588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T05:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: SD FLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406964#M536589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; SD FLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD Flow Cycle: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INQUIRY ( VA11)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;QUOTATION (VA21)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PURCHASE ORDER (ME21)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;ORDER CONFIRMATION (VA01) &lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PICKING LIST &amp;#150; (VL36)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;PACKING LIST - (VL02, VL01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;SHIPPING &amp;#150; (VT01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;INVOICE &amp;#150; (VF21, VF01)&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;AR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enquiry - Customer enquires about the Products services that were sold by a company - VA11&lt;/P&gt;&lt;P&gt;Quotation - Company Gives a Quotation for the products and Services to a Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales Order - Customer gives a Purchase order to the company agaionst which a Sales order will be raised to Customer in SAP.&lt;/P&gt;&lt;P&gt;VBAK: Sales Document(Header Data) (VBELN)&lt;/P&gt;&lt;P&gt;VBAP: Sales Document(Item Data) (VBELN,POSNR,MATNR,ARKTX,CHARG)&lt;/P&gt;&lt;P&gt;Enquiry, Quotation, Sales Order are differentiated based on Doc.&lt;/P&gt;&lt;P&gt;Type(VBTYP field) in VBAK,VBAP Tables( for Enquiry VBTYP = A, &lt;/P&gt;&lt;P&gt;for Quotation 'B' &amp;amp; for Order it is 'C'.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery(Picking, Packing, Post Goods Issue and Shipment)-&amp;gt;&lt;/P&gt;&lt;P&gt;Company sends the material after picking it from Godown and Packing it in a Handling Unit(box) and Issues the goods&lt;/P&gt;&lt;P&gt;LIKP: Delivery Table (Header Data)(VBELN,LFART,KUNNR,WADAT,INCO1)&lt;/P&gt;&lt;P&gt;LIPS: Delivery Table (Item Data)(VBELN,POSNR,WERKS,LGORT,MATNR,VGBEL)&lt;/P&gt;&lt;P&gt;(LIPS-VGBEL = VBAK-VBELN, LIPS-VGPOS = VBAP-POSNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Billing - Also company bills to the customer for those deliveries &lt;/P&gt;&lt;P&gt;And in FI against this billing Accounting doc is created.&lt;/P&gt;&lt;P&gt;VBRK: Billing Table(Header Data)(VBELN,FKART,BELNR)&lt;/P&gt;&lt;P&gt;VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS)&lt;/P&gt;&lt;P&gt;(VBRP-AUBEL = VBAK-VBELN, VBRP-VGBEL = LIKP-VBELN)&lt;/P&gt;&lt;P&gt;Apart from these tables there are lot of other tables which starts with &lt;/P&gt;&lt;P&gt;&amp;#145;V&amp;#146;, but we use the following tables frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBUK: All Sales Documents status &amp;amp; Admn. Data(Header)(VBELN,VBTYP)&lt;/P&gt;&lt;P&gt;VBTYP= &amp;#145;C&amp;#146;(Sales Order) VBTYP=&amp;#146;J&amp;#146;(Delivery) VBTYP=&amp;#146;M&amp;#146;(Invoice) &lt;/P&gt;&lt;P&gt;VBUP: Sales Documents status &amp;amp; Admn. Data(Item)(VBELN,POSNR)&lt;/P&gt;&lt;P&gt;VBEP: Sales Doc. Schedule Lines Data(VBELN,POSNR,EDATU,WMENG)&lt;/P&gt;&lt;P&gt;VBKD: To get sales related Business data like Payment terms etc.(VBELN,ZTERM)&lt;/P&gt;&lt;P&gt;VBFA: sales document flow data(VBELV,VBELN,POSNV,VBTYP)&lt;/P&gt;&lt;P&gt;VBPA: Partner functions Data(VBELN,PARVW,KUNNR,LIFNR)&lt;/P&gt;&lt;P&gt;VEDA: Contract Data(VBELN,VPOSN)&lt;/P&gt;&lt;P&gt;VEDAPO: Contract Data(VBELN,VPOSN)&lt;/P&gt;&lt;P&gt;KONA: Rebate Agreements (KNUMA,VKORG,VTWEG,SPART)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-flow/m-p/2406964#M536589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T05:55:44Z</dc:date>
    </item>
  </channel>
</rss>

