<?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 Interactive ALV Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986425#M952317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Interactive alv report, On alv screen i can click on one filed a popup screen come and it's editable and save to the database. I can do as many actions like that, everything looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When click on back button ( &amp;lt;-- ) geen arrow, it's not going to slection screen directly. after 10 back clicks selection screen appears.i am using REUSE_ALV_GRID_DISPLAY 2 times. can i destroy the first screen. before calling 2nd time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. can we set the alv screen fileds length to 40 char, i defined the filed with 100 char. it displaying very long. can we limit the length of field in alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 02:37:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-24T02:37:27Z</dc:date>
    <item>
      <title>Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986425#M952317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Interactive alv report, On alv screen i can click on one filed a popup screen come and it's editable and save to the database. I can do as many actions like that, everything looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When click on back button ( &amp;lt;-- ) geen arrow, it's not going to slection screen directly. after 10 back clicks selection screen appears.i am using REUSE_ALV_GRID_DISPLAY 2 times. can i destroy the first screen. before calling 2nd time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. can we set the alv screen fileds length to 40 char, i defined the filed with 100 char. it displaying very long. can we limit the length of field in alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 02:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986425#M952317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T02:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986426#M952318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When click on back button ( &amp;lt;-- ) geen arrow, it's not going to slection screen directly. after 10 back clicks selection screen appears.i am using REUSE_ALV_GRID_DISPLAY 2 times. can i destroy the first screen. before calling 2nd time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want main selection screen, use the leave to screen statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN &amp;lt;next screen&amp;gt;.&lt;/P&gt;&lt;P&gt;set &amp;lt;next screen &amp;gt; = 0.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. can we set the alv screen fileds length to 40 char, i defined the filed with 100 char. it displaying very long. can we limit the length of field in alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in the field catalog you define any one field in the following&lt;/P&gt;&lt;P&gt;         seltext_l      like dd03p-scrtext_l, " long key word&lt;/P&gt;&lt;P&gt;         seltext_m      like dd03p-scrtext_m, " middle key word&lt;/P&gt;&lt;P&gt;         seltext_s      like dd03p-scrtext_s, " short key word&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        outputlen      like dd03p-outputlen,*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 03:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986426#M952318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T03:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986427#M952319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) if your using the event user_command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add the statemnt :  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;    MOVE 'X' TO r_selfield-refresh . &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put a button in application tool bar with fct code for example  LEAVE&lt;/P&gt;&lt;P&gt;and write the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;  when 'LEAVE'.&lt;/P&gt;&lt;P&gt;    SUBMIT sy-repid VIA SELECTION-SCREEN  AND RETURN.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in the layout pass &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; w_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 04:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/3986427#M952319</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-24T04:16:45Z</dc:date>
    </item>
  </channel>
</rss>

