<?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 Creating a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686066#M887609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help me to&lt;/P&gt;&lt;P&gt;create a function module as follows-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i) Have the following import parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        empnm TYPE zb19rv2_table-empnm ,&lt;/P&gt;&lt;P&gt;        empdj  TYPE  zb19rv2_table-empdj ,&lt;/P&gt;&lt;P&gt;        empad TYPE  zb19rv2_table-empad ,&lt;/P&gt;&lt;P&gt;        empph TYPE  zb19rv2_table-empph ,&lt;/P&gt;&lt;P&gt;        depid   TYPE  zb19rv2_table-depid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) Have the following export parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        empid TYPE zb19rv2_table-empid ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iii) Have the following exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Raise exception if the Name field is blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iv)       Source code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Check if the import parameter has name given, if not raise exception, else&lt;/P&gt;&lt;P&gt;        Select the latest empid from table zb19rv2_table&lt;/P&gt;&lt;P&gt;        Increment this id by one&lt;/P&gt;&lt;P&gt;        Use the import parameters and the new generated empid to insert record in to the table zb19rv2_table&lt;/P&gt;&lt;P&gt;        If the record is inserted, then move the new generated empid to the export parameter of the function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 06:58:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-11T06:58:27Z</dc:date>
    <item>
      <title>Creating a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686066#M887609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help me to&lt;/P&gt;&lt;P&gt;create a function module as follows-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i) Have the following import parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        empnm TYPE zb19rv2_table-empnm ,&lt;/P&gt;&lt;P&gt;        empdj  TYPE  zb19rv2_table-empdj ,&lt;/P&gt;&lt;P&gt;        empad TYPE  zb19rv2_table-empad ,&lt;/P&gt;&lt;P&gt;        empph TYPE  zb19rv2_table-empph ,&lt;/P&gt;&lt;P&gt;        depid   TYPE  zb19rv2_table-depid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) Have the following export parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        empid TYPE zb19rv2_table-empid ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iii) Have the following exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Raise exception if the Name field is blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iv)       Source code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Check if the import parameter has name given, if not raise exception, else&lt;/P&gt;&lt;P&gt;        Select the latest empid from table zb19rv2_table&lt;/P&gt;&lt;P&gt;        Increment this id by one&lt;/P&gt;&lt;P&gt;        Use the import parameters and the new generated empid to insert record in to the table zb19rv2_table&lt;/P&gt;&lt;P&gt;        If the record is inserted, then move the new generated empid to the export parameter of the function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 06:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686066#M887609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T06:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686067#M887610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO this forum should only be used to discuss ussies regarding ABAP and should not be used to getting a development task done for free! (just my opinion...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 07:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686067#M887610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T07:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686068#M887611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravinder ,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for step by step procedure to create function module ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/02/creating-function-module-in-sap-abap.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/creating-function-module-in-sap-abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp;  regards ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreekar.Kadiri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 07:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module/m-p/3686068#M887611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T07:15:46Z</dc:date>
    </item>
  </channel>
</rss>

