<?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 calling function module code CREDIT_ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369567#M1839632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru's,&lt;/P&gt;&lt;P&gt;I am new to ABAP, i need to call the function module&lt;/P&gt;&lt;P&gt;"CREDIT_EXPOSURE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to take the 'SUM_OPENS" field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i have the table KNKK in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide the sample code to call this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul Rahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 05:39:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-13T05:39:18Z</dc:date>
    <item>
      <title>calling function module code CREDIT_</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369567#M1839632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru's,&lt;/P&gt;&lt;P&gt;I am new to ABAP, i need to call the function module&lt;/P&gt;&lt;P&gt;"CREDIT_EXPOSURE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to take the 'SUM_OPENS" field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i have the table KNKK in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide the sample code to call this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul Rahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 05:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369567#M1839632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T05:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module code CREDIT_</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369568#M1839633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the real problem r u facing?&lt;/P&gt;&lt;P&gt;This function module has exporting parameters which will get from table KNKK(that u have).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 05:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369568#M1839633</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-06-13T05:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module code CREDIT_</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369569#M1839634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need a sample code to call this function module.&lt;/P&gt;&lt;P&gt;because i did not find any table type in this function module to declare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 06:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369569#M1839634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T06:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module code CREDIT_</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369570#M1839635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly you want to call this Function Module, How ever You can call any of programme,,&lt;/P&gt;&lt;P&gt;Function Module will have Import and export parameters like Below, By passing Input Parameters you can get out put in Export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/474642" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can call by Clicking ""Pattern"" in the Mentu Bar - Call Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would clear your Question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sreehari &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 06:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369570#M1839635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module code CREDIT_</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369571#M1839636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do u want a table type..&lt;/P&gt;&lt;P&gt;loop &lt;SPAN style="color: #333333; font-size: 12px;"&gt;KNKK&lt;/SPAN&gt;(internal table in ur program).&lt;/P&gt;&lt;P&gt;Just pass each combination of KUNNR and KKBER from &lt;SPAN style="color: #333333; font-size: 12px;"&gt;table KNKK&lt;/SPAN&gt;(internal table in ur program).&lt;/P&gt;&lt;P&gt;And append each result into a internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 06:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-code-credit/m-p/10369571#M1839636</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-06-13T06:16:12Z</dc:date>
    </item>
  </channel>
</rss>

