Monday, January 6, 2014

How to create TAB Page in OAF

How to create TAB Page in OAF



Now we are going to learn about how to create the tab pages in OAF

 

Steps to create Tab pages in OAF

Consider there are two pages.

Step1:-Create a function for each page that you want to display.
For first page while creating function in webHtml tab along with page path provide home page menu name and function name.

OA.jsp?page=/xxsy/oracle/apps/msd/SYNDemantra/webui/SYNDemantraPG&OAHP=MSD_DEM_HOMEPAGE_MENU&OASF=XXSY_DEM_IMP

  
For second page juct create a normal function.
            
                OA.jsp?page=/xxsy/oracle/apps/msd/SYNDemantra/webui/UploadStatusPG          
                      
                                                                                                                                                   
Step2:- Create a menu of type "HTML Tab" for each tab you want to display.

              attach the first function you have created.
                    

            Create another one menu of type HTML TAB for second function.
           

 Step3:- Create a menu of type "Home Page" .  
         
Step4:- Add the tab submenus to the "Home Page" menu.

Add the tab menus in your desired display sequence from left to right. The leftmost tab should be added first.
Remember to specify Prompt values for each tab submenu. These values display as the tab text.
            

Step5:- Add your "Home Page" menu to your responsibility menu.
            And add first function that u have created with specifying HomePage menu in there web       
            html to responsibility menu.     
       

Step6: - This finishes the creation of tab pages. Navigate to the responsibility and click on the 
             function and see the page.


            

3 comments:

  1. Hi Patil,

    thank for nice sharing.In addition;
    We dont have to create a normal function if you want create following;
    OA.jsp?page=/xxsy/oracle/apps/msd/SYNDemantra/webui/SYNDemantraPG&OAHP=MSD_DEM_HOMEPAGE_MENU&OASF=UploadStatusPG

    with my respect.

    ReplyDelete