<?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: F4 help..check my simple code... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491103#M839514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt; use this.&lt;/P&gt;&lt;P&gt;data : t_inst like standard table of y_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;pari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 09:53:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T09:53:36Z</dc:date>
    <item>
      <title>F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491095#M839506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello masters!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached is my coding for F4 help.Im wondering why theres no data being displayed on the pop up window.please check my coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  t_inst    type standard table of y_inst,&lt;/P&gt;&lt;P&gt;      t_return  TYPE standard table of ddshretval .&lt;/P&gt;&lt;P&gt;w_inst        like line of t_inst,&lt;/P&gt;&lt;P&gt;      w_return      like line of t_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_inst.&lt;/P&gt;&lt;P&gt;DATA:l_retfield TYPE dfies-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   w_inst-code = '0'.&lt;/P&gt;&lt;P&gt;   w_inst-name = 'C/R'.&lt;/P&gt;&lt;P&gt;   append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   w_inst-code = '1'.&lt;/P&gt;&lt;P&gt;   w_inst-name = 'C/OR'.&lt;/P&gt;&lt;P&gt;   append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   w_inst-code = '2'.&lt;/P&gt;&lt;P&gt;   w_inst-name = 'MAIL'.&lt;/P&gt;&lt;P&gt;   append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   w_inst-code = '3'.&lt;/P&gt;&lt;P&gt;   w_inst-name = 'RET'.&lt;/P&gt;&lt;P&gt;   append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      retfield        = l_retfield&lt;/P&gt;&lt;P&gt;      value_org       = 'S'&lt;/P&gt;&lt;P&gt;      window_title    = text-t01&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab       = t_inst&lt;/P&gt;&lt;P&gt;      return_tab      = t_return&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      parameter_error = 1&lt;/P&gt;&lt;P&gt;      no_values_found = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    read table t_return into w_return index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    read table t_inst into w_inst with key code = w_return-fieldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    write w_inst-code to p_inst.&lt;/P&gt;&lt;P&gt;    refresh t_inst[].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491095#M839506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491096#M839507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the value of I_retfield that you are passing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491096#M839507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491097#M839508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi salma reyes  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this Coding ,it will work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: t_inst type standard table of y_inst,&lt;/P&gt;&lt;P&gt;t_return TYPE standard table of ddshretval ,&lt;/P&gt;&lt;P&gt;w_inst like line of t_inst,&lt;/P&gt;&lt;P&gt;w_return like line of t_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_inst.&lt;/P&gt;&lt;P&gt;DATA:l_retfield TYPE dfies-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_inst-code = '0'.&lt;/P&gt;&lt;P&gt;w_inst-name = 'C/R'.&lt;/P&gt;&lt;P&gt;append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_inst-code = '1'.&lt;/P&gt;&lt;P&gt;w_inst-name = 'C/OR'.&lt;/P&gt;&lt;P&gt;append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_inst-code = '2'.&lt;/P&gt;&lt;P&gt;w_inst-name = 'MAIL'.&lt;/P&gt;&lt;P&gt;append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_inst-code = '3'.&lt;/P&gt;&lt;P&gt;w_inst-name = 'RET'.&lt;/P&gt;&lt;P&gt;append w_inst to t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;retfield = l_retfield&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;window_title = text-t01&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = t_inst&lt;/P&gt;&lt;P&gt;return_tab = t_return&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table t_return into w_return index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table t_inst into w_inst with key code = w_return-fieldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write w_inst-code to p_inst.&lt;/P&gt;&lt;P&gt;refresh t_inst[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the problem is solved .&lt;/P&gt;&lt;P&gt;Reward me points .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By&lt;/P&gt;&lt;P&gt;Pari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491097#M839508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491098#M839509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually that's my problem?what should be the right value for RETFIELD?base on my program?btw, i forgot to include my internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BEGIN OF y_inst,&lt;/P&gt;&lt;P&gt;         code(1),&lt;/P&gt;&lt;P&gt;         name(4),&lt;/P&gt;&lt;P&gt;  END OF y_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me How would I fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491098#M839509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491099#M839510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*TYPES: BEGIN OF ty_inst,*
       *code_key TYPE dfies-fieldname,*
       *short_text TYPE char50,*
       *END OF ty_alert.*

*data: gt_inst type table of ty_inst,*
        *gwa_inst type ty_inst.*

*gwa_inst-code_key = '0'.*
*gwa_inst-short_text = 'C/R'.*
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = l_retfield
*dynpprog        = sy-repid*
*dynpnr          = sy-dynnr*
 *dynprofield     = 'P_INST'*
value_org = 'S'
window_title = text-t01
TABLES
value_tab = gt_inst
return_tab = t_return
EXCEPTIONS
parameter_error = 1
no_values_found = 2
OTHERS = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491099#M839510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491100#M839511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats did you add on my previous program? I dont see any difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491100#M839511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491101#M839512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.i will try.many thanks Ill give you points as soon as it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491101#M839512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491102#M839513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;retfield is the field from the internal table that you want to display in the search help dialog...and subsequently populate it on selection. try passing the name of that field and it should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priyank Jain on Mar 5, 2008 4:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491102#M839513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491103#M839514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt; use this.&lt;/P&gt;&lt;P&gt;data : t_inst like standard table of y_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;pari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491103#M839514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491104#M839515</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; Here field name you have given wrong.Give the name of the field&lt;/P&gt;&lt;P&gt;which is declared in internal table in Capital letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX;  DATA : BEGIN OFt_inst OCCURS 0,&lt;/P&gt;&lt;P&gt;        werks LIKE t001w-werks,&lt;/P&gt;&lt;P&gt;       END OF t_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retfield = 'WERKS'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;window_title = text-t01&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = t_inst&lt;/P&gt;&lt;P&gt;return_tab = t_return&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491104#M839515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491105#M839516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks its working.my problem now is how would I change the text in the field?I mean i want the fieldnames or columnnames as CODE and NAME not fieldname and F002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last help.Ill give u full points.&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491105#M839516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491106#M839517</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;try &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retfield = 'P_INST'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DYNPROFIELD  = 'P_INST'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;window_title = text-t01&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = t_inst&lt;/P&gt;&lt;P&gt;return_tab = t_return&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest can be kept as before...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491106#M839517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491107#M839518</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;If you are referrring to the name in column headers, then its difficult to change.  The name comes directly from the short text maintained in the domain of that datatype.  If you specifially wwant to have your own heading for the columns, you will have to create a custom domain and datatype and enter the description you want to appear while creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 10:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491107#M839518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T10:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help..check my simple code...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491108#M839519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Try creating 2 new data elements lets say ZCODE and ZNAME&lt;/P&gt;&lt;P&gt;and then &lt;/P&gt;&lt;P&gt;instead of &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;BEGIN OF y_inst,&lt;/P&gt;&lt;P&gt;code(1),&lt;/P&gt;&lt;P&gt;name(4),&lt;/P&gt;&lt;P&gt;END OF y_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace with &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;BEGIN OF y_inst,&lt;/P&gt;&lt;P&gt;code  TYPE ZCODE,&lt;/P&gt;&lt;P&gt;name TYPE ZNAME,&lt;/P&gt;&lt;P&gt;END OF y_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Replace with  &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;BEGIN OF y_inst,&lt;/P&gt;&lt;P&gt;code  TYPE QCODE,&lt;/P&gt;&lt;P&gt;name TYPE HRTXT,&lt;/P&gt;&lt;P&gt;END OF y_inst.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 10:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-check-my-simple-code/m-p/3491108#M839519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T10:04:09Z</dc:date>
    </item>
  </channel>
</rss>

