<?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: New Push Button Functional Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907045#M1482297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made mistake when I add records in T133E.&lt;/P&gt;&lt;P&gt;Once I fix it, the button work properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the attention and help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 May 2010 06:53:22 GMT</pubDate>
    <dc:creator>former_member647955</dc:creator>
    <dc:date>2010-05-17T06:53:22Z</dc:date>
    <item>
      <title>New Push Button Functional Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907042#M1482294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a modification on MM01/02/03 (program SAPLMGMM) and have issue when I create new button. I create function code ZB1 for this button, but when I test it it doesn't work and error notification say that &lt;/P&gt;&lt;P&gt;"Record O2 ZB1 does not exist in table T133E"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I add this record in T133E but I get run time error in next test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help on this issue. What is the procedure to create new customer button in MM01/02/03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 06:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907042#M1482294</guid>
      <dc:creator>former_member647955</dc:creator>
      <dc:date>2010-05-07T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: New Push Button Functional Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907043#M1482295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the result of debugging? Use System -&amp;gt; Utilities -&amp;gt; Debug screen (or /h in the command bar) right before you hit your button to see what the program does when you hit your custom button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 13:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907043#M1482295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: New Push Button Functional Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907044#M1482296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi takeabyte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The run time error said that:&lt;/P&gt;&lt;P&gt;This may be due to any of the following reasons:&lt;/P&gt;&lt;P&gt;1. One of the program "SAPLMGDS" or "SAPLMGMM" is currently being developed. The name "ZB1" (this is new function code I create) of the call routine may be incorrect or the routine "ZB1" is not yet implemented in program "SAPLMGMM"&lt;/P&gt;&lt;P&gt;2. If the program "SAPMSSY1" is involved in run time error, one of the function modules called via RFC is not flagged as remote-capable&lt;/P&gt;&lt;P&gt;3. There is inconsistency in the system. The version of program "SAPLMGDS" and "SAPLMGMM" don't match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not pretty familiar with those three message but I suppose the error is cause by no 1, because I just create new function code ZB1. It's said that routine "ZB1" is not yet implemented in program "SAPLMGMM". How can I implement routine "ZB1" in program "SAPLMGMM"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 13:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907044#M1482296</guid>
      <dc:creator>former_member647955</dc:creator>
      <dc:date>2010-05-07T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Push Button Functional Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907045#M1482297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made mistake when I add records in T133E.&lt;/P&gt;&lt;P&gt;Once I fix it, the button work properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the attention and help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 06:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907045#M1482297</guid>
      <dc:creator>former_member647955</dc:creator>
      <dc:date>2010-05-17T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: New Push Button Functional Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907046#M1482298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 06:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-push-button-functional-code/m-p/6907046#M1482298</guid>
      <dc:creator>J_OWENS</dc:creator>
      <dc:date>2015-04-29T06:27:59Z</dc:date>
    </item>
  </channel>
</rss>

