<?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: using function module :TRIP_READ_TABLE_T706F in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-trip-read-table-t706f/m-p/4187722#M1001075</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;&lt;/P&gt;&lt;P&gt;If your are not sure which values to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to have a SELECT on this table and put into an Internal table then pass this respective table fields  values to the FM parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in SE37 run this FM first by considerieng one entry from the Table T706F and cehck the results. Then you will come to know wat values to be passed. then do the same in the program by calling this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can cehck this Fm, all the parameters are referring to the T706F table only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2008 06:30:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-25T06:30:33Z</dc:date>
    <item>
      <title>using function module :TRIP_READ_TABLE_T706F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-trip-read-table-t706f/m-p/4187721#M1001074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;         I am using function module TRIP_READ_TABLE_T706F.&lt;/P&gt;&lt;P&gt;however the only value that I can populate is (denoted by demo-value):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROVISION_VARIANT       : demo-value          &lt;/P&gt;&lt;P&gt;TRIP_TYPE_STATUTORY               &lt;/P&gt;&lt;P&gt;TRIP_ACTIVITY                     &lt;/P&gt;&lt;P&gt;COUNTRY                           &lt;/P&gt;&lt;P&gt;REGION                            &lt;/P&gt;&lt;P&gt;TRIP_TYPE_ENTERPRISE              &lt;/P&gt;&lt;P&gt;VEHICLE_TYPE                    : demo-value   &lt;/P&gt;&lt;P&gt;REIMBURSEMENT_GROUP               &lt;/P&gt;&lt;P&gt;VEHICLE_CLASS                :  demo-value    &lt;/P&gt;&lt;P&gt;PERIOD_PARAMETER                  &lt;/P&gt;&lt;P&gt;KM_LIMIT                        00&lt;/P&gt;&lt;P&gt;KM_DATE                           &lt;/P&gt;&lt;P&gt;TRIP_BEGIN_DATE             : demo-value        &lt;/P&gt;&lt;P&gt;TRIP_END_DATE                :  demo-value      &lt;/P&gt;&lt;P&gt;HOME_COUNTRY                      &lt;/P&gt;&lt;P&gt;CUMULATION_PERIOD_TYPE            &lt;/P&gt;&lt;P&gt;WITH_USER_EXITS (optional)   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest all values are not available at all.               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with all these values not optional. How can use this F M to get the value of the export parameters ?Is there any other FM that you can suggest or i have to use SELECT statements on the table T706F?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all answers would be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 06:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-trip-read-table-t706f/m-p/4187721#M1001074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T06:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: using function module :TRIP_READ_TABLE_T706F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-trip-read-table-t706f/m-p/4187722#M1001075</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;&lt;/P&gt;&lt;P&gt;If your are not sure which values to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to have a SELECT on this table and put into an Internal table then pass this respective table fields  values to the FM parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in SE37 run this FM first by considerieng one entry from the Table T706F and cehck the results. Then you will come to know wat values to be passed. then do the same in the program by calling this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can cehck this Fm, all the parameters are referring to the T706F table only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 06:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-trip-read-table-t706f/m-p/4187722#M1001075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T06:30:33Z</dc:date>
    </item>
  </channel>
</rss>

