<?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>Fri, 23 Mar 2012 04:47:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<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>@ouc</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) &#8216;set period code oPeriodCategory.PeriodCategory = “My Period Code” &#8216;set period name oPeriodCategory.PeriodName = “My Period Name” &#8216;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 <a href="http://jiahu.net/create-a-new-period-categories-in-sap-bo.htm"> read more <span class="meta-nav">&#187;</span></a>]]></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>&#8216;set period code<br />
oPeriodCategory.PeriodCategory = “My Period Code”</p>
<p>&#8216;set period name<br />
oPeriodCategory.PeriodName = “My Period Name”</p>
<p>&#8216;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>&#8216;set the beginning of Financial Year<br />
oPeriodCategory.BeginningofFinancialYear =”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>

