<?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: Call cfunc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344074#M1230759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a statement like below in my program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM exec_command USING cmd.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;  WRITE:/ 'Now executing:', cmd.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD cmd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                &lt;STRONG&gt;ID 'TAB'     FIELD tabl-&lt;/STRONG&gt;sys&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  WRITE:/ 'Output from OS:'.&lt;/P&gt;&lt;P&gt;  LOOP AT tabl.		" &amp;lt;- OS-Output&lt;/P&gt;&lt;P&gt;    WRITE: / tabl-line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  COMMIT WORK.&lt;/P&gt;&lt;P&gt;  REFRESH tabl.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm not understanding what exactly the call function do's here...&lt;/P&gt;&lt;P&gt;could any one help me in understanding it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2009 03:11:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-03T03:11:19Z</dc:date>
    <item>
      <title>Re: Call cfunc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344074#M1230759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a statement like below in my program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM exec_command USING cmd.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;  WRITE:/ 'Now executing:', cmd.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD cmd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                &lt;STRONG&gt;ID 'TAB'     FIELD tabl-&lt;/STRONG&gt;sys&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  WRITE:/ 'Output from OS:'.&lt;/P&gt;&lt;P&gt;  LOOP AT tabl.		" &amp;lt;- OS-Output&lt;/P&gt;&lt;P&gt;    WRITE: / tabl-line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  COMMIT WORK.&lt;/P&gt;&lt;P&gt;  REFRESH tabl.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm not understanding what exactly the call function do's here...&lt;/P&gt;&lt;P&gt;could any one help me in understanding it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 03:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344074#M1230759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T03:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Call cfunc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344075#M1230760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is executing operating system command from ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this [Link|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/issuing&lt;EM&gt;a&lt;/EM&gt;Unix&lt;EM&gt;command&lt;/EM&gt;from&lt;EM&gt;ABAP&lt;/EM&gt;(se38)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 03:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344075#M1230760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T03:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Call cfunc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344076#M1230761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the quick reply!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what will i get the value in tabl-&lt;STRONG&gt;sys&lt;/STRONG&gt; from the below statement &amp;amp; how it ill be useful (with some examples will be helpful)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD cmd&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID 'TAB' FIELD tabl-&lt;/STRONG&gt;sys&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 03:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344076#M1230761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T03:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Call cfunc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344077#M1230762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Output of the command will be stored in tabl-&lt;STRONG&gt;sys&lt;/STRONG&gt; and same will be displayed as output.Go through the link provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 03:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-call-cfunc/m-p/5344077#M1230762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T03:23:55Z</dc:date>
    </item>
  </channel>
</rss>

