<?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 Submit Logic not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230656#M1827325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help in SUBMIT statement error. Please refer to below screen shots: Please help me with the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program to be called in SUBMIT statement:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433940" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output comes as below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433941" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the above output to be written in memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433942" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is giving me below dump.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433958" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 07:53:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-16T07:53:37Z</dc:date>
    <item>
      <title>Submit Logic not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230656#M1827325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help in SUBMIT statement error. Please refer to below screen shots: Please help me with the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program to be called in SUBMIT statement:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433940" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output comes as below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433941" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the above output to be written in memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433942" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is giving me below dump.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433958" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230656#M1827325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Logic not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230657#M1827326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your called program is not a write-output one. So you can't force SAP to write some enjoy controls in this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine your called program has two enjoy controls - the ALV tree and one object ALV. How would you expect it to be written to a ASCII format? SAP does not know and you do not too, I believe. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some workarounds with this (try searching for "enjoy control / object alv in background"), but I believe those would not be able to work in your case. Find the business classes / function modules for respective values and use them, not directly the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230657#M1827326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Logic not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230658#M1827327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much. Honestly I was not aware of this. Thanks for your guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-logic-not-working/m-p/10230658#M1827327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T08:14:24Z</dc:date>
    </item>
  </channel>
</rss>

