cancel
Showing results for 
Search instead for 
Did you mean: 

How to default (not force) trip schema in FITE_EXPENSES

ted_dinh
Active Contributor
0 Kudos

I want to default trip schema (e.g. to 'Domestic Trip' ) in ABAP WD FITE_EXPENSES. In Launch Pad config, there's a 'Target App Parameter'

'SAP_FITE_TRIPSCHEMA' that could be configured to force the trip to be of certain schema (i.e. automatically go to the next screen using the forced schema). However, I only want to default the trip schema, and allow user to select a different trip schema (from the drop-down) if needed before click on 'Start' button to go next screen. Appreciate your help on this.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ted,

The answer to your question is in the comprehensive wiki document by Sally Redmond - see link below.

How to Force Default Trip Schema for iview in web & portal - ERP Human Capital Management - ...

Hope this helps.

Thanks

Ankur

ted_dinh
Active Contributor
0 Kudos

Thanks, Ankur. However, this would force the schema as per configuration (i.e. it skips the first screen and goes into the second screen with the forced schema). What I need is to have the schema to be defaulted on the first screen, and user has a chance to switch to another schema before clicking 'Start' to go to the next screen.

Regards.

Lukas_Weigelt
Active Contributor
0 Kudos

Hi Ted,

you could create an enhancement for WDYN component FITE_VC_PRESELECTION and write a post exit in FPM Method ON_SHOW. You could set the key of the dropdownbox there to your wanted default value in case the preselection screen is NOT skipped.

Cheers, Lukas

ted_dinh
Active Contributor
0 Kudos

Appreciate your help, Lukas. You pretty much confirm what I thought I might have to do (create an enhancement instead of a config setting).

Regards.

Answers (0)