<?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 Parameters info in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225019#M1379745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any FM which gives the given parameter is a field or structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I am using the FM &lt;STRONG&gt;FUNCTION_IMPORT_INTERFACE&lt;/STRONG&gt; to get the all import, export, changing and tables parameters of a given FM.&lt;/P&gt;&lt;P&gt;The import parameters table will have all import parameters of the FM. Now I need to findout which all parameters are fields and which all parameters are structures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2009 10:17:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-02T10:17:14Z</dc:date>
    <item>
      <title>Parameters info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225019#M1379745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any FM which gives the given parameter is a field or structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I am using the FM &lt;STRONG&gt;FUNCTION_IMPORT_INTERFACE&lt;/STRONG&gt; to get the all import, export, changing and tables parameters of a given FM.&lt;/P&gt;&lt;P&gt;The import parameters table will have all import parameters of the FM. Now I need to findout which all parameters are fields and which all parameters are structures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 10:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225019#M1379745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225020#M1379746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you don't need FM to do this as you can check "-" character in the DBFIELD.&lt;/P&gt;&lt;P&gt;if your program finds "-" character it is structure or table type if not it means it is a field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 12:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225020#M1379746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225021#M1379747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Taner Güngör ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there may be chances of having DBFIELD as data element. In that case what needs to be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 12:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225021#M1379747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225022#M1379748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use DDIF_TYPEINFO_GET FM but you should get the part before "-" character &lt;/P&gt;&lt;P&gt;as when you send your value to the FM like this; "SM04DIC-POPUPMSG" you get no result at all.&lt;/P&gt;&lt;P&gt;However, if you send "SM04DIC" instead, you can get your type info.&lt;/P&gt;&lt;P&gt;It is better to check it by yourself and you will get a clear understanding &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 12:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-info/m-p/6225022#M1379748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T12:18:18Z</dc:date>
    </item>
  </channel>
</rss>

