<?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: Issue in smart forms main window data display. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254208#M1986475</link>
    <description>&lt;P&gt;Let see if it helps the OP, but it's always difficult to answer in two lines to the questions of the kind "this is my specification, tell me how to code it".&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 04:28:33 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-07-17T04:28:33Z</dc:date>
    <item>
      <title>Issue in smart forms main window data display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254205#M1986472</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;I have an issue in displaying the data in the main window data display.&lt;/P&gt;
  &lt;P&gt;as I need to display the same in the below screenshot.&lt;/P&gt;
  &lt;P&gt;all these data is fetching from the EKEK &amp;amp; EKEH.&lt;/P&gt;
  &lt;P&gt;I wanted to know how to write the logic in smart forms and display in the main window. &lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Item Product and description &lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;10 421335081921&lt;/P&gt;
  &lt;P&gt;HDR SCF657/43 AMZ 4PK TEATS&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Delivery&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;schedule Quantity Cumulated quantity UoM Commitment&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Daily&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;24.06.2020 0 81,513 PCE Firm&lt;/P&gt;
  &lt;P&gt;03.07.2020 9,000 90,513 PCE Firm&lt;/P&gt;
  &lt;P&gt;23.07.2020 6,200 96,713 PCE Forecast&lt;/P&gt;
  &lt;P&gt;30.07.2020 3,000 99,713 PCE Forecast&lt;/P&gt;
  &lt;P&gt;12.08.2020 3,000 102,713 PCE Forecast&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Weekly&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;34.2020 3,000 105,713 PCE Forecast&lt;/P&gt;
  &lt;P&gt;37.2020 3,000 108,713 PCE Forecast&lt;/P&gt;
  &lt;P&gt;39.2020 6,000 114,713 PCE Forecast&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Monthly&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;10.2020 6,200 120,913 PCE Forecast&lt;/P&gt;
  &lt;P&gt;12.2020 6,000 126,913 PCE Forecast&lt;/P&gt;
  &lt;P&gt;01.2021 3,000 129,913 PCE Forecast&lt;/P&gt;
  &lt;P&gt;02.2021 3,000 132,913 PCE Fo&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Firm zone: &lt;/STRONG&gt;9&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Trade off zone: &lt;/STRONG&gt;14&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Call-off reference data&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Release number: &lt;/STRONG&gt;439&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Cumulated received quantity: &lt;/STRONG&gt;81,513 PCE&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Date of last delivery: &lt;/STRONG&gt;24.06.2020&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Last delivery note number: &lt;/STRONG&gt;TW/240620/123&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Date of last goods receipt: &lt;/STRONG&gt;24.06.2020&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Last good receipt quantity: &lt;/STRONG&gt;4,600 PCE&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;End of Firm commitment: &lt;/STRONG&gt;03.07.2020&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;End of trade off commitment: &lt;/STRONG&gt;08.07.2020&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 18:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254205#M1986472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-07-16T18:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in smart forms main window data display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254206#M1986473</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Any ways for fetching EKEK and EKEH could have read EKKO and EKPO so based on EKKO-AEDAT use Function modules to get week / month details and filter/loop accordingly and collect the information menge and display to a table. &lt;/P&gt;&lt;P&gt;FM to filter dates in SAP - &lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/Function+Module+related+on+Date+calculations" target="_blank"&gt;FM's related to DATES&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 02:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254206#M1986473</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-07-17T02:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in smart forms main window data display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254207#M1986474</link>
      <description>&lt;P&gt;Do you have a specific problem (what is it?) or do you ask for a general guidance (can you explain what is your doubt?)&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 04:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254207#M1986474</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-07-17T04:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in smart forms main window data display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254208#M1986475</link>
      <description>&lt;P&gt;Let see if it helps the OP, but it's always difficult to answer in two lines to the questions of the kind "this is my specification, tell me how to code it".&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 04:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254208#M1986475</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-07-17T04:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in smart forms main window data display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254209#M1986476</link>
      <description>&lt;P&gt;Hi! Fayazullah,&lt;/P&gt;&lt;P&gt;First of all do categorize your data into master and detail, then you have to maintain internal table of your ABAP Program which will call Smart Form with passing of both tables. In smart forms you should use looping on TABLE with selection and filter for detail table by using Foreign keys. It is the general practice for making these kind of requirement of SMART FORM reports. &lt;/P&gt;&lt;P&gt;Hope it help!&lt;/P&gt;&lt;P&gt;Shakir.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 08:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-smart-forms-main-window-data-display/m-p/12254209#M1986476</guid>
      <dc:creator>shakirali7</dc:creator>
      <dc:date>2020-07-17T08:47:05Z</dc:date>
    </item>
  </channel>
</rss>

