<?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: Delimiting Costumized Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594740#M1275199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARRRGG...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do so, I get a short dump with a syntax error at line 219 in include LSVIMF45. Don´t know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Code there is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ASSIGN (name) TO &amp;lt;vim_tctrl&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 09:57:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T09:57:51Z</dc:date>
    <item>
      <title>Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594736#M1275195</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;hope someone could help me not getting mad &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a table which holds parameters for our agencies to a specified date range (endda, agency is key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to have the "delimit" button in SM31, so I could have these szenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;agency - begda- endda- param&lt;/P&gt;&lt;P&gt;123 - 01.04.2009 - 31.12.9999 - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after delimitation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123 - 01.04.2009 - 01.05.2009 - 1&lt;/P&gt;&lt;P&gt;123 - 01.05.2009 - 31.12.9999 - 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made it to get the button "delimit" in the transaction, I where asked for a delimitation date, but then I have only one entry:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123 - 01.05.2009 - 31.12.9999 - 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But where is the history/delimited entry???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 07:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594736#M1275195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T07:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594737#M1275196</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;The table will not save the history because only ENDDA and AGENCY are the key fields.&lt;/P&gt;&lt;P&gt;Include the BEGDA and/or PARAM as the key field(s), we can achieve the required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 12:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594737#M1275196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594738#M1275197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THX for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I include begda in key, the delimit button dissappears und in the generator for tablemaintanance the option "generate time-dependency" (don´t know exectly the name of this option in english in german it is "Zeitabh. generieren") is not enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I generated the delimit button like mentioned here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 12:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594738#M1275197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594739#M1275198</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;Prerequisite is to set End Date as Key field. Begin Date does not need to be Key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create the table maintenance in SE11 (in 'Maintain Table' screen &amp;gt; Utilities &amp;gt; Table Maintenance Generator). In the 'Generate Table Maintenance Dialog' screen, click on Environment &amp;gt; Generate Time-Dep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in SM30, you should see a Delimit button. Create your entry. Delimit that entry by specifying 01.05.2009 in your example. You should see the record being delimited. If you only see 1 record, try clicking the Expand &amp;lt;-&amp;gt; Collapse button. You should see 2 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need for extra coding to have the delimit function. System will auto generate the required coding once you specify 'Generate Time-Dep'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 09:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594739#M1275198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T09:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594740#M1275199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARRRGG...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do so, I get a short dump with a syntax error at line 219 in include LSVIMF45. Don´t know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Code there is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ASSIGN (name) TO &amp;lt;vim_tctrl&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 09:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594740#M1275199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T09:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594741#M1275200</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;Can you try to delete your original maintenance screen and create a new one by following my steps above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 10:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594741#M1275200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T10:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594742#M1275201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it so already, but the result was the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 10:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594742#M1275201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T10:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594743#M1275202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about checking your screen dynpro and see if the table fields are the same as what you have defined in your table? I am just guessing coz 'vim_tctrl' is the table which you maintain your table entries in. or try assigning the table maintenance to another function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 13:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594743#M1275202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T13:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594744#M1275203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all: THX for your answers!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assigned the maintenance to another function group: same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged into the code and 'name' is having the value 'TCTRL_Z0232_PARAM' (Z0232_PARAM is the table). Don´t know what this means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checked the dynpro and the field are the same like defined in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody did this job successfully before? How, what I´m doing wrong?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 14:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594744#M1275203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Costumized Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594745#M1275204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I also don't know unless i can debug it. If you are at your wits end, try adjusting table in SE14, if not, delete the whole table and recreate again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 02:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-costumized-table/m-p/5594745#M1275204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T02:23:53Z</dc:date>
    </item>
  </channel>
</rss>

