<?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: submit command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738702#M899834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F1 on EXPORT verb gives this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Variant 5 
EXPORT (itab) TO ... . 


Effect 
Specifies the objects you want to export in the internal table itab. You can use this dynamic 
variant instead of the static one in any of variants 1 to 4. All additions that you can use with
the static form are also allowed with the dynamic form. The table itab must not have the type
HASHED TABLE or ANY TABLE. 

Note 
Structure of the internal table itab: 

The first column of the table contains the object names in the data cluster (corresponds to the
static obj1, ..., objn). The second column contains the different name in the program (if necessary), 
which corresponds to the field f in the = f or FROM f addition. If the table only has one column, 
or the second column contains only spaces, this corresponds to a static EXPORT without a = or
FROM addition. The first and second columns of the internal table should have the type character. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 14:42:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T14:42:08Z</dc:date>
    <item>
      <title>submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738700#M899832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way pass internal tables through submit command&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first program: I have two internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second program i have two internal tables with same name as first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to pass first program internal tables to second internal tables using SUBMIT keyword ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Raghunath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 14:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738700#M899832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T14:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738701#M899833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Why don't you call the first program in the second as an include program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 14:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738701#M899833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738702#M899834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F1 on EXPORT verb gives this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Variant 5 
EXPORT (itab) TO ... . 


Effect 
Specifies the objects you want to export in the internal table itab. You can use this dynamic 
variant instead of the static one in any of variants 1 to 4. All additions that you can use with
the static form are also allowed with the dynamic form. The table itab must not have the type
HASHED TABLE or ANY TABLE. 

Note 
Structure of the internal table itab: 

The first column of the table contains the object names in the data cluster (corresponds to the
static obj1, ..., objn). The second column contains the different name in the program (if necessary), 
which corresponds to the field f in the = f or FROM f addition. If the table only has one column, 
or the second column contains only spaces, this corresponds to a static EXPORT without a = or
FROM addition. The first and second columns of the internal table should have the type character. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 14:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738702#M899834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738703#M899835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghunath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes there is a way to Pass these Internal Tables using Export and Import&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write this code in First Program:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXPORT t_itab1 TO MEMORY ID 'MEM1'.
  EXPORT t_itab2 TO MEMORY ID 'MEM1'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;write this code in Second Program:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT itab1 FROM MEMORY ID 'MEM1'.
  IMPORT itab2 FROM MEMORY ID 'MEM1'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try the below code:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT yh1075_030501a
    WITH itab1 IN itab1
    WITH itab2 IN itab2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 14:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738703#M899835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T14:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738704#M899836</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 Exprot and import statement&lt;/P&gt;&lt;P&gt;1). For this u have  Export the internal table from calling program &lt;/P&gt;&lt;P&gt;2). Define  an internal table in the called program and import the data into this  table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Snehi Chouhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 25, 2008 1:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 14:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-command/m-p/3738704#M899836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T14:44:01Z</dc:date>
    </item>
  </channel>
</rss>

