Hey all ,
In reference to the - about travel and expenses applications for ESS ..
In the ESS / portal application 'Travel and Expenses' ,
Can I restrict the values populated in the drop-down box ?
I need to restrict the values populated in the dropdown box 'Country'
The ESS application is a standard WebDynpro application which must fetch data from the R/3 database tables.
Can I use a BADI to restrict the values that show in the country DropDown box ??
I located the BADI .
TRIP_WEB_CUSTOMIZING under the path Financial Accounting(New)->Travel Management->Web DynPro Interface->Business Add-Ins and User Exits in Travel Management->Web Dynpro Interface->BAdI: Make Adjustments in Customizing for Web Dynpro
Side Note :
( I created a local instance of the BADI and inserted a breakpoint.
When I created a Travel instance from the ESS in the Enterprise Portal, the breakpoint was not called. So, how do I tell if I can or cannot use the BADI ??
I ran the same transaction in R/3 using TRIP transaction.
The breakpoint coded in the BADI instance did not trigger, maybe because the BADI is only for Web GUI / Portal )