<?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: Function module import parameter....Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076404#M729499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement is, &lt;/P&gt;&lt;P&gt;I have to send a customized IDOC to external application when a PO release. For sending IDOC automaticaly when PO release, I fount User exit M06E0004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u will open that u will find a FM in which  import &amp;amp; export parameters are as given above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And IT_BEKPO, IT_BEKET are not internal tables , they are import parameters of table type MMPUR_BEKPO and MMPUR_BEKET.&lt;/P&gt;&lt;P&gt;Beacuse of table type we cant write it like it_bekpo-ebelp etc means we cant pass values in these variables to my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 01:07:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-30T01:07:55Z</dc:date>
    <item>
      <title>Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076396#M729491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using User Exit M06E0004 which is using &amp;lt;b&amp;gt;FM EXIT_SAPLEBND_002&amp;lt;/b&amp;gt;. It has 4 inport parameters &lt;/P&gt;&lt;P&gt; I_CEKKO             LIKE CEKKO           &lt;/P&gt;&lt;P&gt; IT_BEKPO            TYPE MMPUR_BEKPO     &lt;/P&gt;&lt;P&gt; IT_BEKET            TYPE MMPUR_BEKET     &lt;/P&gt;&lt;P&gt; IT_EKKNU            TYPE MMPUR_EKKNU     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and 1 export paramenter E_CEKKO      LIKE      CEKKO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pass 1 more field MDSB-matnr(character type matnr for BOM child Items) which is not in any the structure  here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a standard FM so we have 1 include for enhancement in this exit. So what to do to get values for this. i need this matnr against a PO in CEKKO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do all this for my requirement of IDOC. I have to send IDOC when any subcontract PO release and having Child Items(BOM materials MDSB-matnr) started with 'P'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 22:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076396#M729491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T22:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076397#M729492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the value of the field MDSB-matnr using field symbols if the variable MDSB-matnr is available in the main program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 22:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076397#M729492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T22:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076398#M729493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have any main program,&lt;/P&gt;&lt;P&gt;I am using an Exit, in which EXIT_SAPLEBND_002 is an FM with 4 given import parameter with 1 export parameter, in which no one has the values for MDSB-matnr.&lt;/P&gt;&lt;P&gt;I can only rite code in the include given inside the FM source code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be the code i have to rite to get thsese values &lt;/P&gt;&lt;P&gt;TABLE	Field name&lt;/P&gt;&lt;P&gt;EKKO	EBELN&lt;/P&gt;&lt;P&gt;EKKO	LIFNR&lt;/P&gt;&lt;P&gt;EKKO	EKORG&lt;/P&gt;&lt;P&gt;EKKO	BEDAT&lt;/P&gt;&lt;P&gt;EKPO	WERKS&lt;/P&gt;&lt;P&gt;EKPO	EBELP&lt;/P&gt;&lt;P&gt;EKPO	MATNR&lt;/P&gt;&lt;P&gt;EKPO	MENGE&lt;/P&gt;&lt;P&gt;EKPO	REVLV&lt;/P&gt;&lt;P&gt;MDSB	MATNR&lt;/P&gt;&lt;P&gt;EKET	EINDT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 00:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076398#M729493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T00:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076399#M729494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can certainly add MATNR as a new field to CEKKO... you have to add it to structure CEKKOZZ which is there for customer modifications. However you will have to fill this MATNR somehow in the exit. The MSDB-MATNR is actually RESB-MATNR, so depending on what you want to achieve, you'd have to read RESB somehow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 02:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076399#M729494</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-11-29T02:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076400#M729495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CEKKOZZ is not for custom modification, it is asking for the acces key. &lt;/P&gt;&lt;P&gt;And I think i can read MDSB-matnr in the source code of FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me few more things, when i will release the PO after creating it, does all these tables in the Import parameter of EXIT FM will get filled automatically ?&lt;/P&gt;&lt;P&gt;Can i select values from import parameter tables too ? Like if i have to pass PO number, Item etc can i select it from there these fields are not in the CEKKO structure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 04:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076400#M729495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T04:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076401#M729496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;CEKKOZZ is not for custom modification, it is asking for the acces key.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well... the description of that structure says "Communication Structure: PO release for User Exit".&lt;/P&gt;&lt;P&gt;Believe me, the purpose of CEKKOZZ is exactly to define any additional fields necessary in the enhancement for the PO release strategy. Yes, it is asking for the access key, but this is similar to modifying an "old style" user exit, for instance in SAPMV45A. That will also ask for an access key, but it's still not considered to be a core modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Tell me few more things, when i will release the PO after creating it, does all these tables in the Import parameter of EXIT FM will get filled automatically ?&lt;/P&gt;&lt;P&gt;Can i select values from import parameter tables too ?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, those tables will be populated. You can use those values for any selection you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 18:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076401#M729496</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-11-29T18:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076402#M729497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ther any other ways to add the field because client is not ready to give the Access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a new FM and importing same import variables if anyhow i can add that table in this FM it will be good then i can read matnr in this FM itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trying picking values in my new FM for ekpo, eket but is says it_bekpo and it_beket is not a structure or a table. its a table type, &lt;/P&gt;&lt;P&gt;i dont no how to take values now because i have to take 11 values from these tables and i only fot 4 in CEKKO rest 6 i have to take from it_bekpo and it_beket and one id from MDSB-MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 00:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076402#M729497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T00:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076403#M729498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understand what do you want to achieve here.&lt;/P&gt;&lt;P&gt;The enhancement in question is to influence the release strategy determination for the PO.  Is this what you want to do? Do you need the material number field because the release strategy determination will use that? This would be the only reason to add the MATNR field to CEKKO.&lt;/P&gt;&lt;P&gt;Also, are you asking how to read the rows in IT_BEKPO, IT_BEKET and so on? Since those are internal tables, use a LOOP into a workarea that you define as the line type for those tables...&lt;/P&gt;&lt;P&gt;And I don't really know how/why do you want to read the view MDSB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess what I'm trying to say is that in order to help you, one has to understand what your goal is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 00:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076403#M729498</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-11-30T00:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076404#M729499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement is, &lt;/P&gt;&lt;P&gt;I have to send a customized IDOC to external application when a PO release. For sending IDOC automaticaly when PO release, I fount User exit M06E0004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u will open that u will find a FM in which  import &amp;amp; export parameters are as given above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And IT_BEKPO, IT_BEKET are not internal tables , they are import parameters of table type MMPUR_BEKPO and MMPUR_BEKET.&lt;/P&gt;&lt;P&gt;Beacuse of table type we cant write it like it_bekpo-ebelp etc means we cant pass values in these variables to my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 01:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076404#M729499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T01:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076405#M729500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using FM EXIT_SAPLEBND_002. it is having 4 import parameters and 1 export parameter.&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;IMPORT&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;I_CEKKO     LIKE    CEKKO                           its a structure&lt;/P&gt;&lt;P&gt;IT_BEKPO   TYPE   MMPUR_BEKPO          its a table type not table&lt;/P&gt;&lt;P&gt;IT_BEKET   TYPE    MMPUR_BEKET           its a table type not table&lt;/P&gt;&lt;P&gt;IT_EKKNU   TYPE   MMPUR_EKKNU          its a table type not table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;EXPORT&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;E_CEKKO   LIKE     CEKKO                        structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need these 11 fields as an output to pass it to IDOC creation FM as a structure which i already created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE Field name Data Type&lt;/P&gt;&lt;P&gt;EKKO EBELN        EBELN&lt;/P&gt;&lt;P&gt;EKKO LIFNR          ELIFN&lt;/P&gt;&lt;P&gt;EKKO EKORG       EKORG&lt;/P&gt;&lt;P&gt;EKKO BEDAT        EBDAT&lt;/P&gt;&lt;P&gt;EKPO WERKS       EWERK&lt;/P&gt;&lt;P&gt;EKPO EBELP        EBELP&lt;/P&gt;&lt;P&gt;EKPO MATNR       MATNR&lt;/P&gt;&lt;P&gt;EKPO MENGE      BSTMG&lt;/P&gt;&lt;P&gt;EKPO REVLV        REVLV&lt;/P&gt;&lt;P&gt;MDSB MATNR       MATNR&lt;/P&gt;&lt;P&gt;EKET EINDT          EINDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The export parameter e_cekko has only 4 fields out of these. and others are in import parameter it_bekpo and it_beket. But i am not getting MDSB-MATNR. As the above mentioned FM is a standard i cant add fields in that. &lt;/P&gt;&lt;P&gt;So i want to create a FM which gives all these fieds which i am already getting and 1 more field MDSB-MANTR. and then i will call this new Created FM in the standard one as it is a exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone create this FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 01:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076405#M729500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T01:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076406#M729501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;the requirement is,&lt;/P&gt;&lt;P&gt;I have to send a customized IDOC to external application when a PO release. For sending IDOC automaticaly when PO release, I fount User exit M06E0004.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;I take you did verify that this user exit is only triggered when you release the PO. Just asking because it's purpose, as it was said, is to influence the release strategy determination. This determination may happen when the PO is saved, not when the PO is actually released. In that case, this would be too early. But I'm not certain about the exact processing time, to be honest.&lt;/P&gt;&lt;P&gt;If you determined that this is the right place, then it's all good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;And IT_BEKPO, IT_BEKET are not internal tables , they are import parameters of table type MMPUR_BEKPO and MMPUR_BEKET.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what type do you think IT_BEKPO, etc. will be? Since they are defined with reference to a table type, they sure will be internal tables. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you want to read the content, you'd do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: W_BEKPO TYPE BEKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_BEKPO INTO W_BEKPO WHERE... &amp;lt;conditions&amp;gt;&lt;/P&gt;&lt;P&gt;  MOVE W_BEKPO-MENGE TO ...&lt;/P&gt;&lt;P&gt;  ...etc.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for reading MDSB, I don't know what your selection criterion is, but since MDSB is a view defined for table RESB, it only makes sense to use it if you do know the corresponding reservation number, item etc. &lt;/P&gt;&lt;P&gt;You mentioned MATNR as the field you'd need from MDSB. Why? If you need the material number, it's readily available in IT_BEKPO. If you need reservation data in your IDoc then you'd read RESB with a proper indexed access (so for instance, with the material number from the PO item or something)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the whole 'sending IDoc when the PO is released' requirement, I'd probably try a different approach. My way of doing this would probably be to try to set up the regular message control with a specific output type generating the custom IDoc, and in the message determination I'd set a requirement that checks whether the PO is released... something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 01:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076406#M729501</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-11-30T01:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076407#M729502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wil try doing the same ways its its an internal table. &lt;/P&gt;&lt;P&gt;And  taking matnr from MDSB/RESB is because clint want child items(materials) which starts from 'G' for the material (item) while creating PO which only saves in RESB. and it has EBELN and EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont no how to take this field in my FM. as i have to pass this information in IDOC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 02:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076407#M729502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T02:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076408#M729503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to read RESB with EBELN, you'll probably have to create an index on EBELN and EBELP since there isn't any - otherwise you might get a performance hit if there are a lot of reservation records.&lt;/P&gt;&lt;P&gt;Another way (without creating an index) would be to read RESB with material number and plant and then filter out the entries by EBELN / EBELP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 02:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076408#M729503</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-11-30T02:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076409#M729504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So do i need to define RESB in import parameter or i can get values directly by select query ? and then read my READ stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i tried LOOP AT BEKPO its working man.&lt;/P&gt;&lt;P&gt;thanks buddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 02:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076409#M729504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T02:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function module import parameter....Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076410#M729505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use SELECT, no need to define anything as import parameter...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 02:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-import-parameter-urgent/m-p/3076410#M729505</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-11-30T02:28:55Z</dc:date>
    </item>
  </channel>
</rss>

