<?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: code wanted - to input data into R/3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056409#M90479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says "register object" and there is an access key field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2005 16:33:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-16T16:33:50Z</dc:date>
    <item>
      <title>code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056399#M90469</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;I have Netweaver installed.  I would like some &lt;STRONG&gt;simple&lt;/STRONG&gt; code illustrating how to create a new table for containing data in ABAP.  I also would like some sample code for accessing and changing data in R/3 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056399#M90469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056400#M90470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create you table via SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can access the data in your table via SELECT statments in your abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report zrich_0001.

data: itab type table of zcustom with header line.

select * into table itab from zcustom
           where field1 = 'ABC'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the help for accessing table using Open SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3969358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3969358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check out the help on ABAP dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ea0b446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ea0b446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb6e446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb6e446011d189700000e8322d00/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;Rich HEilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056400#M90470</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056401#M90471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain "I have Netweaver installed"? Is it the sneak preview or the regular licensed version at your work place? Is it ABAP application server or the J2EE application server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"how to create a new table for containing data in ABAP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not normally use ABAP to create database tables, if that is what you meant. Use transaction SE11 to create new database tables. In ABAP, you will define and use what are called "Internal Tables". You can get sample programs provided in your system. In SE38, enter "&lt;STRONG&gt;DEMO&lt;/STRONG&gt;" and look at some of those programs to get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, read the documentation at this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/f3/b2934258a5c76ae10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/f3/b2934258a5c76ae10000000a155106/frameset.htm&lt;/A&gt;&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;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056401#M90471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056402#M90472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks- you are always a big help!  One more thing... we have an ABAP developer here (I'm an accountant actually) who says you can't change the length of a field in a table in R/3.  Is this true?  We have a field for property descriptions that is set to 40 characters, but it cuts off the descriptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056402#M90472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056403#M90473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are standard R/3 tables or for that matter any object delivered by SAP should not be changed, unless there is a dire need for such modification. You will need to request an access key from SAP to do such modifications and such modifications may not protected during future upgrades.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ABAP programmer is correct in saying don't. You need to come up with some other way to work around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056403#M90473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056404#M90474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are specifically looking to change the length of the field in order that it suits yopur requirement(description more than 40 characers), you either have to change the domain of the field or create a custom domain and assign it to the field of the table. Again for this if you are trying to modify a standard table/domain you ought to get the access key from service market place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056404#M90474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056405#M90475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks folks... by the way, I'm using sneak preview.  I am creating a table in se11.  I made up my own data type (do not know what data type means actually-- I was expecting int, char, etc but instead got a list of other things) and now it is asking me for an access key to finish creating the table.  Where do I get an access key? &lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056405#M90475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056406#M90476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order for you to do development in SAP, you need a developer access key, which is what you just saw. Since you are working with the sneak preview, you should be able to get it from SDN. I haven't done that but I think it should be there in the instructions as to how to get the key. Licensed version require you to go to the service marketplace of SAP and obtain the key there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to the wonderful and exciting world of ABAP!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056406#M90476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056407#M90477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of access key,  a developer key or an object key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056407#M90477</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T16:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056408#M90478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I "Connect to the R/3 Online Service System" to get my developer access key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056408#M90478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056409#M90479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says "register object" and there is an access key field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056409#M90479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056410#M90480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use this developer key for the NSP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;29671482393151224771&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056410#M90480</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T16:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056411#M90481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the object that it is saying that you are trying to access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056411#M90481</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056412#M90482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says "Register Object" when I try to create the table via se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object: R3TR TABL KEVIN1&lt;/P&gt;&lt;P&gt;SAP Release: 640&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installation: DEMOSYSTEM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056412#M90482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056413#M90483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that key.  IT says "incorrect object"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056413#M90483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T16:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056414#M90484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, make sure that you begin with "Z",  call it ZKEVIN1.  You need to use the customer name space for all custom objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056414#M90484</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: code wanted - to input data into R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056415#M90485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That key was for your developer key, not the object key.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 16:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-wanted-to-input-data-into-r-3/m-p/1056415#M90485</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-16T16:43:30Z</dc:date>
    </item>
  </channel>
</rss>

