<?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: ME_GUI_PO_CUST Implementaion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742468#M322457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These methods in BADI are called as interface.&lt;/P&gt;&lt;P&gt;Once inside SE18, you can double click on the method name. It will open a screen header on which says -&amp;gt; Class Builder: Display Interface....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Her you can get the "Interface Documentation"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This documentation will give u good idea abt using the methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;Reward if helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 13:14:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T13:14:05Z</dc:date>
    <item>
      <title>ME_GUI_PO_CUST Implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742467#M322456</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 need to enhance PO Item Screen with 2 custom fields with one push button. I am able to create the custom fields for the PO Item screen using the Method SUBSCRIBE of BADI ME_GUI_PO_CUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the Problem is , I could not able to handle the data flow for these 2 new fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the BADI documentation , We have the below methods to achieve this result.&lt;/P&gt;&lt;P&gt;TRANSPORT_FROM_MODEL&lt;/P&gt;&lt;P&gt;TRANSPORT_TO_DYNP&lt;/P&gt;&lt;P&gt;TRANSPORT_FROM_DYNP&lt;/P&gt;&lt;P&gt;TRANSPORT_TO_MODEL&lt;/P&gt;&lt;P&gt;EXECUTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to handle these methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ravi Sankar.Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 11:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742467#M322456</guid>
      <dc:creator>ravisankara_varaprasad</dc:creator>
      <dc:date>2006-12-12T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: ME_GUI_PO_CUST Implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742468#M322457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These methods in BADI are called as interface.&lt;/P&gt;&lt;P&gt;Once inside SE18, you can double click on the method name. It will open a screen header on which says -&amp;gt; Class Builder: Display Interface....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Her you can get the "Interface Documentation"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This documentation will give u good idea abt using the methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;Reward if helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742468#M322457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: ME_GUI_PO_CUST Implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742469#M322458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I got the solution. We need to call the Standard PAI and PBO events i.e.EVENT_PBO and EVENT_PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it is triggering all the methods from BADI ME_GUI_PO_CUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ravi Sankar.Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742469#M322458</guid>
      <dc:creator>ravisankara_varaprasad</dc:creator>
      <dc:date>2006-12-12T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: ME_GUI_PO_CUST Implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742470#M322459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Forum is very helpful to get the quick solution .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-gui-po-cust-implementaion/m-p/1742470#M322459</guid>
      <dc:creator>ravisankara_varaprasad</dc:creator>
      <dc:date>2006-12-12T13:25:08Z</dc:date>
    </item>
  </channel>
</rss>

