<?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: ABAP Class required ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635293#M606246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if you get me sample code for how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 11:44:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T11:44:06Z</dc:date>
    <item>
      <title>ABAP Class required ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635291#M606244</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;Is there any alternative standard class for the function module  &lt;/P&gt;&lt;P&gt;"F4IF_INT_TABLE_VALUE_REQUEST". which performs the same operation as this fm does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635291#M606244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T11:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Class required ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635292#M606245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please checkout if this class can be useful&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;CL_F4CUSTOM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; SHOW_F4_PERS_DIALOG  ( F4 personalization dialog )&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ABY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635292#M606245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Class required ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635293#M606246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if you get me sample code for how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635293#M606246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Class required ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635294#M606247</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;&amp;lt;b&amp;gt;I have not used this Class [CL_F4CUSTOM] before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please checkout the Include Program&lt;/P&gt;&lt;P&gt;LSDH4Z01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;form handle_pers using shlp type shlp_descr&lt;/P&gt;&lt;P&gt;                       ocx_mode type ddbool_d&lt;/P&gt;&lt;P&gt;                 changing fcode type sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data pers_obj type ref to cl_f4custom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method cl_f4custom=&amp;gt;get_exist_reference&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      mandant     = sy-mandt&lt;/P&gt;&lt;P&gt;      username    = sy-uname&lt;/P&gt;&lt;P&gt;      shlpname    = shlp-shlpname&lt;/P&gt;&lt;P&gt;      shlptype    = shlp-shlptype&lt;/P&gt;&lt;P&gt;    receiving&lt;/P&gt;&lt;P&gt;      reference   = pers_obj&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      no_instance = 1.&lt;/P&gt;&lt;P&gt;  if sy-subrc = 1.&lt;/P&gt;&lt;P&gt;    create object pers_obj exporting reference = pers_obj&lt;/P&gt;&lt;P&gt;                                     mandant = sy-mandt&lt;/P&gt;&lt;P&gt;                                     username = sy-uname&lt;/P&gt;&lt;P&gt;                                     shlp_tab = shlp&lt;/P&gt;&lt;P&gt;                           exceptions no_personal_settings = 1.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  call method pers_obj-&amp;gt;if_f4custom~show_f4_pers_dialog&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      username = sy-uname&lt;/P&gt;&lt;P&gt;      mandant  = sy-mandt&lt;/P&gt;&lt;P&gt;      ocx_mode = ocx_mode&lt;/P&gt;&lt;P&gt;      shlp_tab = shlp&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      fcode    = fcode.&lt;/P&gt;&lt;P&gt;endform.                    " Handle_pers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, ABY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635294#M606247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Class required ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635295#M606248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above Class want a search help to be created. But my reqmnt is that i have some values populated in a internal table and want to display them on F4,&lt;/P&gt;&lt;P&gt;how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-required/m-p/2635295#M606248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:12:40Z</dc:date>
    </item>
  </channel>
</rss>

