<?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 Call cfunc statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-cfunc-statement/m-p/3829164#M920822</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 would like to know what action the below statement performs &lt;/P&gt;&lt;P&gt;      CALL 'C_RSTS_WRITE'&lt;/P&gt;&lt;P&gt;           ID 'HANDLE'  FIELD hlp_handle&lt;/P&gt;&lt;P&gt;           ID 'BUFF'    FIELD &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;and how can I see the value if written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 09:48:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T09:48:31Z</dc:date>
    <item>
      <title>Call cfunc statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-cfunc-statement/m-p/3829164#M920822</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 would like to know what action the below statement performs &lt;/P&gt;&lt;P&gt;      CALL 'C_RSTS_WRITE'&lt;/P&gt;&lt;P&gt;           ID 'HANDLE'  FIELD hlp_handle&lt;/P&gt;&lt;P&gt;           ID 'BUFF'    FIELD &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;and how can I see the value if written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 09:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-cfunc-statement/m-p/3829164#M920822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Call cfunc statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-cfunc-statement/m-p/3829165#M920823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi this is Calling  a System Function ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Passes fields to the called program by reference. With "ID id1", you specify the name of a formal parameter, and with "FIELD f1" the relevant field from the ABAP/4 program. If a formal parameter expects an internal table, the latter is passed in the form "FIELD tab[]". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;DATA RESULT(8). &lt;/P&gt;&lt;P&gt;CALL 'MULTIPLY' ID 'P1'  FIELD '9999' &lt;/P&gt;&lt;P&gt;                ID 'P2'  FIELD '9999' &lt;/P&gt;&lt;P&gt;                ID 'RES' FIELD RESULT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;With some critical C functions, the system automatically performs an authorization check. If the user does not have the appropriate authorization, a runtime error occurs. You can check the authorization with the function module AUTHORITY_CHECK_C_FUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 09:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-cfunc-statement/m-p/3829165#M920823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T09:58:13Z</dc:date>
    </item>
  </channel>
</rss>

