<?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 Maintenance View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098302#M1359894</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;&lt;/P&gt;&lt;P&gt;I've created a view with subset as sales org.&lt;/P&gt;&lt;P&gt;Depending on the salesorg given i have to manipulate the fields to be displayed for maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like for one salesorg i've to display few fields from the tables and for other i've to display some other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to control this. How to supress the fields depending on the sales org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 10:26:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-11T10:26:42Z</dc:date>
    <item>
      <title>Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098302#M1359894</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;&lt;/P&gt;&lt;P&gt;I've created a view with subset as sales org.&lt;/P&gt;&lt;P&gt;Depending on the salesorg given i have to manipulate the fields to be displayed for maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like for one salesorg i've to display few fields from the tables and for other i've to display some other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to control this. How to supress the fields depending on the sales org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098302#M1359894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098303#M1359895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about a view maintenance screen (called from SM30) to maintain data in a table, or is this a dynpro screen where the user is supposed to enter data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The principle for both would be basically the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to include all fields on the screen (setail screen for vie maintenance or dynpro for report). Based on the sales org the user selects (e.g. on the header screen for view maintenance) or on a selection screen for a transaction, before navigating to your detail or data screen in the PBO you LOOP AT SCREEN and hide all fields the user is not supposed to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to group fields together into screen groups so you don't have to specify all field names every times but just check for the screen group, however you can only assign 4 groups to any fields as a maximum, so if you have lots of different fields to be hidden you could go for a combination: screen group for fields that are often hidden in in different sales orgs and then individual names for those that cannot be grouped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 18:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098303#M1359895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T18:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098304#M1359896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with view maintainence screen wherein which while declaring i've declared as subset by which when i execute the transaction created for view i'm able to get sales org as selction screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now based on the vlaue entered here i've to suppress few fields from the table.&lt;/P&gt;&lt;P&gt; Should we create separate view for each and every sales org. Or how to handle it...&lt;/P&gt;&lt;P&gt;can you explain in brief....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/6098304#M1359896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T13:50:59Z</dc:date>
    </item>
  </channel>
</rss>

