Monday 6 August 2012

JDE INTERVIEW QUESTIONS PART 12

1.How many numbers detail sections possible in a report template?
A)Multiple. But the physical page size of report template should not exceed 45 inches in length and width. Report template that exceeds this limit might faces problems at runtime…

2.How many detail sections can be added in a report template using report director?
A)Using the Director, only one detail section can be inserted in the report template. Later RDA can be used to enhance the report template and add extra detail sections

3.How many numbers (max) of Page Header/Page Footer sections possible in a report template?
A) Only one

4.How many numbers (max) of Report Header/Report Footer sections possible in a report template?
A)Only one

5.Can a business view be attached to a Page header section?
A)No. Business views can be attached to details sections only

6.what is the default font used to generate PDF reports in E1?
A)Arial

7.Is it possible to print the attachments that are inserted in the report?
A)No. They are just useful to explain the functionality of the report, any special logic used, documenting the changes etc.,

8.The properties and format of report headers and footers and of page headers and footers are similar to which detail section?
A)Group section

9.Report Templates Vs Batch Versions
A)Report templates are master specifications of the report. It defines the data used, how the data is
Selected , sorted, displayed, and formatted etc.
Batch versions read the master specifications from the associated report template and over ride one or more specification of the report template like:
• Section layout
• Section data selection
• Section event rules
• Section database output
• Section sort sequence
This concept allows creating requirement specific reports (versions) without touching the Master (i.e Report Template). Basically you create one report template and create multiple version by overriding the specifications.
Report Power points:
·      Report template is a Master specification
·      Batch version is a child i.e business need based customization of the Master

Thursday 2 August 2012

JDE INTERVIEW QUESTIONS PART 11

1.How to create a null column in a table with out using the table copy?
a) include column in a table and generate  index operation we can create a null column in a table


2. in a table conversion does the data sequencing is used?
a)yes, it causes to a data changed event


3. whats written in format fetched event?
a)this event is used to convert the text files with different formats to data base tables


4. what different type of reports?
a)columnar , group,and tabular


5.what are events in columnar section?
a)say the events in a columnar section,initialize section,advance section,before level break,init level break header section,do section, after lost object printed,init break section,end break section,end section,suspend section.


6.can we copy a business function?
a) no we can't copy business function the copy button in omw window is disabled


7.in a header less detail form if we want to populate the grid on opening the form what should we do?
a)automatically find on entry check box property of grid should be checked


8.what is the use of different versions in applications?
a) to set the different criteria using different fields on applications with out changing the application


9what we can modify for versions in reports?
a)data sequencing,data selection,over ride the printer,event rules etc.....


10. how can we display errors for the grid columns?
a) set control error system functions


11. how can we attach data items for text box?
a)using the data dictionary item


12.if we change the description for data item can we get immediate reflection on our client machine?
a)the data dictionary changes are reflected centralized location to update the tam specs remove the dddict.ddb,dddict.xdb from the spec directory in a local path and relogin into JDE the dd items changed values reflected.


13.does the business function specs come from local are central?
a) local, if we want to get the changed specs of bf we should build it