Chapter 6. Business Object Document Noun

Table of Contents

BOD
Fields and Components
Sample XML

BOD

Uses the Component:BODType

The outcome of processing a specific BOD. Describes overall/summary outcome, plus the outcome of processing each noun of the BOD. Includes noun-specific error and/or warning messaages encountered during processing. May include summary and/or roll-up messages at the BOD level.

Fields and Components

Table 6.1. Fields and Components

Name Description Occurrence Type Data Type User Notes
oag:BODFailureMessage

The processing has failed. Provides a list of error and warning messages that explain the failure.

0..1ComponentBODFailureMessageType 
oag:BODSuccessMessage

The processing was a success. Possible, non-fatal warning messages may appear here.

0..1ComponentBODSuccessMessageType 
oag:PartialBODFailureMessage

The processing of at least one noun in the BOD has failed. Error and warning messages may explain the failure. Specific outcomes of processing each noun are reported in each of the NounOutcome elements.

0..1ComponentPartialBODFailureMessageType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.1. BOD

<BOD>
     <oag:BODFailureMessage>......</oag:BODFailureMessage>     [0..1]
     <oag:BODSuccessMessage>......</oag:BODSuccessMessage>     [0..1]
     <oag:PartialBODFailureMessage>......</oag:PartialBODFailureMessage>     [0..1]
</BOD>