<?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/2144002#M452026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to that screen and press f1 and go for technical info it will show you the parameter id ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for transfering data from one prog to another you can use abap memory by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export itab to memory id 'MID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for getting the value&lt;/P&gt;&lt;P&gt;import itab from memory id 'MID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2007 03:28:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-07T03:28:51Z</dc:date>
    <item>
      <title>parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144001#M452025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;1) where do we get the &amp;lt;b&amp;gt;parameter id&amp;lt;/b&amp;gt; for a particular field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)and i want to transfer one internal table data from one program to other. how to do this?i know we can transfer data between the programs using SUBMIT state ment.but i wnat to transfer par t of data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 03:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144001#M452025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T03:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144002#M452026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to that screen and press f1 and go for technical info it will show you the parameter id ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for transfering data from one prog to another you can use abap memory by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export itab to memory id 'MID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for getting the value&lt;/P&gt;&lt;P&gt;import itab from memory id 'MID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 03:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144002#M452026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T03:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144003#M452027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use IMPORT .....and export statements to transfer the data. This memory is called as ABAP Memory. We also transfer data using SAP Memory(using submit statement).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 03:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144003#M452027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T03:29: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/2144004#M452028</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;&amp;lt;b&amp;gt;[1].&amp;lt;/b&amp;gt; Parameter IDs are maintains in table TPARA. To check the parameter of any screen field, &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;--&amp;gt;&amp;lt;/b&amp;gt;  hit F1 on the screen field&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;--&amp;gt;&amp;lt;/b&amp;gt;  then hit technical info button (F9). &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;--&amp;gt;&amp;lt;/b&amp;gt; On the screen that popup showing the technical detail of field, under detail "Field data" the last info is Parameter ID. For example you go to VA01 and hit F1 and then F9 ( technical info ), on the technical information screen you will find the &amp;lt;b&amp;gt;Parameter Id = AUN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to check the parameter id at database field level,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;--&amp;gt;&amp;lt;/b&amp;gt; go to transaction se11. Enter your tabla name and hit display&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;--&amp;gt;&amp;lt;/b&amp;gt; For the field you are looking the parameter id for, double-click on data element. On data element screen, under "Attributes" you will se Parameter ID populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's take a example of table VBAK, field VBELN. When you double-click on the data element of field VBELN, VBELN_VA, under 'attributes' you will se parameter id 'AUN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in any of above method you do not find paramet id populated at the place i have mentioned, then there is no parameter id exist for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;[2].&amp;lt;/b&amp;gt; If you want to transfer the data between program, you can user EXPORT command to export data from calling program and IMPORT command to get the data into Called program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer  these links to know about how to EXPORT / IMPORT data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb3bb7358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb3bb7358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb3bb7358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb3bb7358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb3bb7358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb3bb7358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to pass "Parameter ID" then you use the command SET PARAMETER ID &amp;lt;pid&amp;gt; FIELD &amp;lt;f&amp;gt;. To get the data back from parameter id you use the command SET PARAMETER ID &amp;lt;pid&amp;gt; FIELD &amp;lt;f&amp;gt;. Check following link for more information regarding SET/GET parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 03:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2144004#M452028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T03:48:42Z</dc:date>
    </item>
  </channel>
</rss>

