<?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: unit test and program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858437#M362636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Your requirement is too high. It is you who has to code as you want the program to perform.&lt;/P&gt;&lt;P&gt;Or get the actual requirement from the users, and start coding using selection-screens or through dialog module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2007 05:33:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-12T05:33:03Z</dc:date>
    <item>
      <title>unit test and program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858436#M362635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created Ztable and i created table maintenance generator and Tcode for Ztable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my query is I want to create program for ztable to test the data.&lt;/P&gt;&lt;P&gt;plz provide me the program and unit test plan for ztable.its urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 05:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858436#M362635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T05:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: unit test and program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858437#M362636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Your requirement is too high. It is you who has to code as you want the program to perform.&lt;/P&gt;&lt;P&gt;Or get the actual requirement from the users, and start coding using selection-screens or through dialog module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 05:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858437#M362636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: unit test and program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858438#M362637</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 u plz send me the program for Ztable to load the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858438#M362637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: unit test and program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858439#M362638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;types: begin of ty_data.&lt;/P&gt;&lt;P&gt;include structure ztable. "your ztable name&lt;/P&gt;&lt;P&gt;types: end of ty_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_data type standard table of ty_data with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert the data into internal table as per the requirement and insert the values from internal table to ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; INSERT ztable FROM TABLE it_data.&lt;/P&gt;&lt;P&gt;  COMMIT WORK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858439#M362638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: unit test and program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858440#M362639</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;Please check if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MODIFY s076 FROM TABLE i_final2.&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      MESSAGE s900 WITH text-007."Data inserted into table S076&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    MESSAGE s900 WITH text-012."Data not inserted into table S076&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;You can display such messages in your program output screen after the datas are inserted into the ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 08:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-test-and-program/m-p/1858440#M362639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T08:38:36Z</dc:date>
    </item>
  </channel>
</rss>

