<?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 Calling a Program from Quomo Feature in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-from-quomo-feature/m-p/3524711#M847869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the featuer QUOMO i need to call a cust ABAP Program to make a decison and return the value for QUOMO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm confised that how i would imort the parameters from the efature QUOMO i.e., the personal number and after making the decision how the value of QUOMO could be exported back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through some other postings i found that the program i'd create should be of type "Subroutine pool". &lt;/P&gt;&lt;P&gt;but i'm still not able to determine how the import and export of variables will take place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 05:28:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T05:28:35Z</dc:date>
    <item>
      <title>Calling a Program from Quomo Feature</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-from-quomo-feature/m-p/3524711#M847869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the featuer QUOMO i need to call a cust ABAP Program to make a decison and return the value for QUOMO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm confised that how i would imort the parameters from the efature QUOMO i.e., the personal number and after making the decision how the value of QUOMO could be exported back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through some other postings i found that the program i'd create should be of type "Subroutine pool". &lt;/P&gt;&lt;P&gt;but i'm still not able to determine how the import and export of variables will take place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 05:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-from-quomo-feature/m-p/3524711#M847869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T05:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program from Quomo Feature</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-from-quomo-feature/m-p/3524712#M847870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To call a program from feature Quomo you need to add a form named ext_call_f.  The form must use the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM EXT_CALL_F USING NAMEN BACK STATUS PME87 STRUCTURE PME87.
  IF PME87-PERNR = '1234'.
    BACK = '1'.
  ELSE.
  IF PME87-PERNR = '4567' . 
    BACK = '2'.
  ENDIF.
  ENDIF.
  STATUS = 0.
ENDFORM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feature Quomo passes the structure to your program and reads the return value BACK.  Depending on the value of pernr you can set the value of BACK in the program.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call the program from the feature like this:&lt;/P&gt;&lt;P&gt;&amp;amp;QUOMO(Z_MY_PROGRAM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 12:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-from-quomo-feature/m-p/3524712#M847870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T12:39:37Z</dc:date>
    </item>
  </channel>
</rss>

