<?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: Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967448#M1695400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what you describe I think you need the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create a DB table storing the data you need. The ABAP dictionary is at t-code SE11 start&amp;nbsp; there and follow this: (a name convention for a non SAP objects should start with Z, in your case for example the table will have the name zpatients)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a selection screen that reads the data from screen and then updates the table.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(If you don't mind that other people will see it you can create a view in SE16)&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/bdc/bdc_dbupdate.htm"&gt;http://www.sapdev.co.uk/bdc/bdc_dbupdate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's about it. You can also create a view for your table(SE16) or an ALV program to view the data that is stored in the DB table you have created something like this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abapprogramming.net/2007/11/alv-list-display-saple-code.html"&gt;http://www.abapprogramming.net/2007/11/alv-list-display-saple-code.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best, Let me know if you got it.&lt;/P&gt;&lt;P&gt;Iftah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 20:10:51 GMT</pubDate>
    <dc:creator>iftah_peretz</dc:creator>
    <dc:date>2012-09-19T20:10:51Z</dc:date>
    <item>
      <title>Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967447#M1695399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt; As the title states I would like to create custom, pretty simple program inside SAP which will keep track about patients. This program would have seven (6) columns: &lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt; Name and surname | Date of birth | Protocol number (auto number) | Date of arrival | Date of release | Note &lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt; So there would be a simple form which would users would use to insert data. &lt;/P&gt;&lt;P&gt; I would like to know following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;- can this be made in SAP (little custom program) and is there any good free tutorial you could recommend?&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;- is there perhaps some tool inside SAP which could help me build this custom program?&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Any help is appreciated and many thanks in advance for prompt replies! &lt;/P&gt;&lt;P&gt; Sam &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 12:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967447#M1695399</guid>
      <dc:creator>samnovice_new</dc:creator>
      <dc:date>2012-09-19T12:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967448#M1695400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what you describe I think you need the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create a DB table storing the data you need. The ABAP dictionary is at t-code SE11 start&amp;nbsp; there and follow this: (a name convention for a non SAP objects should start with Z, in your case for example the table will have the name zpatients)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a selection screen that reads the data from screen and then updates the table.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(If you don't mind that other people will see it you can create a view in SE16)&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/bdc/bdc_dbupdate.htm"&gt;http://www.sapdev.co.uk/bdc/bdc_dbupdate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's about it. You can also create a view for your table(SE16) or an ALV program to view the data that is stored in the DB table you have created something like this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abapprogramming.net/2007/11/alv-list-display-saple-code.html"&gt;http://www.abapprogramming.net/2007/11/alv-list-display-saple-code.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best, Let me know if you got it.&lt;/P&gt;&lt;P&gt;Iftah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 20:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967448#M1695400</guid>
      <dc:creator>iftah_peretz</dc:creator>
      <dc:date>2012-09-19T20:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967449#M1695401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above links should help you create what you need, else you can hire a part time developer to make it for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 21:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967449#M1695401</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2012-09-19T21:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967450#M1695402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Iftah Peretz, &lt;/P&gt;&lt;P&gt;Thank you very much for really useful reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to find as many information about creating first program in SAP using google search but I think it would take me month to find info you supplied me with&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/996/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try this ASAP and let you know right away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 05:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967450#M1695402</guid>
      <dc:creator>samnovice_new</dc:creator>
      <dc:date>2012-09-20T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967451#M1695403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 05:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967451#M1695403</guid>
      <dc:creator>samnovice_new</dc:creator>
      <dc:date>2012-09-20T05:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom (Very Simple) Program Inside SAP Which Will Keep Track About Patients</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967452#M1695404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other suggestion is also welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sam&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 05:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-custom-very-simple-program-inside-sap-which-will-keep-track-about/m-p/8967452#M1695404</guid>
      <dc:creator>samnovice_new</dc:creator>
      <dc:date>2012-09-20T05:45:44Z</dc:date>
    </item>
  </channel>
</rss>

