<?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: Problem while adding subscreen in MM02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215040#M134526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have defeined the screen field with defination of Mara then u need not do anything in PBO and PAI. otherwise u will need to do the movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly for addition of new field u can proceed in the same way. add the field in mara and create the field in the screen (say 9001) of saplzmgd1. use the ref of mara table so u will not have to do anything in PBO and PAI. If however u need to do any validations then u can do the same in PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2006 12:46:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-10T12:46:39Z</dc:date>
    <item>
      <title>Problem while adding subscreen in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215038#M134524</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;Thx for ur reply bur while adding the subscreen in my custom program(mm02) saplzmgd1 , what shall i write in the PBO and PAI event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or shall i copy the existing screen n make modifications ther?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what if i have to add another field of my own in the existinh subscreen added to mara by append structure, in that case, what shall be ther at PBO and PAI ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 04:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215038#M134524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T04:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding subscreen in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215039#M134525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The whole procedure what to do is described in detail in the IMG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;PBO:&lt;/P&gt;&lt;P&gt;  MODULE INIT_SUB.&lt;/P&gt;&lt;P&gt;  MODULE GET_DATEN_SUB.&lt;/P&gt;&lt;P&gt;  MODULE FELDAUSWAHL.&lt;/P&gt;&lt;P&gt;  MODULE SONDERFAUS.&lt;/P&gt;&lt;P&gt;  MODULE SONFAUSW_IN_FGRUPPEN.&lt;/P&gt;&lt;P&gt;  MODULE FELDHISTORIE.                "Aenderungsdienst&lt;/P&gt;&lt;P&gt;  MODULE BILDSTATUS.&lt;/P&gt;&lt;P&gt;  MODULE ZUSREF_VORSCHLAGEN_B.&lt;/P&gt;&lt;P&gt;  MODULE REFDATEN_VORSCHLAGEN.&lt;/P&gt;&lt;P&gt;  MODULE ZUSREF_VORSCHLAGEN_A.&lt;/P&gt;&lt;P&gt;  MODULE INIT_SUB_1000.               "YOUR CODING&lt;/P&gt;&lt;P&gt;  MODULE SET_DATEN_SUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI:&lt;/P&gt;&lt;P&gt;  MODULE GET_DATEN_SUB.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Start YOUR CODING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  FIELD: MARC-....&lt;/P&gt;&lt;P&gt;         MODULE MARC_...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE OK_CODE....&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;End YOUR CODING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  MODULE SET_DATEN_SUB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 12:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215039#M134525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T12:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding subscreen in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215040#M134526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have defeined the screen field with defination of Mara then u need not do anything in PBO and PAI. otherwise u will need to do the movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly for addition of new field u can proceed in the same way. add the field in mara and create the field in the screen (say 9001) of saplzmgd1. use the ref of mara table so u will not have to do anything in PBO and PAI. If however u need to do any validations then u can do the same in PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 12:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-adding-subscreen-in-mm02/m-p/1215040#M134526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T12:46:39Z</dc:date>
    </item>
  </channel>
</rss>

