<?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: Using calling program data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1264000#M148561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the answer guys.. But Hymavanthi, in that case i ll have to clone all the 3 std programs that i dont want.. wen i use submit with return, i guess the details for that calling program gets stored somewher in memory.. if we cud retrieve that somehow..it wud be the best option i feel...&lt;/P&gt;&lt;P&gt;any more inputs???&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2006 07:22:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-25T07:22:53Z</dc:date>
    <item>
      <title>Using calling program data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1263997#M148558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; There s a std transaction F.27(RFKORK00) which we need to run to get Customer Statement. in this program, it uses a SUBMIT ( SAP140 ) which in turn uses a submit ( RFKORD11 ). i m using a customised program in place of RFKORD11. in this program i want to use a variable from program RFKORK00(first program)....&lt;/P&gt;&lt;P&gt;didnt find any syntax wherein i can pass any parameter from calling program to called program.&lt;/P&gt;&lt;P&gt;i think Export/Import to/from ABAP memory will work...&lt;/P&gt;&lt;P&gt;need ur inputs..wat r the diff ways we can do this n wat s the optimal method...&lt;/P&gt;&lt;P&gt;all inputs appreciated.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 04:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1263997#M148558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T04:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using calling program data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1263998#M148559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;I CAN GIVE YOU ONE SUGGESTION THAT YOU CAN DO THE CHANGES USING THE USER EXITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE I AM GIVING THE USER EXITS OF BOTH THE PROGRAMS YOU CHECK OUT WITH THEM.&lt;/P&gt;&lt;P&gt;RFKORK00=&amp;gt;&lt;/P&gt;&lt;P&gt;F050S001	FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment&lt;/P&gt;&lt;P&gt;F050S002	FIDCC1: Change IDoc/do not send&lt;/P&gt;&lt;P&gt;F050S003	FIDCC2: Change IDoc/do not send&lt;/P&gt;&lt;P&gt;F050S004	FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send&lt;/P&gt;&lt;P&gt;F050S005	FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document&lt;/P&gt;&lt;P&gt;F050S006	FI Outgoing IDoc: Reset Clearing in FI Document&lt;/P&gt;&lt;P&gt;F050S007	FIDCCH Outbound: Influence on IDoc for Document Change&lt;/P&gt;&lt;P&gt;F180A001	Balance Sheet Adjustment&lt;/P&gt;&lt;P&gt;FARC0002	Additional Checks for Archiving MM Vendor Master Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 05:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1263998#M148559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T05:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using calling program data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1263999#M148560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there should be an export statement followed by submit statemnt in the first program and an import statement in the second program RFKORD11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. NOW U R USING A CUSTOMISED PROGRAM IN PLACE OF RFKORD11. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u need a variable from rfkork00 , means there should be an export variable , followed by submit ( ur customised program) in the first program, and an import variable statement in ur customised program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. but as u cant change rfkorkoo, copy that program into a z program and change submit RFKORD11 to ur customised program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 05:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1263999#M148560</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-25T05:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using calling program data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1264000#M148561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the answer guys.. But Hymavanthi, in that case i ll have to clone all the 3 std programs that i dont want.. wen i use submit with return, i guess the details for that calling program gets stored somewher in memory.. if we cud retrieve that somehow..it wud be the best option i feel...&lt;/P&gt;&lt;P&gt;any more inputs???&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 07:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-calling-program-data/m-p/1264000#M148561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T07:22:53Z</dc:date>
    </item>
  </channel>
</rss>

