Fixed Asset Report Writer FAQ

Purpose

Purpose of this document is guide how to overcome hidden column in Tabular Report (e.g., R1200002 - Asset Report Writer: Additions and Retirements). Same issue can be occurred any Financial Report Writer, Fixes Asset Report Writer and add-on tabular reports you have created.

Issue & Business Requirement

Currently standard Fixed Asset Report R1200002 (Asset Report Writer: Additions and Retirements) is running based on business view V1201H (F1201/F1202 Joined View with All Fields) which joins two tables F1201 (Asset Master File) and F1202 (Asset Account Balances File).

To generating reports for Fixed Assets, category codes are used from F0006.RP01 (Business Unit Master.Division) as it does for various financial reports, given the Business View (BSVW) V1201H does not include the table F0006. Whereas the pre-defined business view for Financial Report V8300001 (Financial Reporting F0901/F0902/F0006) includes F0006 as referencing table.

Table of Contents

Questions and Answers

Question 1: How to create a new business view with tables F0006, F1201 and F1202?

Answer 1:.  Before changing the Business View (BSVW), check whether there are any other objects which make use of same business view through Cross Reference Facilities. If there are any standard objects which references it, do not change any. It is important to generate it (by clicking Create Typedef), build update server package and (if needed) delete the glbltbl.xdb and ddb to have correct result. Plus, before changing any, verify the relationship amongst tables again, and set the correct table relationship (e.g., Simple Join, Left-Outer Join and so on) depends on your business requirement. Note that Table Join may not be the most cost effective way to fetch data, especially with a multiple table join, as it is very expensive in getting the data, users desire, to handle, as it depends on the RDBMS system.


Question 2:  When copying R1200002 it gives Event Rule Validation Error, why and how to overcome it?

Answer 2:  Unlike Group/Columnar Section reports, you are not able to any hidden columns in Tabular till you click 'Columns' tab in report design aid.

To overcome this, both business view V1201H and report template R1200002 have been copied, then assigned copied business view to the copied report template. Now the problem is that in validating event rule, it issues Error ID's 3003 and 3013, as seen in the example below -

EVENT RULE VALIDATION LOG

UBE - R561200002 - Asset Report Writer: Additions and Retirements by Job

Created : Wed Dec 05 11:34:24 2012
  

/* CER ERROR #3003 : Unable to assign to data structure */
Function Name: S3_15_44
Function Description: ER for R561200002_+_S3_15_44
Section: S3 - F1201/F1202 Joined View with A
Event: 44 - (null)
Seq #: 3
Line #: 1
Line Text: PYPriorYearsNetPostings

*************************

/* CER ERROR #3013 : Invalid BOB column */
Function Name: S3_15_44
Function Description: ER for R561200002_+_S3_15_44
Section: S3 - F1201/F1202 Joined View with A
Event: 44 - (null)
Seq #: 3
Line #: 1
Line Text: PYPriorYearsNetPostings

Column Properties

Event Rule Validation - Fix

For this example, both Smart Field Columns ASSETPB and ASSETPY have the same column headings "Beginning Accum Depr", however, the Business Function referenced can be different from each other.

Question 3:  When adding additional level break for columns MCU, RP01 and CO, the value for these columns are treated as RC (Report Constant) and RV (Report Variable).

Is there any way to print these values conditionally? For example, for sub-total per Division (F0006.RP01) we do not want to show CO (Company) and for total per Company (F1201.CO) we do not want to write the last Division information in report.

Answer 3:  The best practice is to handle this is through Group Section reports.


Question 4:  Is there any way to convert Tabular Report to Group Section Report or Columnar Section Report?   If so, what are the considerations?

Answer 4:  In a JDE case study, it reads that the Group Section report performs faster than Tabular section reports, thus owing to the number of variables to handle in it. However, users may have the same results by following the below tips and tricks.

Change Tabular to Group Section Report

(Ref A) Columns has to be added one by one manually either use DD Alias AA or ASSETPB. Though you choose to use ASSETPB report does not populated associated/embedded BSFN by itself for Group/Columnar Section

Question 5:  How does the R1200002 (Asset Report Writer: Additions and Retirements) determine which assets will be shown on the report?

Answer 5:  The assets included in this report are determined by the data selection and processing option setup.  If data selection is left blank, any asset that has a record in the F1202 (Asset Account Balances File) during the date range selected in the processing options will be shown on the report.