<?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: Parameter ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817935#M1127572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;common purpose of using parameter id in selection screen to fill the value by default which is set in user-id for perticuler field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS S_BUKRS FOR BSEG-BUKRS.

Write the code in the INITIALIZATION event.

INITIALIZATION.
GET PARAMETER ID 'BUK' FIELD S_BUKRS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Further help F1  is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 05:26:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-01T05:26:12Z</dc:date>
    <item>
      <title>Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817931#M1127568</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 have one query for parameter id. What exactly parameter id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I was asked to prepare the selection screen &amp;amp; given some reference of parameter id for that  field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one field Customer number &amp;amp; given reference as parameter id KUN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need to do exactly for this?? What will happen in selection screen &amp;amp; all??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817931#M1127568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T05:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817932#M1127569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;&lt;CODE&gt;Searching on SCN will be a good practice&lt;/CODE&gt;&lt;/EM&gt;&lt;/PRE&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways check this thread. Hope it will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1877157"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817932#M1127569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T05:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817933#M1127570</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;Refer to this Link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2648307"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817933#M1127570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T05:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817934#M1127571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PARAMETER ID is used to set content of a specific screen field in a module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KUN' FIELD VAR1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817934#M1127571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T05:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817935#M1127572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;common purpose of using parameter id in selection screen to fill the value by default which is set in user-id for perticuler field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS S_BUKRS FOR BSEG-BUKRS.

Write the code in the INITIALIZATION event.

INITIALIZATION.
GET PARAMETER ID 'BUK' FIELD S_BUKRS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Further help F1  is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817935#M1127572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T05:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817936#M1127573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding the ABAP and SAP memory concepts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is regarding the INTERNAL SESSIONS it it about ABAP memory&lt;/P&gt;&lt;P&gt;if it is regarding the EXTERNAL seesions it is about SAP memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you say EXPORT the value of the field gets stored in the ABAP memory&lt;/P&gt;&lt;P&gt;and will be imported to the field name provided with the KEY word  IMPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same applies to SAP memory where we use SET GET KEY word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please go through the corresponding KEY word documentaions for the detail info as much theory availabe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817936#M1127573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T05:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817937#M1127574</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;To fill the input fields of a called transaction with data from the calling program, you can use the SPA/GPA technique. SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory. SAP memory allows you to pass values between programs. A user can access the values stored in the SAP memory during one terminal session for all parallel sessions. Each SPA/GPA parameter is identified by a 20-character code. You can maintain them in the Repository Browser in the ABAP Workbench. The values in SPA/GPA parameters are user-specific. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP programs can access the parameters using the SET PARAMETER and GET PARAMETER statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for better help &lt;/P&gt;&lt;P&gt;Reag SAP Help &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 05:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817937#M1127574</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2008-12-01T05:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817938#M1127575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam,&lt;/P&gt;&lt;P&gt;              As mentioned my above members PARAMETER ID wil be stored in SAP memory, so even if you come out of of your program then also they will be having the stored value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          For example say, you have a requirement like after processing a sales order in a program you need to display the details for that particular sales order number using transaction VA03, but you don't want to enter sales order number in the first screen and you directly want to go the second scren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        For this you first you have to find the 'Parameter Id' for sales order number.&lt;/P&gt;&lt;P&gt;for this go to transaction 'VA03' -&amp;gt;press F1 on sales order nuber -&amp;gt;Click 'Technical Information' (4th button) -&amp;gt;under field data you can see parameter id as 'AUN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'AUN' FIELD your Sales order Number'. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now Sales order number will be set.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;*Now the details will be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj Kumar P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/4817938#M1127575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:05:06Z</dc:date>
    </item>
  </channel>
</rss>

