<?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: function module to create the transction code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509981#M17936</link>
    <description>&lt;P&gt;no i need only Fm for to read and to create,&lt;/P&gt;
  &lt;P&gt;for create RPY_TRANSACTION_INSERT in this fm all feilds are there for create,&lt;/P&gt;
  &lt;P&gt;and for read RPY_TRANSACTION_READ in this FM only 4fields are there, to fullfill my requirment both FM's need to have the same tables and structure right.&lt;/P&gt;
  &lt;P&gt;one FM is to get the data from our system , and another FM need to put the data in another system, you get my point.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 07:08:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-09-22T07:08:51Z</dc:date>
    <item>
      <title>function module to create the transction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509978#M17933</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
  &lt;P&gt;is there any fm to create the transcation code in program.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 04:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509978#M17933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-22T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: function module to create the transction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509979#M17934</link>
      <description>&lt;P&gt;Are you looking for a program like SAPlink? (search the www/SCN)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 06:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509979#M17934</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-09-22T06:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: function module to create the transction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509980#M17935</link>
      <description>&lt;P&gt;actually i need to do read the transcation code through the program and ill download to excel, then i need to upload that excel in another system(create), so is there any FM for that&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 06:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509980#M17935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-22T06:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: function module to create the transction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509981#M17936</link>
      <description>&lt;P&gt;no i need only Fm for to read and to create,&lt;/P&gt;
  &lt;P&gt;for create RPY_TRANSACTION_INSERT in this fm all feilds are there for create,&lt;/P&gt;
  &lt;P&gt;and for read RPY_TRANSACTION_READ in this FM only 4fields are there, to fullfill my requirment both FM's need to have the same tables and structure right.&lt;/P&gt;
  &lt;P&gt;one FM is to get the data from our system , and another FM need to put the data in another system, you get my point.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 07:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509981#M17936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-22T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: function module to create the transction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509982#M17937</link>
      <description>&lt;P&gt;Yes, I got your point : you want to create a program which calls RPY_TRANSACTION_INSERT and RPY_TRANSACTION_READ, and it's exactly what does the SAPlink tool.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509982#M17937</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-09-22T08:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module to create the transction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509983#M17938</link>
      <description>&lt;P&gt;Would you like to create transaction for any report using Function module or would you like to get list of transaction codes already available in system?&lt;/P&gt;
  &lt;P&gt;Please try using FM: &lt;/P&gt;
  &lt;P&gt;PRGN_WIZARD_CREATE_TCODE for creating and you can use &lt;/P&gt;
  &lt;P&gt;RPY_TRANSACTION_READ for reading it.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-the-transction-code/m-p/509983#M17938</guid>
      <dc:creator>balanand_s</dc:creator>
      <dc:date>2017-09-22T09:19:42Z</dc:date>
    </item>
  </channel>
</rss>

