<?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>家有小虎 &#187; BO</title>
	<atom:link href="http://jiahu.net/tag/bo/feed" rel="self" type="application/rss+xml" />
	<link>http://jiahu.net</link>
	<description>我在路上, 你不在身旁. 想你的时候, 温暖依然.</description>
	<lastBuildDate>Sat, 06 Mar 2010 07:33:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a new period categories in SAP BO</title>
		<link>http://jiahu.net/create-a-new-period-categories-in-sap-bo.htm</link>
		<comments>http://jiahu.net/create-a-new-period-categories-in-sap-bo.htm#comments</comments>
		<pubDate>Fri, 15 Feb 2008 11:58:34 +0000</pubDate>
		<dc:creator>o2ho</dc:creator>
				<category><![CDATA[工作]]></category>
		<category><![CDATA[BO]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=297</guid>
		<description><![CDATA[The following is a VB.NET sample that creates new period categories and returns its parameters.
Dim oPeriodCategory As PeriodCategory
&#8216;get period category
oPeriodCategory = oCompanyService.GetDataInterface(CompanyServiceDataInterfaces.csdiPeriodCategory)
&#8217;set period code
oPeriodCategory.PeriodCategory = &#8220;My Period Code&#8221;
&#8217;set period name
oPeriodCategory.PeriodName = &#8220;My Period Name&#8221;
&#8217;set the period type can be year,quater,month or day
&#8216;(e.g. spt_Year=0,spt_quater=1,spt_month=2,spt_days)
oPeriodCategory.SubPeriodType = BoSubPeriodTypeEnum.spt_Year
&#8217;set the beginning of Financial Year
oPeriodCategory.BeginningofFinancialYear =&#8221;2008-01-01&#8243;
oCompanyService.CreatePeriod(oPeriodCategory)
]]></description>
			<content:encoded><![CDATA[<p>The following is a VB.NET sample that creates new period categories and returns its parameters.</p>
<p>Dim oPeriodCategory As PeriodCategory</p>
<p>&#8216;get period category<br />
oPeriodCategory = oCompanyService.GetDataInterface(CompanyServiceDataInterfaces.csdiPeriodCategory)</p>
<p>&#8217;set period code<br />
oPeriodCategory.PeriodCategory = &#8220;My Period Code&#8221;</p>
<p>&#8217;set period name<br />
oPeriodCategory.PeriodName = &#8220;My Period Name&#8221;</p>
<p>&#8217;set the period type can be year,quater,month or day<br />
&#8216;(e.g. spt_Year=0,spt_quater=1,spt_month=2,spt_days)<br />
oPeriodCategory.SubPeriodType = BoSubPeriodTypeEnum.spt_Year</p>
<p>&#8217;set the beginning of Financial Year<br />
oPeriodCategory.BeginningofFinancialYear =&#8221;2008-01-01&#8243;</p>
<p>oCompanyService.CreatePeriod(oPeriodCategory)</p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/create-a-new-period-categories-in-sap-bo.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
