<?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 General ABAp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692178#M303987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have few queries.&lt;/P&gt;&lt;P&gt;1. What is "standard text" in ABAP?&lt;/P&gt;&lt;P&gt;2. How to decide which view (Database, Maintenance, help,projection) we have to use in ABAP program?&lt;/P&gt;&lt;P&gt;3. Can we define variables in SAP-Script? (Like in ABAP report using data)&lt;/P&gt;&lt;P&gt;4. What is the use of MATCHCODE? (Same also can be done through Help view)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 08:10:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T08:10:46Z</dc:date>
    <item>
      <title>General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692178#M303987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have few queries.&lt;/P&gt;&lt;P&gt;1. What is "standard text" in ABAP?&lt;/P&gt;&lt;P&gt;2. How to decide which view (Database, Maintenance, help,projection) we have to use in ABAP program?&lt;/P&gt;&lt;P&gt;3. Can we define variables in SAP-Script? (Like in ABAP report using data)&lt;/P&gt;&lt;P&gt;4. What is the use of MATCHCODE? (Same also can be done through Help view)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692178#M303987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692179#M303988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. What is "standard text" in ABAP?&lt;/P&gt;&lt;P&gt; When using the ABAP program in different languages, the standard texts can be used to display the textaccording to the login language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How to decide which view (Database, Maintenance, help,projection) we have to use in ABAP program?&lt;/P&gt;&lt;P&gt;Only database and projection views can be used in the ABAP program.&lt;/P&gt;&lt;P&gt;Database View - When you want to retrieve from a single table&lt;/P&gt;&lt;P&gt;Projection View - When you want to retrieve from one or more tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Can we define variables in SAP-Script? (Like in ABAP report using data)&lt;/P&gt;&lt;P&gt;Using the DEFINE statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. What is the use of MATCHCODE? (Same also can be done through Help view)&lt;/P&gt;&lt;P&gt;Matchcodes are the older version of Search Helps. They are used to display the possible input values for a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692179#M303988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692180#M303989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, SO10 - You can include this standard text in scripts &amp;amp; smartforms without hardcoding.&lt;/P&gt;&lt;P&gt;2.Database view checking on primary keys&lt;/P&gt;&lt;P&gt;3. Using DEfine &amp;amp; variable&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692180#M303989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692181#M303990</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;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;1. standard text&lt;/P&gt;&lt;BR /&gt;The standard texts is used to display the text according to the login language.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;2. View&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Database View - fetch from a single table&lt;BR /&gt;Projection View - fetch from one or more tables&lt;BR /&gt;&lt;BR /&gt;3. &lt;B&gt;&lt;P&gt;Variable ins script&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text in the editor contains the following DEFINE commands:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: DEFINE &amp;amp;mysymbol&amp;amp; = 'xxx xxx xxxxx xxxx' 
&amp;amp;mysymbol&amp;amp; 
/: DEFINE &amp;amp;mysymbol&amp;amp; = 'yyyyy yyy yyyy' 
/ &amp;amp;mysymbol&amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;MATCHCODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string. &lt;/P&gt;&lt;P&gt;You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;Search Help &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;With this function you can search for objects, thereby defining and linking different selection conditions for the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;You can call this function by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Selecting Object ® Search... () in the main menu bar of the Integration Builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Placing the cursor on a software component version and selecting Search... () in the context menu (only in the Integration Repository)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the software component version is defined as the search criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;Defining the Object Type&lt;/P&gt;&lt;P&gt;You can select the object type in a dropdown list in field Object Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the design (Integration Repository) you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Select an object type (for example Message Interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Select a cross-object category (for example Interface Objects)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the configuration (Integration Directory) you can select types Values Mapping Group and schema in addition to the individual object types.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------" /&gt;&lt;P&gt;CHECK THIS LINK TO CREATE A SEARCH HELP.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK THIS LINK TO CREATE A MATCHCODE OBJECT&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more details...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;if hlped pls mark points&amp;lt;/b&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692181#M303990</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-28T08:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692182#M303991</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;&lt;/P&gt;&lt;P&gt;SO10  Standard text editor  &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, 28 Nov 2006 08:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692182#M303991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692183#M303992</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. They are in S010.&lt;/P&gt;&lt;P&gt;2. Database view:Used for transparent table.It's like inner join.If more than one table,only reading is possible.&lt;/P&gt;&lt;P&gt;Projection:It's used for one table.It's used to mask out certain fields.&lt;/P&gt;&lt;P&gt;Help:It's used in search help.&lt;/P&gt;&lt;P&gt;Maintenance:It's used in business point of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Matchcode are similar to searchhelp.Only difference matchcode are used in earlier versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692183#M303992</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-11-28T08:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: General ABAp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692184#M303993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;standard text:&lt;/P&gt;&lt;P&gt;only use standard text when there is a lot of text to include and it has the possiblility of changing frequently.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database View - Data retrieve from a single table&lt;/P&gt;&lt;P&gt;Projection View - Data retrieve from one or more tables&lt;/P&gt;&lt;P&gt;help view - &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maintainance view - we mostly not use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Using the DEFINE statement we can create variables in scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4. Matchcode:&lt;/P&gt;&lt;P&gt;Go thru this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3e/f3fc37eeb70143e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/3e/f3fc37eeb70143e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-abap/m-p/1692184#M303993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T08:37:52Z</dc:date>
    </item>
  </channel>
</rss>

