<?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/1883763#M370907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got this table that includes two materials:&lt;/P&gt;&lt;P&gt;Z_MATHIER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT   MANDT&lt;/P&gt;&lt;P&gt;MAT1      MATNR      -&amp;gt; MARA-MATNR&lt;/P&gt;&lt;P&gt;MAT2      MATNR      -&amp;gt; MARA-MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT1, MAT2  ,    Are both refered to the MARA table as check table independetly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create view that I can see description of both (and they are different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT   MAT1       DESC1       MAT2       DESC2&lt;/P&gt;&lt;P&gt;999          123         paper          441          shoe&lt;/P&gt;&lt;P&gt;999          323         hat              115         cup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do this in the STANDARD way without interfere PBO of the screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 13:13:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-17T13:13:41Z</dc:date>
    <item>
      <title>Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883763#M370907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got this table that includes two materials:&lt;/P&gt;&lt;P&gt;Z_MATHIER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT   MANDT&lt;/P&gt;&lt;P&gt;MAT1      MATNR      -&amp;gt; MARA-MATNR&lt;/P&gt;&lt;P&gt;MAT2      MATNR      -&amp;gt; MARA-MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT1, MAT2  ,    Are both refered to the MARA table as check table independetly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create view that I can see description of both (and they are different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT   MAT1       DESC1       MAT2       DESC2&lt;/P&gt;&lt;P&gt;999          123         paper          441          shoe&lt;/P&gt;&lt;P&gt;999          323         hat              115         cup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do this in the STANDARD way without interfere PBO of the screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883763#M370907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T13:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883764#M370908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elad,&lt;/P&gt;&lt;P&gt;In SE11 goto Utilities--&amp;gt;Tbale maintenance generator and select find screen nos and give a function group which is used to generate the screens etc...&lt;/P&gt;&lt;P&gt;Use transaction SM30 to maintain the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 14:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883764#M370908</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2007-01-17T14:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883765#M370909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE11 goto Utilities &amp;amp; maintain table maintenance generator.&lt;/P&gt;&lt;P&gt;give screen nos and function group. generate the screen.&lt;/P&gt;&lt;P&gt;Use transaction SM30 to maintain the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise u need to use parameter-id &amp;lt;b&amp;gt;'MAT'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 14:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883765#M370909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T14:17: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/1883766#M370910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One Way is in the Table maintainance generated screen ( SM30 ), get the Screen number from the System drop down and in the PAI of the screen, in the Chanin End Chain fields just add a new Perform for selecting the Material Descriptions based on your two fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set these values on the output screen fields and the system will take care of saving and displaying them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ketan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 00:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view/m-p/1883766#M370910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T00:29:53Z</dc:date>
    </item>
  </channel>
</rss>

