<?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: FM BAPI creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206546#M472080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have the Structures, look at these structures structure RANGE_C8, this will have the LOW and HIGH are character length 8. If you need a bigger field than that then use RANGE_C9, if you press F4 for RANGE_C* then you will find all the Range predefined structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 05:39:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T05:39:46Z</dc:date>
    <item>
      <title>FM BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206544#M472078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a reuirement to cretae a BAPI FM with the logic of a report to be the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the report I have the selection screen components as select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : ebeln FOR ekko-ebeln,&lt;/P&gt;&lt;P&gt;                               ebelp FOR ekpo-ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I map this select-option fields to the import parameters of the BAPI as they are like internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help with your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 05:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206544#M472078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T05:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: FM BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206545#M472079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check some structures like &amp;lt;b&amp;gt;WSELKUNNR&amp;lt;/b&amp;gt; which is of internal table for select-options .check in Se11.&lt;/P&gt;&lt;P&gt;so declare your import parameter type wselkunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 05:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206545#M472079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T05:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: FM BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206546#M472080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have the Structures, look at these structures structure RANGE_C8, this will have the LOW and HIGH are character length 8. If you need a bigger field than that then use RANGE_C9, if you press F4 for RANGE_C* then you will find all the Range predefined structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 05:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206546#M472080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: FM BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206547#M472081</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 could get the structure for other fields, but I need for EBELN, EBELP and LBLNI fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i get one or if needed where can I create a new type structure for this individual fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 05:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206547#M472081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: FM BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206548#M472082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For EBELN, you can use RANGE_C10 structure, look at that strucutre, so based on the length you can use these Range Structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 05:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206548#M472082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T05:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: FM BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206549#M472083</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 am creating a BAPI and read that the structure used in the import has to be user defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am trying to create a user defined structure by using "TYPES".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am declaring the "TYPES" in the Function group top include, created for the BAPI and giving the import statement in the BAPI as "i_ebeln type T_EBELN" but it gives me error like " The TYPE T_EBELN is not found"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared the types in the FN grp and am getting the error, where else do i have to declare the " types"to avoid the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help with your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-bapi-creation/m-p/2206549#M472083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:45:39Z</dc:date>
    </item>
  </channel>
</rss>

