Tuesday, January 3, 2012
Sunday, October 24, 2010
Project and its attributes
• A Project is made up of Objects and Owners.
• A Project consists of OneWorld objects that have been modified or created by a developer.
• A Project includes Owners who play different roles in the development process.
• All development of OneWorld Objects will be done in the context of a Project.
Default Project
• The first time a developer uses OMW a Default Project is created.
• The Default Project is named after the user’s ID.
• All development done outside of OMW is stored in the Default Project.
• Default Projects cannot be advanced to another status code.
User Roles
• User Roles define the allowed actions a specific user can perform on a project.
• The administrator assigns allowed actions to each User Role.
• You may add as many people to each User Role in a project as necessary.
Object
• Traditionally a OneWorld Object was defined as any object created in Object Librarian. : Applications, Business Functions, Business Views, UBEs, Data Structures, Tables, Media Objects
• The definition has now been expanded to include non-Object Librarian Objects: Data Dictionary Items, User Defined Codes, Workflow Items, Menus, Versions
Token
• A Token has a One-to-One relationship with the following objects: Applications, Business Functions, Business Views, UBEs, Data Structures, Tables, Media Objects and Batch Versions
• The Token is used to minimize the possibility of one user overriding another user’s changes to an object.
• When an object is checked out and is not already checked out by another user, the project receives a Token.
• A Token can be released, switched or inherited.
• The Token is released by the project when the project reaches the status designated by the administrator for release.
• A Token is not released by the project when the object is checked back in.
Queue up for token
This option is available to the developer upon realizing another project holds the token.
Inherit token
This option is also available to the developer upon realizing another project holds the token.
Release token
This option must be performed by an owner of the project that currently holds the token.
Switch token
This action can only be performed by an owner defined in the Object Management Configuration program. The recommendation is for a manager to be allowed to perform this action.
Constants
Enables the administrator to set the following general constants pertaining to OMW Projects:
• Project Status for Users' Personal Default Projects
• Project Status for All New Projects
• User Role to be Assigned to the Project's Originator
SAR System Integration
• For J.D Edwards internal development and clients using the SAR system.
• Integrates all development with the SAR System.
Logging System
• Tracks information about projects and objects.
• All actions are logged by OneWorld User ID.
• Administrators can reduce logging detail.
• A major log is created whenever:
o A project is created, copied, or deleted
o The project status is changed
o A new or existing object is added to or removed from a project
Object Action Notification
• Enables you to activate or deactivate object action notification.
• Sends you an e-mail each time an event occurs to one of your objects, such as check in or check out.
• Object action notification is enabled by default.
Notification Setup
• Sends e-mail messages to users regarding changes to objects in the system, such as when an object is checked in or checked out.
• Allows you to add, delete, and modify notification subscriptions, as well as to sort notification subscription records by criteria you select.
Activity Rules
• Object Transfer Activity Rules
• Define FROM and TO locations for each object type at each project status transition
• Define get locations for all object types
• Define check out and check in locations for Object Librarian objects
User Roles
• User Roles define the user's function within the project organization.
• When defining user roles, you specify a User Defined Code value or job title for roles that can be performed on a project.
Example:
o 01 Originator
o 02 Developer
o 03 Manager
o 04 Quality Assurance
o 05 PVC Administrator
Allowed Actions
• Rules that define the actions that may be performed by a project owner who has been assigned a certain user role.
• Rules are set up for each user role, object type, and project status
Example:
o 02 Check in
o 03 Check out
o 04 Delete
o 05 Add
o 10 Design
Save Locations
o Indicates the save-off location for Object Librarian (OL) Objects.
o The save location must be different than the check in location.
o Save-off work in development that is not ready to be checked in.
Friday, June 18, 2010
ONE WORLD EVENTS
DoVariable: DoVariable occurs just before the font and color are selected for the report object and before the value of the object is translated into a printable string of characters and output to the page. This is your last chance to manipulate the value or display attributes of the object before output.
InitializeVariable: InitializeVariable is invoked each time a report object, or variable, is to be processed.
SkipVariable: If an object will not fit on the current page, the UBE will issue a SkipVariable, which will cause the object to be bypassed until the next page begins processing.
SuspendVariable: If an object requires multiple lines to print, such as a long text string or column heading, and if only part of the object fits onto a page, then the UBE will issue a SuspendVariable, which causes processing of the object to be halted until the next page has been started. The value of the object has already been partially processed when this event happens, so this would be a risky time for Event Rules to manipulate that value.
Tuesday, May 4, 2010
Friday, April 16, 2010
Report Director ( Columnar | Group | Tabular Sections)
- Header and footer sections.
- Type of detail section that best meets the business requirement. (you can add more detail sections to the report template after you complete the initial design and quit the Director.)
- Select the appropriate business view to fetch the required data. ie ( Select the Business view fields that you want to include in the detail section layout and how to sort those records based on the elements that you select, the Director creates a report template and opens it in Oracle’s JDE E1 Report Design Aid (RDA). You can then use RDA to format the data, enhance the report, and add additional detail sections.)
- When you create an application report, the Director uses templates to guide you through the design. Director
- Detail section type: Columnar | Group | Tabular Sections
- Business view
- Processing options
- Data selection
- Data sequencing
- Smart fields
- Drill down
On the welcome form of the Report Design Director, you can select from these section options:
- Report header : Creates an empty section that must be completed manually.
- Page header: Creates a section that can be populated automatically by the system or entered manually.
- Columnar :Creates a detail section that provides a columnar format that includes column headings with rows of data.
- Group: Creates a detail section that provides a free-form layout that enables you to place fields exactly where you want them.
- Tabular: Creates a detail section that provides a columnar format with additional features that are unique to the tabular section type.
- Application Reports: Creates a detail section that uses Report Director templates. The system displays Financial Reports as the default template. Use the drop-down list box to select from available Report Director templates.
- Page footer: Creates an empty section that must be completed manually.
- Report footer: Creates an empty section that must be completed manually.
Steps to Create a Columnar Report with the Director
The sample columnar report below, used for an annual salary review, was created with the Director. It is based on the business view V060116A - Employee Master, and it uses the following columns from that business view:
- Address Number
- Name - Alpha
- Business Unit - Home
- Pay Class (H/S/P)
- Date - Original Employment
- Rate - Salary, Annual
A columnar report format was selected for this report because, being no more than a straightforward listing, the information is best displayed in rows and columns of data. Furthermore, because no columncalculations were required, a tabular report
format was not needed.
. To create the example columnar report
1. Launch the Report Design tool.
2. On Report Design, choose New from the Report menu.
3. On Create New Report, fill out the form as illustrated below, and then click OK.
Enterprise Report Writing
Note that the text you enter in the Report Name field appears on the left side of the page header and that the text you enter in the Description field appears in the center of the page header under the company name.
4. On the Director’s Welcome form, choose Page Header and Columnar, and then click Next.
5. On the Page Header Details form, click Next.
6. On the Business View Selection Option form, choose I’ll Find a Business View Myself, and then click Next.
7. On the Director’s Select Business View form, search for and choose the V060116A - Employee Master business view, and then click Next.
8. On the Section Layout form, use the horizontal arrow buttons to select the following columns and move them to the Select Columns column:
•Address Number
•Name - Alpha
•Business Unit - Home
•Pay Class (H/S/P)
•Date - Original Employment
•Rate - Salary, Annual
9. Ensure that the columns are ordered as listed above. Use the vertical buttons to change the order of the selected business columns, if necessary.
Note the correlation between the order of the columns on this form and the order of the columns on the report illustration.
10. Click Next when the selected columns are arranged as shown.
11. On the Section Data Sequencing form, use the horizontal arrow buttons to select and move the Name - Alpha column to the Selected Columns column, and then click Next.
12. On the Define Sort Properties form, ensure the sort arrow points up (to alphabetize the report in ascending order by name), and then click next.
13. On the Section Data Selection form, click Next. (No data selection was defined for this example.)
14. On the Director’s Finish form, click Finish.
Report Design appears, displaying the report you just created.
15. Click Save to save the report.
16. Click the Preview tab to see the report. It should look similar to the sample report illustration at the beginning of this section.
. To save a report
On Report Design, perform one of the following:
•From the Report menu, choose Save
•Click the Save button on the toolbarSteps to Create a Group Report with the Director
The sample group report below was created with the Director. It is based on the business view V41021E - Item Location, Item Master Join, and it uses the following columns from that business view:
•Location
•Item Number - Short
•Primary Location
•Category G/L
•Quantity on Hand - Primary units
•Quantity on Backorder
•Business Unit
Additionally, the report displays items from Business Unit 27 only.
To create the example group report
1. Launch the Report Design tool.
2. On Report Design, choose New from the Report menu.
3. On Create New Report, fill out the form as illustrated below, and then click
OK.
Note that the text you enter in the Report Name field appears on the left side of the page header and that the text you enter in the Description field appears in the center of the page header under the company name.
4. On the Director’s Welcome form, choose Page Header and Group on the Welcome form, and then click Next.
5. On the Page Header Details form, click Next.
6. On the Business View Selection Option form, choose I’ll Find a Business View Myself, and then click Next.
7. On the Select Business View form, search for and choose the V41021E - Item Location, Item Master Join business view, and then click Next.
The Director’s Section Layout form appears.
8. On the Section Layout form, use the horizontal arrow buttons to select the following columns and move them to the Selected Columns column:
•Location
•Item Number - Short
•Primary Location
•Category G/L
•Quantity on Hand - Primary units
•Quantity on Backorder
•Business Unit
9. Ensure that the columns are ordered as listed above. Use the vertical buttons to change the order of the selected business columns, if necessary.
Note the correlation between the order of the columns on this form and the order of the columns on the report illustration.
10. When the selected columns are arranged as shown, enter a 3 in the Number of Columns field, and then click Next.
11. On the Section Data Sequencing form, use the horizontal arrow buttons to select and move the Location and Item Number - Short columns to the Selected Columns column.
12. Ensure the columns appear in the Selected Columns column as indicated in the figure below. In this way, items on the report will be sorted first by location and then second by item number.
13. Click Next when the selected columns are arranged as shown.
14. On the Define Sort Properties form, ensure the sort arrows point up (to alphabetize the report in ascending order in both categories), and then click next.
The Director’s Section Data Selection form appears.
15. On the Section Data Selection form, fill out the grid fields as follows:
•Left Operand - BC Business Unit (F41021)
•Comparison - is equal to
•Right Operand -
When you double-click
16. Click the Single Value tab, enter 27 in the Business Unit field, and click OK.
Steps 15 and 16 limit the report to displaying records associated with Business Unit 27 only.
17. On the Section Data Selection form, click Next.
18. On the Director’s Finish form, click Finish.
Report Design appears, displaying the report you just created.
19. Click Save to save the report.
20. Click the Preview tab to see the report. It should look similar to the sample report illustration at the beginning of this section.
. To save a report
On Report Design, perform one of the following:
•From the Report menu, choose Save
•Click the Save button on the toolbarSteps to Create a Tabular Report with the Director
The sample tabular report below was created with the Director. It shows the total amount in outstanding purchase orders for each business unit in a company. It is based on the business view V4311A - Purchase Order Detail Browse and it uses the following columns from that business view:
•Business Unit
•Order Type
•Amount Open
The report is organized by Company and displays item names. Also, it is filtered to display only those purchase orders (as opposed to items ordered by other methods such as purchase requisitions) for stocked parts that have a balance and are not yet closed. While this stipulation might seem obvious, you must plan for and define this filter when you set up the report.
A tabular report format was selected for this report because of the automatic totaling and Display Column features of tabular reports.
. To create the example tabular report
1. Launch the Report Design tool.
2. On Report Design, choose New from the Report menu.
3. On Create New Report, fill out the form as illustrated below, and then click
OK.
Note that the text you enter in the Report Name field appears on the left side of the page header and that the text you enter in the Description field appears in the center of the page header under the company name.
4. On the Director’s Welcome form, choose Page Header and Tabular, and then click Next.
5. On the Page Header Details form, click Next.
6. On the Business View Selection Option form, choose I’ll Find a Business View Myself, and then click Next.
7. On the Select Business View form, search for and choose the V4311A - Purchase Order Detail Browse business view, and then click Next.
The Director’s Section Layout form appears. Note that the Director has added a Description column for you already.
8. On the Section Layout form, use the horizontal arrow buttons to select the following columns and move them to the Select Columns column:
•Business Unit
•Order Type
•Amount Open
9. Ensure that the columns are ordered as listed above. Use the vertical buttons to change the order of the selected business columns, if necessary.
Note the correlation between the order of the columns on this form and the
order of the columns on the report illustration.
10. Click Next when the selected columns are arranged as shown.
11. On the Section Data Sequencing form, use the horizontal arrow buttons to select and move the Order Company (from table F4311) and 2nd Item Number columns to the Selected Columns column. Ensure that the columns are ordered as shown below, and then click Next.
Note that this report is sorted on business view columns that are not included for display in the report.
12. On the Define Sort Properties form, ensure the sort arrow points up (to alphabetize the report in ascending order by name) and that Level Break is selected for both business view columns. Then click next. Making these two columns level breaks ensures that the Description Column displays properly and that the system displays totals for open orders each time the system displays a new record.
13. Filter data to appear on the report as follows, and then click Next. Note that each succeeding line of the filter is connected with an And operator. You must use And in this case because every data item must meet all of the criteria to be included in the report.
•To include only purchase orders with a balance:
•Left Operand - Amount - Open (F4311)
Although you select Amount - Open (F4311) from the drop-down list, the item appears as BC Amount - Open (F4311). BC is a code that indicates the item is a business column.
•Comparison - is greater than
•Right Operand -
Note that you cannot enter a value of zero as a literal value.
•To include only purchase order items (purchase orders in the F4311 table are indicated by the code PO):
•Operator - And
•Left Operand - Order Type (F4311)
•Right Operand - OP
OP is a literal value. To insert it, select
•To include only open purchase orders (indicated in the F4311 table by
any code except 999):
•Operator - And
•Left Operand - Status Code - Next (F4311)
•Comparison - is not equal to
•Right Operand - 999
999 is a literal value.
•To include only stocked items (indicated in the F4311 table by a code of S):
•Operator - And
•Left Operand - Line Type (F4311)
•Comparison - is equal to
•Right Operand - S
S is a literal value.
14. On the Director’s Finish form, click Finish.
Report Design appears, displaying the report you just created.
15. Click Save to save the report.
16. Click the Preview tab to see the report. It should look similar to the sample report illustration at the beginning of this section.
Thursday, April 1, 2010
List of Product Codes
21 H = OneWorld Tools
22 S = OS/Server Translations
01 Address Book
02 Electronic Mail
03 Accounts Receivable
03B Enhanced Accounts Receivable
03C Issue Management System
04 Accounts Payable
07 Payroll
08 Human Resources
09 General Accounting
10 Financial Reporting
11 Multi Currency
12 Fixed Assets
16 Profit Management (EPS)
17 Customer Service Management
30 Product Data Management
31 Shop Floor Control
32 Configuration Management
34 Requirements Planning
36 Forecasting
37 Quality Management
39 Advanced Stock Valuation
40 Inventory/OP Base
4010 Advanced Price Adjustments
41 Inventory Management
41B Bulk Stock Management
42 Sales Management
42B Sales Order Entry
42E ECS Sales Management
42S Customer Self Service
43 Procurement
43A Purchase Order Receipt/Routing
43B Voucher Match and Landed Cost
43S Supplier Self Service
44 Subcontract Management
45 Advanced Pricing
46 Warehouse Management
47 Electronic Commerce
48S Service Billing
48 Transportation Management
51 Job Costing
53 Change Management
55,56,57,58,59 Reserved for clients
60,61,62,63,64,65,66,67,68,69 Reserved for JDE custom
70 Multi-National Products obsolete-do not reuse
71 Client Server Applications obsolete-do not reuse
74U United Kingdom Localizations
75A Australia Reporting System Only
75I India
75J Japan Reporting System Only
75S Singapore Reporting System Only
76N Canada Reporting System Only
76U United States Reporting System Only
85 Custom Programming
87 JDE Internal
89 Conversion Programs
91 Documentation
96 Computer Operations
97 Software Installation
98 Technical Tools
98FT Form Type
Saturday, March 27, 2010
Data Items
For creating a new data item in the data dictionary select the object and click Add
Select the option Data item button in the screen
Data Item, Alias, Glossary Group, Description, Product Code, Data type and size are mandatory fields in this screen. After entering the data in the fields click Ok.
Sunday, January 3, 2010
ERP Terminology
Saturday, January 2, 2010
E1 Acronyms
- APPL Application
- BDA Business View Design Aid
- BSFN Business Function
- BSVW Business View
- CRP Conference Room Pilot
- DD Data Dictionary
- DLL Dynamic Link Library
- DS or DSTR Data Structure
- ER Event Rules
- FDA Form Design Aid
- NER Named Event Rules
- OCM Object Configuration Manager
- OL Object Librarian
- OMW Object Management Workbench
- QBE Query by Example
- RDA Report Design Aid
- SAR Software Action Request
- Specs Specifications
- TAM Table Access Management
- TBLE Table
- TC Table Conversion
- TDA Table Design Aid
- TER Table Event Rules
- UBE Universal Batch Engine
- UTB Universal Table Browser
- WF Work Flow





























