<?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: Adobe forms and selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323903#M1030316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new at abap and SDN and therefor my mistake. &lt;/P&gt;&lt;P&gt;Is there a solution to my problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;Keren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Aug 2008 13:05:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-17T13:05:44Z</dc:date>
    <item>
      <title>Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323897#M1030310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a problem. i need to create a pdf form based on data from a selection screen. everything works fine BUT when i navigate back from the form to the selection screen it does not clear the data - which means the gui fields are empty but the values in the parameters are still there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you. &lt;/P&gt;&lt;P&gt;Keren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 09:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323897#M1030310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T09:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323898#M1030311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question nothing to do with adobe forms, if i understood your question properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it that you are expecting. when you back to the selection screen from form, the selection screen values should be empty. copy the program and run it once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ztestscreen.

data: carrid type sflight-carrid.

PARAMETERS: p_carrid TYPE sflight-carrid.

AT SELECTION-SCREEN output.
if sy-ucomm eq ' '.
 clear p_carrid.
endif.

end-of-selection..
WRITE p_carrid.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 10:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323898#M1030311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T10:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323899#M1030312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that although the value is empty, the gui does not refresh and i can still see the previous value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks. &lt;/P&gt;&lt;P&gt;Keren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 10:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323899#M1030312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323900#M1030313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check the above code. is it not you are expecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 11:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323900#M1030313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T11:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323901#M1030314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that this screen is connected to LDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 12:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323901#M1030314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323902#M1030315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you never mentioned in your question regarding this, if you mention the question with maximum information , then chances of getting the proper answers will be high, See the title you mentioned is Adobe forms. but it has nothing to do with the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 13:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323902#M1030315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T13:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323903#M1030316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new at abap and SDN and therefor my mistake. &lt;/P&gt;&lt;P&gt;Is there a solution to my problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;Keren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 13:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323903#M1030316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T13:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323904#M1030317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take this postively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before posting some question Try to do some reserach from your side, if you don't get any solution, Search it first in the forum, if you don't find it, post the question with the required information and provide all the details. also don't duplicate the same question across the forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will test the same with LDB and let you know from my end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 13:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323904#M1030317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe forms and selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323905#M1030318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works for LDB also. &lt;/P&gt;&lt;P&gt;create a program, in the attributes mention the LDB as PNP and copy this code.&lt;/P&gt;&lt;P&gt;activate it. in the screen you enter the PERNR value,excute and come back and see the value in selection screen , no value will be there in the pernr.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ztest_screen.

tables: pernr.
AT SELECTION-SCREEN output.

if sy-ucomm eq ''.
 clear PNPPERNR[].
endif.

end-of-selection.
WRITE PNPPERNR-LOW.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2008 13:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adobe-forms-and-selection-screen/m-p/4323905#M1030318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-17T13:32:30Z</dc:date>
    </item>
  </channel>
</rss>

