<?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: Problem In production pls help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342649#M173206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhimanyu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms, you have the checkbox option to select 'No error if no text exists'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, just select it, if the text is there, then it will be printed otherwise it wont give any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 13:39:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-06T13:39:33Z</dc:date>
    <item>
      <title>Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342645#M173202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a smartform. It call the FM read_text to check if text exists or not. Only if the text exist it goes to the next node to print it , &lt;/P&gt;&lt;P&gt;If the text exist the form works fine . &lt;/P&gt;&lt;P&gt;If the text doesnt exist , during delivery issue output it throws an error text id 'ggg' lan 'e' doesnt exixt . Is there any way i can supress this year and use the FM else how can i know if text exist or not . This prob came in production , its very urgent . Pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342645#M173202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342646#M173203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Abhi,&lt;/P&gt;&lt;P&gt; Can you show how are you coding for READ_TEXT function in your smartform driver?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342646#M173203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342647#M173204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have included a Program Lines Node in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear txt_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*is_dlv_delnote-hd_gen-deliv_numb.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DATA: TNAME LIKE THEAD-TDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tname = is_dlv_delnote-hd_gen-deliv_numb.&lt;/P&gt;&lt;P&gt;flag = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'READ_TEXT'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                        = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    id                            = 'Z901'&lt;/P&gt;&lt;P&gt;    language                      = 'E'&lt;/P&gt;&lt;P&gt;    name                          = tname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    object                        = 'VBBK'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_HANDLE                = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LOCAL_CAT                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  HEADER                        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    lines                         = txt_line&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ID                            = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE                      = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NAME                          = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOT_FOUND                     = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECT                        = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REFERENCE_CHECK               = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WRONG_ACCESS_TO_ARCHIVE       = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if txt_line is initial.&lt;/P&gt;&lt;P&gt;flag = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want the error message to popup even if there is no text for that object . Is it possible ?&lt;/P&gt;&lt;P&gt;After this node , i check the falg . If its 1 then only the nodes "booking Number ' and value gets printed .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342647#M173204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342648#M173205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please uncomment your exceptions in the call to the function module.  This will allow the function module to pass the error thru exceptions instead of a regular message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: lines type table of TLINE with header line.

call function 'READ_TEXT'
  exporting
*   CLIENT                        = SY-MANDT
    id                            = 'Z001'
    language                      = sy-langu
    name                          = '3215'
    object                        = 'ZPT_DET'
*   ARCHIVE_HANDLE                = 0
*   LOCAL_CAT                     = ' '
* IMPORTING
*   HEADER                        =
  tables
    lines                         = lines
&amp;lt;b&amp;gt; EXCEPTIONS
   ID                            = 1
   LANGUAGE                      = 2
   NAME                          = 3
   NOT_FOUND                     = 4
   OBJECT                        = 5
   REFERENCE_CHECK               = 6
   WRONG_ACCESS_TO_ARCHIVE       = 7
   OTHERS                        = 8&amp;lt;/b&amp;gt;
          .


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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>Tue, 06 Jun 2006 13:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342648#M173205</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-06T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342649#M173206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhimanyu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms, you have the checkbox option to select 'No error if no text exists'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, just select it, if the text is there, then it will be printed otherwise it wont give any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342649#M173206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342650#M173207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;CAN YOU GIVE ME SOME CODE OF THIS &lt;/P&gt;&lt;P&gt;during delivery issue output it throws an error text id 'ggg' lan 'e' doesnt exixt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I CANT ABLE TO UNDERSTAND THIS LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 13:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342650#M173207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342651#M173208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is you problem solved?  If so, please make sure to award points for any helpful answers and mark your post as solved.  THanks and welcome to SDN.  &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>Tue, 06 Jun 2006 14:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342651#M173208</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-06T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342652#M173209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Uncomments the exceptions &amp;amp; handle within SY-Subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if sy-subrc = 1.&lt;/P&gt;&lt;P&gt;.logic&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 14:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342652#M173209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T14:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In production pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342653#M173210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanksss a Tonnne Rich &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;) It was in production that the error came , i was tensed . But thanks to you . Hats Off &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 14:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-production-pls-help/m-p/1342653#M173210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T14:20:08Z</dc:date>
    </item>
  </channel>
</rss>

