<?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: Extended programme check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852854#M1134890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module returns the results in a table.  Have a look at it.  It's use is quite straightforward.  Write a program that uses the function module, and examine the returned tables.  Compare with the results you get using SLIN directly.  You should be able to work it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Or look at function module EXTENDED_PROGRAM_CHECK_SHOW which is the fm that displays results - that'll show you how to decode the table ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 1, 2008 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 13:14:01 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-12-01T13:14:01Z</dc:date>
    <item>
      <title>Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852848#M1134884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;               Can we do an extended programme check for multiple programs at a time. if yes please let me know the procedures. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 1, 2008 1:49 PM - reduced number of question marks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 12:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852848#M1134884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852849#M1134885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think we can do for multiple programs at one time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 12:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852849#M1134885</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-12-01T12:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852850#M1134886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the SLIN transaction you can do it one at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a Z program (Copy of slin) and you can modify it for multiple entries and then &lt;/P&gt;&lt;P&gt;and in output you generate the report one by one for each program.&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Dec 1, 2008 6:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 12:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852850#M1134886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852851#M1134887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how I found out the answer is yes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE93 to view the transaction SLIN.  &lt;/P&gt;&lt;P&gt;2. This tells you the program is:  SAPLSLIN.&lt;/P&gt;&lt;P&gt;3. "SAPL" programs are function modules. So go to SE80 and look at function group 'SLIN'.&lt;/P&gt;&lt;P&gt;4. This has a number of function modules.  The one you want is EXTENDED_PROGRAM_CHECK.&lt;/P&gt;&lt;P&gt;5. Write a program that selects a number of programs, and throws them, one at a time, to this function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 12:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852851#M1134887</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-12-01T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852852#M1134888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys... Both the ideas are great.. but how do we realise each programme has passed the extended programme check.. output is either in red,green or yellow .. how do we capture this for each programme when we pass multiple programs through FM ? Hope i am clear to u guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 13:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852852#M1134888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852853#M1134889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the both export parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 13:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852853#M1134889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T13:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extended programme check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852854#M1134890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module returns the results in a table.  Have a look at it.  It's use is quite straightforward.  Write a program that uses the function module, and examine the returned tables.  Compare with the results you get using SLIN directly.  You should be able to work it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Or look at function module EXTENDED_PROGRAM_CHECK_SHOW which is the fm that displays results - that'll show you how to decode the table ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 1, 2008 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 13:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-programme-check/m-p/4852854#M1134890</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-12-01T13:14:01Z</dc:date>
    </item>
  </channel>
</rss>

