<?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: TRINT_RELEASE_REQUEST fm problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trint-release-request-fm-problem/m-p/4998799#M1164189</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;In the FM , only the IV_TRKORR parameter is mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can declare it like this&lt;/P&gt;&lt;P&gt;data: request           TYPE e070-trkorr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'TRINT_RELEASE_REQUEST'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                iv_trkorr                   = wa_devc_req-request&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;                cts_initialization_failure  = 1&lt;/P&gt;&lt;P&gt;                enqueue_failed              = 2&lt;/P&gt;&lt;P&gt;                no_authorization            = 3&lt;/P&gt;&lt;P&gt;                invalid_request             = 4&lt;/P&gt;&lt;P&gt;                request_already_released    = 5&lt;/P&gt;&lt;P&gt;                repeat_too_early            = 6&lt;/P&gt;&lt;P&gt;                object_lock_error           = 7&lt;/P&gt;&lt;P&gt;                object_check_error          = 8&lt;/P&gt;&lt;P&gt;                docu_missing                = 9&lt;/P&gt;&lt;P&gt;                db_access_error             = 10&lt;/P&gt;&lt;P&gt;                action_aborted_by_user      = 11&lt;/P&gt;&lt;P&gt;                export_failed               = 12&lt;/P&gt;&lt;P&gt;                execute_objects_check       = 13&lt;/P&gt;&lt;P&gt;                release_in_bg_mode          = 14&lt;/P&gt;&lt;P&gt;                release_in_bg_mode_w_objchk = 15&lt;/P&gt;&lt;P&gt;                error_in_export_methods     = 16&lt;/P&gt;&lt;P&gt;                object_lang_error           = 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2009 10:44:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-13T10:44:24Z</dc:date>
    <item>
      <title>TRINT_RELEASE_REQUEST fm problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trint-release-request-fm-problem/m-p/4998798#M1164188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;i would like to know about this fm "TRINT_RELEASE_REQUEST"&lt;/P&gt;&lt;P&gt;i would like to release the req from my abap program,&lt;/P&gt;&lt;P&gt;for this the above  function module is will work.&lt;/P&gt;&lt;P&gt;some body can help how to declare the parameters while passing the paramters for this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the mandet paramters for this function module to execute.&lt;/P&gt;&lt;P&gt;i would like to know declarartion for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 10:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trint-release-request-fm-problem/m-p/4998798#M1164188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: TRINT_RELEASE_REQUEST fm problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trint-release-request-fm-problem/m-p/4998799#M1164189</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;In the FM , only the IV_TRKORR parameter is mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can declare it like this&lt;/P&gt;&lt;P&gt;data: request           TYPE e070-trkorr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'TRINT_RELEASE_REQUEST'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                iv_trkorr                   = wa_devc_req-request&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;                cts_initialization_failure  = 1&lt;/P&gt;&lt;P&gt;                enqueue_failed              = 2&lt;/P&gt;&lt;P&gt;                no_authorization            = 3&lt;/P&gt;&lt;P&gt;                invalid_request             = 4&lt;/P&gt;&lt;P&gt;                request_already_released    = 5&lt;/P&gt;&lt;P&gt;                repeat_too_early            = 6&lt;/P&gt;&lt;P&gt;                object_lock_error           = 7&lt;/P&gt;&lt;P&gt;                object_check_error          = 8&lt;/P&gt;&lt;P&gt;                docu_missing                = 9&lt;/P&gt;&lt;P&gt;                db_access_error             = 10&lt;/P&gt;&lt;P&gt;                action_aborted_by_user      = 11&lt;/P&gt;&lt;P&gt;                export_failed               = 12&lt;/P&gt;&lt;P&gt;                execute_objects_check       = 13&lt;/P&gt;&lt;P&gt;                release_in_bg_mode          = 14&lt;/P&gt;&lt;P&gt;                release_in_bg_mode_w_objchk = 15&lt;/P&gt;&lt;P&gt;                error_in_export_methods     = 16&lt;/P&gt;&lt;P&gt;                object_lang_error           = 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 10:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trint-release-request-fm-problem/m-p/4998799#M1164189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T10:44:24Z</dc:date>
    </item>
  </channel>
</rss>

