📚 SAP Business One SDK Help

FinancePeriod Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilemethod FromXMLFile
Public Method FromXMLStringmethod FromXMLString
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property AbsoluteEntrySets or return the key of the period category as assigned by the system when creating a new period category.

Field name: AbsEntry.

Public Property ActiveforFeedDetermines whether or not to enable adding documents to the finance period. However, a journal entries can be added.

Field name: Free2.

Use the property PeriodStatus instead of ActiveforFeed.

Public Property AdditionalSubPeriodsDetermines whether or not additional sub periods exists.

Field name: Addition.

Public Property LockedSets or returns a valid value that determines whether or not to lock the Finance Period for additional journal entries.

Field name: Free3.

Use the property PeriodStatus instead of Locked.

Public Property PeriodCodeSets or returns the Period Code.

Field name: Code.

Length: 20 characters.

Public Property PeriodIndicatorSets or returns the PeriodIndicator, a foreign key to OPID.

Field name: Indicator).

Length: 10 characters.

Public Property PeriodNameSets or returns the Period Name.

Field name: Name.

Length: 20 characters.

Public Property PeriodStatusSets or returns a valid value that specifies the finance period status. Each status indicates what transactions and documents can be posted within the date range of each posting period.

Field name: PeriodStat)

Public Property PostingDateFromSets or returns the Posting Period initiation date.

Field name: F_RefDate.

Public Property PostingDateToSets or returns the Posting Period termination date.

Field name: T_RefDate.

Public Property SubNumReturns the No. of Additional Sub-Period contained within the period.

Field name: SubNum.

Public Property TaxDateFromSets or returns the starting date for Tax calculation.

Field name: F_TaxDate.

Public Property TaxDateToSets or returns the ending date for Tax calculation.

Field name: T_TaxDate.

Public Property ValueDateFromSets or returns the starting date for value calculation.

Field name: F_DueDate.

Public Property ValueDateToSets or returns the ending date for value calculation.

Field name: T_DueDate.

See Also