<?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: Popup ALV Editable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914398#M1597979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Hareesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by providing edit = 'X' in fieldcatalog, but it is not working &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_fieldcat-row_pos   = '1'.
  ls_fieldcat-col_pos   = '8'.
  ls_fieldcat-fieldname = 'DAYS'.
  ls_fieldcat-tabname   = 'G_T_SIMULATED'.
  ls_fieldcat-seltext_m = '# of Days'.
  ls_fieldcat-outputlen = 10.
  ls_fieldcat-edit      = c_on.
  APPEND ls_fieldcat TO lt_fieldcat.
  CLEAR ls_fieldcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 06:56:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-14T06:56:38Z</dc:date>
    <item>
      <title>Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914395#M1597976</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'm using FM REUSE_ALV_POPUP_TO_SELECT to display an ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make one column editable in this. Is it possible?&lt;/P&gt;&lt;P&gt;How to make editable column for the ALV pop-up. Please do help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above Function Module displays in ALV List format. Is there any pop alv function module that displays in Grid Format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 05:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914395#M1597976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T05:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914396#M1597977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Requirment:&lt;/P&gt;&lt;P&gt;You can pass the field EDIT in the field catalog as X for the field that has to be editable and call the function module REUSE_ALV_POPUP_TO_SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2dn Requirment:&lt;/P&gt;&lt;P&gt;Try using the function module VIEW_MAINTENANCE_CALL to display the pop up in the GRID format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not sure about your requirment of displaying the POP UP. The VIEW_MAINTENANCE_CALL function module will displal the GRID as normal format, like standard transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 05:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914396#M1597977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T05:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914397#M1597978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, It is posible, Similar to REUSE_ALV_GRID_DISPLAY. You have define the fields as EDIT = 'X' while filling the field catlog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 06:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914397#M1597978</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2011-06-14T06:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914398#M1597979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Hareesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by providing edit = 'X' in fieldcatalog, but it is not working &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_fieldcat-row_pos   = '1'.
  ls_fieldcat-col_pos   = '8'.
  ls_fieldcat-fieldname = 'DAYS'.
  ls_fieldcat-tabname   = 'G_T_SIMULATED'.
  ls_fieldcat-seltext_m = '# of Days'.
  ls_fieldcat-outputlen = 10.
  ls_fieldcat-edit      = c_on.
  APPEND ls_fieldcat TO lt_fieldcat.
  CLEAR ls_fieldcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 06:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914398#M1597979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T06:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914399#M1597980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I provided the values for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I_SCREEN_START_COLUMN
I_SCREEN_START_LINE
I_SCREEN_END_COLUMN
I_SCREEN_END_LINE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in REUSE_ALV_GRID_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, it is appearing in Grid Format, but Checkbox is not appearing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 07:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914399#M1597980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914400#M1597981</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;  Add this code in Field catalog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ls_fieldcatlog-CHECKBOX = 'X'.
  ls_fieldcatlog-edit = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer the below link &lt;/P&gt;&lt;P&gt;www dot saptechnical dot com/Tutorials/ALV/Popup/demo dot htm&lt;/P&gt;&lt;P&gt;www dot kerum dot pl/infodepot/00008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhina DMD on Jun 14, 2011 9:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 07:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914400#M1597981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T07:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914401#M1597982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls give me your code snippet ?&lt;/P&gt;&lt;P&gt;So that i can get more details regarding the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914401#M1597982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914402#M1597983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working with REUSE_ALV_GRID_DISPLAY after providing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_fieldcat-checkbox  = c_on.
