<?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: Uploading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214478#M766457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.SCATT as well as SECATT. Your are mentioned process is SCAT. But I want upload the through SECATT? Tell me the process plz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 06:29:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T06:29:14Z</dc:date>
    <item>
      <title>Uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214475#M766454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to upload the customer master data through SECATT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 13:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214475#M766454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214476#M766455</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;first of all you need to get flat file format for customer master from SECATT. Once you get that, you can upload that data into SAP(customer master) using BDC, LSMW as per ur requirement. If you use BDC, u need to do the recording for customer master tcode using SHDB tcode. after that need to create internal tables as like flat file. then get flat file data into this itabs. finally assign this itabs to screen fields(which are available in  recording code ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siva Kuamr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 13:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214476#M766455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214477#M766456</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;1) Start tcode SCAT&lt;/P&gt;&lt;P&gt;2) Give the test case name and create&lt;/P&gt;&lt;P&gt;3) Give title, component then save and come back&lt;/P&gt;&lt;P&gt;4) Select the test case and go to change mode&lt;/P&gt;&lt;P&gt;5) Start record and provide the tcode to be recorded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st button is for normal record (button with arrow key)&lt;/P&gt;&lt;P&gt;2nd button is for remote (to record in remote server of our landscape)&lt;/P&gt;&lt;P&gt;Give all the mandatory fields in the transaction without errors and without using f4 and f1 just like recording&lt;/P&gt;&lt;P&gt;After entering entire data click save button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click end recording&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then double click on the test case TCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then double click on the first report (SAPMF02D)&lt;/P&gt;&lt;P&gt;It will open the recorded transaction code&lt;/P&gt;&lt;P&gt;Import all the fields which we are going to provide in flatfile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should not be any default values in the fields after importing&lt;/P&gt;&lt;P&gt;Click on next screen button&lt;/P&gt;&lt;P&gt;Same way import for all screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go back and click save then go to GOTO -&amp;gt; VARIANTS -&amp;gt; EXPORT DEFAULT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give the path to be transferred in our local sys and transfer as excel file (save with .xls type)&lt;/P&gt;&lt;P&gt;Then open the excel file&lt;/P&gt;&lt;P&gt;Select 1st 2 columns right click and delete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should contain only the field headings and description &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave one empty line and enter our records from 4th row onwards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter all the records and save the excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then execute our test case&lt;/P&gt;&lt;P&gt;Then select the type of mode (foreground/background) and variants from external file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select our excel file and then execute (click remote execution if it&amp;#146;s a remote server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally check the data is uploaded or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sivaparvathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if its helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 15:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214477#M766456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T15:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214478#M766457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.SCATT as well as SECATT. Your are mentioned process is SCAT. But I want upload the through SECATT? Tell me the process plz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 06:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading/m-p/3214478#M766457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T06:29:14Z</dc:date>
    </item>
  </channel>
</rss>

