<?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 with FM AVAILABILITY_CHECK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955890#M66264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an example how to use the FM AVAILABILITY_CHECK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denis Nakamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2005 18:20:52 GMT</pubDate>
    <dc:creator>denis_nakamoto</dc:creator>
    <dc:date>2005-09-30T18:20:52Z</dc:date>
    <item>
      <title>Help with FM AVAILABILITY_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955890#M66264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an example how to use the FM AVAILABILITY_CHECK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denis Nakamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 18:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955890#M66264</guid>
      <dc:creator>denis_nakamoto</dc:creator>
      <dc:date>2005-09-30T18:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with FM AVAILABILITY_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955891#M66265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: l_atpcs       LIKE atpcs  OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        l_atpcs_r3    LIKE atpcs  OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        l_t441v       LIKE t441v  OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        l_atpmsgx     LIKE atpmsg OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        l_tmvf        LIKE tmvf   OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        l_mdvex-mng02 LIKE mdvex-mng02,&lt;/P&gt;&lt;P&gt;        l_egsbs       LIKE p_atpca-egsbs,&lt;/P&gt;&lt;P&gt;        l_maxflag,&lt;/P&gt;&lt;P&gt;        l_check_flag_exists,&lt;/P&gt;&lt;P&gt;        atpcsx_lines  LIKE sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--&amp;gt; call ATP server ***&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'AVAILABILITY_CHECK'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            p_atpcsx    = l_atpcs&lt;/P&gt;&lt;P&gt;            p_atpassx   = atpassx&lt;/P&gt;&lt;P&gt;            p_atpcsx_r3 = l_atpcs_r3&lt;/P&gt;&lt;P&gt;            p_atpdsx    = atpdsx&lt;/P&gt;&lt;P&gt;            p_atpmatx   = atpmatd&lt;/P&gt;&lt;P&gt;            p_atpfieldx = p_atpfieldx&lt;/P&gt;&lt;P&gt;            p_mdvex     = mdvex&lt;/P&gt;&lt;P&gt;            p_t441vx    = l_t441v&lt;/P&gt;&lt;P&gt;            p_tmvfx     = l_tmvf&lt;/P&gt;&lt;P&gt;            p_atpdiax   = atpdiax&lt;/P&gt;&lt;P&gt;       CHANGING&lt;/P&gt;&lt;P&gt;            p_atpca     = p_atpca      "ANWDG, AZERG, PLAUF RDMOD&lt;/P&gt;&lt;P&gt;            p_atpcb     = p_atpcb      "MEINS&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            error       = 1&lt;/P&gt;&lt;P&gt;            OTHERS      = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 18:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955891#M66265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T18:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with FM AVAILABILITY_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955892#M66266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/posting.php?mode=quote&amp;amp;p=556849&amp;amp;sid=7d59477be0cbe8fe97ecb255d73a7641" target="test_blank"&gt;http://www.sapfans.com/forums/posting.php?mode=quote&amp;amp;p=556849&amp;amp;sid=7d59477be0cbe8fe97ecb255d73a7641&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2005 05:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-fm-availability-check/m-p/955892#M66266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-01T05:21:15Z</dc:date>
    </item>
  </channel>
</rss>

