<?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: EXPORT parameter  to  SELECTION-SCREEN field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254299#M1213822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you see the H_SPFLI standard search help,&lt;/P&gt;&lt;P&gt;the IMP checkbox for CARRID and CONNID is checked,&lt;/P&gt;&lt;P&gt;but whereas the CITYFROM and CITYTO are not checked due to which you cannot get the values on to your screen directly once you click on the record in the search help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to get the same,you need to create a custome search help with the required settings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should be helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2009 08:50:03 GMT</pubDate>
    <dc:creator>former_member242255</dc:creator>
    <dc:date>2009-02-20T08:50:03Z</dc:date>
    <item>
      <title>EXPORT parameter  to  SELECTION-SCREEN field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254298#M1213821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I have one problem on search help for PARAMETER field in selection-screen. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:  carrid TYPE sflight-carrid,

     connid TYPE sflight-connid,

    cityfrom TYPE spfli-cityfrom,
 
    cityto   TYPE spfli-cityto.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find one search help is H_SPFLI on sflight-connid .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I input carrid 'AC' , and then it is used for PARAMETERS  connid search help as IMPORT paramter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, I cannot get export parameter form the search help to screen field cityfrom and cityto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 08:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254298#M1213821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T08:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT parameter  to  SELECTION-SCREEN field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254299#M1213822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you see the H_SPFLI standard search help,&lt;/P&gt;&lt;P&gt;the IMP checkbox for CARRID and CONNID is checked,&lt;/P&gt;&lt;P&gt;but whereas the CITYFROM and CITYTO are not checked due to which you cannot get the values on to your screen directly once you click on the record in the search help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to get the same,you need to create a custome search help with the required settings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should be helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 08:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254299#M1213822</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2009-02-20T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT parameter  to  SELECTION-SCREEN field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254300#M1213823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found description for IMPORT and EXPORT parameters of search help in sap help portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee45446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee45446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In chapter  "Structure of an Elementary Search Help" , it shows how to use the interfaces parameters of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it described,   the EXPORT parameter will be returned to screen field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my codes , the search help H_SPFLI   has EXPORT parameter for cityfrom and cityto field,  How could I change my codes ? Any one could give some suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 01:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254300#M1213823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T01:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT parameter  to  SELECTION-SCREEN field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254301#M1213824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I  find the cause of the problem finally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Althouth the search help H_SPFLI have set CITYTO and CITYFROM as EXPORT parameter, but in table SFLIGHT,  we could see the search help  attachment  for field CONNID, the search help parameter CITYTO and CITYFORM are not configed for its related Table Name and Field Name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ,although in search help H_SPFLI the CITYFROM ,CITYTO field are EXPORT parameters, they will not be copy to screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Related Screenshots:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapjava.javaeye.com/upload/attachment/77339/ffde6090-09b8-31ce-bd0d-dee0b8173ebd.png" target="test_blank"&gt;http://sapjava.javaeye.com/upload/attachment/77339/ffde6090-09b8-31ce-bd0d-dee0b8173ebd.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapjava.javaeye.com/upload/attachment/77337/a1e886e1-e675-3e15-b250-06d1382afce0.png" target="test_blank"&gt;http://sapjava.javaeye.com/upload/attachment/77337/a1e886e1-e675-3e15-b250-06d1382afce0.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 03:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-parameter-to-selection-screen-field/m-p/5254301#M1213824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T03:06:43Z</dc:date>
    </item>
  </channel>
</rss>

