<?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: ADDRESS_INTO_PRINTFORM Error !!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917468#M686905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare the TYPE POOLS  :SZADR in the TOP include . That should solve your problem .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 15:56:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-22T15:56:56Z</dc:date>
    <item>
      <title>ADDRESS_INTO_PRINTFORM Error !!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917466#M686903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this FM ADDRESS_INTO_PRINTFORM to get the address by passing the address number but not able to retrieve I am getting an error . &lt;/P&gt;&lt;P&gt;The code is as below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: z_adrs LIKE adrs&lt;/P&gt;&lt;P&gt; DATA:addrnumber LIKE ADDR1_SEL-addrnumber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: addr_type like SZAD_FIELD-ADDR_TYPE.&lt;/P&gt;&lt;P&gt;addr_type = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: z_nation.&lt;/P&gt;&lt;P&gt; z_nation = 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'ADDRESS_INTO_PRINTFORM'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     address_type                       = addr_type&lt;/P&gt;&lt;P&gt;     address_number                   = addrnumber&lt;/P&gt;&lt;P&gt;     number_of_lines                   = 10&lt;/P&gt;&lt;P&gt;      iv_nation                             = z_nation&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     address_printform_table              = z_adrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is as below .&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The call to the function module "ADDRESS_INTO_PRINTFORM" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module interface allows you to specify only fields&lt;/P&gt;&lt;P&gt;of a particular type under "ADDRESS_PRINTFORM_TABLE". The field "Z_ADRS"&lt;/P&gt;&lt;P&gt; specified here&lt;/P&gt;&lt;P&gt;has a different field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise . &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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Teresa lytle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 23:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917466#M686903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T23:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: ADDRESS_INTO_PRINTFORM Error !!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917467#M686904</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;Change your code as&lt;/P&gt;&lt;P&gt;DATA: z_adrs LIKE adrs&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: z_adrs LIKE SZADR_PRINTFORM_TABLE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 00:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917467#M686904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T00:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: ADDRESS_INTO_PRINTFORM Error !!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917468#M686905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare the TYPE POOLS  :SZADR in the TOP include . That should solve your problem .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 15:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-into-printform-error/m-p/2917468#M686905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T15:56:56Z</dc:date>
    </item>
  </channel>
</rss>

