<?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 Document Header Text in BKPF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421850#M821856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   In BKPF the document header text is case-sentive.If we search for eg. test* then it would return all the texts starting with test(in small) and if we search for TEST* it would return the texts starting with TEST and not test also.I have a select option(Document Header Text) on the selection screen and irrespective of the case it should select all the texts which i give the search for.For e.g if I give test* then it should return texts starting with (test as well as TEST).How can this be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 12:05:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T12:05:27Z</dc:date>
    <item>
      <title>Document Header Text in BKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421850#M821856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   In BKPF the document header text is case-sentive.If we search for eg. test* then it would return all the texts starting with test(in small) and if we search for TEST* it would return the texts starting with TEST and not test also.I have a select option(Document Header Text) on the selection screen and irrespective of the case it should select all the texts which i give the search for.For e.g if I give test* then it should return texts starting with (test as well as TEST).How can this be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421850#M821856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Document Header Text in BKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421851#M821857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do this way....&lt;/P&gt;&lt;P&gt;convert all char of select-option to lower case....&lt;/P&gt;&lt;P&gt;write a select statement and fetch data into internal table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, convert all char of select-option to upper case....&lt;/P&gt;&lt;P&gt;write a select statement and fetch data by appending the internal table....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421851#M821857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Document Header Text in BKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421852#M821858</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;&lt;/P&gt;&lt;P&gt;You have to convert the value of the select option into upper case and append the same into select option and use EQ for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise loop at select option  and convert the same into visa versa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421852#M821858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Document Header Text in BKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421853#M821859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what I know is that in order to work around that very problem, SAP has added special match code (or search help in today's speak) fields to some tables, which duplicate in upper case otherwise case sensitive data (e.g. SKAT-MCOD1).&lt;/P&gt;&lt;P&gt;I don't know a simple way to do what you're trying to do here, sorry. Would like to know as well.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421853#M821859</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-02-21T12:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Document Header Text in BKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421854#M821860</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;There is no simple solution to this. Either you build up a select-option yourself with all possible combinations of "test", "Test", "TEST" etc., or you would select all BKPF records in an internal table (usually not a good idea since this is normally a DB-table with many entries) and translate the BKTXT field to upper case and then select your records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421854#M821860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Document Header Text in BKPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421855#M821861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is quite easy to do using native SQL (depending on your database system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 18:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-header-text-in-bkpf/m-p/3421855#M821861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T18:48:51Z</dc:date>
    </item>
  </channel>
</rss>

