<?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>Question Re: Error: Field cannot be changed in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336698#M1337730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have declared that field in FORM INTERFACE.of smartforms.But it basically comes from the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is written in smartforms "Program lines" editor.&lt;/P&gt;&lt;P&gt;I hope you understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 17:19:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T17:19:30Z</dc:date>
    <item>
      <title>Error: Field cannot be changed</title>
      <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaq-p/3336694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to write program lines in smartform.&lt;/P&gt;&lt;P&gt;but it is giving error as "Field T005-landx cannot be changed".&lt;/P&gt;&lt;P&gt;here is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ TABLE INT_KNA1 WITH KEY KUNNR  INDEX 1.&lt;/P&gt;&lt;P&gt;    TRANSLATE INT_KNA1-NAME1 TO UPPER CASE.&lt;/P&gt;&lt;P&gt;    TRANSLATE INT_KNA1-NAME2 TO UPPER CASE.&lt;/P&gt;&lt;P&gt;    TRANSLATE INT_KNA1-STRAS TO UPPER CASE.&lt;/P&gt;&lt;P&gt;    TRANSLATE INT_KNA1-ORT01 TO UPPER CASE.&lt;/P&gt;&lt;P&gt;    TRANSLATE INT_KNA1-ORT02 TO UPPER CASE.&lt;/P&gt;&lt;P&gt;    TRANSLATE T005T-LANDX TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried giving T005T-LANDX in Input parameters, output parameters and also both.But of no use....&lt;/P&gt;&lt;P&gt;Will definitely reward points if my problem gets solved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaq-p/3336694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Field cannot be changed</title>
      <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336695#M1337727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define that field in the output parameters instead of defining it in input parameters&lt;/P&gt;&lt;P&gt;&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;Nageswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336695#M1337727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Field cannot be changed</title>
      <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336696#M1337728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the valarable coming from?   Where have you written this coding?  Can you please provide more information here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336696#M1337728</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-01-24T15:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Field cannot be changed</title>
      <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336697#M1337729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where did you declare that field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagewar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336697#M1337729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T15:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Field cannot be changed</title>
      <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336698#M1337730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have declared that field in FORM INTERFACE.of smartforms.But it basically comes from the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is written in smartforms "Program lines" editor.&lt;/P&gt;&lt;P&gt;I hope you understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 17:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336698#M1337730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T17:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Field cannot be changed</title>
      <link>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336699#M1337731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you gave T005T in the import parameters of the form interface. Declare it in some other place like in the tables section of the form interface or declare a local workerea like T005T and Move data into this workarea , make the changes as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamshi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 21:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-field-cannot-be-changed/qaa-p/3336699#M1337731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T21:54:15Z</dc:date>
    </item>
  </channel>
</rss>

