<?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 Problem when saving layout for a report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989417#M1895741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When saving a layout for the standard report program IW58(RIQMEL20), the entry gets saved in LTDX table with the field HANDLE set to 'SERV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This standard report program is called from a custom report program of mine using SUBMIT PROGRAM by passing the layout which i have saved in the above step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On debugging the standard program I found out that when calling the standard program from my custom program, layouts are fetched from the LTDX table where HANDLE = 'INST'.&lt;/P&gt;&lt;P&gt;But the layout i have saved has HANDLE set to 'SERV' and thus i am getting an error saying 'No layouts found'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i be overcoming this error.&lt;/P&gt;&lt;P&gt;Is there a way to set the HANDLE to 'INST' when saving the layout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vignesh Sunkasi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 17:48:51 GMT</pubDate>
    <dc:creator>former_member454486</dc:creator>
    <dc:date>2015-03-30T17:48:51Z</dc:date>
    <item>
      <title>Problem when saving layout for a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989417#M1895741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When saving a layout for the standard report program IW58(RIQMEL20), the entry gets saved in LTDX table with the field HANDLE set to 'SERV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This standard report program is called from a custom report program of mine using SUBMIT PROGRAM by passing the layout which i have saved in the above step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On debugging the standard program I found out that when calling the standard program from my custom program, layouts are fetched from the LTDX table where HANDLE = 'INST'.&lt;/P&gt;&lt;P&gt;But the layout i have saved has HANDLE set to 'SERV' and thus i am getting an error saying 'No layouts found'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i be overcoming this error.&lt;/P&gt;&lt;P&gt;Is there a way to set the HANDLE to 'INST' when saving the layout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vignesh Sunkasi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989417#M1895741</guid>
      <dc:creator>former_member454486</dc:creator>
      <dc:date>2015-03-30T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when saving layout for a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989418#M1895742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a point in the program where it assigns the handle based on the transaction code. I think all you can do is try to set sy-tcode to one that picks your handle (and set it back after).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 18:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989418#M1895742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-30T18:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when saving layout for a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989419#M1895743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem has been solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the program is executed from the T-code(IW58) and the layout is created, the HANDLE field is set to 'SERV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the program is executed from SE38 and the layout is created, the HANDLE field is set to 'INST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i had to create the layout fro SE38 to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vignesh Sunkasi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-saving-layout-for-a-report/m-p/10989419#M1895743</guid>
      <dc:creator>former_member454486</dc:creator>
      <dc:date>2015-03-31T10:57:38Z</dc:date>
    </item>
  </channel>
</rss>

