<?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: regarding GET and PROVIDE coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041520#M419808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; HRABAP&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/PAPA/PAPA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.atomhr.com/training/Technical_Topics_in_HR.htm" target="test_blank"&gt;http://www.atomhr.com/training/Technical_Topics_in_HR.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/hr_abap_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/hr_abap_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can see some Standard Program examples in this one..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/programs/programshr.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/programs/programshr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification" target="test_blank"&gt;http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are the FAQ's that might helps you&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/human/hr-faq.htm" target="test_blank"&gt;http://www.sap-img.com/human/hr-faq.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/faq/hr.htm" target="test_blank"&gt;http://www.sapgenie.com/faq/hr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common link:&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;go thruthe links which r very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2007 10:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-10T10:30:51Z</dc:date>
    <item>
      <title>regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041514#M419802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cud u plz explain the given statement:::::HOW does it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************&lt;/P&gt;&lt;P&gt;GET pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PROVIDE * FROM p0001&lt;/P&gt;&lt;P&gt;  BETWEEN pybegda AND pyendda.&lt;/P&gt;&lt;P&gt;  ENDPROVIDE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041514#M419802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041515#M419803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       Get pernr works as select from table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and provide * from p0001 is like &lt;/P&gt;&lt;P&gt;select * from p0001 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041515#M419803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041516#M419804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     GET PERNR : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event fills the data structures of declared infotypes with all records that exists for a personnel number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data selection does not delimit the records that retrieved from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then provide ......endprovide:it retreives the data from p0001 table which is in between the dates pybedda and pyendda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041516#M419804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041517#M419805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;GET:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use GET to handle two types of events after submitting executable programs: Get events and events at the end of a hierarchy level of a logical database. If during a GET event a list is written, previously an automatic line feed is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide....&lt;/P&gt;&lt;P&gt;The statements PROVIDE and ENDPROVIDE define a loop through a statement block. In this loop, any number of internal tables itab1 itab2 ... are processed together. A single table can appear several times. For every table itab you must specify a FIELDS clause. After FIELDS you must specify the character * for all components or a list comp1 comp2 ... for specific components of the relevant table. The names of the components comp1 comp2 ... can only be specified directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041517#M419805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041518#M419806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srilatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cud u plz explain this in a simple way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********&lt;/P&gt;&lt;P&gt;the answer u have given....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event fills the data structures of declared infotypes with all records that exists for a personnel number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data selection does not delimit the records that retrieved from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="8" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041518#M419806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041519#M419807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables:
      PERNR.
Infotypes:
      0001,
      0002.

get pernr.
     provide * from p0002 between pn-begda and pn-endda.
            write......
     endprovide.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GET PERNR statement, pulls all records corresponding to a &lt;/P&gt;&lt;P&gt;personal number from infotypes 0001 and 0002, to internal tables P0001 &lt;/P&gt;&lt;P&gt;and P0002 respectively(P0001 and P0002 are not declared in our program, &lt;/P&gt;&lt;P&gt;but they exist in the &amp;lt;b&amp;gt;logical database PNP&amp;lt;/b&amp;gt;. There can be multiple &lt;/P&gt;&lt;P&gt;records in these infotypes for a singel pernr, based on BEGDA &lt;/P&gt;&lt;P&gt;and ENDA (validity period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So &amp;lt;b&amp;gt;Provide...Endprovide&amp;lt;/b&amp;gt; is used to loop through these records, one by one..(&amp;lt;b&amp;gt;provide..endprovide&amp;lt;/b&amp;gt; can be replace with &amp;lt;b&amp;gt;loop at p0002..endloop&amp;lt;/b&amp;gt; statement as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041519#M419807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T10:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041520#M419808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; HRABAP&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/PAPA/PAPA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.atomhr.com/training/Technical_Topics_in_HR.htm" target="test_blank"&gt;http://www.atomhr.com/training/Technical_Topics_in_HR.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/hr_abap_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/hr_abap_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can see some Standard Program examples in this one..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/programs/programshr.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/programs/programshr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification" target="test_blank"&gt;http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are the FAQ's that might helps you&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/human/hr-faq.htm" target="test_blank"&gt;http://www.sap-img.com/human/hr-faq.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/faq/hr.htm" target="test_blank"&gt;http://www.sapgenie.com/faq/hr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common link:&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;go thruthe links which r very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041520#M419808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041521#M419809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the answer u have given....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event fills the data structures of declared infotypes with all records that exists for a personnel number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data selection does not delimit the records that retrieved from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it fills the internal table p0001 with records that exists in the pernr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041521#M419809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding GET and PROVIDE coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041522#M419810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GET PERNR statement retrieves all records from the infotype 0001 to the internal table p0001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-get-and-provide-coding/m-p/2041522#M419810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T10:40:43Z</dc:date>
    </item>
  </channel>
</rss>

