<?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: Error message from specifications in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308159#M1990641</link>
    <description>&lt;P&gt;OK, and may I ask if it's possible to select~ where the month of MSEG-BUDAT_MKPF = @S_ZYEAR?&lt;/P&gt;&lt;P&gt;(the type of S_ZYEAR type char7)&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 07:45:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2021-01-11T07:45:17Z</dc:date>
    <item>
      <title>Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308153#M1990635</link>
      <description>&lt;P&gt;There's a field called 'ZYEAR_MONTH' on selection screen, and its type is S031-Spmon, because I'd like to lay this files out as 'MM.YYYY', &lt;/P&gt;
  &lt;P&gt;1)confused about which type of 'ZYEAR_MONTH' should be.&lt;/P&gt;
  &lt;P&gt;2)and in the SQL , I'd select ~ from MSEG where BUDAT_MKPF In @S_ZYEAR, but there issues an error : the type of 'MSEG-Budat_MkPF' and the type of 'S_ZYEAR' is not compatible. &lt;/P&gt;
  &lt;P&gt;How to deal with it?&lt;/P&gt;
  &lt;P&gt;Thank you. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 06:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308153#M1990635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-11T06:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308154#M1990636</link>
      <description>&lt;P&gt;It is difficult to help you, as we do not know your requierment. &lt;/P&gt;&lt;P&gt;for the S_YEAR, you have to create a ranges and use the value of S_YEAR to convert it in S_BUDAT. The convertion could be difficult, it depends if you allow the Intervals &amp;amp; the Extension &lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308154#M1990636</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-01-11T07:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308155#M1990637</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters:  p_lfmon   like mbewh-lfmon. " Month
parameters:  p_lfgja   like mbewh-lfgja. " Year

BUDAT_MKPF - not possible to pass only month &amp;amp; year (MM.YYYY), in that case 
apply along with date example if the month is October and the year is 2020--&amp;gt; 
01.10.2020 to 30.10.2020.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sathish Kumar Sidhaiyan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308155#M1990637</guid>
      <dc:creator>former_member717457</dc:creator>
      <dc:date>2021-01-11T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308156#M1990638</link>
      <description>&lt;P&gt;Hi, thanks for your answering.&lt;/P&gt;&lt;P&gt;Is it possible to convert 'YYYYMM' to 'MM.YYYY'?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308156#M1990638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-11T07:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308157#M1990639</link>
      <description>&lt;P&gt;You should check if there is conversion exit function based on period. &lt;/P&gt;&lt;P&gt;I know this kind of field exist in CO (and CO-PA)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308157#M1990639</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-01-11T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308158#M1990640</link>
      <description>&lt;P&gt;Hi, Competely understand your suggeation, as what I'm confused about,&lt;/P&gt;&lt;P&gt;I wonder if it's possible to select~ where month of MSEG-BUDAT_MKPF = @S_ZYAER ? &lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308158#M1990640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-11T07:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308159#M1990641</link>
      <description>&lt;P&gt;OK, and may I ask if it's possible to select~ where the month of MSEG-BUDAT_MKPF = @S_ZYEAR?&lt;/P&gt;&lt;P&gt;(the type of S_ZYEAR type char7)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308159#M1990641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-11T07:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308160#M1990642</link>
      <description>&lt;P&gt;and I don't know how to show the field ZYEAR_MONTH as the format 'MM.YYYY'. Is the type wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308160#M1990642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-11T07:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308161#M1990643</link>
      <description>&lt;P&gt;you cannot filter date field as MM.YYYY. So only said if you know month and year specify 01 to 31st along with month and year. this is only the possible way.&lt;/P&gt;&lt;P&gt;Otherwise raise OSS note to SAP.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sathish Kumar Sidhaiyan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308161#M1990643</guid>
      <dc:creator>former_member717457</dc:creator>
      <dc:date>2021-01-11T10:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308162#M1990644</link>
      <description>&lt;P&gt;WRITE |{ zyear_month+4(2) }.{ zyear_month+0(4) }|.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308162#M1990644</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-01-11T10:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308163#M1990645</link>
      <description>&lt;P&gt;Check for the many data elements associated to a domain with a type of ACCP and carrying a conversion exit similar to BCVMN (convert according to user settings as MM.YYYY)&lt;/P&gt;&lt;P&gt;But you won't be able to use it in the WHERE clause on a database table without such field, you must convert it to a selection of year GYEAR and period POPER or to a range of posting dates BUDAT with a FM such as FIRST/LAST_DAY_IN_PERIOD_GET. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: You will require the Fiscal Year Variant associated to the company code for any special period.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 14:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308163#M1990645</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-01-11T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from specifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308164#M1990646</link>
      <description>&lt;P&gt;Thanks for your answering!&lt;/P&gt;&lt;P&gt;As your suggestion , if I convert the S_ZYEAR to a RANGE type, what should I fill into the LOW value and the HIGH value ?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 05:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-specifications/m-p/12308164#M1990646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-12T05:34:59Z</dc:date>
    </item>
  </channel>
</rss>

