<?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: How to define types without using SE80 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980580#M1492536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshav for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't exist a way to upload the definitions from a text file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a script to add such tables and fields from a text file to the ABAP dictionary (if so, what FM should I look at)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mauricio Pego on Jun 11, 2010 5:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jun 2010 15:22:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-11T15:22:28Z</dc:date>
    <item>
      <title>How to define types without using SE80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980578#M1492534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have to define a function module with about 50 input parameters where each is a table with over 50 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to add such number of objects into the dictionary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module will be called externally (it will be a remote enabled function module)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauricio Pego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 19:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980578#M1492534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T19:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to define types without using SE80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980579#M1492535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a structure in se11 for each tables.&lt;/P&gt;&lt;P&gt;Create a table type in se11 for the structures created.&lt;/P&gt;&lt;P&gt;Then use the table type in your fm as export or import parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 19:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980579#M1492535</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-10T19:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to define types without using SE80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980580#M1492536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshav for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't exist a way to upload the definitions from a text file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a script to add such tables and fields from a text file to the ABAP dictionary (if so, what FM should I look at)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mauricio Pego on Jun 11, 2010 5:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 15:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980580#M1492536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to define types without using SE80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980581#M1492537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mauricio &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since This is a RFC,  Better create one Table Type where the Structure can be the TLINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can assign the Length of the maximum lenght of the structure to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can create 50 Inputs Import parameters with single Tline and handle in the code with Tab delimitation or the pipe delimitation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980581#M1492537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T09:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to define types without using SE80</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980582#M1492538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mauricio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read the documentation of function module &lt;STRONG&gt;DDIF_TABL_PUT&lt;/STRONG&gt; and use it.&lt;/P&gt;&lt;P&gt;Wrap it in a remote enabled fm created newly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 10:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-types-without-using-se80/m-p/6980582#M1492538</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-14T10:10:41Z</dc:date>
    </item>
  </channel>
</rss>

