<?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 Statement with layout details in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022402#M1608915</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;&lt;/P&gt;&lt;P&gt;I am using a Sumbit statement to the Standard report 'ME2L'. Also i have created a Layout for this standard report in the output. &lt;/P&gt;&lt;P&gt;Please let me know how to trnasfer this layout name in the Sumbit statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kothai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2011 12:40:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-01T12:40:29Z</dc:date>
    <item>
      <title>Submit Statement with layout details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022402#M1608915</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;&lt;/P&gt;&lt;P&gt;I am using a Sumbit statement to the Standard report 'ME2L'. Also i have created a Layout for this standard report in the output. &lt;/P&gt;&lt;P&gt;Please let me know how to trnasfer this layout name in the Sumbit statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kothai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 12:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022402#M1608915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-01T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Statement with layout details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022403#M1608916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kothai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to create a layout  for  standard &lt;STRONG&gt;transaction&lt;/STRONG&gt;  'ME2L' in our system.&lt;/P&gt;&lt;P&gt;If you can do so in your system, you can set it as default layout. See ALV documentation.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 13:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022403#M1608916</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-08-01T13:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Statement with layout details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022404#M1608917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do that, in future if any other user change the default setting to the other ayouts then my report will fail to list the correct data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence i want to pass the layout name to the sumbit statement itself so that it picks the correct layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kothai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 14:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022404#M1608917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-01T14:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Statement with layout details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022405#M1608918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kothai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you save the default layout user-specific (only layouts with / as fist character are used for all users), at least only if someone else uses your user ID will run into the trouble described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to pass it with SUBMIT, you will have to implement some enhancements: An additional parameter for the layout variant and a code line to pass the variant to the disvariant-variant field used by ALV function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: I did not know ME2L too much. I tried in our Retail system: It showed an ALV with some special buttons on top but I could not find a way to set/save/load a layout variant. You know why or howto?&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 19:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement-with-layout-details/m-p/8022405#M1608918</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-08-01T19:56:47Z</dc:date>
    </item>
  </channel>
</rss>

