<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977856#M400421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;

data: title_string type string.

* Write it to the string, so that output format comes
write ekpo-matnr to title_string.
concatenate ' ENTER THE QUANTITY TO RECEIVE FOR' title_string
               into title_string separated by space.



CALL FUNCTION 'POPUP_GET_VALUES'
EXPORTING
NO_VALUE_CHECK = 'X'
POPUP_TITLE =  title_string
....

&lt;/CODE&gt;&lt;/PRE&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;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 19:18:47 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-02-07T19:18:47Z</dc:date>
    <item>
      <title>POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977854#M400419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling the function&amp;lt;b&amp;gt; "POPUP_GET_VALUES"&amp;lt;/b&amp;gt; currently the pop up title is &lt;/P&gt;&lt;P&gt;"Enter the Quantity to receive"... &lt;/P&gt;&lt;P&gt;I would like to change the title also to include the material number (EKPO-MATNR), Item number of the purchasing document (EKPO-EBELP)... How can i do that...&lt;/P&gt;&lt;P&gt;Currently the code is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_GET_VALUES'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;      NO_VALUE_CHECK = 'X'&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;POPUP_TITLE = ' ENTER THE QUANTITY TO RECEIVE'&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;* START_COLUMN = '5'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;START_ROW = '5'&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;RETURNCODE =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would like the popup title to also include material number and Item number of the purchasing document...Please let me know how to do it????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 19:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977854#M400419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977855#M400420</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;b4 calling the FM use concatenate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data title like string.&lt;/P&gt;&lt;P&gt;concatenate 'Enter the Quantity receive for' ekpo-matnr 'and' ekpo-ebelp into title separated by space.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_GET_VALUES'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;NO_VALUE_CHECK = 'X'&lt;/P&gt;&lt;P&gt;POPUP_TITLE = &amp;lt;b&amp;gt;title&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;START_COLUMN = '5'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;START_ROW = '5'&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;RETURNCODE = &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Close the thread if problem is solved. Reward to all helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 19:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977855#M400420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T19:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977856#M400421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;

data: title_string type string.

* Write it to the string, so that output format comes
write ekpo-matnr to title_string.
concatenate ' ENTER THE QUANTITY TO RECEIVE FOR' title_string
               into title_string separated by space.



CALL FUNCTION 'POPUP_GET_VALUES'
EXPORTING
NO_VALUE_CHECK = 'X'
POPUP_TITLE =  title_string
....

&lt;/CODE&gt;&lt;/PRE&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;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 19:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977856#M400421</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-07T19:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977857#M400422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try concatenating values into an auxiliar variable. Example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE ' ENTER THE QUANTITY TO RECEIVE' 
                         EKPO-MATNR EKPO-EBELP
    INTO aux_title SEPARATED BY SPACE.
CALL FUNCTION 'POPUP_GET_VALUES'
 EXPORTING
      NO_VALUE_CHECK = 'X'
      POPUP_TITLE = aux_title
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 19:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup/m-p/1977857#M400422</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2007-02-07T19:20:08Z</dc:date>
    </item>
  </channel>
</rss>

