<?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/3439656#M826034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;
Use &lt;STRONG&gt;EXPORT TO&lt;/STRONG&gt; and &lt;STRONG&gt;IMPORT FROM&lt;/STRONG&gt; memory... Statements.
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 00:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T00:50:54Z</dc:date>
    <item>
      <title>Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439652#M826030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had developed an abap program (PROG01) wich asks to enter dates and shows some comercial documents. Now I need to develop another abap program (PROG02) wich should call PROG01, through 'call transaction' and 'set parameter id' sentence, and then show some documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have donde this before, where PROG02 was transaction IW33 and parameter id was ANR, no problem with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, when I go to F1 (help) to see parameter id for my entrance fields (dates) in my PROG01, there is nothing there. So the entrance fields, has no PARAMETER ID. So I have no idea how to call PROG01 from PROG02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to set parameter ids to my entrance fields in PROG01??? Or another way to use call transaction, with set parameter??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Javier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 22:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439652#M826030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T22:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439653#M826031</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;You can populate the BDC data and then call transaction using the bdc data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can record the BDC using transaction SHDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a report..THen use the SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 22:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439653#M826031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T22:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439654#M826032</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;Use the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit prog01 &lt;/P&gt;&lt;P&gt;WITH field1 = value1&lt;/P&gt;&lt;P&gt;WITH field2 = value2&lt;/P&gt;&lt;P&gt;AND RETURN. " If you want it to return to PROG02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 is the name of the selection screen field, and value1 is the value for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 22:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439654#M826032</guid>
      <dc:creator>GuyF</dc:creator>
      <dc:date>2008-02-21T22:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439655#M826033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and it works, but I have another requirement I need to solve. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first progam (PROG01) I made some selects and I have a internal table with data from diferent tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this  data, I need to pass to PROG02, so this way I don't have to make same selects again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439655#M826033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T00:03: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/3439656#M826034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;
Use &lt;STRONG&gt;EXPORT TO&lt;/STRONG&gt; and &lt;STRONG&gt;IMPORT FROM&lt;/STRONG&gt; memory... Statements.
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439656#M826034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T00:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439657#M826035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export the internal table to memory in PROG1 and Import it in &lt;/P&gt;&lt;P&gt;PROG2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at IMPORT and EXPORT commands in ABAP Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudhir Atluru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/3439657#M826035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T00:52:48Z</dc:date>
    </item>
  </channel>
</rss>

