<?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>Question Re: Can you customize the SAP BPC Package Summary Dialog Box (right before clicking Finish Button) in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607883#M16544</link>
    <description>&lt;P&gt;Unfortunately you can't have 3 time periods in the summary window - it's by design... No way!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 06:25:11 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2018-01-30T06:25:11Z</dc:date>
    <item>
      <title>Can you customize the SAP BPC Package Summary Dialog Box (right before clicking Finish Button)</title>
      <link>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaq-p/607880</link>
      <description>&lt;P&gt;Hi! Is there a way to customize the summary screen for BPC Packages? Like in the below screenshot for Append Package, can I add custom text like which file the user selected to upload? I have tried researching this but did not come up with anything.&lt;/P&gt;
  &lt;P&gt;Would greatly appreciate advise, thanks!&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/106260-bpc-package-summary-window.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 20:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaq-p/607880</guid>
      <dc:creator>roslyn_rosalia3</dc:creator>
      <dc:date>2018-01-24T20:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can you customize the SAP BPC Package Summary Dialog Box (right before clicking Finish Button)</title>
      <link>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607881#M16542</link>
      <description>&lt;P&gt;Not clear! Please provide advanced script of the DM package.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 20:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607881#M16542</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2018-01-24T20:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can you customize the SAP BPC Package Summary Dialog Box (right before clicking Finish Button)</title>
      <link>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607882#M16543</link>
      <description>&lt;P&gt;Hi Vadim --- below is the package script. Basically I have created three separate SELECTINPUT variables for TIME Dimension so that I can get three separate TIME Base members for my ABAP Program to calculate the required data set. With the below script, the BPC package only shows the END Period selection in the BPC Package summary window (the package screen right where you hit the Finish button). &lt;/P&gt;
  &lt;P&gt;Is there a way I can add all the other parameters (Time Zero and Start Period) to the BPC Package summary window?&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;'Time Zero Selection
PROMPT(SELECTINPUT,%SELECTIONTZERO%,, "Select TIME ZERO", "%TIME_DIM%",,)
'Forecast START Period
PROMPT(SELECTINPUT,%SELECTIONPSTART%,, "Select START PERIOD", "%TIME_DIM%",,)
'Forecast END Period
PROMPT(SELECTINPUT,%SELECTIONPEND%,, "Select END PERIOD", "%TIME_DIM%",,)&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jan 2018 22:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607882#M16543</guid>
      <dc:creator>roslyn_rosalia3</dc:creator>
      <dc:date>2018-01-29T22:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can you customize the SAP BPC Package Summary Dialog Box (right before clicking Finish Button)</title>
      <link>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607883#M16544</link>
      <description>&lt;P&gt;Unfortunately you can't have 3 time periods in the summary window - it's by design... No way!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 06:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607883#M16544</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2018-01-30T06:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can you customize the SAP BPC Package Summary Dialog Box (right before clicking Finish Button)</title>
      <link>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607884#M16545</link>
      <description>&lt;P&gt;Gotcha, okay, thanks for confirming! &lt;/P&gt;
  &lt;P&gt;Many thanks,&lt;/P&gt;
  &lt;P&gt;Roslyn&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/can-you-customize-the-sap-bpc-package-summary-dialog-box-right-before/qaa-p/607884#M16545</guid>
      <dc:creator>roslyn_rosalia3</dc:creator>
      <dc:date>2018-01-30T15:30:43Z</dc:date>
    </item>
  </channel>
</rss>

