<?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 MC8B Planning Type Macro Create (S076) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940552#M63093</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;I am trying to use the macro option in MC8B to create a macro that will take one lines next month's value and use on another line as this month's value. The info structure is S076 and both of the lines are key figures in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created/recorded a macro that will move within the same period but haven't had any luck crossing periods. Has anyone used the exit EXIT_SAPMMCP6_002?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table P1  P2 P3 P4 P5 P6&lt;/P&gt;&lt;P&gt;Sales 10  11 12 13 14 15&lt;/P&gt;&lt;P&gt;Prodn 11  12 13 14 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;Lorrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2005 14:13:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-29T14:13:40Z</dc:date>
    <item>
      <title>MC8B Planning Type Macro Create (S076)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940552#M63093</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;I am trying to use the macro option in MC8B to create a macro that will take one lines next month's value and use on another line as this month's value. The info structure is S076 and both of the lines are key figures in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created/recorded a macro that will move within the same period but haven't had any luck crossing periods. Has anyone used the exit EXIT_SAPMMCP6_002?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table P1  P2 P3 P4 P5 P6&lt;/P&gt;&lt;P&gt;Sales 10  11 12 13 14 15&lt;/P&gt;&lt;P&gt;Prodn 11  12 13 14 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;Lorrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 14:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940552#M63093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T14:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: MC8B Planning Type Macro Create (S076)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940553#M63094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my custom macro, I am calcuating &amp;amp; populating  the the prod values, But when i go in display mode the production values are not saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the enhancement: MCP20002&lt;/P&gt;&lt;P&gt;anf this is the user-exit: EXIT_SAPMMCP6_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody has sample code. I really appreciate if you send the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 19:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940553#M63094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-19T19:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: MC8B Planning Type Macro Create (S076)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940554#M63095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is some time since this post but since I found a solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you first copy the whole table t_tab into t_tab_old if t_tab_old is initial.&lt;/P&gt;&lt;P&gt;Then when you add entries to t_tab you must also add entries to t_tab_old.&lt;/P&gt;&lt;P&gt;Then I cleared v-e-d-f fields for the new entry in t_tab_old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to sort tables by z and c fields too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roy Olav Johansen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 21:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mc8b-planning-type-macro-create-s076/m-p/940554#M63095</guid>
      <dc:creator>royolav_johansen</dc:creator>
      <dc:date>2011-09-12T21:21:16Z</dc:date>
    </item>
  </channel>
</rss>

