<?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: EEDM11 transaction from ABAP code in SAP for Utilities Discussions</title>
    <link>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828007#M14762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine, but I have further issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this BOR method/FM in double click event in ALV. When I click on the row of the ALV, the POD details are shown.&lt;/P&gt;&lt;P&gt;If POD is fine, then it works, but when there is a problem with POD (for example two supply services) the system shows message on status bar "More than one service with the service type &amp;lt;service type&amp;gt; in point of delivery &amp;lt;pod&amp;gt;" and then, after any action, it goes to the SAP Easy Access. My program is to correct those type of services, so I cannot assume that POD is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to the message type in the screen processing, but I want the program to remain on my screen (with ALV),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas, how to avoid going back to SAP Easy Access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: piotrzym on Apr 20, 2011 2:17 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: piotrzym on Apr 20, 2011 2:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 11:46:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-20T11:46:11Z</dc:date>
    <item>
      <title>EEDM11 transaction from ABAP code</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828005#M14760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call a transaction EEDM11 (Display point of delivery) from the code in such a way, that it will show me the info about specified point of delivery. The POD ID is known.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is - how do I specify the POD number to this transaction (so that the user doesn't have to specify it by himself)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 07:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828005#M14760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: EEDM11 transaction from ABAP code</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828006#M14761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an instance of BOR object ISUPOD for your PoD (use internal id).&lt;/P&gt;&lt;P&gt;Then call method Display for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could call FM ISU_S_UI_DISPLAY and provide the external id and keydate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: evolderen on Apr 19, 2011 1:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 07:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828006#M14761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T07:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: EEDM11 transaction from ABAP code</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828007#M14762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine, but I have further issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this BOR method/FM in double click event in ALV. When I click on the row of the ALV, the POD details are shown.&lt;/P&gt;&lt;P&gt;If POD is fine, then it works, but when there is a problem with POD (for example two supply services) the system shows message on status bar "More than one service with the service type &amp;lt;service type&amp;gt; in point of delivery &amp;lt;pod&amp;gt;" and then, after any action, it goes to the SAP Easy Access. My program is to correct those type of services, so I cannot assume that POD is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to the message type in the screen processing, but I want the program to remain on my screen (with ALV),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas, how to avoid going back to SAP Easy Access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: piotrzym on Apr 20, 2011 2:17 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: piotrzym on Apr 20, 2011 2:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 11:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/eedm11-transaction-from-abap-code/m-p/7828007#M14762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-20T11:46:11Z</dc:date>
    </item>
  </channel>
</rss>

