<?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: Sapscript Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299238#M157879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aryan,&lt;/P&gt;&lt;P&gt;Don't worry much about the structures here.&lt;/P&gt;&lt;P&gt;Below tables are very important in SAPScript and SMARTFORMS context...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;STXB&lt;/P&gt;&lt;P&gt;STXBITMAPS&lt;/P&gt;&lt;P&gt;STXFADM&lt;/P&gt;&lt;P&gt;STXFADMI&lt;/P&gt;&lt;P&gt;STXFADMT&lt;/P&gt;&lt;P&gt;STXFCONT&lt;/P&gt;&lt;P&gt;STXFCONTR&lt;/P&gt;&lt;P&gt;STXFCONTS&lt;/P&gt;&lt;P&gt;STXFCONTV&lt;/P&gt;&lt;P&gt;STXFIMP&lt;/P&gt;&lt;P&gt;STXFOBJT&lt;/P&gt;&lt;P&gt;STXFSTDPAR&lt;/P&gt;&lt;P&gt;STXFTXT&lt;/P&gt;&lt;P&gt;STXFTXTA&lt;/P&gt;&lt;P&gt;STXFTXTV&lt;/P&gt;&lt;P&gt;STXFVAR&lt;/P&gt;&lt;P&gt;STXFVARI&lt;/P&gt;&lt;P&gt;STXFVART&lt;/P&gt;&lt;P&gt;STXH&lt;/P&gt;&lt;P&gt;STXITFD&lt;/P&gt;&lt;P&gt;STXITFR&lt;/P&gt;&lt;P&gt;STXL&lt;/P&gt;&lt;P&gt;STXOTFD&lt;/P&gt;&lt;P&gt;STXOTFR&lt;/P&gt;&lt;P&gt;STXRDID&lt;/P&gt;&lt;P&gt;STXRDIR&lt;/P&gt;&lt;P&gt;STXSADM&lt;/P&gt;&lt;P&gt;STXSADMT&lt;/P&gt;&lt;P&gt;STXSCHAR&lt;/P&gt;&lt;P&gt;STXSFPATT&lt;/P&gt;&lt;P&gt;STXSFREPL&lt;/P&gt;&lt;P&gt;STXSHEAD&lt;/P&gt;&lt;P&gt;STXSOBJT&lt;/P&gt;&lt;P&gt;STXSPARA&lt;/P&gt;&lt;P&gt;STXSTAB&lt;/P&gt;&lt;P&gt;STXSVAR&lt;/P&gt;&lt;P&gt;STXSVARL&lt;/P&gt;&lt;P&gt;STXSVART&lt;/P&gt;&lt;P&gt;STXTRACE&lt;/P&gt;&lt;P&gt;STXTRACEHD&lt;/P&gt;&lt;P&gt;STXTRCUSR&lt;/P&gt;&lt;P&gt;STXXFILTER&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jun 2006 11:34:01 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-06-03T11:34:01Z</dc:date>
    <item>
      <title>Sapscript Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299233#M157874</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;1) What is the table - stxh  &amp;amp; strut - thead  used for ?&lt;/P&gt;&lt;P&gt;2) When are the values populated in this tables  ?&lt;/P&gt;&lt;P&gt;3) What is the importance of these tables in sapscript ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Guaranteed ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Aryan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 11:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299233#M157874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-03T11:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299234#M157875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) What is the table - stxh &amp;amp; strut - thead used for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strut???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STXH is the master data table with header data of std text and sapscript, so here you find the keys of a text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE (TDOBJECT), NAME (TDNAME), ID TEXT (TDID) and LANGUAGE (TDSPRAS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When are the values populated in this tables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a std text or sapscript is saved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) What is the importance of these tables in sapscript ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's master data table: so a std text or sapscript exist only if it's in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 11:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299234#M157875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-03T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299235#M157876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;1) What is the table - stxh &amp;amp; strut - thead used for ?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;2) When are the values populated in this tables ?&lt;/P&gt;&lt;P&gt;STXH contains the  SAPscript text file header data.&lt;/P&gt;&lt;P&gt;For eg it contains your texid say for eg whether it is a short text or long text and langu and other header details.there is no such table exists with the name STRUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;3) What is the importance of these tables in sapscript ?&lt;/P&gt;&lt;P&gt;All the info related to texts got stored in the table STXH.so it will be very helpful when you want to fetch a long text from sapscript document.Usually you will use READ_TEXT fm for fetching the long text.The parameters need to be passed to this FM are contained in the STXH table.This is the importance of this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 11:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299235#M157876</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-03T11:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299236#M157877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first q is abt table stxh which you answered the other one  structure thead ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Aryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 11:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299236#M157877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-03T11:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299237#M157878</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;THEAD is only a structure like STXH, it's used as structure to design the screens showing the header data of a text and to build the interface of some fms:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See FM READ_TEXT for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 11:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299237#M157878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-03T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299238#M157879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aryan,&lt;/P&gt;&lt;P&gt;Don't worry much about the structures here.&lt;/P&gt;&lt;P&gt;Below tables are very important in SAPScript and SMARTFORMS context...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;STXB&lt;/P&gt;&lt;P&gt;STXBITMAPS&lt;/P&gt;&lt;P&gt;STXFADM&lt;/P&gt;&lt;P&gt;STXFADMI&lt;/P&gt;&lt;P&gt;STXFADMT&lt;/P&gt;&lt;P&gt;STXFCONT&lt;/P&gt;&lt;P&gt;STXFCONTR&lt;/P&gt;&lt;P&gt;STXFCONTS&lt;/P&gt;&lt;P&gt;STXFCONTV&lt;/P&gt;&lt;P&gt;STXFIMP&lt;/P&gt;&lt;P&gt;STXFOBJT&lt;/P&gt;&lt;P&gt;STXFSTDPAR&lt;/P&gt;&lt;P&gt;STXFTXT&lt;/P&gt;&lt;P&gt;STXFTXTA&lt;/P&gt;&lt;P&gt;STXFTXTV&lt;/P&gt;&lt;P&gt;STXFVAR&lt;/P&gt;&lt;P&gt;STXFVARI&lt;/P&gt;&lt;P&gt;STXFVART&lt;/P&gt;&lt;P&gt;STXH&lt;/P&gt;&lt;P&gt;STXITFD&lt;/P&gt;&lt;P&gt;STXITFR&lt;/P&gt;&lt;P&gt;STXL&lt;/P&gt;&lt;P&gt;STXOTFD&lt;/P&gt;&lt;P&gt;STXOTFR&lt;/P&gt;&lt;P&gt;STXRDID&lt;/P&gt;&lt;P&gt;STXRDIR&lt;/P&gt;&lt;P&gt;STXSADM&lt;/P&gt;&lt;P&gt;STXSADMT&lt;/P&gt;&lt;P&gt;STXSCHAR&lt;/P&gt;&lt;P&gt;STXSFPATT&lt;/P&gt;&lt;P&gt;STXSFREPL&lt;/P&gt;&lt;P&gt;STXSHEAD&lt;/P&gt;&lt;P&gt;STXSOBJT&lt;/P&gt;&lt;P&gt;STXSPARA&lt;/P&gt;&lt;P&gt;STXSTAB&lt;/P&gt;&lt;P&gt;STXSVAR&lt;/P&gt;&lt;P&gt;STXSVARL&lt;/P&gt;&lt;P&gt;STXSVART&lt;/P&gt;&lt;P&gt;STXTRACE&lt;/P&gt;&lt;P&gt;STXTRACEHD&lt;/P&gt;&lt;P&gt;STXTRCUSR&lt;/P&gt;&lt;P&gt;STXXFILTER&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 11:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-query/m-p/1299238#M157879</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-03T11:34:01Z</dc:date>
    </item>
  </channel>
</rss>

