<?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 call. BDT, APPLC event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-call-bdt-applc-event/m-p/3119666#M740795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chagne the CT_TBZ0A definition to table type fo the TBZ0A in the Import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CT_TBZ0A TYPE TY_TBZ0A Aplicaciones BDT   " &amp;lt;&amp;lt; TY_TBZ0A&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 14:38:45 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-29T14:38:45Z</dc:date>
    <item>
      <title>Function call. BDT, APPLC event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-call-bdt-applc-event/m-p/3119665#M740794</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; I've got a question about some standar code in the BDT. This is the code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    IF SY-SUBRC = 0.
*----- ... Zeitpunktfunktionsbausteine aufrufen ------------------------
        LOOP AT LT_TBZ1F ASSIGNING &amp;lt;TBZ1F&amp;gt; WHERE ZTPKT = 'APPLC'
        AND NOT XAKTV IS INITIAL.
        CALL FUNCTION &amp;lt;TBZ1F&amp;gt;-FNAME
          CHANGING
            CT_TBZ0A = LT_TBZ0A.
        ENDLOOP.
      gv_applc_has_run = 'X'.
    ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LT_TBZ0A is defined this way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; DATA LT_TBZ0A  TYPE TABLE OF TBZ0A. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a function module and set in the export section the next parameter declaration:&lt;/P&gt;&lt;P&gt;CT_TBZ0A	TYPE	TBZ0A	Aplicaciones BDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can suppose, I'm recieving only the header of  LT_TBZ0A in the function and i need all the itable.  What  am i doing something wrong ?  Is it possible that SAP's mistaken the code ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an OSS Note about that, but i've already aplicate it. This is part of the BDT, event APPLC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 14:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-call-bdt-applc-event/m-p/3119665#M740794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function call. BDT, APPLC event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-call-bdt-applc-event/m-p/3119666#M740795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chagne the CT_TBZ0A definition to table type fo the TBZ0A in the Import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CT_TBZ0A TYPE TY_TBZ0A Aplicaciones BDT   " &amp;lt;&amp;lt; TY_TBZ0A&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 14:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-call-bdt-applc-event/m-p/3119666#M740795</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-29T14:38:45Z</dc:date>
    </item>
  </channel>
</rss>

