<?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 Shipping type text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338396#M1730007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to print the shipping type text from the sales order on the order acknowledgement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using T173T-BEZEI&amp;nbsp; for the printing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text is not printing . If I use T173T-Vsart , even the number is not printing . When I debugg T173T-BEZEI it is empty .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where could I possibly go wrong .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 12:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-11T12:27:34Z</dc:date>
    <item>
      <title>Shipping type text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338396#M1730007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to print the shipping type text from the sales order on the order acknowledgement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using T173T-BEZEI&amp;nbsp; for the printing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text is not printing . If I use T173T-Vsart , even the number is not printing . When I debugg T173T-BEZEI it is empty .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where could I possibly go wrong .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 12:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338396#M1730007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-11T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shipping type text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338397#M1730008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There may be various reason,&lt;/P&gt;&lt;P&gt;1) Your select query may be not appropriate to fetch text,&lt;/P&gt;&lt;P&gt;at first select sales order,then pass to that table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get shipping type value from vbkd table,vsart field.&lt;/P&gt;&lt;P&gt;then pass it to T173T table like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if it_vbkd is not initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select&amp;nbsp; spras vsart bezei from t173t for all entries in it_vbkd &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where spras = 'EN' and vsart = it_vbkd-vsart.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then write the value of BEZEI.&lt;/P&gt;&lt;P&gt;hope it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)If still not coming the may be value is not there in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try It.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338397#M1730008</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-04-11T13:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shipping type text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338398#M1730009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gaurav, I will try and see what happens .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to write this in a sapscript ,how do i use the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338398#M1730009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-11T13:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shipping type text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338399#M1730010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;For this You have to create subroutine (form endform).&lt;/P&gt;&lt;P&gt;From script to se38 program You can call that.&lt;/P&gt;&lt;P&gt;There are many link will help You,search in google/scn,that how to write code in script.&lt;/P&gt;&lt;P&gt;One of those is &lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/1764347" title="http://scn.sap.com/thread/1764347"&gt;http://scn.sap.com/thread/1764347&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338399#M1730010</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-04-11T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Shipping type text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338400#M1730011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , but I do not want to chnage the print program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without chnaging the print program is there a way of adding the code in the script so that it works .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shipping-type-text/m-p/9338400#M1730011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-11T13:32:29Z</dc:date>
    </item>
  </channel>
</rss>

