cancel
Showing results for 
Search instead for 
Did you mean: 

Help on creation of New Tab in Trip And Expense->My Trip And Expenses

Former Member
0 Kudos

Hi,

My requirement is to create a new tab in the existing Tab strip in "Trip And Expense->My Trip And Expenses".

At present I have a seperate WD Java Application for "My Aproval Status" now the requirement is to add a 4th tab and that tab has this WD java application to it.Can this be possible if yes how ? and if no then Why?.

Thanks

Pooja

Accepted Solutions (0)

Answers (1)

Answers (1)

sahai
Contributor
0 Kudos

hi,

yes this is possible ........

you just have to add a tab to the already made tab you have created ......now to the newly added tab just have an view ui container .......now in the windows of the code you can embed that already made program to the viw ui container.......

hence whenever you will execute the code of tabstipr and select this new tab your code "My Aproval Status" will be called automatically......do remebre to declare the usage of the WD Java Application for "My Aproval Status" in the property just in the same manner we do when we declare the usage of alv in our code......

in case of any problem further...inform

thanks,

sahai.s

Former Member
0 Kudos

Thanks for the reply,

FITV_POWL_TRIPS is the std component attached, and i need to enhavce this std component for it,I found out that there is no tab strip designed onto the view, it is just the view container exist, so i guess some configuration is done that is making this tab to be generted at runtime.

How to goa bout is not sure, can u help me in this.

Pooja

Former Member
0 Kudos

Hi Pooja,

You are right. You can do this with bit configuration using FPM.

You have to create new view consisting of your new Tab functionality. and create FPM application. You can follow below link.

http : // www. sap technical .com/ Tutorials /WebDynproABAP / FloorPlanManager / Page1.htm

Thanks,

Prashant

Former Member
0 Kudos

FITV_POWL_TRIPS is the std component attached, the tabs are coming from POWL_TYPER and POWL_QUERYR trasactions.

The tabs are nothing but different POWL queries,

Best regards,

Rohit