<?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 Address node in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601702#M1084664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Greetings of the Day.&lt;/P&gt;&lt;P&gt;This is my first thread in SDN.SAP .com .&lt;/P&gt;&lt;P&gt;I am making a smartform having i have to dynamically print both soldto and shipto address.&lt;/P&gt;&lt;P&gt;I am passing the internal tables from my print program but i am writing the code for address fetching in smartform only .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write the following query .&lt;/P&gt;&lt;P&gt;tables: vbak,kna1,adrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of sItabaddr,&lt;/P&gt;&lt;P&gt;  vbeln type vbak-vbeln,&lt;/P&gt;&lt;P&gt;  addrnumber type adrc-addrnumber,  &lt;/P&gt;&lt;P&gt;  end of sitabaddr.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  data:itabaddr TYPE TABLE OF sitabaddr.&lt;/P&gt;&lt;P&gt;  data: wa_itabaddr type sitabaddr.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;select vbeln addrnumber from it_vbak  &lt;/P&gt;&lt;P&gt;inner join kna1 on it_vbak-kunnr = kna1-kunnr&lt;/P&gt;&lt;P&gt;inner join adrc on adrc-adrnr = kna1-adrnr &lt;/P&gt;&lt;P&gt;  into table itabaddr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i got the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;""Global Definitions:	"IT_VBAK" is not defined in the ABAP Dictionary as a table, projection view or database view.""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me how to pass the address number in address node and how to resolve the above error .however i tried to pass the itabaddr-addrnumber by checking the checkbox  dynamic address in Address window.But still error is coming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 10:38:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T10:38:55Z</dc:date>
    <item>
      <title>Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601702#M1084664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Greetings of the Day.&lt;/P&gt;&lt;P&gt;This is my first thread in SDN.SAP .com .&lt;/P&gt;&lt;P&gt;I am making a smartform having i have to dynamically print both soldto and shipto address.&lt;/P&gt;&lt;P&gt;I am passing the internal tables from my print program but i am writing the code for address fetching in smartform only .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write the following query .&lt;/P&gt;&lt;P&gt;tables: vbak,kna1,adrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of sItabaddr,&lt;/P&gt;&lt;P&gt;  vbeln type vbak-vbeln,&lt;/P&gt;&lt;P&gt;  addrnumber type adrc-addrnumber,  &lt;/P&gt;&lt;P&gt;  end of sitabaddr.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  data:itabaddr TYPE TABLE OF sitabaddr.&lt;/P&gt;&lt;P&gt;  data: wa_itabaddr type sitabaddr.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;select vbeln addrnumber from it_vbak  &lt;/P&gt;&lt;P&gt;inner join kna1 on it_vbak-kunnr = kna1-kunnr&lt;/P&gt;&lt;P&gt;inner join adrc on adrc-adrnr = kna1-adrnr &lt;/P&gt;&lt;P&gt;  into table itabaddr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i got the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;""Global Definitions:	"IT_VBAK" is not defined in the ABAP Dictionary as a table, projection view or database view.""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me how to pass the address number in address node and how to resolve the above error .however i tried to pass the itabaddr-addrnumber by checking the checkbox  dynamic address in Address window.But still error is coming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601702#M1084664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T10:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601703#M1084665</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;   check if u have defined the internal table and its work area in the form interface and global definition of the smartforms...if not then define and then activate and execute...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: siddharth kumar on Oct 16, 2008 1:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601703#M1084665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601704#M1084666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in global definition of the smartform declare the internal table and work area and also in form interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prashanti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601704#M1084666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601705#M1084667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Premraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of your select statement you are joining an internal table with database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln addrnumber from &lt;STRONG&gt;it_vbak&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;inner join kna1 on it_vbak-kunnr = kna1-kunnr&lt;/P&gt;&lt;P&gt;inner join adrc on adrc-adrnr = kna1-adrnr &lt;/P&gt;&lt;P&gt;into table itabaddr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These is not the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u join VBAK table and KNA1 table based on KUNNR, and get ADRNR filed from KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in smartform pass these ADRNR number to the address node to the address number field, the rest address details are fetched by the address node.&lt;/P&gt;&lt;P&gt;or else. &lt;/P&gt;&lt;P&gt;use for all entries and fetch the required data from ADRC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601705#M1084667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601706#M1084668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;I have defined the internal table and work area in form interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601706#M1084668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601707#M1084669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi premraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u dont have defined ur it_vbak internal table in global definition of samrt form which is in navigation window at left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601707#M1084669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601708#M1084670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mukesh ,&lt;/P&gt;&lt;P&gt;i will try and let u know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601708#M1084670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601709#M1084671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI mukesh,&lt;/P&gt;&lt;P&gt;i teried as yuor words. but still error is coming .&lt;/P&gt;&lt;P&gt;what should i give into input and output parameter.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Premraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601709#M1084671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Address node in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601710#M1084672</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;   in the command line where input and output parameters option is there mention the name of the intenal table and table that u r fetching the data from like in ur case it_vbak ,kna1,adrc and in output parameters itabaddr ,the internal table in which u r storing the selected data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-node-in-smartform/m-p/4601710#M1084672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T12:19:58Z</dc:date>
    </item>
  </channel>
</rss>

