<?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: ABAP Function Module structure understanding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110846#M441159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max, thanks for the reply.&lt;/P&gt;&lt;P&gt;I am making it generic to invoke any RFC. &lt;/P&gt;&lt;P&gt;so The question is raised based on this:&lt;/P&gt;&lt;P&gt;If ZRFC contains some strucuture does it mean to be single cardinality ormultiple cardinality.&lt;/P&gt;&lt;P&gt;lets say Structure S1 containes F1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S1 contains F1, F2, S1a&lt;/P&gt;&lt;P&gt;S2 contains F1, F2 , T2a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here:-&lt;/P&gt;&lt;P&gt;F = Field&lt;/P&gt;&lt;P&gt;S = strucuture&lt;/P&gt;&lt;P&gt;T = table &lt;/P&gt;&lt;P&gt;so, what should be the cardinality for these types? should I say cardinality for S1 should be single and for S2 it should be multpiple?&lt;/P&gt;&lt;P&gt;and:&lt;/P&gt;&lt;P&gt;what is the cardinality of a structure in general ? can it be mutlple cardinality type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the cardinality type before having data inside it, as I want to understand the metadata of an RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2007 02:27:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-07T02:27:09Z</dc:date>
    <item>
      <title>ABAP Function Module structure understanding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110843#M441156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I am trying to understand the function module structure.&lt;/P&gt;&lt;P&gt;I am invoking RFCs using SAPJCO API.&lt;/P&gt;&lt;P&gt;Some questions in understanding parameter types:-&lt;/P&gt;&lt;P&gt;In the export parameter, I see the field as structure, simple data type, etc.&lt;/P&gt;&lt;P&gt;for one field when I click on type, it says its of Line Type, then further when I click on line type field value, it says its a structure.&lt;/P&gt;&lt;P&gt;**What is Line type? it has structure inside.&lt;/P&gt;&lt;P&gt;**Can a structure has multiple cardinality?I mean can a strucure contain multiple rows of data?&lt;/P&gt;&lt;P&gt;structure can another structure, etc. so I have to check on my SAPJCO API side, that if a structure contains anotehr structure, etc.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 18:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110843#M441156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T18:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Function Module structure understanding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110844#M441157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more related question to it,&lt;/P&gt;&lt;P&gt;as my SAPJC API returns parameters fo fucntion module through:-&lt;/P&gt;&lt;P&gt;importParamaterList.., so lets say, I get the return type as structure.&lt;/P&gt;&lt;P&gt;JCO.Structure may contain elements of simpole type or it may contain structure inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, will this JCO.Structure give me complete list of all elements of it, parameter/nested structure etc? Or, do I need to invoke another function module to retrieve JCO Structure parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 18:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110844#M441157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T18:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Function Module structure understanding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110845#M441158</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 don't know which RFC you're calling anyway a structure (line type) can have some fields are another line type (so flat structure) or table type (so multiple rows).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 18:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110845#M441158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T18:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Function Module structure understanding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110846#M441159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max, thanks for the reply.&lt;/P&gt;&lt;P&gt;I am making it generic to invoke any RFC. &lt;/P&gt;&lt;P&gt;so The question is raised based on this:&lt;/P&gt;&lt;P&gt;If ZRFC contains some strucuture does it mean to be single cardinality ormultiple cardinality.&lt;/P&gt;&lt;P&gt;lets say Structure S1 containes F1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S1 contains F1, F2, S1a&lt;/P&gt;&lt;P&gt;S2 contains F1, F2 , T2a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here:-&lt;/P&gt;&lt;P&gt;F = Field&lt;/P&gt;&lt;P&gt;S = strucuture&lt;/P&gt;&lt;P&gt;T = table &lt;/P&gt;&lt;P&gt;so, what should be the cardinality for these types? should I say cardinality for S1 should be single and for S2 it should be multpiple?&lt;/P&gt;&lt;P&gt;and:&lt;/P&gt;&lt;P&gt;what is the cardinality of a structure in general ? can it be mutlple cardinality type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the cardinality type before having data inside it, as I want to understand the metadata of an RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 02:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-module-structure-understanding/m-p/2110846#M441159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T02:27:09Z</dc:date>
    </item>
  </channel>
</rss>

