<?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: unknown type in include generated by the function library? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292151#M1220747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call SE37 with the function module name Z_SHIP_STATUS_PLANNED, clinck on the Import tab and edit parameters definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2009 10:08:39 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-03-13T10:08:39Z</dc:date>
    <item>
      <title>unknown type in include generated by the function library?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292150#M1220746</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 have an include LZSHIP$01, that is generated by the function library. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*******************************************************************
*   THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.               *
*   NEVER CHANGE IT MANUALLY, PLEASE!                             *
*******************************************************************
INCLUDE LZSHIPV01 .

FUNCTION $$UNIT$$ Z_SHIP_STATUS_PLANNED

    IMPORTING
       VALUE(I_TKNUM) TYPE !VTTK-TKNUM
       VALUE(I_COMMIT) TYPE !COMMIT_FLG DEFAULT 'X'
       VALUE(I_REVERSE) TYPE !CKML_MODE_REVERSE DEFAULT ' '
       VALUE(I_LOCK) TYPE !DO_LOCK DEFAULT 'X'
       VALUE(I_VTTK) TYPE !VTTK_ALV
       VALUE(I_ZVTTK) TYPE !ZVTTK
    EXCEPTIONS
       !RV_SHIPMENT_READ
       !ENQUEUE_EVVTTKE
       !SD_SHIPMENT_HEADER_CHANGE
       !SD_SHIPMENTS_SAVE .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I get the error that type do_lock doesn't exist. Now I can't create do_lock, because the name doesn't start with Y or Z, and I can't replace the type do_lock by another type in the include, because the include is generated by the function library, and I can't change it manually.&lt;/P&gt;&lt;P&gt;How do I fix this? thx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 09:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292150#M1220746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T09:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: unknown type in include generated by the function library?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292151#M1220747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call SE37 with the function module name Z_SHIP_STATUS_PLANNED, clinck on the Import tab and edit parameters definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 10:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292151#M1220747</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-03-13T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: unknown type in include generated by the function library?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292152#M1220748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go To SE37 : Z_SHIP_STATUS_PLANNED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to Export Parameters Tab and Chnage Types reference there with desired one instead of DO_LOCK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 10:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unknown-type-in-include-generated-by-the-function-library/m-p/5292152#M1220748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T10:11:18Z</dc:date>
    </item>
  </channel>
</rss>

