<?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: Get data from structure another program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057449#M1969138</link>
    <description>&lt;P&gt;yes, i think so too, but in my case LENGTH from KNA1 not enough.&lt;BR /&gt;i need lenght 60 char. so then I was ordered to retrieve data from the FD03 tcode, as I screenshoot. Can it ?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 03:51:01 GMT</pubDate>
    <dc:creator>jandrivay</dc:creator>
    <dc:date>2019-11-18T03:51:01Z</dc:date>
    <item>
      <title>Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057443#M1969132</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;Please help me , i want to get data from another program (SAPLSZA1) , but when i see in techincal information that &lt;/P&gt;
  &lt;P&gt;Field Data : &lt;BR /&gt;Table name : ADDR1_data &lt;BR /&gt;and Table Category : Structure.&lt;/P&gt;
  &lt;P&gt;how to select / get this data in street field to my second program ?&lt;/P&gt;
  &lt;P&gt; i need to select field street wich contain 'GEDUNG B&amp;amp;G TOWER' to my second program.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1746677-2019-11-15-154339.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thank you all.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 08:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057443#M1969132</guid>
      <dc:creator>jandrivay</dc:creator>
      <dc:date>2019-11-15T08:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057444#M1969133</link>
      <description>&lt;P&gt;Your best friend will be SQL trace: transaction ST05&lt;/P&gt;&lt;P&gt;- Activate trace&lt;/P&gt;&lt;P&gt;- display the data in your transaction&lt;/P&gt;&lt;P&gt;- unactivate the trace&lt;/P&gt;&lt;P&gt;- display the result&lt;/P&gt;&lt;P&gt;it will show ~all the tables acceded by the program. And you could also display the corresponding code. (there is a button) And put a break point / you will stop in the debug dirrectly in the source code. In the call stack you will be able to see if there is a nice Function module or Class/method to retrieve the data&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 08:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057444#M1969133</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-15T08:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057445#M1969134</link>
      <description>&lt;P&gt;This answer is valid for all situations. &lt;/P&gt;&lt;P&gt;In the current case, you will probably find the tables ADR* in the trace, it's easy to deduce that they store the addresses. The key of these ADR tables is the company address number or person number or both, and that it's also defined in a table of your application (as I see SAPMF02D in your screen shot, it must be a customer table, maybe KNA1-ADRNR).&lt;/P&gt;&lt;P&gt;There's also the documentation of &lt;A href="https://help.sap.com/viewer/search?q=%22Business%20Address%20Services%20%28BC-SRV-ADR%29%22&amp;amp;language=en-US&amp;amp;product=SAP_NETWEAVER_AS_ABAP_752"&gt;Business Address Services&lt;/A&gt;, especially:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Basics &amp;gt; BAS tables (ADRC, etc.) &amp;lt;=== what you're looking for&lt;/LI&gt;&lt;LI&gt;Data conversions &amp;gt; Data conversions for 4.0 &amp;gt; Tables affected (ADR6, etc.)&lt;/LI&gt;&lt;LI&gt;Working with the BAS (list of available function modules to read the tables and more)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;EDIT: as I could see in Thanga answer, SAPMF02D is for customers, not vendors (SAPMF02K) -&amp;gt; answer adjusted&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 09:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057445#M1969134</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-15T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057446#M1969135</link>
      <description>&lt;P&gt; @&lt;A href="https://answers.sap.com/users/854008/jandrivay.html"&gt;Hotman Jandri Vay Sianturi&lt;/A&gt; It seems you are looking into XD03 customer master data,&lt;/P&gt;&lt;P&gt;street field is being stored in KNA1 table, you can directly KNA1-STRAS read them in your program.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1745723-tmg.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 12:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057446#M1969135</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2019-11-15T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057447#M1969136</link>
      <description>&lt;P&gt;Is really, for example, street value from Customer master you need ?&lt;BR /&gt;Because if it's from a sales document, the value can be changed manually and then will be differente as in Customer master. In this case, retrieve address number (Example from VBPA-ADRNR) and use of ADDR_GET function ensure you to use right data.&lt;BR /&gt;Otherwise as &lt;A href="https://answers.sap.com/users/633/thangaprakash.html"&gt;Thanga Prakash&lt;/A&gt; say, use of KNA1-STRAS is  enought &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 12:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057447#M1969136</guid>
      <dc:creator>stanislaslemaire</dc:creator>
      <dc:date>2019-11-15T12:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057448#M1969137</link>
      <description>&lt;P&gt;yes, i think so too, but in my case LENGHT from KNA1 not enought.&lt;BR /&gt;i need lenght 60 char. so then I was ordered to retrieve data from the FD03 tcode, as I screenshoot. Can it ?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 03:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057448#M1969137</guid>
      <dc:creator>jandrivay</dc:creator>
      <dc:date>2019-11-18T03:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057449#M1969138</link>
      <description>&lt;P&gt;yes, i think so too, but in my case LENGTH from KNA1 not enough.&lt;BR /&gt;i need lenght 60 char. so then I was ordered to retrieve data from the FD03 tcode, as I screenshoot. Can it ?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 03:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057449#M1969138</guid>
      <dc:creator>jandrivay</dc:creator>
      <dc:date>2019-11-18T03:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from structure another program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057450#M1969139</link>
      <description>&lt;P&gt;Ok, street field of structure ADDR1_DATA have length of 60.&lt;BR /&gt;If you want use it, use KNA1-ADRNR address number and function ADDR_GET to retrieve data in exported structure ADDRESS_VALUE. Then read ADDRESS_VALUE-STREET.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 13:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-structure-another-program/m-p/12057450#M1969139</guid>
      <dc:creator>stanislaslemaire</dc:creator>
      <dc:date>2019-11-19T13:19:24Z</dc:date>
    </item>
  </channel>
</rss>

