Step by Step tutorial for creation of Business Service, Data Area, UI Map and BPA Script in ORMB / CC&B / Oracle Utilities for beginners

  1. Part 1 – Creating Data Area in Oracle Utilities
  2. Part 2 – Creating Business Service and Service Program
  3. Part 3 – UI Map in Oracle Utilities
  4. Part 4 – BPA Script in Oracle Utilities to invoke UI Map

Before starting this demo application, I am assuming that you already have done CC&B set up on your local and Eclipse is configured.
What I am going to do so that I can use Business Script, Data Area, UI Map and BPA Script?
In this tutorial, I will create one UI Map which will take the person name as input and display list of all the person names as per input.
Final output screen would look like:

UI Map in ORMB/CC&B/Oracle Utility with BPA Script
UI Map in ORMB/CC&B/Oracle Utility with BPA Script

We would start from creating the Data Area. “Data Area” in ORMB is used to transfer the data between applications. It is always good practice to use the Data Area rather than writing the Schema again and again. There are lots of advantages of using Data Area in application.
To create Data Area, Go to “Menu (Alt + M) | Admin” Menu and in that “D | Data Area +“.

Admin Menu in CC&B / ORMB / Oracle Utility
Admin Menu in CC&B

Give the Data Area Name and Description. In this case my Data Rea Name is “PersonDataA”. Now go to schema Tab and add below code:

<schema>
    <pageHeader type="group">
        <personName mapField="ENTITY_NAME"/>
    </pageHeader>
    <pageBody type="group">
        <PerNameList type="list" mapList="PerNameList">
            <entityName mapField="ENTITY_NAME"/>
        </PerNameList>
    </pageBody>
</schema>

To understand the Tag descriptions, use the Tips available at the right hand side as shown in below image:

Schema Tips in ORMB / CC&B / Oracle Utilities
Schema Tips in ORMB

In the above schema I am passing the “ENTITY_NAME” in header (pageHeader) so that I can get the user input in request and in return (pageBody) user will have the List of Person Name.
In Next article we will see how to create the Business Service and Service Program in ORMB.

  1. Part 1 – Creating Data Area in Oracle Utilities
  2. Part 2 – Creating Business Service and Service Program
  3. Part 3 – UI Map in Oracle Utilities
  4. Part 4 – BPA Script in Oracle Utilities to invoke UI Map

Posted

in

,

by


Related Posts

Comments

5 responses to “Step by Step tutorial for creation of Business Service, Data Area, UI Map and BPA Script in ORMB / CC&B / Oracle Utilities for beginners”

  1. Filmy do pobrania Avatar
    Filmy do pobrania

    Interesing article and Nice blog greetings!

  2. CTS Avatar

    Great tutorial for creation guide of Business Service!

  3. sree Avatar
    sree

    Hi Jithendra , Can I know the general list of interview questions for 2+ years experienced on Oracle CC&B tool and OUAF?

  4. Roshan Avatar
    Roshan

    how can we install cc&b in our local and what are the thing we need to keep while installing cc&b?

  5. pato Avatar
    pato

    Hello, a question.. Can I create and schema with conteins list of lists? Example:

    //new line
    //new line
    //new line
    //new line

    It´s possible in CC&B 2.3.1?

    (Sorry for my English)
    Thanks.

Leave a Reply to patoCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from Jitendra Zaa

Subscribe now to keep reading and get access to the full archive.

Continue Reading