<?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 abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255024#M488121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.How many types Views?&lt;/P&gt;&lt;P&gt;2.what is list output?&lt;/P&gt;&lt;P&gt;3.h to create table maintaince Generator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 May 2007 11:59:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-12T11:59:24Z</dc:date>
    <item>
      <title>abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255024#M488121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.How many types Views?&lt;/P&gt;&lt;P&gt;2.what is list output?&lt;/P&gt;&lt;P&gt;3.h to create table maintaince Generator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2007 11:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255024#M488121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-12T11:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255025#M488122</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;TYPES OF VIEWS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have four types of views available in sap&lt;/P&gt;&lt;P&gt;those are&lt;/P&gt;&lt;P&gt;data base view&lt;/P&gt;&lt;P&gt;projection view&lt;/P&gt;&lt;P&gt;maintanence view&lt;/P&gt;&lt;P&gt;help view.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ask.com/web?q=How" target="test_blank"&gt;http://www.ask.com/web?q=How&lt;/A&gt;&lt;EM&gt;many&lt;/EM&gt;types&lt;EM&gt;of&lt;/EM&gt;views&lt;EM&gt;in&lt;/EM&gt;abap&amp;amp;qsrc=1&amp;amp;o=333&amp;amp;l=dir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR LIST OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading LIST output&lt;/P&gt;&lt;P&gt;Parts of the LIST compiler output might be useful to you for debugging a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LIST compiler option produces seven pieces of output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An assembler listing of the initialization code for the program (program signature information bytes) from which you can verify program characteristics such as these: &lt;/P&gt;&lt;P&gt;Compiler options in effect &lt;/P&gt;&lt;P&gt;Types of data items present &lt;/P&gt;&lt;P&gt;Verbs used in the PROCEDURE DIVISION&lt;/P&gt;&lt;P&gt;An assembler listing of the source code for the program &lt;/P&gt;&lt;P&gt;From the address in storage of the instruction that was executing when an abend occurred, you can find the COBOL verb that corresponds to that instruction. After you find the address of the failing instruction, go to the assembler listing and find the verb for which that instruction was generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Location of compiler-generated tables in the object module &lt;/P&gt;&lt;P&gt;A map of the task global table (TGT), including information about the program global table (PGT) and constant global table (CGT) &lt;/P&gt;&lt;P&gt;Use the TGT to find information about the environment in which your program is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information about the location and size of WORKING-STORAGE and control blocks &lt;/P&gt;&lt;P&gt;You can use the WORKING-STORAGE portion of LIST output to find the location of data items defined in WORKING-STORAGE. (The beginning location of WORKING-STORAGE is not shown for programs compiled with the RENT option.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map of the dynamic save area (DSA) &lt;/P&gt;&lt;P&gt;The map of the DSA (also known as the stack frame) contains information about the contents of the storage acquired each time a separately compiled procedure is entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information about the location of literals and code for dynamic storage usage&lt;/P&gt;&lt;P&gt;You do not need to be able to program in assembler language to understand the LIST output. The comments that accompany most of the assembler code provide you with a conceptual understanding of the functions performed by the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: program initialization code &lt;/P&gt;&lt;P&gt;Example: assembler code generated from source code &lt;/P&gt;&lt;P&gt;Example: TGT memory map &lt;/P&gt;&lt;P&gt;Example: DSA memory map &lt;/P&gt;&lt;P&gt;Example: location and size of WORKING-STORAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Check this URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/search/1,293876,sid21,00.html?query=What" target="test_blank"&gt;http://searchsap.techtarget.com/search/1,293876,sid21,00.html?query=What&lt;/A&gt;&lt;EM&gt;is&lt;/EM&gt;list+output&amp;amp;bucket=ALL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;***************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if it useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinoth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinoth&lt;/P&gt;&lt;P&gt;        Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2007 12:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255025#M488122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-12T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255026#M488123</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; Asnwers are below...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1.How many types Views?&lt;/P&gt;&lt;P&gt;- Projection Views&lt;/P&gt;&lt;P&gt;-Help Views&lt;/P&gt;&lt;P&gt;- Database Views&lt;/P&gt;&lt;P&gt;-Maintenance View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.what is list output?&lt;/P&gt;&lt;P&gt;- The result of the report is displayed on a list screen. This screen is called the list screen or list output. The list output is genreated using the WRITE statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.h to create table maintaince Generator? &lt;/P&gt;&lt;P&gt;- From SE11 --&amp;gt; Menu --&amp;gt; Utilities --&amp;gt; Table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2007 12:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255026#M488123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-12T12:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255027#M488124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;VIEWS&lt;/P&gt;&lt;P&gt;The followings are different types of views: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Database View (SE11) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Help View ( SE54) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help views are used to output additional information when the online help system is called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Projection View &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A projection view can draw upon only one table. Selection conditions cannot be specified for projection views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Maintenance View ( SE54 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at below link. It will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for more detailed info look on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE MAINTENANCE GENERATOR&lt;/P&gt;&lt;P&gt;table maintanance Generator is used to manually&lt;/P&gt;&lt;P&gt;input values using transaction sm30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow below steps &lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under &lt;/P&gt;&lt;P&gt;attributes tab&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;&lt;/P&gt;&lt;P&gt;create function group and assign it under&lt;/P&gt;&lt;P&gt;function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;3) &lt;/P&gt;&lt;P&gt;select standard recording routine radio in table&lt;/P&gt;&lt;P&gt;table mainitainence generator to move table&lt;/P&gt;&lt;P&gt;contents to quality and production by assigning &lt;/P&gt;&lt;P&gt;it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintaience type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers&lt;/P&gt;&lt;P&gt;this dialog box appears when you click on create &lt;/P&gt;&lt;P&gt;button &lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/2831202#2831202 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;One step, two step in Table Maintenance Generator&lt;/P&gt;&lt;P&gt;Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2007 12:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2255027#M488124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-12T12:08:44Z</dc:date>
    </item>
  </channel>
</rss>

