<?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: Problem with F4 Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314921#M1536065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you have passed the field business transaction in the internal table to the exporting parameter RETFIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Sep 2010 13:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-09T13:51:36Z</dc:date>
    <item>
      <title>Problem with F4 Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314920#M1536064</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;Thank You very much for reading this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a selection Screen on which one field is there.For that Field, by calling FM 'F4IF_INT_TABLE_VALUE_REQUEST', I have provided f4 help.If you take f4 help, I am displaying Business Transaction and Text for that transaction..If I select one of the records, Business Text is getting populated to the field instead of Business Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please advise me on this, how to get Business Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks adn Regards,&lt;/P&gt;&lt;P&gt;K.krishna Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 13:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314920#M1536064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T13:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with F4 Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314921#M1536065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you have passed the field business transaction in the internal table to the exporting parameter RETFIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 13:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314921#M1536065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with F4 Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314922#M1536066</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;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        DDIC_STRUCTURE   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          RETFIELD         = l_field             ' PASS YOUR FIELD NAME HERE'&lt;/P&gt;&lt;UL&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         = l_program&lt;/P&gt;&lt;P&gt;          DYNPNR           = l_dynnr&lt;/P&gt;&lt;P&gt;          DYNPROFIELD      = l_screen&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;/UL&gt;&lt;P&gt;          WINDOW_TITLE     = zw_window_title&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         VALUE            = '0005'&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;/UL&gt;&lt;P&gt;          DISPLAY          = wf4_display&lt;/P&gt;&lt;UL&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        = lt_val&lt;/P&gt;&lt;P&gt;          FIELD_TAB        = lt_field_tab&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        RETURN_TAB       = t_field_tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          DYNPFLD_MAPPING  = lt_din_mapping&lt;/P&gt;&lt;UL&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;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 14:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7314922#M1536066</guid>
      <dc:creator>anesh_kumar</dc:creator>
      <dc:date>2010-09-09T14:29:53Z</dc:date>
    </item>
  </channel>
</rss>

