<?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 about data transfor in list processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-transfor-in-list-processing/m-p/5567840#M1270169</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;   I'm using a button to a list processing,write some check box in the list screen,when I click "back",I want transfor the data I have choosed to one text field in the dialog screen.how to carry it out?thanks.&lt;/P&gt;&lt;P&gt;the code is.&lt;/P&gt;&lt;P&gt;      SUPPRESS DIALOG .&lt;/P&gt;&lt;P&gt;      NEW-PAGE LINE-SIZE 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT xingz FROM z1mm_gys06&lt;/P&gt;&lt;P&gt;        INTO chanp1&lt;/P&gt;&lt;P&gt;        WHERE descr_s = 'A' .&lt;/P&gt;&lt;P&gt;        WRITE : / sela AS CHECKBOX,(30) chanp1 .&lt;/P&gt;&lt;P&gt;      ENDSELECT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0001 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 01:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T01:40:54Z</dc:date>
    <item>
      <title>about data transfor in list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-transfor-in-list-processing/m-p/5567840#M1270169</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;   I'm using a button to a list processing,write some check box in the list screen,when I click "back",I want transfor the data I have choosed to one text field in the dialog screen.how to carry it out?thanks.&lt;/P&gt;&lt;P&gt;the code is.&lt;/P&gt;&lt;P&gt;      SUPPRESS DIALOG .&lt;/P&gt;&lt;P&gt;      NEW-PAGE LINE-SIZE 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT xingz FROM z1mm_gys06&lt;/P&gt;&lt;P&gt;        INTO chanp1&lt;/P&gt;&lt;P&gt;        WHERE descr_s = 'A' .&lt;/P&gt;&lt;P&gt;        WRITE : / sela AS CHECKBOX,(30) chanp1 .&lt;/P&gt;&lt;P&gt;      ENDSELECT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0001 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 01:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-transfor-in-list-processing/m-p/5567840#M1270169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T01:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: about data transfor in list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-transfor-in-list-processing/m-p/5567841#M1270170</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;If you want to write any data on to the list then..You need to use the write statement after LEAVE TO LIST-PROCESSING statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0001 .

WRITE:/ 'TEST write'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 03:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-transfor-in-list-processing/m-p/5567841#M1270170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T03:07:48Z</dc:date>
    </item>
  </channel>
</rss>

