<?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: CIC0 message issue using BOR object. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174622#M1908486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the BOR Method? If yes, would a simple MESSAGE statement not suffice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully not in the BAPI itself, because &lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/frameset.htm"&gt;BAPI programming conventions&lt;/A&gt; are clear on this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;BAPIs themselves must not trigger any messages (such as MESSAGE xnnn) in the coding. In particular they must not generate terminations or display dialog boxes.&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same IMO should also apply to BOR methods - the popup display can hurt resusability of the method in other contexts... and render the method inoperable in background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task of informing the user about results IMO belongs to each concrete "process" utilising a BOR method - not the method itself. I have not done CIC0 setup/programming, but the EWFC0 configuration for transaction also permits calling something called "Front Office Process". That IMO would be a better place where to implement informing an online user about the results of his/her action - whether it's success or an error. BAPI and BOR method should simply return message information (in BAPI return information format) - then every "context" calling the BOR method has a chance to act upon it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Janis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 09:10:43 GMT</pubDate>
    <dc:creator>Private_Member_7726</dc:creator>
    <dc:date>2015-07-30T09:10:43Z</dc:date>
    <item>
      <title>CIC0 message issue using BOR object.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174620#M1908484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement in R/3 : In CIC0 send BP number to sxmb_moni , when user will enter BP number &amp;amp; will go to info section in right &amp;amp; will click GIS button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This configured in EWFCO (zero) tcode.&lt;/P&gt;&lt;P&gt;Behind this one CUSTOM bor object &amp;amp; one method is there,&lt;/P&gt;&lt;P&gt;Method using one BAPI.&lt;/P&gt;&lt;P&gt;BAPI contains outbound proxy code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is: BP is successfully going to SXMB_MONI,but they want a INFORMATION messages when BP going.&lt;/P&gt;&lt;P&gt;I have written code in BOR &amp;amp; BAPI , but it is not showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows How to show messages here i.e CIC0 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 05:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174620#M1908484</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2015-07-30T05:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIC0 message issue using BOR object.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174621#M1908485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved using popup_to_inform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 08:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174621#M1908485</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2015-07-30T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIC0 message issue using BOR object.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174622#M1908486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the BOR Method? If yes, would a simple MESSAGE statement not suffice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully not in the BAPI itself, because &lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/frameset.htm"&gt;BAPI programming conventions&lt;/A&gt; are clear on this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;BAPIs themselves must not trigger any messages (such as MESSAGE xnnn) in the coding. In particular they must not generate terminations or display dialog boxes.&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same IMO should also apply to BOR methods - the popup display can hurt resusability of the method in other contexts... and render the method inoperable in background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task of informing the user about results IMO belongs to each concrete "process" utilising a BOR method - not the method itself. I have not done CIC0 setup/programming, but the EWFC0 configuration for transaction also permits calling something called "Front Office Process". That IMO would be a better place where to implement informing an online user about the results of his/her action - whether it's success or an error. BAPI and BOR method should simply return message information (in BAPI return information format) - then every "context" calling the BOR method has a chance to act upon it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Janis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 09:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cic0-message-issue-using-bor-object/m-p/11174622#M1908486</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2015-07-30T09:10:43Z</dc:date>
    </item>
  </channel>
</rss>

