<?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: Issue while calling VIEW_MAINTENANCE_CALL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397086#M1842285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply , i am checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 13:43:59 GMT</pubDate>
    <dc:creator>former_member212705</dc:creator>
    <dc:date>2014-07-21T13:43:59Z</dc:date>
    <item>
      <title>Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397080#M1842279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement to create a program with FM VIEW_MAINTENANCE_CALL using selection screen. &lt;/P&gt;&lt;P&gt;I am getting the data as per the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is -&amp;gt; my View is having 8 fields where 4 are the fields like sales org, profit center1, profit center2 and country and other 4 are the description of these fields. Whenever I will run my program, the text field(description field) column should not be editable ,i.e. User should not do any changes in those columns.&amp;nbsp; Right now, I am getting all the data in editable mode.&lt;/P&gt;&lt;P&gt;I am not getting how to deal with this requirement.&lt;/P&gt;&lt;P&gt;Your help will be appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397080#M1842279</guid>
      <dc:creator>former_member212705</dc:creator>
      <dc:date>2014-07-21T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397081#M1842280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a view of type maintenance view, there declare the text fields as "R" read-only, SE54/SM30 will do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/502445" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/502440" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397081#M1842280</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-07-21T13:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397082#M1842281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt; In module pool screen of the particular table, For that particular 4 fields, uncheck the Input field in screen attributes under Program tab as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/502448" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397082#M1842281</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2014-07-21T13:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397083#M1842282</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 can create a maintenance view based on your table and generate the maintenance program for the view instead of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In view you can set the fields for read-only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397083#M1842282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-21T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397084#M1842283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i am checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397084#M1842283</guid>
      <dc:creator>former_member212705</dc:creator>
      <dc:date>2014-07-21T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397085#M1842284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply , i am checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397085#M1842284</guid>
      <dc:creator>former_member212705</dc:creator>
      <dc:date>2014-07-21T13:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while calling VIEW_MAINTENANCE_CALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397086#M1842285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply , i am checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-calling-view-maintenance-call/m-p/10397086#M1842285</guid>
      <dc:creator>former_member212705</dc:creator>
      <dc:date>2014-07-21T13:43:59Z</dc:date>
    </item>
  </channel>
</rss>

