Creating a Structure Data Object 
The result of our business rule consists of two numeric values, a number and an amount. However, we can only assign one data object as the result of a decision table. This problem can easily be solved by assigning the two data objects Set_Pricing_Factor and Set_Premium to a structure data object that has to be created. This structure data object is then added to the decision table as the result.
Create a Structure Data Object
In the Object Manager panel of the application you have just created, under the Detail section, choose the Contained Objects tab.
The Contained Objects tab page opens.
Choose Data Object from the Type field and choose Create Object.
In the Object Creation dialog box that appears, choose Structure from the Type field and enter Price_Factor_and_Premium in the Name field.
Choose Create and navigate to object.
Add Elements to the created Structure
Under the Detail section, choose Add Existing Data Object.
In the Object Query dialog box that appears, select SET_PRICING_FACTOR and SET_BASE_PREMIUM data objects.
Note
You can select multiple data objects using the Shift key.
Choose Select.
Choose Activate and save the data object.
You have created a structure data object and assigned the two result element data objects to it.