<?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: POPUP to take a Numeric field inside a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871239#M366789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the nearly "universal" POPUP : G_POPUP_FOR_ENTERING_VALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only fill these three parameters : &lt;/P&gt;&lt;P&gt;- FIELD and TABLE with the name of any structure or table field referencing a data element like the one you need&lt;/P&gt;&lt;P&gt;- TITLE_OF_POPUP with your text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 09:24:49 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2007-01-19T09:24:49Z</dc:date>
    <item>
      <title>POPUP to take a Numeric field inside a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871237#M366787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to a use of a function module POPUP to take a Numeric field inside a program. That means after that I have to do some calculations with that numeric field. Can anybody please tell me which POPUP should I use? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhasish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 09:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871237#M366787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP to take a Numeric field inside a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871238#M366788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: str type string,
numb type i.


*--------------if you want integer to be input-----------------

CALL FUNCTION 'CC_POPUP_INT_INPUT'
EXPORTING
property_name = 'Enter Integer Value'
changing
int_value = numb.


*--------------if you want string to be input-----------------

CALL FUNCTION 'CC_POPUP_STRING_INPUT'
EXPORTING
property_name = 'Enter String Value'
changing
string_value = str.

*-------------------------------------------------------------

Write:/ 'your input Values :',str,numb.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 09:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871238#M366788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T09:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP to take a Numeric field inside a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871239#M366789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the nearly "universal" POPUP : G_POPUP_FOR_ENTERING_VALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only fill these three parameters : &lt;/P&gt;&lt;P&gt;- FIELD and TABLE with the name of any structure or table field referencing a data element like the one you need&lt;/P&gt;&lt;P&gt;- TITLE_OF_POPUP with your text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 09:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-to-take-a-numeric-field-inside-a-program/m-p/1871239#M366789</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-01-19T09:24:49Z</dc:date>
    </item>
  </channel>
</rss>

