<?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: Table Maintenance- Condition Records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858995#M1136155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas ,&lt;/P&gt;&lt;P&gt;          I have tried what u have told before ifself....Thats not working for me. I am really new to this.&lt;/P&gt;&lt;P&gt;Donno whether i am doing the things wrong...Can u please eloborate me on this.&lt;/P&gt;&lt;P&gt;Will list what i have done below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. gone to se55 and then modifications-----Events&lt;/P&gt;&lt;P&gt;2. Then i created as u said one form routine and clicked on editor .It asked for new include to be created . clicked on that.&lt;/P&gt;&lt;P&gt;3. This traversed me to SAPM standard program  where the include i created was there.&lt;/P&gt;&lt;P&gt;4 Inside that i have written a piece of code given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if zcustdet_171 lt sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     IF screen-name EQ 'ZCUSTDET_171-DATBI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;        screen-output = '0'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 10:49:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T10:49:04Z</dc:date>
    <item>
      <title>Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858993#M1136153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have created a custom table and i have done a Table Maintenance for that custom Table..&lt;/P&gt;&lt;P&gt;In that i have one field called DATBI(which is To-date).&lt;/P&gt;&lt;P&gt;My Requirement is how to set condition in this table maintenance where IF TO-DATE &amp;lt; SYSDATE&lt;/P&gt;&lt;P&gt;those records should not be displayed in Table maintenance but that should be there in Data base table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this.. I think something need to be done in PBO.&lt;/P&gt;&lt;P&gt;Plz help me on this..&lt;/P&gt;&lt;P&gt;Sample code will be helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858993#M1136153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858994#M1136154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try se55 - modifications - events - 'AA'&lt;/P&gt;&lt;P&gt;and create a form with you condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 08:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858994#M1136154</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-11-27T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858995#M1136155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas ,&lt;/P&gt;&lt;P&gt;          I have tried what u have told before ifself....Thats not working for me. I am really new to this.&lt;/P&gt;&lt;P&gt;Donno whether i am doing the things wrong...Can u please eloborate me on this.&lt;/P&gt;&lt;P&gt;Will list what i have done below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. gone to se55 and then modifications-----Events&lt;/P&gt;&lt;P&gt;2. Then i created as u said one form routine and clicked on editor .It asked for new include to be created . clicked on that.&lt;/P&gt;&lt;P&gt;3. This traversed me to SAPM standard program  where the include i created was there.&lt;/P&gt;&lt;P&gt;4 Inside that i have written a piece of code given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if zcustdet_171 lt sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     IF screen-name EQ 'ZCUSTDET_171-DATBI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;        screen-output = '0'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 10:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858995#M1136155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858996#M1136156</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;Before updating the table itself u can check that and update the valid values in the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use table maintainence generator events ..Please have a look at the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 10:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858996#M1136156</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-27T10:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858997#M1136157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the method to specify the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to use one module inside PBO to specify the condition..&lt;/P&gt;&lt;P&gt;Its working fine now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Andreas and Nagaraj for replying to this  thread..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 14:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858997#M1136157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T14:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858998#M1136158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i have given a summary of what i have done in the previous reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways thanks a lot for those who replied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 14:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858998#M1136158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858999#M1136159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am having the same issue with you.&lt;/P&gt;&lt;P&gt;How did you do that? Where did you insert the code in PBO? &lt;/P&gt;&lt;P&gt;I can't hide the date field which is also a primary key field in table maintenance. &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;genji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4858999#M1136159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4859000#M1136160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi genji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto ur table and then utilities----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;table maintenance generator .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then double click on the overview screen u specifed..It will direct u to PBO screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There inside PBO in the beginning create one module X(some name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside that specify ur condition whichever you want to..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;piece of code which i have done for my condition records inside PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modif_screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  datbi type datbi.&lt;/P&gt;&lt;P&gt;clear total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  move total+32(8) to datbi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if datbi &amp;lt; sy-datum.&lt;/P&gt;&lt;P&gt;   delete total.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;  clear : datbi.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here total is the internal table from where values are populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think this wil solve ur issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4859000#M1136160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4859001#M1136161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to hide the date field if condition is met. Were you able to hide the field ? &lt;/P&gt;&lt;P&gt;Can you paste the code here? &lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 08:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4859001#M1136161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T08:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance- Condition Records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4859002#M1136162</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;If you want to hide the data field means use Screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement was to remove the record from the table if the condition is not met..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to hide means use Screen-Invisible = '1'.&lt;/P&gt;&lt;P&gt;It will hide the particular field in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 09:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-condition-records/m-p/4859002#M1136162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T09:56:14Z</dc:date>
    </item>
  </channel>
</rss>