ls_fieldcat-edit      = c_on.


     i_screen_start_column         = 
     i_screen_start_line               = 
     i_screen_end_column           = 
     i_screen_end_line                 =&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914402#M1597983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914403#M1597984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldn't say "pleas do help" or "please do help me" it's incorrect and wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 10:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914403#M1597984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-30T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914404#M1597985</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;just do that,&lt;/P&gt;&lt;P&gt;loop at lt_fieldcatalog into ls_fieldcatalog.&lt;/P&gt;&lt;P&gt;ls_fieldcatalog-edit = 'X'&lt;/P&gt;&lt;P&gt;ls_fieldcatalog-input = 'X' * When you don't do this, then your list is not editable!&lt;/P&gt;&lt;P&gt;modify lt_fieldcatalog from ls_fieldcatalog.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;That's it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914404#M1597985</guid>
      <dc:creator>mustafacengizde62</dc:creator>
      <dc:date>2020-03-12T10:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Popup ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914405#M1597986</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;DATA: kna1 TYPE kna1.&lt;/P&gt;TYPES: BEGIN OF ty_kna1,&lt;BR /&gt;         chk   TYPE char1,&lt;BR /&gt;         kunnr TYPE kna1-kunnr,&lt;BR /&gt;         name1 TYPE kna1-name1,&lt;BR /&gt;         land1 TYPE kna1-land1,&lt;BR /&gt;       END OF ty_kna1.&lt;BR /&gt;DATA : selfield TYPE  slis_selfield.&lt;BR /&gt;DATA :  v_title          TYPE char50 VALUE 'Pop to edit one column in the table',&lt;BR /&gt;        lwa_fieldcat_pop TYPE slis_fieldcat_alv,&lt;BR /&gt;        lt_fieldcat_pop  TYPE STANDARD TABLE OF slis_fieldcat_alv,&lt;BR /&gt;        lt_tab           TYPE STANDARD TABLE OF ty_kna1.&lt;BR /&gt;&lt;BR /&gt;SELECT-OPTIONS : s_kunnr FOR kna1-kunnr.&lt;BR /&gt;&lt;BR /&gt;START-OF-SELECTION.&lt;BR /&gt;&lt;BR /&gt;  SELECT kunnr,&lt;BR /&gt;         name1,&lt;BR /&gt;         land1 FROM&lt;BR /&gt;    kna1 INTO CORRESPONDING FIELDS OF TABLE @lt_tab&lt;BR /&gt;  WHERE kunnr IN @s_kunnr.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  REFRESH lt_fieldcat_pop.&lt;BR /&gt;  lwa_fieldcat_pop-fieldname = 'CHK'.&lt;BR /&gt;  lwa_fieldcat_pop-tabname = 'LT_TAB'.&lt;BR /&gt;  lwa_fieldcat_pop-seltext_l = 'Select'(028).&lt;BR /&gt;  lwa_fieldcat_pop-col_pos = 1.&lt;BR /&gt;  lwa_fieldcat_pop-outputlen = 13.&lt;BR /&gt;  lwa_fieldcat_pop-edit = 'X'.&lt;BR /&gt;  lwa_fieldcat_pop-input = 'X'.&lt;BR /&gt;  lwa_fieldcat_pop-checkbox = 'X'.&lt;BR /&gt;  APPEND lwa_fieldcat_pop TO lt_fieldcat_pop.&lt;BR /&gt;  CLEAR lwa_fieldcat_pop.&lt;BR /&gt;&lt;BR /&gt;  lwa_fieldcat_pop-fieldname = 'KUNNR'.&lt;BR /&gt;  lwa_fieldcat_pop-tabname = 'LT_TAB'.&lt;BR /&gt;  lwa_fieldcat_pop-seltext_l = 'Disburse Status'(036).&lt;BR /&gt;  lwa_fieldcat_pop-edit = 'X'.&lt;BR /&gt;  lwa_fieldcat_pop-input = 'X'. "this is required to allow the input.&lt;BR /&gt;  lwa_fieldcat_pop-col_pos = 2.&lt;BR /&gt;  lwa_fieldcat_pop-outputlen = 13.&lt;BR /&gt;  APPEND lwa_fieldcat_pop TO lt_fieldcat_pop.&lt;BR /&gt;  CLEAR lwa_fieldcat_pop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  lwa_fieldcat_pop-fieldname = 'NAME1'.&lt;BR /&gt;  lwa_fieldcat_pop-tabname = 'LT_TAB'.&lt;BR /&gt;  lwa_fieldcat_pop-seltext_l = 'Status of capital amount'(037).&lt;BR /&gt;  lwa_fieldcat_pop-col_pos = 3.&lt;BR /&gt;  lwa_fieldcat_pop-outputlen = 13.&lt;BR /&gt;  APPEND lwa_fieldcat_pop TO lt_fieldcat_pop.&lt;BR /&gt;  CLEAR lwa_fieldcat_pop.&lt;BR /&gt;&lt;BR /&gt;  lwa_fieldcat_pop-fieldname = 'LAND1'.&lt;BR /&gt;  lwa_fieldcat_pop-tabname = 'LT_TAB'.&lt;BR /&gt;  lwa_fieldcat_pop-seltext_l = 'RFC number'(038).&lt;BR /&gt;  lwa_fieldcat_pop-col_pos = 4.&lt;BR /&gt;  lwa_fieldcat_pop-outputlen = 13.&lt;BR /&gt;  APPEND lwa_fieldcat_pop TO lt_fieldcat_pop.&lt;BR /&gt;  CLEAR lwa_fieldcat_pop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      i_title              = v_title&lt;BR /&gt;      i_selection          = 'X'&lt;BR /&gt;      i_zebra              = 'X'&lt;BR /&gt;      i_scroll_to_sel_line = 'X'&lt;BR /&gt;      i_tabname            = 'LT_TAB'&lt;BR /&gt;      it_fieldcat          = lt_fieldcat_pop&lt;BR /&gt;      i_callback_program   = sy-repid&lt;BR /&gt;    IMPORTING&lt;BR /&gt;      es_selfield          = selfield&lt;BR /&gt;    TABLES&lt;BR /&gt;      t_outtab             = lt_tab&lt;BR /&gt;    EXCEPTIONS&lt;BR /&gt;      program_error        = 1&lt;BR /&gt;      OTHERS               = 2.&lt;BR /&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;* Implement suitable error handling here&lt;BR /&gt;  ENDIF.&lt;BR /&gt;&lt;BR /&gt;*This is again printed in alv to check whether the input value is captured in the table.&lt;BR /&gt;&lt;BR /&gt;  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      it_fieldcat   = lt_fieldcat_pop&lt;BR /&gt;    TABLES&lt;BR /&gt;      t_outtab      = lt_tab&lt;BR /&gt;    EXCEPTIONS&lt;BR /&gt;      program_error = 1&lt;BR /&gt;      OTHERS        = 2.&lt;BR /&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;* Implement suitable error handling here&lt;BR /&gt;  ENDIF.</description>
      <pubDate>Fri, 31 Mar 2023 07:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-alv-editable/m-p/7914405#M1597986</guid>
      <dc:creator>deepak_khani</dc:creator>
      <dc:date>2023-03-31T07:23:47Z</dc:date>
    </item>
  </channel>
</rss>

