<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ABAP, NetWeaver, ERP Tutorial &#187; UI</title>
	<atom:link href="http://www.sapgeek.net/category/abap/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapgeek.net</link>
	<description>Provides a deep and broad view about SAP</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:39:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to hide SAP standard button in standard transaction</title>
		<link>http://www.sapgeek.net/2012/02/how-to-hide-sap-standard-button-in-standard-transaction/</link>
		<comments>http://www.sapgeek.net/2012/02/how-to-hide-sap-standard-button-in-standard-transaction/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 06:30:52 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[transaction variant]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2012/02/how-to-hide-sap-standard-button-in-standard-transaction/</guid>
		<description><![CDATA[<p>Business user might need to hide some buttons in SAP standard transaction code because they don’t want there functions to be abused. We assume there function couldn’t be controlled by authorization objects. SAP provides transaction variant to change SAP standard UI.</p>

<blockquote>
  <p>Transaction variants can simplify transaction runs as they allow you to:</p>

  <ul>
    <li>Preassign values to fields</li>

    <li>Hide and change the 'ready for input' status of fields</li>

    <li>Hide and change table control column attributes</li>

    <li>Hide menu functions</li>

    <li>Hide entire screens</li>
  </ul>

  <ul>In particular, hiding fields in connection with screen compression, and hiding screens, can result in greater clarity and simplicity.</ul>

  <p>Transaction variants are made up of a sequence of screen variants. The field values and field attributes for the individual screens found in transaction variants are stored in <b>screen variants</b>. Each of these variants is assigned to a specific transaction, can, however, also contain values for screens in other transactions if this is required by transaction flow. The transaction that the variant is assigned to serves as initial transaction when the variant is called.</p>
</blockquote>

<p>For example, if we need to hide button ‘Reject document’ in tcode <strong>VA02</strong>. Below are the detail steps.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2012/02/how-to-hide-sap-standard-button-in-standard-transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP ALV Overview</title>
		<link>http://www.sapgeek.net/2011/11/sap-alv-overview/</link>
		<comments>http://www.sapgeek.net/2011/11/sap-alv-overview/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 13:38:04 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ALV]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/11/sap-alv-overview/</guid>
		<description><![CDATA[ALV is the abbreviation of SAP List View which is an UI element for displaying tabular data. ALV provides a rich set of functionalities like sorting, filtering, aggregation, exporting, persistence of custom settings.

<img style="display: inline; border-width: 0px;" title="image" src="http://www.sapgeek.net/wp-content/uploads/2011/11/image.png" border="0" alt="image" width="644" height="419" />

<strong>History of SAP ALV</strong>

ALV is formerly known as ABAP List Viewer. From basis 4.0, ALV is available for SAP internal usage based on ABAP list processor technology.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/11/sap-alv-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP NWBC &#8211; ECC CRM Integration</title>
		<link>http://www.sapgeek.net/2011/08/sap-nwbc-ecc-crm-integration/</link>
		<comments>http://www.sapgeek.net/2011/08/sap-nwbc-ecc-crm-integration/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 06:27:10 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[NWBC]]></category>
		<category><![CDATA[PFCG]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/08/sap-nwbc-ecc-crm-integration/</guid>
		<description><![CDATA[In some cases, the client wants to integrate some individual WebClient UI components with ECC transactions into NWBC. This integration is for the users who mainly use ECC transactions and only needs a few WebClient UI applications. For example, You use Financial Accounting in SAP ERP and, in addition, you wish to use account details of SAP Customer Relationship Management (SAP CRM). SAP still recommends the users who work primarily with WebClient UI applications to use standalone WebClient UI. Below are the steps to set up this scenario for NWBC.

<strong>System Landscape</strong>

There is a CRM system and a ECC system. The NWBC will logon the ECC system to access all the required transaction, Web Dynpro applications, WebClient UI components and other applications.

<img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="image" src="http://www.sapgeek.net/wp-content/uploads/2011/08/image8.png" border="0" alt="image" width="349" height="162" /><strong></strong>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/08/sap-nwbc-ecc-crm-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Dynpro ABAP &#8211; Portal Navigation</title>
		<link>http://www.sapgeek.net/2011/02/web-dynpro-abap-portal-navigation/</link>
		<comments>http://www.sapgeek.net/2011/02/web-dynpro-abap-portal-navigation/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 07:17:07 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Web Dynpro]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/02/web-dynpro-abap-portal-navigation/</guid>
		<description><![CDATA[<p>In some SAP portal implementation projects, SAP standard transactions are integrated into portal using ITS – a first generation of web technology developed by SAP. Because the main UI technology used in ECC is Dynpro, ITS plays an important part in presenting these transactions in the internet environment. Below diagram shows the SAP current UI strategy in ABAP and Java.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/02/web-dynpro-abap-portal-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Define Field Selection for WBS</title>
		<link>http://www.sapgeek.net/2011/01/define-field-selection-for-wbs/</link>
		<comments>http://www.sapgeek.net/2011/01/define-field-selection-for-wbs/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 09:21:37 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Field Selection]]></category>
		<category><![CDATA[WBS]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/01/define-field-selection-for-wbs/</guid>
		<description><![CDATA[<p>When implementing the project system, the WBS detail screen always need to be adapted to fulfill customer’s special requirements. SAP provides a special function named Field Selection to support in changing the screen field attributes.</p>

<p><strong>Overview</strong></p>

<p>The function Field selection allows you to change the attributes of screen fields dynamically at runtime.Field selection distinguishes between influencing fields and modified fields. At runtime, a function module analyzes the field contents of the influencing fields and then sets the attributes of the modified fields accordingly. </p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/01/define-field-selection-for-wbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Transaction Classification</title>
		<link>http://www.sapgeek.net/2010/12/sap-transaction-classification/</link>
		<comments>http://www.sapgeek.net/2010/12/sap-transaction-classification/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 05:36:21 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[ITS]]></category>
		<category><![CDATA[SAP GUI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2010/12/sap-transaction-classification/</guid>
		<description><![CDATA[<p>When defining the SAP transaction, there is an option allows you to choose the transaction classification.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/12/sap-transaction-classification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAPGUI Error &#8211; ERROR:Service &#8216;?&#8217; unknown</title>
		<link>http://www.sapgeek.net/2010/02/sapgui-error-errorservice-unknown/</link>
		<comments>http://www.sapgeek.net/2010/02/sapgui-error-errorservice-unknown/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:30:07 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[SAP GUI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=489</guid>
		<description><![CDATA[Sometimes when I try to login to the SAP system, the GUI pop up the error message “Error: Service ‘?’ unknown”. I confused by this error message but don’t know how to fix this.

I got some time today and fortunately found the route of the problem.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/02/sapgui-error-errorservice-unknown/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SAP Screen Sequence Control</title>
		<link>http://www.sapgeek.net/2010/01/sap-screen-sequence-control/</link>
		<comments>http://www.sapgeek.net/2010/01/sap-screen-sequence-control/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:43:16 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Dynpro]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=475</guid>
		<description><![CDATA[Transaction Code: VFBS.
Function Module: SCREEN_SEQUENCE_CONTROL

Function: SCREEN_SEQUENCE_CONTROL
Function group: V00F

Summary
Determination of the next screen from the function code ]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/01/sap-screen-sequence-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynpro programming &#8211; seach help</title>
		<link>http://www.sapgeek.net/2010/01/dynpro-programming-seach-help/</link>
		<comments>http://www.sapgeek.net/2010/01/dynpro-programming-seach-help/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:36:46 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Dynpro]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=460</guid>
		<description><![CDATA[If you develop the custom screen, you always need to deal with the search help. Some search help comes from the DDIC definition. In some case the search help value comes from program dynamically. Below code example shows how you can populate search help.

In the screen flow logic:]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/01/dynpro-programming-seach-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reason of using OK_CODE</title>
		<link>http://www.sapgeek.net/2010/01/reason-of-using-ok_code/</link>
		<comments>http://www.sapgeek.net/2010/01/reason-of-using-ok_code/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 16:12:47 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Function Code]]></category>
		<category><![CDATA[OK_CODE]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=456</guid>
		<description><![CDATA[In the ABAP dynpro programming, we always deals with OK_CODE which contains the function code user triggers. For each screen, there is a default UI element with type OK. The element is used to pass function code to the program for further processing.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/01/reason-of-using-ok_code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

