<?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: Badi/exit for Miro posting.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941702#M1965681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use assign dynamic field symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 12:41:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-09-27T12:41:25Z</dc:date>
    <item>
      <title>Badi/exit for Miro posting..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941701#M1965680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;does someone have an idea for my following question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;In MIRO I wanna set the document type ( field BLART in tab DETAIL) to a specific value regarding&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;what MIRO type (rm08m-vorgang like 1= INVOICE, 2 = CREDIT, etc.) is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Actually my code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;method IF_EX_MRM_HEADER_CHECK~HEADERDATA_CHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&amp;nbsp; CONSTANTS: c_vorgang(23) TYPE c VALUE '(SAPLMR1M)RM08M-VORGANG'.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&amp;nbsp; FIELD-SYMBOLS:&amp;nbsp; &amp;lt;l_vorgang&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&amp;nbsp; ASSIGN (c_vorgang) TO &amp;lt;l_vorgang&amp;gt;.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;...&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;...&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&amp;nbsp; if &amp;lt;I_vorgang&amp;gt; = '1' or &amp;lt;I_vorgang&amp;gt; = '3'.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I_RBKPV-blart = 'GI'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp; !!! will not change MIRO screen !!! BAD !!!!&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;else.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I_RBKPV-blart = 'GC'.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;endif.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;...&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;...&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;endmethod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Does someone know how to update field BLART in screen DETAIL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Thanks a lot!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 13:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941701#M1965680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-26T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Badi/exit for Miro posting..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941702#M1965681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use assign dynamic field symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 12:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941702#M1965681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-27T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Badi/exit for Miro posting..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941703#M1965682</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;have a look at this thread:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1459521" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="BADI / MIRO postings (2nd)" href="https://community.sap.com/" modifiedtitle="true" title="BADI / MIRO postings (2nd)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 09:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941703#M1965682</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2016-09-28T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Badi/exit for Miro posting..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941704#M1965683</link>
      <description>&lt;P&gt;does anyone has a solution for this?&lt;/P&gt;&lt;P&gt;Please share&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 07:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-exit-for-miro-posting/m-p/11941704#M1965683</guid>
      <dc:creator>lvinraj10</dc:creator>
      <dc:date>2020-04-17T07:09:24Z</dc:date>
    </item>
  </channel>
</rss>

