<?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: String array in structure for BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144825#M991033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi do like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the data to char and split if needed ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: char(200) type c  value 'helloboss'  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ char&lt;EM&gt;1(2) , char&lt;/EM&gt;3(2) , char+5(2) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 11:46:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T11:46:18Z</dc:date>
    <item>
      <title>String array in structure for BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144823#M991031</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;I am defining my fields for a structure (import). The field that I need in the structure is to received search words from a website for instance 3 separate words for each entry. How can I define this field in my structure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144823#M991031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: String array in structure for BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144824#M991032</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;Try to declare the strcuture with Char type-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:&lt;/P&gt;&lt;P&gt;  begin of .....&lt;/P&gt;&lt;P&gt; word(70) type c.&lt;/P&gt;&lt;P&gt; end of ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get the whole string, split the string based on separators gievn in the search crtieria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use SPLIT statement to get the words in a given search string&lt;/P&gt;&lt;P&gt;Please cehck the ABAP DOCU on this splitting a given string into words. There are many pattern optiions for strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can declare internal table based on this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144824#M991032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: String array in structure for BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144825#M991033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi do like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the data to char and split if needed ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: char(200) type c  value 'helloboss'  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ char&lt;EM&gt;1(2) , char&lt;/EM&gt;3(2) , char+5(2) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-array-in-structure-for-bapi/m-p/4144825#M991033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:46:18Z</dc:date>
    </item>
  </channel>
</rss>

