<?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: Smartforms Debug in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761021#M36964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Now i can Debug Smartforms.&lt;/P&gt;&lt;P&gt;Let me award you some points for that suggestion.&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2004 13:06:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-23T13:06:44Z</dc:date>
    <item>
      <title>Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761014#M36957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can i &amp;lt;b&amp;gt;DEBUG&amp;lt;/b&amp;gt; into Smartforms.&lt;/P&gt;&lt;P&gt;I was actually not able to print a header text in print output(using Read_text FM)&lt;/P&gt;&lt;P&gt;Here's the code i wrote in smartform:--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF TABLE_LINES OCCURS 0.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE TLINE.&lt;/P&gt;&lt;P&gt;DATA : END OF TABLE_LINES.&lt;/P&gt;&lt;P&gt;DATA : VBELN1 LIKE THEAD-TDNAME.&lt;/P&gt;&lt;P&gt;VBELN1 = GS_HD_REF-ORDER_NUMB.&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                            = '0001'&lt;/P&gt;&lt;P&gt;    LANGUAGE                      = 'E'&lt;/P&gt;&lt;P&gt;    NAME                          = VBELN1&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                         = TABLE_LINES&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&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;LOOP AT TABLE_LINES.&lt;/P&gt;&lt;P&gt;load_date = table_lines-TDLINE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;*--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="------------" /&gt;End--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="-------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone Please Help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 11:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761014#M36957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761015#M36958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know about debuggin smartforms, but i see some error in passing parameter to the function module read_text which can fix your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the language parameter value to 'EN' or sy-langu&lt;/P&gt;&lt;P&gt;its not 'E'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 11:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761015#M36958</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-11-22T11:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761016#M36959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its giving me a short dump if i put it as "EN".&lt;/P&gt;&lt;P&gt;I know it works with just "E" also..Coz i used it in some other forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 11:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761016#M36959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T11:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761017#M36960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be check table STXH for the existence of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 12:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761017#M36960</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-11-22T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761018#M36961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thing there is problem with the Name parameter declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID   = E1EDKT1-TDID.&lt;/P&gt;&lt;P&gt;NAME = THEAD-TDNAME.&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;P&gt;              ID                      = ID&lt;/P&gt;&lt;P&gt;              LANGUAGE                = 'E'&lt;/P&gt;&lt;P&gt;              NAME                    = NAME&lt;/P&gt;&lt;P&gt;              OBJECT                  = 'VBBK'&lt;/P&gt;&lt;P&gt;Have a look at the include LV55EF03 for (FORM GET_TEXT).&lt;/P&gt;&lt;P&gt;for further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhu Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 13:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761018#M36961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761019#M36962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suzane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction SMARTFORMS look up the name of the generated function module for your smartform. Copy the name and go to transaction SE37. Get into the source code of the function module; via menu Goto -&amp;gt; Main Program and then find your piece of code by SEARCH 'VBELN1 = GS_HD_REF-ORDER_NUMB'. Put a breakpoint there and print your smartform. It will stop at the breakpoint.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 15:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761019#M36962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T15:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761020#M36963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are in 4.7 you can use smart break point in the source code fragments. See online help on BREAK-POINT statement, there is a form BREAK-POINT ID group. You can activate and deactivate such a break-point externally and they will stop the program only you are running the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 20:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761020#M36963</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2004-11-22T20:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761021#M36964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Now i can Debug Smartforms.&lt;/P&gt;&lt;P&gt;Let me award you some points for that suggestion.&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2004 13:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761021#M36964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-23T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761022#M36965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes we are on Version 4.7.&lt;/P&gt;&lt;P&gt;But i did not understand which break-point are you talking about.If u dunt mind ,can u plz eloborate.&lt;/P&gt;&lt;P&gt;Offcourse my issue was solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2004 13:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761022#M36965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-23T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761023#M36966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suzane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haven't got any points though.... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2004 13:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-debug/m-p/761023#M36966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-23T13:19:02Z</dc:date>
    </item>
  </channel>
</rss>

