<?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: BUG IN SET PARAMETER ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270451#M1216775</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;Here if you have set parameter id for this particular field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your transaction ZNUM,there in that field you have to get parameter id also to retain the value &lt;/P&gt;&lt;P&gt;using set parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2009 10:05:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-03T10:05:54Z</dc:date>
    <item>
      <title>BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270450#M1216774</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 created one transaction "ZPNUM",it has one parameter in selection screen PERNR(personal Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to set parameter from another program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using this code,but it does not works.any body can help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : PERNR TYPE PA0001-PERNR VALUE '10000'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'PER' FIELD PERNR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZPNUM' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270450#M1216774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T10:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270451#M1216775</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;Here if you have set parameter id for this particular field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your transaction ZNUM,there in that field you have to get parameter id also to retain the value &lt;/P&gt;&lt;P&gt;using set parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270451#M1216775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T10:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270452#M1216776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use get parameter id as well in znum transaction &lt;/P&gt;&lt;P&gt;also ,u can use IMPORT and EXPORT&lt;/P&gt;&lt;P&gt;EXPORT p_pernr&lt;/P&gt;&lt;P&gt;       TO MEMORY ID 'VBE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       CALL TRANSACTION 'ZNUM and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in ZNUM PBO import&lt;/P&gt;&lt;P&gt;IMPORT p_pernr&lt;/P&gt;&lt;P&gt;       FROM MEMORY ID 'VBE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270452#M1216776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T10:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270453#M1216777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the transaction ZPNUM program write this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;get parameter id 'PER' field pernr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270453#M1216777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T10:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270454#M1216778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i am not clear,can u give me one example.&lt;/P&gt;&lt;P&gt;if you do so that will helps me a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270454#M1216778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T10:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270455#M1216779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use the Submit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: BEGIN OF TAB1 OCCURS 0,
SELNAME(8),
KIND(1),
SIGN(1),
OPTION(2),
LOW(45),
HIGH(45),
END OF TAB1

TAB1-SELNAME = 'PERNR'. "Name of Parameter in ZPNUM
TAB1-KIND = 'P'.                  "Parameter Type
TAB1-SIGN = 'I'.
TAB1-OPTION = 'EQ'.
TAB1-HIGH = -Insert Value or Variables- 
APPEND TAB1.

SUBMIT ZPROGRAM* WITH SELECTION-TABLE TAB1 AND RETURN.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Use the Program name of TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270455#M1216779</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2009-03-03T10:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: BUG IN SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270456#M1216780</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;As PERNR does not have any SET PARAMETER id, use can use EXPORT&amp;lt;field&amp;gt; TO MEMORY ID &amp;lt;id&amp;gt; and IMPORT &amp;lt;field&amp;gt; FROM MEMORY ID &amp;lt;id&amp;gt; options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export the PERNR value from calling program as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT pernr TO MEMORY ID 'PERNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in Called Program use IMPORT as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT pernr FROM MEMORY ID 'PERNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the Memory IDs you are using same in both programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SP Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 11:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bug-in-set-parameter-id/m-p/5270456#M1216780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T11:08:46Z</dc:date>
    </item>
  </channel>
</rss>

