<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: SAP Smart Forms</title>
	<atom:link href="http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/</link>
	<description>The SAP Consultant's Journey</description>
	<pubDate>Sat, 19 May 2012 10:11:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: imran</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-28572</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Sun, 09 Dec 2007 11:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-28572</guid>
		<description>how to find driver{print) programs for standard smartforms?
pls can u mail me..</description>
		<content:encoded><![CDATA[<p>how to find driver{print) programs for standard smartforms?<br />
pls can u mail me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi Kumaran</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-24413</link>
		<dc:creator>Gopi Kumaran</dc:creator>
		<pubDate>Mon, 22 Oct 2007 21:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-24413</guid>
		<description>I really dont know whether I can put this here or not.Iam from India having masters degree in computer appliations and doing ABAP now.I want to go to US or any foreign country.Can any tell me all possible ways to reach my dream?Any consultancies who do recruitment in US/UK/Candada for Indians?Please let me know.You can reach me at kumarangopi@yahoo.com.Thanks in advance</description>
		<content:encoded><![CDATA[<p>I really dont know whether I can put this here or not.Iam from India having masters degree in computer appliations and doing ABAP now.I want to go to US or any foreign country.Can any tell me all possible ways to reach my dream?Any consultancies who do recruitment in US/UK/Candada for Indians?Please let me know.You can reach me at <a href="mailto:kumarangopi@yahoo.com.Thanks">kumarangopi@yahoo.com.Thanks</a> in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prateek</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-24038</link>
		<dc:creator>Prateek</dc:creator>
		<pubDate>Tue, 16 Oct 2007 11:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-24038</guid>
		<description>Hi,
Plz give me some details to understand the basic architecture of SAP Smartforms. Basic Definitions with which the concept gets clear.
mail the details to me at prateek.nolimits@gmail.com..

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Plz give me some details to understand the basic architecture of SAP Smartforms. Basic Definitions with which the concept gets clear.<br />
mail the details to me at <a href="mailto:prateek.nolimits@gmail.com">prateek.nolimits@gmail.com</a>..</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sekhar mc</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-14431</link>
		<dc:creator>sekhar mc</dc:creator>
		<pubDate>Sat, 26 May 2007 03:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-14431</guid>
		<description>hai friends, is there any example for smartform in sap, if so, please send me to my id seckharmc@gmail.com....thanq</description>
		<content:encoded><![CDATA[<p>hai friends, is there any example for smartform in sap, if so, please send me to my id <a href="mailto:seckharmc@gmail.com">seckharmc@gmail.com</a>&#8230;.thanq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1745</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Tue, 14 Nov 2006 14:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1745</guid>
		<description>Shivakumar,

For SET PF-STATUS check out this link: &lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm" rel="nofollow"&gt;Dialog Status for Lists&lt;/a&gt;

It says:
&lt;blockquote&gt;
You set the dialog status for lists in the same way as for normal screens, that is, using the statement

SET PF-STATUS &lt;stat&gt; [EXCLUDING &lt;f&gt;&#124;&lt;itab&gt;]
                     [OF PROGRAM &lt;prog&gt;]
                     [IMMEDIATELY].

This statement sets the status &lt;stat&gt; for the current output list. The dialog status &lt;stat&gt; must be defined for the current program, unless you have used the OF PROGRAM addition to set a status from another program &lt;prog&gt;. &lt;strong&gt;The status is active for all subsequent list levels until you set another status. &lt;/strong&gt;The SY-PFKEY system field always contains the status of the current list.

Using SET PF-STATUS, you can display different user interfaces for different list levels to provide the user with different functions according to the individual requirements. Use SET PF-STATUS SPACE to set the standard list status. This depends on the event blocks in the program, as described above.

&lt;strong&gt;The EXCLUDING option allows you to change the appearance and available functions of a status from within the program. This is useful if the individual user interfaces for a range of list levels are very similar. You can define a single global status, and then just deactivate the functions you do not need using EXCLUDING. &lt;/strong&gt;Specify &lt;f&gt; to deactivate the function code stored in field &lt;f&gt;. Specify &lt;itab&gt; to deactivate all function codes stored in the internal table &lt;itab&gt;. Field &lt;f&gt; and the lines of table &lt;itab&gt; should be defined with reference to the system field SY-UCOMM.

The IMMEDIATELY addition is intended specially for list processing. You use it while creating a detail list within an event block to change the status of the list currently displayed (index SY-LISTI). Without this option, the system changes the status of the current secondary list (SY-LSIND) that is displayed only at the end of the processing block.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Shivakumar,</p>
<p>For SET PF-STATUS check out this link: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm" rel="nofollow">Dialog Status for Lists</a></p>
<p>It says:</p>
<blockquote><p>
You set the dialog status for lists in the same way as for normal screens, that is, using the statement</p>
<p>SET PF-STATUS <stat> [EXCLUDING <f>|<itab>]<br />
                     [OF PROGRAM
<prog>]<br />
                     [IMMEDIATELY].</p>
<p>This statement sets the status <stat> for the current output list. The dialog status </stat><stat> must be defined for the current program, unless you have used the OF PROGRAM addition to set a status from another program
<prog>. <strong>The status is active for all subsequent list levels until you set another status. </strong>The SY-PFKEY system field always contains the status of the current list.</p>
<p>Using SET PF-STATUS, you can display different user interfaces for different list levels to provide the user with different functions according to the individual requirements. Use SET PF-STATUS SPACE to set the standard list status. This depends on the event blocks in the program, as described above.</p>
<p><strong>The EXCLUDING option allows you to change the appearance and available functions of a status from within the program. This is useful if the individual user interfaces for a range of list levels are very similar. You can define a single global status, and then just deactivate the functions you do not need using EXCLUDING. </strong>Specify <f> to deactivate the function code stored in field </f><f>. Specify <itab> to deactivate all function codes stored in the internal table </itab><itab>. Field <f> and the lines of table <itab> should be defined with reference to the system field SY-UCOMM.</p>
<p>The IMMEDIATELY addition is intended specially for list processing. You use it while creating a detail list within an event block to change the status of the list currently displayed (index SY-LISTI). Without this option, the system changes the status of the current secondary list (SY-LSIND) that is displayed only at the end of the processing block.<br />
</itab></f></itab></f></prog></stat></prog></itab></f></stat></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1744</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Tue, 14 Nov 2006 14:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1744</guid>
		<description>Shivakumar,

For Logical Database check out this link: &lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/60/183d78163011d2953c0000e8353423/frameset.htm" rel="nofollow"&gt;Using Logical Databases&lt;/a&gt;

Don't think Logical Databases look like real databases. They are just prewritten and ready-to-use database selection programs which can be used with an executable ABAP program. Instead of using complex SELECT statements in your program, if one exists, you can use a logical database.</description>
		<content:encoded><![CDATA[<p>Shivakumar,</p>
<p>For Logical Database check out this link: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/60/183d78163011d2953c0000e8353423/frameset.htm" rel="nofollow">Using Logical Databases</a></p>
<p>Don&#8217;t think Logical Databases look like real databases. They are just prewritten and ready-to-use database selection programs which can be used with an executable ABAP program. Instead of using complex SELECT statements in your program, if one exists, you can use a logical database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivakumar</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1628</link>
		<dc:creator>Shivakumar</dc:creator>
		<pubDate>Sun, 12 Nov 2006 12:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1628</guid>
		<description>can we set a p f status for all the secondary listds in an interactive reports.. please give me the details on how to set pf status forall the secondary lists with example
sap+abap+interactive report+query</description>
		<content:encoded><![CDATA[<p>can we set a p f status for all the secondary listds in an interactive reports.. please give me the details on how to set pf status forall the secondary lists with example<br />
sap+abap+interactive report+query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivakumar</title>
		<link>http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1627</link>
		<dc:creator>Shivakumar</dc:creator>
		<pubDate>Sun, 12 Nov 2006 12:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/19/sap-smart-forms/#comment-1627</guid>
		<description>please give the information about logical database events in SAP-ABAP with example so that i can use it... please... i will be very grateful to you...</description>
		<content:encoded><![CDATA[<p>please give the information about logical database events in SAP-ABAP with example so that i can use it&#8230; please&#8230; i will be very grateful to you&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

