<?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 at selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134158#M1619733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the matchcode object 'PRS'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2011 11:21:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-21T11:21:57Z</dc:date>
    <item>
      <title>F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134156#M1619731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection screen parameter named 'Project Name'. I need to display the list of project in the help.&lt;/P&gt;&lt;P&gt;But the issue i am facing is that my project names are stored in 2 different tables.&lt;/P&gt;&lt;P&gt;table 1 : PROJ which is through WBS element.&lt;/P&gt;&lt;P&gt;table 2 : a Custom field is created in VBAK which stores the project names if it is based on a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to display the project names from both those tables in the F4 Help at selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zamir Parkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 08:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134156#M1619731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-21T08:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134157#M1619732</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 these 2 fields are both the same length/definition, then you may assign (PARAMETER ... MATCHCODE ID ...) a collective search help (I think it's the cleanest solution) in which there are both a standard project search help, and the other one will be a new custom search help on VBAK-ZZ... field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you'll have to handle it manually, using the POV (AT SELECTION-SCREEN ON VALUE-REQUEST FOR, and inside, you'll code whatever you want)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 09:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134157#M1619732</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-08-21T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134158#M1619733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the matchcode object 'PRS'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 11:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134158#M1619733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-21T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134159#M1619734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zamir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;But the issue i am facing is that my project names are stored in 2 different tables.&lt;/P&gt;&lt;P&gt;table 1 : PROJ which is through WBS element.&lt;/P&gt;&lt;P&gt;table 2 : a Custom field is created in VBAK which stores the project names if it is based on a sales order.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to maintain the data consistency w.r.t the project names, i'll suggest you maintain a check table for the custom field in VBAK.  If you've done that, then you need not bother about this scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've not maintained a check table against this custom field, i'll like to know why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 14:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134159#M1619734</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-08-21T14:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134160#M1619735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suhas Saha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the custom fields were created by the consultants who implemented SAP at our organization.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zamir Parkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 06:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134160#M1619735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-22T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134161#M1619736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sandra Rossi &amp;amp; chinmay kulkarni 	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestions will try it out and get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zamir Parkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 06:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134161#M1619736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-22T06:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134162#M1619737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmay and Sandra Rossi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried your method. But it only displays the list for records that are available for the WBS element and not the custom field in vbak table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zamir Parkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 06:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134162#M1619737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-24T06:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134163#M1619738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- First create an elementary search help based on VBAK using your customer field. If the field length is not the same than PS_PSPID (24) use a search help exit to map the database field to an actual project name field (data element) (*) if the field has the same type/length just change the data element to PS_PSPID.&lt;/P&gt;&lt;P&gt;- Add this search help to project search help PRSM via Customizing (Project System, Structures, Operative Structures, Work Breakdown Structure (WBS), Matchcodes for Work Breakdown Structures (WBS), Matchcode for Project Definition)&lt;/P&gt;&lt;P&gt;- Use the search help PRSM in your report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) &lt;EM&gt;Create the search from VBAK, add a field PSPID (data element PS_PSPID) to parameters, create a FM for search help exit and in step callcontrol-step = 'DISP' use a F4UT_PARAMETER_VALUE_GET to get value of your customer field, and fill PSPID parameter via F4UT_PARAMETER_RESULTS_PUT&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 06:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134163#M1619738</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-08-24T06:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134164#M1619739</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;In VBAP you have PS_PSP_PNR and in PROJ table you have PSPID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you use conversion exit (INPUT) function module and pass it to VBAP table to get the Sales orders against them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed VBAP is taking too long time so create an Index on PS_PSP_PNR field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display the WBS elements against the Sales orders then pass VBELN to VBAP table then you can fetch the WBS elements from it and no need to create the Index here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this serve your purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 09:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134164#M1619739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-24T09:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134165#M1619740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_NUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH IT[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT f1 f2 f3 FROM &amp;lt;table&amp;gt; INTO TABLE IT.&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               = 'F1' " above select query field which is going to be displays values in the selection screen&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               = SY-REPID&lt;/P&gt;&lt;P&gt;   DYNPNR                 = SY-DYNNR&lt;/P&gt;&lt;P&gt;   DYNPROFIELD            = 'P_NUM'  " selection screen parameter&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;LI level="1" type="ul"&gt;&lt;P&gt;  MARK_TAB               =&lt;/P&gt;&lt;/LI&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;  USER_RESET             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    VALUE_TAB              = IT&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;P&gt;*IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope helpful..&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;anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anil.neegineni on Aug 26, 2011 7:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 05:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-at-selection-screen/m-p/8134165#M1619740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T05:44:49Z</dc:date>
    </item>
  </channel>
</rss>

