<?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 get parameter id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameter-id/m-p/1787991#M339221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;i have a program that call to smartforms.&lt;/P&gt;&lt;P&gt;i use the program in transactions: me9k, me9f, me22n.&lt;/P&gt;&lt;P&gt;my problem is that when i use this program with the command: get parameter id 'BES'  field p_ebeln - in transaction me9k it always bring me the last order no from transaction me9f.(although i did "free memory").&lt;/P&gt;&lt;P&gt;how can i get the agreement number in transaction ke9f with this command (get parameter id...)?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 15:28:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T15:28:57Z</dc:date>
    <item>
      <title>get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameter-id/m-p/1787991#M339221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;i have a program that call to smartforms.&lt;/P&gt;&lt;P&gt;i use the program in transactions: me9k, me9f, me22n.&lt;/P&gt;&lt;P&gt;my problem is that when i use this program with the command: get parameter id 'BES'  field p_ebeln - in transaction me9k it always bring me the last order no from transaction me9f.(although i did "free memory").&lt;/P&gt;&lt;P&gt;how can i get the agreement number in transaction ke9f with this command (get parameter id...)?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 15:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameter-id/m-p/1787991#M339221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameter-id/m-p/1787992#M339222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dana,&lt;/P&gt;&lt;P&gt;To get contracts you need use parameter id should be 'CTR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;        GET PARAMETER ID 'CTR' FIELD s_ebeln-low.
Try this pseudo code.
      CASE wal_order-bstyp.
        WHEN 'F'.                      "Bestellung
          GET PARAMETER ID 'BES' FIELD s_ebeln-low.
          p_kappl = 'EF'.
          r_bstyp-low = 'F'.
        WHEN 'A'.                      "Anfrage
          GET PARAMETER ID 'ANF' FIELD s_ebeln-low.
          p_kappl = 'EA'.
          r_bstyp-low = 'A'.
        WHEN 'K'.                      "Kontrakt
          GET PARAMETER ID 'CTR' FIELD s_ebeln-low.
          IF s_ebeln-low IS INITIAL.
            GET PARAMETER ID 'VRT' FIELD s_ebeln-low.
          ENDIF.
          p_kappl = 'EV'.
          r_bstyp-low = 'K'.
        WHEN 'L'.                      "Lieferplan
          GET PARAMETER ID 'SAG' FIELD s_ebeln-low.
          IF s_ebeln-low IS INITIAL.
            GET PARAMETER ID 'VRT' FIELD s_ebeln-low.
          ENDIF.
          r_bstyp-low = 'L'.
          CASE t160-vorga.
            WHEN 'K'.                  "Lieferplanrahmen
              p_kappl = 'EV'.
            WHEN 'LE'.                 "Lieferplanabruf
              p_kappl = 'EL'.
          ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 15:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameter-id/m-p/1787992#M339222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T15:38:41Z</dc:date>
    </item>
  </channel>
</rss>

