<?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 Help finding fields for SUBMIT statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-finding-fields-for-submit-statement/m-p/8160100#M1622147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a tough time with this one.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this submit statement:&lt;/P&gt;&lt;P&gt;SUBMIT rffmepgax&lt;/P&gt;&lt;P&gt;       WITH s_fonds = s_fund-low&lt;/P&gt;&lt;P&gt;       WITH s_fictr = s_fc-low&lt;/P&gt;&lt;P&gt;       WITH s_hkont = '1410.0100'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  THIS SECTION IS MESSED UP ---&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH s_zhldt-low = s_fmdate-low&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH s_zhldt-high = s_fmdate-high&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH p_zhldt = '11/30/2010'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       WITH s_zhldto-low = '11/30/2010'&lt;/P&gt;&lt;P&gt;       WITH s_zhldt-low = '11/30/2010'&lt;/P&gt;&lt;P&gt;       WITH s_zhldtc-low = '11/30/2010'&lt;/P&gt;&lt;P&gt;       WITH s_zhldtf-low = '11/30/2010'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;END OF MESSED UP SECTION ---&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       WITH p_per_fr = s_poper-low&lt;/P&gt;&lt;P&gt;       WITH p_per_to = s_poper-high&lt;/P&gt;&lt;P&gt;       WITH p_fyr_fr = s_year-low&lt;/P&gt;&lt;P&gt;       WITH p_fyr_to = s_year-low&lt;/P&gt;&lt;P&gt;       WITH s_fipex = '21T0'&lt;/P&gt;&lt;P&gt;       WITH p_disvar = '/ZTRAVEL'&lt;/P&gt;&lt;P&gt;       WITH p_maxsel = '19999'&lt;/P&gt;&lt;P&gt;       WITH s_wrttp = '61'&lt;/P&gt;&lt;P&gt;       WITH s_wrttp = '58'&lt;/P&gt;&lt;P&gt;       AND RETURN&lt;/P&gt;&lt;P&gt;       EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works great, except that I can't get it to call by the FM_POSTING_DATE (ZHLDT).  The t-code is FMRP_RFFMEP1AX.  I need to be able to call the program by a fm posting date or fm posting date range criteria as well (those other criteria are working fine).      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that there are 3 fm posting dates and they are buried in the dynamic selections (CO, FI, and commitment line items).  The dynamic selections appears to call a different program entirely (RSSYSTDB maybe?).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this can be done, I just don't know the 3 field names for "FM POSTING DATE" that must be included to select the results for that posting date range.  As you can see above, I included s_hkont above to include GL account selection, and that worked.  But all three FM_POSTING_DATES need to be populated for FMRP_RFFMEP1AX to return results filtered by those dates or date ranges.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the name of the 3 FM POSTING DATES to include in the WITH criteria.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Sep 2011 18:28:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-17T18:28:57Z</dc:date>
    <item>
      <title>Help finding fields for SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-finding-fields-for-submit-statement/m-p/8160100#M1622147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a tough time with this one.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this submit statement:&lt;/P&gt;&lt;P&gt;SUBMIT rffmepgax&lt;/P&gt;&lt;P&gt;       WITH s_fonds = s_fund-low&lt;/P&gt;&lt;P&gt;       WITH s_fictr = s_fc-low&lt;/P&gt;&lt;P&gt;       WITH s_hkont = '1410.0100'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  THIS SECTION IS MESSED UP ---&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH s_zhldt-low = s_fmdate-low&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH s_zhldt-high = s_fmdate-high&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH p_zhldt = '11/30/2010'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       WITH s_zhldto-low = '11/30/2010'&lt;/P&gt;&lt;P&gt;       WITH s_zhldt-low = '11/30/2010'&lt;/P&gt;&lt;P&gt;       WITH s_zhldtc-low = '11/30/2010'&lt;/P&gt;&lt;P&gt;       WITH s_zhldtf-low = '11/30/2010'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;END OF MESSED UP SECTION ---&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       WITH p_per_fr = s_poper-low&lt;/P&gt;&lt;P&gt;       WITH p_per_to = s_poper-high&lt;/P&gt;&lt;P&gt;       WITH p_fyr_fr = s_year-low&lt;/P&gt;&lt;P&gt;       WITH p_fyr_to = s_year-low&lt;/P&gt;&lt;P&gt;       WITH s_fipex = '21T0'&lt;/P&gt;&lt;P&gt;       WITH p_disvar = '/ZTRAVEL'&lt;/P&gt;&lt;P&gt;       WITH p_maxsel = '19999'&lt;/P&gt;&lt;P&gt;       WITH s_wrttp = '61'&lt;/P&gt;&lt;P&gt;       WITH s_wrttp = '58'&lt;/P&gt;&lt;P&gt;       AND RETURN&lt;/P&gt;&lt;P&gt;       EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works great, except that I can't get it to call by the FM_POSTING_DATE (ZHLDT).  The t-code is FMRP_RFFMEP1AX.  I need to be able to call the program by a fm posting date or fm posting date range criteria as well (those other criteria are working fine).      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that there are 3 fm posting dates and they are buried in the dynamic selections (CO, FI, and commitment line items).  The dynamic selections appears to call a different program entirely (RSSYSTDB maybe?).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this can be done, I just don't know the 3 field names for "FM POSTING DATE" that must be included to select the results for that posting date range.  As you can see above, I included s_hkont above to include GL account selection, and that worked.  But all three FM_POSTING_DATES need to be populated for FMRP_RFFMEP1AX to return results filtered by those dates or date ranges.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the name of the 3 FM POSTING DATES to include in the WITH criteria.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 18:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-finding-fields-for-submit-statement/m-p/8160100#M1622147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-17T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding fields for SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-finding-fields-for-submit-statement/m-p/8160101#M1622148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for logical databases, SAP recommends using SUBMIT ... WITH FREE SELECTIONS. For more information, please check the ABAP documentation.&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 19:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-finding-fields-for-submit-statement/m-p/8160101#M1622148</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-17T19:19:38Z</dc:date>
    </item>
  </channel>
</rss>

