<?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: Field values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624523#M279130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the fields from the DATA DICTIONARY option in the screen(modulepool)..then program will automatically to the validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;'Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 13:41:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T13:41:05Z</dc:date>
    <item>
      <title>Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624513#M279120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. I have 3 fields on a screen (bukrs, anln1, anln2 - From table anla). My question is how can I reach that if I choose a bukrs, in the next field (anln1) only that values will appear which belongs to the given bukrs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624513#M279120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624514#M279121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it on Selection Screen or Modulepool Screen.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624514#M279121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624515#M279122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. just define like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. and it will come AUTOMATICALLY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : BUKRS LIKE ANLA-BUKRS,&lt;/P&gt;&lt;P&gt;             ANLN1 LIKE ANLA-ANLN1,&lt;/P&gt;&lt;P&gt;             ANLN2 LIKE ANLA-ANLN2&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624515#M279122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624516#M279123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proceed on the following lines:&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;process on value-request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  field v_land1 module country_value_help. " Module for Value Request&lt;/P&gt;&lt;P&gt;  field v_regio module region_value_help.  " Module for Value Request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  country_value_help  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE country_value_help INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Internal table for Country and its Description&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  data: begin of t_t005t occurs 0,&lt;/P&gt;&lt;P&gt;         LAND1 like t005t-land1,&lt;/P&gt;&lt;P&gt;         LANDX like t005t-landx,&lt;/P&gt;&lt;P&gt;        end of t_t005t.&lt;/P&gt;&lt;P&gt;  data: v_choice like sy-tabix.  " Index of selected row&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Internal table for Dynpro fields and their values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  data: begin of t_dynpfields occurs 0.&lt;/P&gt;&lt;P&gt;          include structure dynpread.&lt;/P&gt;&lt;P&gt;  data: end of t_dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get the country codes and their descriptions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  select land1&lt;/P&gt;&lt;P&gt;         landx&lt;/P&gt;&lt;P&gt;    from t005t&lt;/P&gt;&lt;P&gt;    into table t_t005t&lt;/P&gt;&lt;P&gt;   where spras = 'EN'.&lt;/P&gt;&lt;P&gt;  if not t_t005t[] is initial..&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pop up to display the Countries&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        ENDPOS_COL   = 55&lt;/P&gt;&lt;P&gt;        ENDPOS_ROW   = 40&lt;/P&gt;&lt;P&gt;        STARTPOS_COL = 40&lt;/P&gt;&lt;P&gt;        STARTPOS_ROW = 20&lt;/P&gt;&lt;P&gt;        TITLETEXT    = 'Country'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        CHOISE       = v_choice&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        VALUETAB     = t_t005t&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        BREAK_OFF    = 1&lt;/P&gt;&lt;P&gt;        OTHERS       = 2.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      if v_activity = 'V'.&lt;/P&gt;&lt;P&gt;        read table t_t005t index v_choice.&lt;/P&gt;&lt;P&gt;        if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          v_land1 = t_t005t-land1.&lt;/P&gt;&lt;P&gt;          clear : v_choice,&lt;/P&gt;&lt;P&gt;                  t_dynpfields,&lt;/P&gt;&lt;P&gt;                  t_dynpfields[].&lt;/P&gt;&lt;P&gt;          move 'V_LANDX' to t_dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;          move t_t005t-landx to t_dynpfields-fieldvalue.&lt;/P&gt;&lt;P&gt;          append t_dynpfields.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Update the screen field for Country Description&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          call function 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              dyname               = 'SAPLZ_VENDOR_MASTER'&lt;/P&gt;&lt;P&gt;              dynumb               = '0004'&lt;/P&gt;&lt;P&gt;            TABLES&lt;/P&gt;&lt;P&gt;              dynpfields           = t_dynpfields&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;              invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;              invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;              invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;              invalid_request      = 05&lt;/P&gt;&lt;P&gt;              no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;              undefind_error       = 07.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " country_value_help  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  region_value_help  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE region_value_help INPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Internal table for Region and its Description&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  data: begin of t_t005u occurs 0,&lt;/P&gt;&lt;P&gt;         LAND1 like t005u-land1,&lt;/P&gt;&lt;P&gt;         BLAND like t005u-bland,&lt;/P&gt;&lt;P&gt;         Bezei like t005u-bezei,&lt;/P&gt;&lt;P&gt;        end of t_t005u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Ranges for Country&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ranges: r_land1 for t005u-land1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get the country codes and their descriptions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    refresh r_land1.&lt;/P&gt;&lt;P&gt;    clear r_land1.&lt;/P&gt;&lt;P&gt;  refresh t_dynpfields.&lt;/P&gt;&lt;P&gt;  move 'V_LAND1' to t_dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;  append t_dynpfields.&lt;/P&gt;&lt;P&gt;  clear t_dynpfields.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read the value in the Country field on the screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call function 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      dyname               = 'SAPLZ_VENDOR_MASTER'&lt;/P&gt;&lt;P&gt;      dynumb               = '0004'&lt;/P&gt;&lt;P&gt;      translate_to_upper   = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynpfields           = t_dynpfields&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;      invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;      invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;      invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;      invalid_request      = 05&lt;/P&gt;&lt;P&gt;      no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;      undefind_error       = 07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  read table t_dynpfields with key fieldname = 'V_LAND1'.&lt;/P&gt;&lt;P&gt;  if not t_dynpfields-FIELDVALUE is initial.&lt;/P&gt;&lt;P&gt;    r_land1-low = t_dynpfields-FIELDVALUE.&lt;/P&gt;&lt;P&gt;    r_land1-sign = 'I'.&lt;/P&gt;&lt;P&gt;    r_land1-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    append r_land1.&lt;/P&gt;&lt;P&gt;    clear r_land1.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get the Regions to be displayed as F4 Help&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  select land1&lt;/P&gt;&lt;P&gt;         bland&lt;/P&gt;&lt;P&gt;         bezei&lt;/P&gt;&lt;P&gt;    from t005u&lt;/P&gt;&lt;P&gt;    into table t_t005u&lt;/P&gt;&lt;P&gt;   where spras = 'EN'&lt;/P&gt;&lt;P&gt;     and land1 in r_land1.&lt;/P&gt;&lt;P&gt;  if not t_t005u[] is initial..&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Popup to display Valid Regions for the selected country&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        ENDPOS_COL   = 60&lt;/P&gt;&lt;P&gt;        ENDPOS_ROW   = 40&lt;/P&gt;&lt;P&gt;        STARTPOS_COL = 40&lt;/P&gt;&lt;P&gt;        STARTPOS_ROW = 20&lt;/P&gt;&lt;P&gt;        TITLETEXT    = 'Region'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        CHOISE       = v_choice&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        VALUETAB     = t_t005u&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        BREAK_OFF    = 1&lt;/P&gt;&lt;P&gt;        OTHERS       = 2.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      if v_activity = 'V'.&lt;/P&gt;&lt;P&gt;        read table t_t005u index v_choice.&lt;/P&gt;&lt;P&gt;        if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          v_regio = t_t005u-bland.&lt;/P&gt;&lt;P&gt;          move 'V_BEZEI' to t_dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;          move t_t005u-bezei to t_dynpfields-fieldvalue.&lt;/P&gt;&lt;P&gt;          append t_dynpfields.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Update the Region description on the screen.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          call function 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              dyname               = 'SAPLZ_VENDOR_MASTER'&lt;/P&gt;&lt;P&gt;              dynumb               = '0004'&lt;/P&gt;&lt;P&gt;            TABLES&lt;/P&gt;&lt;P&gt;              dynpfields           = t_dynpfields&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;              invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;              invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;              invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;              invalid_request      = 05&lt;/P&gt;&lt;P&gt;              no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;              undefind_error       = 07.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " region_value_help  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624516#M279123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624517#M279124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write your Logic in &amp;lt;b&amp;gt;AT SELECTION-SCREEN OUTPUT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624517#M279124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624518#M279125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameters: p_bukrs type anla-bukrs,&lt;/P&gt;&lt;P&gt;            p_anln1 type anla-anln1,&lt;/P&gt;&lt;P&gt;            p_anln2 type anla-anln2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in the selection-screen. once u say F4 for BUKRS then select the next field ..it will give the search help with the selected bukrs. It means its giving the values which comes under the same bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls mark all helpful answers. Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624518#M279125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624519#M279126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, on the screen painter I get this field from the data dictionary. this fields not on a selection screen, they are on a screen which I called with call screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624519#M279126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624520#M279127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the screen painter,&lt;/P&gt;&lt;P&gt;   if these fields are painted from the ANLA table itself,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then automatically such fileration&lt;/P&gt;&lt;P&gt;   will happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624520#M279127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624521#M279128</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 this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : int_dselc LIKE TABLE OF dselc WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : BEGIN OF int_ref_tab OCCURS 10,&lt;/P&gt;&lt;P&gt;         BUKRS LIKE ANLA-BUKRS,&lt;/P&gt;&lt;P&gt;         ANLN1 LIKE ANLA-ANLN1,&lt;/P&gt;&lt;P&gt;         ANLN2 LIKE ANLA-ANLN2,&lt;/P&gt;&lt;P&gt;         END OF int_ref_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT BUKRS ANLN1 ANLN2&lt;/P&gt;&lt;P&gt;    FROM ANLA&lt;/P&gt;&lt;P&gt;      INTO TABLE int_ref_tab.&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;    int_dselc-fldname = 'F0002'.&lt;/P&gt;&lt;P&gt;    int_dselc-dyfldname = 'SCREEN-ANLN1'.&lt;/P&gt;&lt;P&gt;    APPEND int_dselc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   int_dselc-fldname = 'F0003'.&lt;/P&gt;&lt;P&gt;    int_dselc-dyfldname = 'SCREEN-ANLN2'.&lt;/P&gt;&lt;P&gt;    APPEND int_dselc.&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;        retfield        = 'BUKRS'&lt;/P&gt;&lt;P&gt;        dynpprog        = 'PROGRAM NAME'&lt;/P&gt;&lt;P&gt;        dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;        dynprofield     = 'SCREEN-BUKRSNAME'&lt;/P&gt;&lt;P&gt;        value_org       = 'S'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        value_tab       = int_ref_tab&lt;/P&gt;&lt;P&gt;        dynpfld_mapping = int_dselc&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;         WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GIVE POINTS IF HELPFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624521#M279128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624522#M279129</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 can use logic to similar to below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt; IF SCREEN-NAME = 'ITAB-FIELD1'.&lt;/P&gt;&lt;P&gt;  SCREEN-ACTIVE = 0.  "Doesn' Display in the screen&lt;/P&gt;&lt;P&gt; ELSE.&lt;/P&gt;&lt;P&gt;  SCREEN-ACTIVE = 1.  "Display in the screen&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the logice similar to above in PBO based on the OKCODE.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624522#M279129</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-03T13:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624523#M279130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the fields from the DATA DICTIONARY option in the screen(modulepool)..then program will automatically to the validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;'Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624523#M279130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624524#M279131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello it's a module pool screen. The layout created with screen painter and I get the fields from the data dictionary anla-bukrs, anla-anln1, anla-anln2. I want to reach that if I choose for example bukrs 1000, then in the next field on the screen (anln1), I can choose only that anln1 which belongs to the given bukrs(1000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624524#M279131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624525#M279132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JAKOB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code will solve ur issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the code below in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD SCREEN-BUKRS MODULE GET_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE GET_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : int_dselc LIKE TABLE OF dselc WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF int_ref_tab OCCURS 10,&lt;/P&gt;&lt;P&gt;BUKRS LIKE ANLA-BUKRS,&lt;/P&gt;&lt;P&gt;ANLN1 LIKE ANLA-ANLN1,&lt;/P&gt;&lt;P&gt;ANLN2 LIKE ANLA-ANLN2,&lt;/P&gt;&lt;P&gt;END OF int_ref_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT BUKRS ANLN1 ANLN2&lt;/P&gt;&lt;P&gt;FROM ANLA&lt;/P&gt;&lt;P&gt;INTO TABLE int_ref_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int_dselc-fldname = 'F0002'.&lt;/P&gt;&lt;P&gt;int_dselc-dyfldname = 'SCREEN-ANLN1'.&lt;/P&gt;&lt;P&gt;APPEND int_dselc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int_dselc-fldname = 'F0003'.&lt;/P&gt;&lt;P&gt;int_dselc-dyfldname = 'SCREEN-ANLN2'.&lt;/P&gt;&lt;P&gt;APPEND int_dselc.&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;retfield = 'BUKRS'&lt;/P&gt;&lt;P&gt;dynpprog = 'PROGRAM NAME'&lt;/P&gt;&lt;P&gt;dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;dynprofield = 'SCREEN-BUKRSNAME'&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = int_ref_tab&lt;/P&gt;&lt;P&gt;dynpfld_mapping = int_dselc&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;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GIVE POINTS IF HELPFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624525#M279132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624526#M279133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello the problem is that I want to see all the anla1, not only that ones which I had created. Is it a question of authorization?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624526#M279133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624527#M279134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will be able to see all the alna1,ther is no question of authorisation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-values/m-p/1624527#M279134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T13:52:04Z</dc:date>
    </item>
  </channel>
</rss>

