<?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: layout change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714461#M629504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV grid, once you change the change the layout to Excel-Inplace, there is no way you can track the data back to the ALV grid - because the standard code only exports the data to excel ( does not have provision for sending the data back to calling prog).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are interested in Editing the data only then go for an editable ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to update the data Excel in excel only - then you will have to take the pain of writing everything from the scratch - u can refer to FM XXL_FULL_API for this.  It will help u in displaying an inplace excel sheet. As u r developing everything of ur own - you can send the data to excel in track back when its required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will suggest you to export the data to a flat file from ur grid, save that as CSV/XLS. In that case u will be able to edit the data using MS Excel. After that do a WS_UPLOAD to get the data from the edited flat file and update the ALV grid - this will take much lesses effort and u will be able to achieve what u want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers. &lt;/P&gt;&lt;P&gt;SKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 08:12:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-24T08:12:32Z</dc:date>
    <item>
      <title>layout change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714460#M629503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my problem is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in grid i have some data and edit some data in the grid itself&lt;/P&gt;&lt;P&gt;at runtime i change the layout from abap grid to excel layout.&lt;/P&gt;&lt;P&gt;in excel layout i have the edited data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose &lt;/P&gt;&lt;P&gt;now i am in excel layout.i do some modification in data in excel itself.&lt;/P&gt;&lt;P&gt;at runtime i change the layout from excel layout to abap grid.&lt;/P&gt;&lt;P&gt;now in abap grid i don't have a edited data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the data, for this what i want to do, &lt;/P&gt;&lt;P&gt;in excel i want to do any setting.&lt;/P&gt;&lt;P&gt;for that what to do ? can you please ..&lt;/P&gt;&lt;P&gt;please give me any idea reg this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 06:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714460#M629503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T06:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: layout change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714461#M629504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV grid, once you change the change the layout to Excel-Inplace, there is no way you can track the data back to the ALV grid - because the standard code only exports the data to excel ( does not have provision for sending the data back to calling prog).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are interested in Editing the data only then go for an editable ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to update the data Excel in excel only - then you will have to take the pain of writing everything from the scratch - u can refer to FM XXL_FULL_API for this.  It will help u in displaying an inplace excel sheet. As u r developing everything of ur own - you can send the data to excel in track back when its required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will suggest you to export the data to a flat file from ur grid, save that as CSV/XLS. In that case u will be able to edit the data using MS Excel. After that do a WS_UPLOAD to get the data from the edited flat file and update the ALV grid - this will take much lesses effort and u will be able to achieve what u want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers. &lt;/P&gt;&lt;P&gt;SKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 08:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714461#M629504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T08:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: layout change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714462#M629505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before switching back from excel layout to grid layout press the save button in excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 08:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layout-change/m-p/2714462#M629505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T08:14:43Z</dc:date>
    </item>
  </channel>
</rss>

