<?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 Re: ABAP Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375416#M526682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Go through the Different tables of the SD and MM&lt;/P&gt;&lt;P&gt;and try to do some reports like &lt;/P&gt;&lt;P&gt;1.Customer wise Sales Order Totals&lt;/P&gt;&lt;P&gt;2.Vendor wise Purchase order totals&lt;/P&gt;&lt;P&gt;based on given range of  Date, Materials and Order Range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the SD and MM related stuff:&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;&lt;/P&gt;&lt;P&gt;MM Cycle:&lt;/P&gt;&lt;P&gt;Purchase Requisition-&amp;gt; STaff in an orgn places Pur requisition for want of some goods/products - ME51 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request for Quotation(RFQ)-&amp;gt; The Purchase dept in the orgn calls/requests for the quotation for the products against which PR was raised. - ME41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendor Evaluation-&amp;gt;After receving the RFQ's, after comparison a Vendor is finalised based on the terms and conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase Order(PO)-&amp;gt; Pur order was issued to that vendor asking him to supply the goods/products -ME21N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods Receipt Note(GRN)-&amp;gt;Vendor supplies the material/Products to the orgn-&lt;/P&gt;&lt;P&gt;MB01&lt;/P&gt;&lt;P&gt;Goods Issue (GI)  -&amp;gt; People receives their respective itesm for which they have placed the Requisitions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice Verification-&amp;gt; ALong with the Material Vendor submits a Invoice for which the Company Pays the amount - .MIRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data to FI -&amp;gt; data will be posted to FI as per the vendor invoices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you better go through all these links u will get all the info what ever u need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/tables_mm.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/tables_mm.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-download/sap-tables.zip" target="test_blank"&gt;http://www.sap-img.com/sap-download/sap-tables.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/material_management.html" target="test_blank"&gt;http://www.allsaplinks.com/material_management.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.training-classes.com/course_hierarchy/courses/2614_SAP_R_3_MM_Invoice_Verification_-_Rel_4_x.php" target="test_blank"&gt;http://www.training-classes.com/course_hierarchy/courses/2614_SAP_R_3_MM_Invoice_Verification_-_Rel_4_x.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfriends.com/sapstuff.html" target="test_blank"&gt;http://www.sapfriends.com/sapstuff.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSMAT/PSMAT.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSMAT/PSMAT.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCMM/CAARCMM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCMM/CAARCMM.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_MM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_MM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOMDMM/LOMDMM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOMDMM/LOMDMM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMWMLVS/MMWMLVS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMWMLVS/MMWMLVS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMISVE/MMISVE.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMISVE/MMISVE.pdf&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>Wed, 13 Jun 2007 09:45:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T09:45:35Z</dc:date>
    <item>
      <title>ABAP Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375414#M526680</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;I am new to ABAP . Can anybody give  me any issue on ABAP in SD or MM modules ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ABAP Developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375414#M526680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375415#M526681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I think all the ABAP commands still work in SD and MM modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375415#M526681</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2007-06-13T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375416#M526682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Go through the Different tables of the SD and MM&lt;/P&gt;&lt;P&gt;and try to do some reports like &lt;/P&gt;&lt;P&gt;1.Customer wise Sales Order Totals&lt;/P&gt;&lt;P&gt;2.Vendor wise Purchase order totals&lt;/P&gt;&lt;P&gt;based on given range of  Date, Materials and Order Range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the SD and MM related stuff:&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;&lt;/P&gt;&lt;P&gt;MM Cycle:&lt;/P&gt;&lt;P&gt;Purchase Requisition-&amp;gt; STaff in an orgn places Pur requisition for want of some goods/products - ME51 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request for Quotation(RFQ)-&amp;gt; The Purchase dept in the orgn calls/requests for the quotation for the products against which PR was raised. - ME41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendor Evaluation-&amp;gt;After receving the RFQ's, after comparison a Vendor is finalised based on the terms and conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase Order(PO)-&amp;gt; Pur order was issued to that vendor asking him to supply the goods/products -ME21N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods Receipt Note(GRN)-&amp;gt;Vendor supplies the material/Products to the orgn-&lt;/P&gt;&lt;P&gt;MB01&lt;/P&gt;&lt;P&gt;Goods Issue (GI)  -&amp;gt; People receives their respective itesm for which they have placed the Requisitions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice Verification-&amp;gt; ALong with the Material Vendor submits a Invoice for which the Company Pays the amount - .MIRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data to FI -&amp;gt; data will be posted to FI as per the vendor invoices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you better go through all these links u will get all the info what ever u need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/tables_mm.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/tables_mm.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-download/sap-tables.zip" target="test_blank"&gt;http://www.sap-img.com/sap-download/sap-tables.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/material_management.html" target="test_blank"&gt;http://www.allsaplinks.com/material_management.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.training-classes.com/course_hierarchy/courses/2614_SAP_R_3_MM_Invoice_Verification_-_Rel_4_x.php" target="test_blank"&gt;http://www.training-classes.com/course_hierarchy/courses/2614_SAP_R_3_MM_Invoice_Verification_-_Rel_4_x.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfriends.com/sapstuff.html" target="test_blank"&gt;http://www.sapfriends.com/sapstuff.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSMAT/PSMAT.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSMAT/PSMAT.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCMM/CAARCMM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCMM/CAARCMM.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_MM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_MM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOMDMM/LOMDMM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOMDMM/LOMDMM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMWMLVS/MMWMLVS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMWMLVS/MMWMLVS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMISVE/MMISVE.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMISVE/MMISVE.pdf&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>Wed, 13 Jun 2007 09:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375416#M526682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375417#M526683</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;I have sent it to your id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-issue/m-p/2375417#M526683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:47:09Z</dc:date>
    </item>
  </channel>
</rss>

