<?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: Parameter transaction for view maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291911#M1023799</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;You need to create table maintainance generator with Two Step instead of one.&lt;/P&gt;&lt;P&gt;If you create it with One step, then you need create entry in Overview screen itself.&lt;/P&gt;&lt;P&gt;if it is two step, then you will be able to create the new entry in seperate screen, i.e. one record at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know this is what your requirement is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shrinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2008 13:14:22 GMT</pubDate>
    <dc:creator>former_member31961</dc:creator>
    <dc:date>2008-08-06T13:14:22Z</dc:date>
    <item>
      <title>Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291905#M1023793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, please help&lt;/P&gt;&lt;P&gt;I've created a parameter transaction(ZTRN) for a view maintenance(ZVIEW) with the ff&lt;/P&gt;&lt;P&gt;Skip initial screen = X&lt;/P&gt;&lt;P&gt;VIEWNAME = 'ZVIEW'&lt;/P&gt;&lt;P&gt;UPDATE = X.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;How can i change this transaction/view so that only 1 record can be maintained, i.e how/what&lt;/P&gt;&lt;P&gt;parameters to provide before calling the transaction so that only one record can be maintained. With the above settings all records are displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using UPDATE_LTD = X but its not helping either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 12:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291905#M1023793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291906#M1023794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is possible in the way you want it to. What you could do is use the standard events provided by the maintenance view. In these event create a check that only one record can be changed or even displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have a SAP system to give you an example but I can refer you to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Maintenance events|http://help.sap.com/saphelp_nw70/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Aug 6, 2008 2:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 12:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291906#M1023794</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-08-06T12:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291907#M1023795</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 table, activate Display Maintenance with restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 12:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291907#M1023795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T12:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291908#M1023796</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;It can be performed maybe through authorization.&lt;/P&gt;&lt;P&gt;When you created the processing screen with the table maintenance generator, you entered an authority group.&lt;/P&gt;&lt;P&gt;With this authority group, you might restrict the entries. &lt;/P&gt;&lt;P&gt;However I did not test it yet...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give it a shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 12:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291908#M1023796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T12:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291909#M1023797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried it but then i get an error "View/Table ZVIEW can only be displayed and maintained with restrictions", i get the same error even in sm30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micky is this possible, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i wanted to do here was then to call the transaction in this way&lt;/P&gt;&lt;P&gt;CALL TRANSACTION ZTRN AND SKIP FIRST SCREEN USING BDC_TAB&lt;/P&gt;&lt;P&gt;with BDC_TAB having all the unique key in order to select only 1 record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 13:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291909#M1023797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291910#M1023798</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 thats the case, do a BDC on SM30, select radio button CONDITION &amp;amp; then select the check box for the fields which you feel should be entered to get only a single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 13:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291910#M1023798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291911#M1023799</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;You need to create table maintainance generator with Two Step instead of one.&lt;/P&gt;&lt;P&gt;If you create it with One step, then you need create entry in Overview screen itself.&lt;/P&gt;&lt;P&gt;if it is two step, then you will be able to create the new entry in seperate screen, i.e. one record at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know this is what your requirement is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shrinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 13:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291911#M1023799</guid>
      <dc:creator>former_member31961</dc:creator>
      <dc:date>2008-08-06T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291912#M1023800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel your problem could be solved if you create your table maintainence as a 2 step maintenance type instead of a single step process in SE11(table maintenance generator)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 13:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291912#M1023800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T13:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter transaction for view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291913#M1023801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate all your help, i managed to get it correctly here is what i did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I exported structure to memory with all the unique key and then called the transaction&lt;/P&gt;&lt;P&gt;CALL TRANSACTION ZTRN from the the first program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then on the view maintenance's function module side (TABLEPROC_ZVIEW), i first try &lt;/P&gt;&lt;P&gt;to import the structure and if succesfull then i delete all the records in TOTAL(internal table that&lt;/P&gt;&lt;P&gt;have all records in ZVIEW) except then one that matches the record in that structure. If after import &lt;/P&gt;&lt;P&gt;SY-SUBRC &amp;lt;&amp;gt; 0 and then i just leave the internale as it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 15:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-for-view-maintenance/m-p/4291913#M1023801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T15:59:37Z</dc:date>
    </item>
  </channel>
</rss>

