<?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: EBELN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799927#M343474</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;What is the error you are getting??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Dec 2006 21:22:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-25T21:22:54Z</dc:date>
    <item>
      <title>EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799912#M343459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI EVERYBODY  , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To generate double click on a field&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;&lt;P&gt;HEMA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2006 04:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799912#M343459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-24T04:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799913#M343460</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;Check the changed code...changes are marked in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form handle_user_command using r_ucomm like sy-ucomm&lt;/P&gt;&lt;P&gt;rs_selfield type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case r_ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case rs_selfield-FIELDNAME.&lt;/P&gt;&lt;P&gt;when 'EBELN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;read table I_bseg index rs_selfield-tabindex.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'BES' field &amp;lt;b&amp;gt;l_bseg-ebeln&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call transaction 'ME23N'  AND SKIP FIRST SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2006 05:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799913#M343460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-24T05:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799914#M343461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naren.&lt;/P&gt;&lt;P&gt;but when I did u r changes I'm getting the output screen as it is but drill down is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2006 13:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799914#M343461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-24T13:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799915#M343462</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;Check this example..This works fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gt_fieldcat TYPE slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF wa_ekko,&lt;/P&gt;&lt;P&gt;ebeln like ekko-ebeln,&lt;/P&gt;&lt;P&gt;ekorg like ekko-ekorg,&lt;/P&gt;&lt;P&gt;ekgrp like ekko-ekgrp,&lt;/P&gt;&lt;P&gt;END OF wa_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_repid TYPE syrepid.&lt;/P&gt;&lt;P&gt;v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA it_ekko LIKE STANDARD TABLE OF wa_ekko WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM ekko&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE it_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          i_program_name     = v_repid&lt;/P&gt;&lt;P&gt;          i_internal_tabname = 'WA_EKKO'&lt;/P&gt;&lt;P&gt;          i_inclname         = v_repid&lt;/P&gt;&lt;P&gt;     CHANGING&lt;/P&gt;&lt;P&gt;          ct_fieldcat        = gt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pass the program.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          i_callback_program      = v_repid&lt;/P&gt;&lt;P&gt;          it_fieldcat             = gt_fieldcat&lt;/P&gt;&lt;P&gt;          i_callback_user_command = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          t_outtab                = it_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF ucomm = '&amp;amp;IC1' and selfield-fieldname = 'EBELN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ TABLE it_ekko INDEX selfield-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'BES' FIELD it_ekko-ebeln.&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2006 17:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799915#M343462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-24T17:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799916#M343463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now also the drill down is not working can anyone suggest me where I'm going wrong.&lt;/P&gt;&lt;P&gt;How will the program knows  that when we double click on po no in o/p screen it must display po&lt;/P&gt;&lt;P&gt;becoz&lt;/P&gt;&lt;P&gt;when I'm  d.clicking no action is done &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not getting it I need some help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 14:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799916#M343463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799917#M343464</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;The sample code that I gave works fine for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paster your program ..so that we can check if you have missed anythig..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 16:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799917#M343464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799918#M343465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 18:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799918#M343465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T18:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799919#M343466</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;You are using IT_BSEG to display the data..But using I_BSEG to read..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use internal table IT_BSEG...Changes are marked in bold..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ucomm = '&amp;amp;IC1' and selfield-fieldname = 'EBELN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE &amp;lt;b&amp;gt;IT_BSEG&amp;lt;/b&amp;gt; INDEX selfield-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BES' FIELD i_bseg-ebeln.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 19:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799919#M343466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T19:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799920#M343467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting error  when i kept IT_bseg in place of I_ bseg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_bseg does not exsts similar fiels i_bseg exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 20:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799920#M343467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799921#M343468</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;Move the it_bseg declaration above the initialization event...to make it as global internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA it_bseg LIKE STANDARD TABLE OF i_bseg&lt;/P&gt;&lt;P&gt;WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 20:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799921#M343468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T20:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799922#M343469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NAREN THANKS FOR U R PATIENCE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now when i declared it before initialization it is disturbing the orig program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 20:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799922#M343469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T20:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799923#M343470</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;Move the values from it_bseg to i_bseg before calling the alv fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;i_bseg[] = it_bseg[].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_callback_program = v_repid&lt;/P&gt;&lt;P&gt;it_fieldcat = i_fldcat&lt;/P&gt;&lt;P&gt;i_callback_user_command = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;t_outtab = it_bseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ucomm = '&amp;amp;IC1' and selfield-fieldname = 'EBELN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE i_bseg INDEX selfield-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BES' FIELD i_bseg-ebeln.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 20:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799923#M343470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T20:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799924#M343471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no change still getting the same error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 21:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799924#M343471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T21:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799925#M343472</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;Don't move the internal table declaration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just move the values from the internal table IT_BSEG to I_BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_BSEG[] = IT_BSEG[]..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As explained in my last post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 21:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799925#M343472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T21:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799926#M343473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did same thing I_BSEG[] = IT_BSEG[]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 21:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799926#M343473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T21:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799927#M343474</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;What is the error you are getting??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 21:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799927#M343474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T21:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799928#M343475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it_bseg does not exsts similar fields i_bseg exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 21:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799928#M343475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T21:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799929#M343476</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;First of all ..There are two alv FMs in your program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which one do you want to have the USER_COMMAND..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want it for ALV_GRID_DISPLAY..Add the following code marked in bold..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_callback_program = g_repid&lt;/P&gt;&lt;P&gt;is_layout = x_layout&lt;/P&gt;&lt;P&gt;it_fieldcat = i_fldcat[]&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_CALLBACK_USER_COMMAND = 'USER_COMMAND'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;i_default = c_x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 21:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799929#M343476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T21:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799930#M343477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my cr is to generate drill down to ebeln and belnr .to an already existing program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result fun guy wants is if we d.click on po no then he must get the po&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The already existing pgm displays the report but document cannot be drilled from the report.&lt;/P&gt;&lt;P&gt;I pasted the whole pgm I'm new to real time work so struggling  sorry for troubling u if it is ok I will call u or we can chat in gmail&lt;/P&gt;&lt;P&gt;mhnagini@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 22:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799930#M343477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T22:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: EBELN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799931#M343478</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;Please trying passing the parameter I_CALLBACK_USER_COMMAND = 'USER_COMMAND'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do this change..It should work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_callback_program = g_repid&lt;/P&gt;&lt;P&gt;is_layout = x_layout&lt;/P&gt;&lt;P&gt;it_fieldcat = i_fldcat[]&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_CALLBACK_USER_COMMAND = 'USER_COMMAND'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't have to change any other thing in the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ignore moving the internal table values as mentioned in my previous post..Just only this change..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 22:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ebeln/m-p/1799931#M343478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T22:13:08Z</dc:date>
    </item>
  </channel>
</rss>

