<?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: Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213455#M766109</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;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am not clear with the points : &lt;/P&gt;&lt;P&gt;1.GET [ LATE ] : not clear where actually used?&lt;/P&gt;&lt;P&gt;2.To create a subtype for an Infotype. For Example I have created 9001 infotype and for that i need to create a subtype. So how can we do that?&lt;/P&gt;&lt;P&gt;3.How can we debug modulepool screens(client dependent objects)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 06:21:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T06:21:48Z</dc:date>
    <item>
      <title>Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213453#M766107</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;I have some doubts please clear all of my doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.what do you mean by Field-Symbols where it can be used?&lt;/P&gt;&lt;P&gt;2.What is GetLate event?&lt;/P&gt;&lt;P&gt;3.I have report , by using LDB we will get default selection screen and I have&lt;/P&gt;&lt;P&gt;  created some extra fields to that report as per my requirement.&lt;/P&gt;&lt;P&gt;  Now how can i link default selection screen fields to my own custom fields?&lt;/P&gt;&lt;P&gt;4.How can we transport Database tables?&lt;/P&gt;&lt;P&gt;  While transport only table structure get transported or with data?&lt;/P&gt;&lt;P&gt;5.What is meant by User &amp;amp; Poweruser?&lt;/P&gt;&lt;P&gt;6.Modulepool program is a client dependent one?&lt;/P&gt;&lt;P&gt;7.How to create a Subtype while creating an Infotype?&lt;/P&gt;&lt;P&gt;8.How can we create f4 help in modulepool screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 04:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213453#M766107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T04:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213454#M766108</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;1.Field symbols r pointers to the existing data types(like 'C') which does not allocate any memory space. These are used faster access of data. &lt;/P&gt;&lt;P&gt;2.To use databases logical events are essential to operating the program. En el START-OF-SELECTION se lee la base de datos lógica y se trae la información, con los eventos GET sucesivos. Sintaxis de esta sentencia de evento: In START-OF-SELECTION reads the database logic and brings information, GET successive events. Syntax judgment of this event: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET &lt;A href=" LATE "&gt;&lt;/A&gt; nametable . GET &lt;A href="https://community.sap.com/LATE"&gt;&lt;/A&gt; nametable. &lt;/P&gt;&lt;P&gt;Este evento se activa cuando la base de datos lógica hace un PUT (sentencia interna) en la tabla correspondiente. This event is activated when the database logic makes a PUT (Case internal) in the table. La opción LATE indica que debe profundizarse hasta el final de la jerarquía para que se active el evento GET . The option to be explored further indicates LATE until the end of the hierarchy to activate the event GET. Es útil por ej. It is useful eg. para hacer totales, sumando todas las entradas leídas. For totals, adding all entries read. &lt;/P&gt;&lt;P&gt;4.U can assign a transport req when a table s created and then transport it.&lt;/P&gt;&lt;P&gt;In some cases, you might have to transport data of a SAP table.  &lt;/P&gt;&lt;P&gt;Go to transaction SE16, select your entries and go to Table entry -&amp;gt; Transport entries. It's only possible for some tables...  &lt;/P&gt;&lt;P&gt;If you cannot do it that way, you have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -&amp;gt; Object list -&amp;gt; Display object list.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go in modification mode and add a new line with:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PgmID = R3TR &lt;/P&gt;&lt;P&gt;Obj = TABU &lt;/P&gt;&lt;P&gt;Object name = Name of your table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double-click on the created line and, depending on your need, put '*' in the key field or double-click on it and select the key you need to transport.  &lt;/P&gt;&lt;P&gt;5.Core user is part of the SAP Project implementation team. End user is the one who uses the SAP after it goes live and core member is supposed to create end-users for his respective module. The Power user is the Business Process Owner, who know the legacy processes and is expected to know the mapped business processes in SAP&lt;/P&gt;&lt;P&gt;6.Modulepool program is a client dependent one&lt;/P&gt;&lt;P&gt;7.To create a subtype:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the SAP menu, choose Tools ® Business Framework ® BAPI Development ® Business Object Builder, or enter the transaction code SWO1 . &lt;/P&gt;&lt;P&gt;In the field Object type enter the name of the subtype you want to create, and choose Create. &lt;/P&gt;&lt;P&gt;In the next dialog box, enter the required details:&lt;/P&gt;&lt;P&gt;In the field Supertype, enter the name of the object type for which you want to create a subtype. &lt;/P&gt;&lt;P&gt;In the field Object type, enter the name of the subtype you want to create. &lt;/P&gt;&lt;P&gt;Enter appropriate information in the remaining fields.&lt;/P&gt;&lt;P&gt;8.Create a search help thro se11 and populate it in teh properties of the input/output field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vasudha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 05:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213454#M766108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213455#M766109</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;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am not clear with the points : &lt;/P&gt;&lt;P&gt;1.GET [ LATE ] : not clear where actually used?&lt;/P&gt;&lt;P&gt;2.To create a subtype for an Infotype. For Example I have created 9001 infotype and for that i need to create a subtype. So how can we do that?&lt;/P&gt;&lt;P&gt;3.How can we debug modulepool screens(client dependent objects)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 06:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/3213455#M766109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T06:21:48Z</dc:date>
    </item>
  </channel>
</rss>

