<?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 printing in Sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667907#M1867792</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 think you have to include addressline4 to standard program of address u are using in SAP script using SO10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pavithra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 10:36:53 GMT</pubDate>
    <dc:creator>Pavithra_madhu</dc:creator>
    <dc:date>2014-11-10T10:36:53Z</dc:date>
    <item>
      <title>Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667903#M1867788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the link I found for address/endaddress: &lt;A href="http://help.sap.com/erp_fao_addon10/helpdata/en/4e/34fd9363de02c2e10000000a15822b/content.htm"&gt;http://help.sap.com/erp_fao_addon10/helpdata/en/4e/34fd9363de02c2e10000000a15822b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print the complete address of the customer including the entry in street4 in the customer master. At present, the sapscript uses the address/endaddress as below. But when I debugged, the structure DKADR does not have the value for street4 anywhere. And following the link above, it looks like only one street field can be printed, is that correct? Therefore, how can I be able to print the address inlcuding that field?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/579112" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Note: I tried to create a subroutine called in the sapscript but it didn't work as nothing got printed on the form. Probably I did it incorrectly. However, during debug, I've seen the fields of ADRS_PRINT and it was not picking up the street4 value too. So maybe even if it worked, I still would not have what I needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone encountered this to advise on a sound approach to handle the issue? Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667903#M1867788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-05T21:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667904#M1867789</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;what modul are u using?&lt;/P&gt;&lt;P&gt;never seen a field "Street 4"&lt;/P&gt;&lt;P&gt;do you mean name4 or addressline 4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the documentation also FM ADDRESS_INTO_PRINTFORM is mentioned. though it is kinda complex this fm can change the layout of the address. U can customize addresstypes for every single formular. this fm returns adress-lines and you can customize the amount of lines and set prio what Information should be included. but as mentioned this FM takes time to understand. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though i would suggest u to copy the address conversion out of a similar standard programm. &lt;/P&gt;&lt;P&gt;if this aint possible, do it manually. at least you have to find the db-table where the field is stored you want to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you using a standard programm for printing and just want to change the layout, set a breakpoint in ur print programm and look up the structures that are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667904#M1867789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-06T09:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667905#M1867790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's from ADDR1_DATA structure field STR_SUPPL3. On the customer master XD02, it is the field named Street 4. I actually tried using the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;FM ADDRESS_INTO_PRINTFORM already but the information was not in the ADRS_PRINT lines as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an interim solution, what I did was to add code to the print program:&lt;/P&gt;&lt;P&gt;select single str_suppl3 from ardc&lt;/P&gt;&lt;P&gt;&amp;nbsp; into location_street4&lt;/P&gt;&lt;P&gt;&amp;nbsp; where addrnumber = dkadr-adrnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the sapscript, I added /: LOCATION &amp;amp;LOCATION_STREET4&amp;amp; in between street and city.So far it works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 18:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667905#M1867790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-07T18:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667906#M1867791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cholen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call perform statement in sap script. Use FM ADDRESS_INTO_PRINTFORM in that perform. Use variable ADDRESS_PRINTFORM to display the address lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 19:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667906#M1867791</guid>
      <dc:creator>former_member213545</dc:creator>
      <dc:date>2014-11-07T19:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667907#M1867792</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 think you have to include addressline4 to standard program of address u are using in SAP script using SO10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pavithra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667907#M1867792</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2014-11-10T10:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667908#M1867793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to call FM directly in sapscript? It should be in a subroutine pool, isn't it? I did that but the address line I wanted still did not show. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; PERFORM ADDRESS_INTO_PRINTFORM IN PROGRAM SUBROUTINE POOL... :/ENDPERFORM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667908#M1867793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667909#M1867794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide more details on this? I know how to do include SO10 text in SAP script but I do not understand exactly how the addressline4 will be stored in SO10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667909#M1867794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667910#M1867795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cholen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you still searching for a better solution?&lt;/P&gt;&lt;P&gt;as you wrote, you selecting street 4 at the moment and its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would not do &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; PERFORM ADDRESS_INTO_PRINTFORM IN PROGRAM SUBROUTINE POOL... :/ENDPERFORM&lt;/P&gt;&lt;P&gt;as you wrote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better add a subroutine in your sap-script driver programm and use &lt;/P&gt;&lt;P&gt;Addressline 1-9 for output in sap script - if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all, you have to get the FM ADDRESS_INTO_PRINTFORM to return the adress in the form you want it (Addressline 1- 9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667910#M1867795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667911#M1867796</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;You can refer standard script also.. check MEDRUCK in SE71 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pavithra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 04:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667911#M1867796</guid>
      <dc:creator>Pavithra_madhu</dc:creator>
      <dc:date>2014-11-13T04:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Address printing in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667912#M1867797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As my interim solution is working, I will close this thread. I will try your recommendations later if I find necessary. Thanks, everyone for e valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 21:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-printing-in-sapscript/m-p/10667912#M1867797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-17T21:39:16Z</dc:date>
    </item>
  </channel>
</rss>

