<?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: trace step,search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422543#M822009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Sorry for the delay in replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the process of looping is same on ABAP and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And nobody can understand debugging without practising the ABAP codes. Pls go through the transaction 'ABAPDOCU' for examples and practise coding. Debug your own coding and see whats happning. Thats when u ll be able to get a grip on debugging methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The debugger window has terms like tables, fields which show the contents  of particular objects you select. It is useful when u want to trace in which step u go wrong.This is to trace the step where your contents are mishandled or misstored.We can check if the field variable gets the value, the internal table has contents, etc. Try to debug your own codes and understand everything before you start debugging standard/others' programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 08:40:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T08:40:09Z</dc:date>
    <item>
      <title>trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422538#M822004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi good even,&lt;/P&gt;&lt;P&gt;i dont know how to create the search help for a field for a particular table. &lt;/P&gt;&lt;P&gt;plz tell clearly with each steps.&lt;/P&gt;&lt;P&gt;and i don't know how to trace the abap statements for a particular program. just like as F7 key using in c and c++.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422538#M822004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422539#M822005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For tracing step, use F5 after getting into debugger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F8 - Direct output.&lt;/P&gt;&lt;P&gt;F7 - returning to previous step when inside a debugger&lt;/P&gt;&lt;P&gt;F5 - trace/step by step debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any program, you can enter the debugger by typing "/h" in the place where you enter your transaction codes. It switches on the debugger. This is applicable for any screen/standard program too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find debugger otherwise, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SE38, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On menubar Goto Program&lt;DEL&gt;&amp;gt;Test&lt;/DEL&gt;&amp;gt;Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saipriya.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422539#M822005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422540#M822006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, to create the search help for a field for a particular table, you only have to declare a field indexing to table field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_bukrs like t001-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422540#M822006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422541#M822007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For search help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 types :&lt;/P&gt;&lt;P&gt;Elementary search help and&lt;/P&gt;&lt;P&gt;Collective search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elementary search help has search field from one other table&lt;/P&gt;&lt;P&gt;Collective search help has search field data from more than one tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create search help, Goto --&amp;gt; se11 --&amp;gt; search help.&lt;/P&gt;&lt;P&gt;Enter the search help name ( Remember it should start with 'Z'. Only SAP defined terms start with other characters). It is another table with the field required. Create the table and enter the required fields and cretae entries as per usual procedure.&lt;/P&gt;&lt;P&gt;Now search help is created(Elementary search help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above method is for elementary search help creation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating the fields of the table (through SE11) , &lt;/P&gt;&lt;P&gt;in the tab 'Fields' (where u enter ur field name, data element, data type ... short description), click the button 'Srch Help' and mention the name of the search help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saipriya.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422541#M822007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T13:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422542#M822008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s i got it . but they controls are go to the some other system implicit statements , i can't understand what it could done.&lt;/P&gt;&lt;P&gt;for ex) i am creating a simple program using a do while loop statement for 10 times in abap.&lt;/P&gt;&lt;P&gt;i asking to u "whether  it work as a "c program " or not?".&lt;/P&gt;&lt;P&gt;in " c"  languages the control flow for 10 times . it could easily understood by me and others. &lt;/P&gt;&lt;P&gt;but here i dont know.&lt;/P&gt;&lt;P&gt;2.)one more qs. in below of the debugger window some field  names and fields contents are there . i can't understood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422542#M822008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T13:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422543#M822009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Sorry for the delay in replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the process of looping is same on ABAP and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And nobody can understand debugging without practising the ABAP codes. Pls go through the transaction 'ABAPDOCU' for examples and practise coding. Debug your own coding and see whats happning. Thats when u ll be able to get a grip on debugging methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The debugger window has terms like tables, fields which show the contents  of particular objects you select. It is useful when u want to trace in which step u go wrong.This is to trace the step where your contents are mishandled or misstored.We can check if the field variable gets the value, the internal table has contents, etc. Try to debug your own codes and understand everything before you start debugging standard/others' programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 08:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422543#M822009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422544#M822010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi saipriya,&lt;/P&gt;&lt;P&gt; i don't know how to pass an internal tables via &lt;STRONG&gt;tables&lt;/STRONG&gt; to functional modules . please tell clearly with each step.&lt;/P&gt;&lt;P&gt;am already created one ddic tables ysustab2.i want to pass the internal tables as a ysustab2 type.&lt;/P&gt;&lt;P&gt;i dont know&lt;/P&gt;&lt;P&gt;for ex)&lt;/P&gt;&lt;P&gt;function yfunmod&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;it4 structure ysustab2.         ** i dont know how to mention the structure type ysustab2 in interfaces for it4(internal table)*&lt;/P&gt;&lt;P&gt;importing &lt;/P&gt;&lt;P&gt;value(it1) type table &lt;/P&gt;&lt;P&gt;bla  bla bla  ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 15:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422544#M822010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T15:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422545#M822011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not clear with ur previous post.&lt;/P&gt;&lt;P&gt;But I will try to explain how to pass internal table to a function module.&lt;/P&gt;&lt;P&gt;The internal table will have contents from a database table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : zdssp,                      "DEPARTMENT TABLE&lt;/P&gt;&lt;P&gt;               zessp.                      "EMPLOYEE DETAILS TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF wi_zsspit OCCURS 0 ,&lt;/P&gt;&lt;P&gt;       emp_id LIKE zessp-emp_id,&lt;/P&gt;&lt;P&gt;       emp_name LIKE zessp-emp_name,&lt;/P&gt;&lt;P&gt;       dept_id LIKE zessp-dept_id,&lt;/P&gt;&lt;P&gt;       dept_descr LIKE zdssp-dept_descr,&lt;/P&gt;&lt;P&gt;       END OF wi_zsspit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA wt_zsspdept LIKE zdssp OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLe text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_deptid LIKE zdssp-dept_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_deptid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM zdssp INTO TABLE wt_zsspdept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'                    " FUNCTION CALL&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         retfield               = 'DEPT_ID'&lt;/P&gt;&lt;P&gt;         dynpprog               = sy-repid&lt;/P&gt;&lt;P&gt;         dynpnr                 = sy-dynnr&lt;/P&gt;&lt;P&gt;         dynprofield            = 'p_deptid'&lt;/P&gt;&lt;P&gt;        value_org              = 'S'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;         value_tab              = wt_zsspdept.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, replace the code with ur field/table names and use write statement as required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module is for getting F4 help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Saipriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 05:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422545#M822011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T05:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: trace step,search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422546#M822012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi saipriya,&lt;/P&gt;&lt;P&gt;sorry for delay&lt;/P&gt;&lt;P&gt;ok i will work out the internal tables now. after i will reward to u. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to print the floyd triangle just like as&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1 2&lt;/P&gt;&lt;P&gt;1 2 3&lt;/P&gt;&lt;P&gt;1 2 3 4&lt;/P&gt;&lt;P&gt;1 2 3 4 5&lt;/P&gt;&lt;P&gt;i was developed a abap coding for these but it depict the unpredictable answer.&lt;/P&gt;&lt;P&gt;coding is shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : in type i value 1,&lt;/P&gt;&lt;P&gt;          jn type i value 1.&lt;/P&gt;&lt;P&gt;       while in le  5.&lt;/P&gt;&lt;P&gt;         while jn le in.&lt;/P&gt;&lt;P&gt;           write:/  jn.&lt;/P&gt;&lt;P&gt;            compute jn = jn + 1.&lt;/P&gt;&lt;P&gt;         endwhile.&lt;/P&gt;&lt;P&gt;        write:/.&lt;/P&gt;&lt;P&gt;       compute in = in + 1.&lt;/P&gt;&lt;P&gt;    endwhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 10:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-step-search-help/m-p/3422546#M822012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T10:00:28Z</dc:date>
    </item>
  </channel>
</rss>

