<?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: Header text in Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889025#M1479767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAST-Spras is EN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there is no condition for portugese language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to keep a condition befor the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 06:27:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-13T06:27:08Z</dc:date>
    <item>
      <title>Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889020#M1479762</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;My SAP Script is maintained in English language. In one place, i have to read  header text which is in portuguese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE &amp;amp;VBDKR-TDNAME&amp;amp; OBJECT VBBK ID ZU04 PARAGRAPH HT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The text is read correctly which has maintained in English(other document no).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But the problem is with the text in portugese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I can understand that it is because of Language conflict. But is there any solution to overcome this? My user wants that text should be displayed in Portuguese only and the script should be maintained in English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 05:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889020#M1479762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T05:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889021#M1479763</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 SO10, maintain the standard text in &lt;STRONG&gt;portugese&lt;/STRONG&gt; same as maintained for &lt;STRONG&gt;English&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also pass the langauge parameter in the command as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE &amp;amp;VBDKR-TDNAME&amp;amp; OBJECT VBBK ID ZU04 LANGUAGE PT PARAGRAPH HT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PT =&amp;gt; Portuguese&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if anything is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 05:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889021#M1479763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T05:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889022#M1479764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text hasnt maintained in SO10. It has maintained in Header text of billing document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i cant use the Language key in script editor, bcoz the same include is called for the text in english of other billing document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: How to call the header text irrespective of the language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 05:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889022#M1479764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T05:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889023#M1479765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry in a hurry i told you about SO10. My mistake.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls tell me the NAST-TDSPRAS value (In debugging) for you billing document? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there must be some condition to select the &lt;STRONG&gt;Portuguese&lt;/STRONG&gt; language text in your layout.. can you pls tell me that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs, &lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 06:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889023#M1479765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T06:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889024#M1479766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While maintaining the Text in header text, the language should be selected as PT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to execute the READ_TEXT in SE37 and see if you are getting SY-SUBRC = 0 when language is PT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 06:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889024#M1479766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T06:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889025#M1479767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAST-Spras is EN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there is no condition for portugese language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to keep a condition befor the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 06:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889025#M1479767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T06:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889026#M1479768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only a way to call that &lt;STRONG&gt;PT&lt;/STRONG&gt; text on your english layout is to put a condition.. Include command just works like read_text ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you will not pass the langauge in the editor you will always get the &lt;STRONG&gt;ENGLISH&lt;/STRONG&gt; text ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example ant specific document number u wud like to print the PT text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even in editor you can write like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: IF &amp;amp;CONDITION 1&amp;amp; = 'TRUE'  --&amp;gt; For PT
/: INCLUDE &amp;amp;VBDKR-TDNAME&amp;amp; OBJECT VBBK ID ZU04 LANGUAGE PT PARAGRAPH HT
/: ENDIF

/: IF &amp;amp;CONDITION 2&amp;amp; = 'TRUE'   --&amp;gt; For EN
/: INCLUDE &amp;amp;VBDKR-TDNAME&amp;amp; OBJECT VBBK ID ZU04 LANGUAGE EN PARAGRAPH HT
/: ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that should the way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lokesh Tarey on May 13, 2010 8:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 06:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889026#M1479768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889027#M1479769</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;Iif you have maintained the same text in portuguese language as well then use the parameter LANGUAGE in the include statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 06:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889027#M1479769</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-05-13T06:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889028#M1479770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly the same way Im also thinking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if it is in portugese it would work fine,,say if they maintain some other text in some other language,,then the problem again will occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to retreive the language of the text maintained in header text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: INCLUDE &amp;amp;VBDKR-TDNAME&amp;amp; OBJECT VBBK ID ZU04 LANGUAGE PT PARAGRAPH HT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the place of PT, if v pass some field,then the problem would be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what would be that field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know if u have any clue on this,,other wise no issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgs,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 06:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889028#M1479770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T06:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889029#M1479771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the strange thing is that, How you ar deciding that which text has to be called..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Means if you give doc num 001, so it has to print the text in EN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. And if you give doc num 002, so it has to print the text in PT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How your object came to know which to print???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example there is a customer ABC belongs to &lt;STRONG&gt;Portuguese&lt;/STRONG&gt;, in that case only you need to put the text in PT while whole documnet in English..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to consult this with your functional buddies so let you know about the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope my suggestion helped you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I any case you can still post again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 07:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889029#M1479771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889030#M1479772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 07:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889030#M1479772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T07:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Header text in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889031#M1479773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you got your issue resolved. If so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSTXT-TDSPRAS field contains the language in which the text is maintained.&lt;/P&gt;&lt;P&gt;May be you can put a check or condition on this field and display the corresponding texts accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 07:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-text-in-script/m-p/6889031#M1479773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T07:31:57Z</dc:date>
    </item>
  </channel>
</rss>

