<?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: sequential file problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756557#M327770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is, you are using common sub-routine for both LFA1 and KNA1 selection. Split the subroutines to identify...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 09:14:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T09:14:24Z</dc:date>
    <item>
      <title>sequential file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756556#M327769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the sequential files are called dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have to fetch the records from LFA1 &amp;amp; KNA1 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put the radiobutton in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my user selects the LFA1 radiobutton it will only upload the LFA1 data to application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i have to write the logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_lfa1 = 'X'.&lt;/P&gt;&lt;P&gt;   perform opendataset.&lt;/P&gt;&lt;P&gt;   perform dataselect_lfa1.&lt;/P&gt;&lt;P&gt;   perform transfer.&lt;/P&gt;&lt;P&gt;   perform closedataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif  p_kna1 = 'X'.&lt;/P&gt;&lt;P&gt;   perform opendataset.&lt;/P&gt;&lt;P&gt;   perform dataselect_kna1.&lt;/P&gt;&lt;P&gt;   perform transfer.&lt;/P&gt;&lt;P&gt;   perform closedataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif  p_both = 'X'.&lt;/P&gt;&lt;P&gt;   perform opendataset.&lt;/P&gt;&lt;P&gt;   perform dataselect_lfa1.&lt;/P&gt;&lt;P&gt;   perform dataselect_kna1.&lt;/P&gt;&lt;P&gt;   perform transfer.&lt;/P&gt;&lt;P&gt;   perform closedataset.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that whenever I select the lfa1 radiobutton it will also create the file in application server for kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody will pls suggest me what I can do??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756556#M327769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: sequential file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756557#M327770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is, you are using common sub-routine for both LFA1 and KNA1 selection. Split the subroutines to identify...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756557#M327770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: sequential file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756558#M327771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u maintained the group id for radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send ur code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756558#M327771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: sequential file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756559#M327772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;hi Salil,

  The subroutine name seems to be same for both

  u can use

 perform opendataset using p_file. " filename will be different her
 perform transfer using it_lfa1.      : itab will be different&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756559#M327772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: sequential file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756560#M327773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make opendataset also seperate subroutines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this subroutine contains both opendataset  statements.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; perform opendataset.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sequential-file-problem/m-p/1756560#M327773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:30:35Z</dc:date>
    </item>
  </channel>
</rss>

