<?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: display fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834486#M663617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create box1 as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: box1 type RSRD1-TBMA_VAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And box2 as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: box2(20)  type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In INITIALIZATIOn event, fetch all the table fields using the function module CACS_GET_TABLE_FIELDS, and save this in a internal table and then use F4 related function module to attach the search help to box2 field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 07:14:38 GMT</pubDate>
    <dc:creator>abdulazeez12</dc:creator>
    <dc:date>2007-10-03T07:14:38Z</dc:date>
    <item>
      <title>display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834484#M663615</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;i need to display all the field from a table with search help. &lt;/P&gt;&lt;P&gt;User can enter a table name in the input box1. Input box2 will display all the table fields using search help? What must i do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834484#M663615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834485#M663616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FM DB_GET_TABLE_FIELDS for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the table name in TABNAME parameter and it will return a table (thru the TABLES parameter) which u can capture in an internal table with structure DBFIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834485#M663616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834486#M663617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create box1 as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: box1 type RSRD1-TBMA_VAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And box2 as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: box2(20)  type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In INITIALIZATIOn event, fetch all the table fields using the function module CACS_GET_TABLE_FIELDS, and save this in a internal table and then use F4 related function module to attach the search help to box2 field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834486#M663617</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-10-03T07:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834487#M663618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at input box2 write a function modue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection screen on value-request for input2.&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;      DDIC_STRUCTURE         =  input1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     RETFIELD               = '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PVALKEY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      DYNPPROG               = sy-repid&lt;/P&gt;&lt;P&gt;      DYNPNR                 = '1000'&lt;/P&gt;&lt;P&gt;      DYNPROFIELD            = 'INPUT1'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    STEPL                  = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    WINDOW_TITLE           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VALUE                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      VALUE_ORG              = 'S'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MULTIPLE_CHOICE        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    DISPLAY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CALLBACK_PROGRAM       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CALLBACK_FORM          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      VALUE_TAB              = &amp;lt;b&amp;gt;itab&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FIELD_TAB              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    RETURN_TAB             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     DYNPFLD_MAPPING        = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PARAMETER_ERROR        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_VALUES_FOUND        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834487#M663618</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-10-03T07:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834488#M663619</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;1) Call the FM DDIF_FIELDINFO_GET&lt;/P&gt;&lt;P&gt;      to get the List of Fields for a DB table and returned to an ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Call the FM &lt;/P&gt;&lt;P&gt;    POPUP_WITH_TABLE_DISPLAY &lt;/P&gt;&lt;P&gt;    to display this Internal table ITAB in  a   Pop up.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   You can also call the FM&lt;/P&gt;&lt;P&gt;   F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834488#M663619</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-03T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834489#M663620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let say my studenttable gt studentname, adminno, contactno.&lt;/P&gt;&lt;P&gt;how to define the structure for the  DBFIELDS . How to create the internal table for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DB_GET_TABLE_FIELDS'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD_INFO       = 'A'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABNAME          = studenttable&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SUBRC            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DBFIELDS         =&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834489#M663620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834490#M663621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u have the fulll sample coding for this as i new to abap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834490#M663621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: display fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834491#M663622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi do u hav the full coding for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-fields/m-p/2834491#M663622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:53:20Z</dc:date>
    </item>
  </channel>
</rss>

