<?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 Input field problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150715#M749251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a problem with the input fiield.&lt;/P&gt;&lt;P&gt;below is my codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE F4_INPUT INPUT.&lt;/P&gt;&lt;P&gt;  TYPES: BEGIN OF VALUES,&lt;/P&gt;&lt;P&gt;    TABNAME TYPE DD02T-TABNAME,&lt;/P&gt;&lt;P&gt;  END OF VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: F4_VALUES TYPE TABLE OF VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PROGNAME = SY-REPID.&lt;/P&gt;&lt;P&gt;  DYNNUM = SY-DYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT DISTINCT TABNAME FROM DD02T&lt;/P&gt;&lt;P&gt;    INTO TABLE F4_VALUES WHERE TABNAME = IO_TABLEA.&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    = 'IO_TABLEA'&lt;/P&gt;&lt;P&gt;      DYNPPROG    = PROGNAME&lt;/P&gt;&lt;P&gt;      DYNPNR      = DYNNUM&lt;/P&gt;&lt;P&gt;      DYNPROFIELD = 'IO_TABLEA'&lt;/P&gt;&lt;P&gt;      VALUE_ORG   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      VALUE_TAB   = F4_VALUES.&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;I couldn't get the user input in (IO_TABLEA).&lt;/P&gt;&lt;P&gt;can anyone help me with this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 10:05:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T10:05:25Z</dc:date>
    <item>
      <title>Input field problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150715#M749251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a problem with the input fiield.&lt;/P&gt;&lt;P&gt;below is my codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE F4_INPUT INPUT.&lt;/P&gt;&lt;P&gt;  TYPES: BEGIN OF VALUES,&lt;/P&gt;&lt;P&gt;    TABNAME TYPE DD02T-TABNAME,&lt;/P&gt;&lt;P&gt;  END OF VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: F4_VALUES TYPE TABLE OF VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PROGNAME = SY-REPID.&lt;/P&gt;&lt;P&gt;  DYNNUM = SY-DYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT DISTINCT TABNAME FROM DD02T&lt;/P&gt;&lt;P&gt;    INTO TABLE F4_VALUES WHERE TABNAME = IO_TABLEA.&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    = 'IO_TABLEA'&lt;/P&gt;&lt;P&gt;      DYNPPROG    = PROGNAME&lt;/P&gt;&lt;P&gt;      DYNPNR      = DYNNUM&lt;/P&gt;&lt;P&gt;      DYNPROFIELD = 'IO_TABLEA'&lt;/P&gt;&lt;P&gt;      VALUE_ORG   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      VALUE_TAB   = F4_VALUES.&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;I couldn't get the user input in (IO_TABLEA).&lt;/P&gt;&lt;P&gt;can anyone help me with this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 10:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150715#M749251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Input field problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150716#M749252</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 out&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/value-request-for-parameter.htm" target="test_blank"&gt;http://www.sap-img.com/abap/value-request-for-parameter.htm&lt;/A&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>Fri, 14 Dec 2007 10:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150716#M749252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Input field problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150717#M749253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is IO_TABLEA. table is a parameter of selection screen or an input field in screen&lt;/P&gt;&lt;P&gt;if it is a input filed in screen declare it again in main report once again of the type you want&lt;/P&gt;&lt;P&gt;for every element in the screen there should be a variable of same type in report or program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 10:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150717#M749253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Input field problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150718#M749254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IO_TABLEA is an input field in screen not a parameter. so do i need to declare it as a variable in the report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. DATA: IO_TABLEA TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 00:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-problem/m-p/3150718#M749254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T00:40:44Z</dc:date>
    </item>
  </channel>
</rss>

