<?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: TS values to DB values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139202#M450385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kaki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand the purpose of your ABAP program because eCATT provides all the means that you need for your requirements. Following are some of the relevant eCATT commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/7b/d6313b06bfaa74e10000000a114084/content.htm"&amp;gt;CHETAB&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHETAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; ).

CHETAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; , &amp;lt;target system&amp;gt; ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CHETAB command compares field values in a database table with values that you specify in the command interface (the command interface has the same structure as the table). You can use it to check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Database updates after transactions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Whether a particular table entry exists&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Customizing table entries&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/46/d9313b06bfaa74e10000000a114084/content.htm"&amp;gt;GETTAB&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
GETTAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; ).

GETTAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; , &amp;lt;target system&amp;gt; ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GETTAB command reads a record from a database table, and assigns the values from the record to the corresponding fields of a command interface (the command interface has the same structure as the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to check certain messages returned after finishing a transaction you surround the transaction call by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE ( &amp;lt;command interface&amp;gt; )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MESSAGE command starts a MESSAGE&amp;#133;ENDMESSAGE block. All messages created within the block by SAPGUI, TCD, LOGMSG, FUN, inline ABAP, WEBDYNPRO, CALLSTATIC and CALLMETHOD commands are collected. At the end of the block, the messages are available in the command interface of the ENDMESSAGE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 21:01:38 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-04-20T21:01:38Z</dc:date>
    <item>
      <title>TS values to DB values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139200#M450383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a requirement to develop a abap program comparing to &amp;lt;b&amp;gt;Test Script(ECATT) values to DB values&amp;lt;/b&amp;gt;... based on number of Transactions executed in the TestScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module existing to display results if we pass TCODEs? Pls give me the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward guaranteed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 20:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139200#M450383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T20:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: TS values to DB values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139201#M450384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you have to use following two tables in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ECLOG_DATA : Table with Logged Runtime Data from Script&lt;/P&gt;&lt;P&gt;ECLOG_SEL: Selection of STORE Data for RETRIEVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the report ECATT_UTIL_GET_FROM_STORE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 20:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139201#M450384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T20:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: TS values to DB values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139202#M450385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kaki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand the purpose of your ABAP program because eCATT provides all the means that you need for your requirements. Following are some of the relevant eCATT commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/7b/d6313b06bfaa74e10000000a114084/content.htm"&amp;gt;CHETAB&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHETAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; ).

CHETAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; , &amp;lt;target system&amp;gt; ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CHETAB command compares field values in a database table with values that you specify in the command interface (the command interface has the same structure as the table). You can use it to check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Database updates after transactions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Whether a particular table entry exists&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Customizing table entries&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/46/d9313b06bfaa74e10000000a114084/content.htm"&amp;gt;GETTAB&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
GETTAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; ).

GETTAB ( &amp;lt;table&amp;gt; , &amp;lt;command interface&amp;gt; , &amp;lt;target system&amp;gt; ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GETTAB command reads a record from a database table, and assigns the values from the record to the corresponding fields of a command interface (the command interface has the same structure as the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to check certain messages returned after finishing a transaction you surround the transaction call by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE ( &amp;lt;command interface&amp;gt; )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MESSAGE command starts a MESSAGE&amp;#133;ENDMESSAGE block. All messages created within the block by SAPGUI, TCD, LOGMSG, FUN, inline ABAP, WEBDYNPRO, CALLSTATIC and CALLMETHOD commands are collected. At the end of the block, the messages are available in the command interface of the ENDMESSAGE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 21:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ts-values-to-db-values/m-p/2139202#M450385</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-04-20T21:01:38Z</dc:date>
    </item>
  </channel>
</rss>

