<?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 Problem in including text id in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354808#M1232870</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 am using the following command to include a text id in sapscript.&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;VBDKR-XBLNR&amp;amp; OBJECT VBBK ID Z001 LANGUAGE &amp;amp;VBDKR-SPRAS_VKO&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the text is not showing in form. Now when I debug the sap script I found that altough VBDKR-XBLNR is holding value 0060000120 but the at include commant the value passed is 60000120.&lt;/P&gt;&lt;P&gt;So the text id is not found. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mainak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2009 14:35:35 GMT</pubDate>
    <dc:creator>former_member224404</dc:creator>
    <dc:date>2009-03-04T14:35:35Z</dc:date>
    <item>
      <title>Problem in including text id in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354808#M1232870</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 am using the following command to include a text id in sapscript.&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;VBDKR-XBLNR&amp;amp; OBJECT VBBK ID Z001 LANGUAGE &amp;amp;VBDKR-SPRAS_VKO&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the text is not showing in form. Now when I debug the sap script I found that altough VBDKR-XBLNR is holding value 0060000120 but the at include commant the value passed is 60000120.&lt;/P&gt;&lt;P&gt;So the text id is not found. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mainak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 14:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354808#M1232870</guid>
      <dc:creator>former_member224404</dc:creator>
      <dc:date>2009-03-04T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in including text id in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354809#M1232871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;VBDKR-XBLNR(K)&amp;amp; OBJECT VBBK ID Z001 LANGUAGE &amp;amp;VBDKR-SPRAS_VKO&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the (K) within your variable &amp;amp;VBDKR-XBLNR(K)&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this k makes him skip conversion routine which is responsible for cutting the leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/edit&lt;/P&gt;&lt;P&gt;You can as well use VBDKR-TDNAME which is by default your invoice number WITH leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while VBDPR-TDNAME is your invoice number with leading zeros AND your position number right concatenated to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Florian Kemmer on Mar 4, 2009 3:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 14:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354809#M1232871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in including text id in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354810#M1232872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Florian. It is working Now. Many Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 14:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-including-text-id-in-sapscript/m-p/5354810#M1232872</guid>
      <dc:creator>former_member224404</dc:creator>
      <dc:date>2009-03-04T14:55:58Z</dc:date>
    </item>
  </channel>
</rss>

