<?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 transactions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/2510694#M567819</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;  What is transactional data uploading? Can anybody help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Jul 2007 12:52:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-22T12:52:49Z</dc:date>
    <item>
      <title>transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/2510694#M567819</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;  What is transactional data uploading? Can anybody help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2007 12:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/2510694#M567819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-22T12:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/2510695#M567820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uploading of Transaction data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log on to your SAP&lt;/P&gt;&lt;P&gt;Transaction code RSA1&amp;#151;LEAD YOU TO MODELLING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Creation of Info Objects&lt;/P&gt;&lt;P&gt;&amp;#149; In left panel select info object&lt;/P&gt;&lt;P&gt;&amp;#149; Create info area&lt;/P&gt;&lt;P&gt;&amp;#149; Create info object catalog ( characteristics &amp;amp; Key figures ) by right clicking the created info area&lt;/P&gt;&lt;P&gt;&amp;#149; Create new characteristics and key figures under respective catalogs according to the project requirement&lt;/P&gt;&lt;P&gt;&amp;#149; Create required info objects and Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Creation of Data Source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; In the left panel select data sources&lt;/P&gt;&lt;P&gt;&amp;#149; Create application component(AC)&lt;/P&gt;&lt;P&gt;&amp;#149; Right click AC and create datasource&lt;/P&gt;&lt;P&gt;&amp;#149; Specify data source name, source system, and data type ( Transaction data )&lt;/P&gt;&lt;P&gt;&amp;#149; In general tab give short, medium, and long description.&lt;/P&gt;&lt;P&gt;&amp;#149; In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )&lt;/P&gt;&lt;P&gt;&amp;#149; In proposal tab load example data and verify it.&lt;/P&gt;&lt;P&gt;&amp;#149; In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.&lt;/P&gt;&lt;P&gt;&amp;#149; Activate data source and read preview data under preview tab.&lt;/P&gt;&lt;P&gt;&amp;#149; Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Creation of data targets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; In left panel select info provider&lt;/P&gt;&lt;P&gt;&amp;#149; Select created info area and right click to create ODS( Data store object ) or Cube.&lt;/P&gt;&lt;P&gt;&amp;#149; Specify name fro the ODS or cube and click create&lt;/P&gt;&lt;P&gt;&amp;#149; From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS&lt;/P&gt;&lt;P&gt;&amp;#149; Click Activate.&lt;/P&gt;&lt;P&gt;&amp;#149; Right click on ODS or Cube and select create transformation.&lt;/P&gt;&lt;P&gt;&amp;#149; In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored&lt;/P&gt;&lt;P&gt;&amp;#149; Activate created transformation&lt;/P&gt;&lt;P&gt;&amp;#149; Create Data transfer process (DTP) by right clicking the master data attributes&lt;/P&gt;&lt;P&gt;&amp;#149; In extraction tab specify extraction mode ( full)&lt;/P&gt;&lt;P&gt;&amp;#149; In update tab specify error handling ( request green)&lt;/P&gt;&lt;P&gt;&amp;#149; Activate DTP and in execute tab click execute button to load data in data targets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Monitor&lt;/P&gt;&lt;P&gt;Right Click data targets and select manage and in contents tab select contents to view the loaded data. There are two tables in ODS new table and active table to load data from new table to active table you have to activate after selecting the loaded data . Alternatively monitor icon can be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3546977"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/43/03450525ee517be10000000a1553f6/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/43/03450525ee517be10000000a1553f6/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2007 13:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/2510695#M567820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-22T13:03:14Z</dc:date>
    </item>
  </channel>
</rss>

