<?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: triggering abap code on movement type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411538#M1645731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the BADI MB_DOCUMENT_BADI that has two methods the first one is just before update happens and the other triggers during update. Please read the documentation before using them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use SMOD enhancement MB_CF001 that has a user exit that is called just before commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jan 2012 05:37:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-07T05:37:26Z</dc:date>
    <item>
      <title>triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411537#M1645730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to trigger an abap program(zreport) on selection of perticular movement type in MIGO or any other place from where that movement type is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean let say for movement type 601, during entire processing whenever this movement type is used i need to trigger my report. is it possible? is there any other way to do the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 04:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411537#M1645730</guid>
      <dc:creator>former_member925838</dc:creator>
      <dc:date>2012-01-07T04:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411538#M1645731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the BADI MB_DOCUMENT_BADI that has two methods the first one is just before update happens and the other triggers during update. Please read the documentation before using them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use SMOD enhancement MB_CF001 that has a user exit that is called just before commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 05:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411538#M1645731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-07T05:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411539#M1645732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use MB_DOCUMENT_BADI, select the method as per the task you are performing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 08:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411539#M1645732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-07T08:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411540#M1645733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the report triggering any other movement types ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 05:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411540#M1645733</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-01-09T05:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411541#M1645734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My report is not triggering any movement type.&lt;/P&gt;&lt;P&gt;its just report which fills some Ztables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah that BADI might be useful, but what exactly happens is the document is not created when my code gets executed.&lt;/P&gt;&lt;P&gt;what exactly i want is if the required movement type is selected i want to fetch data from different tables and put some data in ZTABLE with some additional Z fields fields. Currently I have created a Ztcode where the input field is MIGO doc no or Delivery doc no. but every time client has to execute this ZTCODE in between there standard flow.(Which is uncomfirtable for them). so i want it should get triggered automatically...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear in explaining my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 06:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411541#M1645734</guid>
      <dc:creator>former_member925838</dc:creator>
      <dc:date>2012-01-09T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411542#M1645735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please let us know what have you written in MB_DOCUMENT_BADI ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with MB_MIGO_BADI and method POST_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples are available in class CL_EXM_IM_MB_MIGO_BADI. Check it in se24 with the method mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please search for available information in SCN. Such types of questions are already discussed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 06:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411542#M1645735</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-01-09T06:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411543#M1645736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats what i wanted, I am getting all the data which i required to join other tables.&lt;/P&gt;&lt;P&gt;MB_MIGO_BADI method post_document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks Keshav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 06:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411543#M1645736</guid>
      <dc:creator>former_member925838</dc:creator>
      <dc:date>2012-01-09T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411544#M1645737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kesahv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the field which I want to chk, i.e movement type is not available in post_document.&lt;/P&gt;&lt;P&gt;so i am afraid, i cant use this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 07:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411544#M1645737</guid>
      <dc:creator>former_member925838</dc:creator>
      <dc:date>2012-01-09T07:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411545#M1645738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its available in the parameter IT_MSEG. Field BWART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 07:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411545#M1645738</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-01-09T07:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: triggering abap code on movement type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411546#M1645739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, actually I checked in Header only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;full points awarded.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 07:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-abap-code-on-movement-type/m-p/8411546#M1645739</guid>
      <dc:creator>former_member925838</dc:creator>
      <dc:date>2012-01-09T07:51:24Z</dc:date>
    </item>
  </channel>
</rss>

