cancel
Showing results for 
Search instead for 
Did you mean: 

travel and expense powl

Former Member
0 Kudos

hi all,

in travel an expesne in powl there is button to dispaly/ print ..on that button action one html form (trip expense statement )gets open

. i wann convert that form into PDF.not able to find that form name also..

please help

kanchi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I know this is an old post, but for reference, here is what we did

1. set up feature TRVFE with the pdf form name (you have to create it)

2. go into travel expenses control (expert view) and set Other Settlement option 24 to 2 (pdf in web and non-pdf in pr05,etc)

Jim

Former Member
0 Kudos

Hi Kanchi,

Check in the feeder class CL_FITV_POWL_FEEDER_TRIPS in handle action method for each button on powl screen for display/print button the action id is 'DISP'

Try debugging and find out which component it is calling. This is how you can start to find out the component name.

Or on the display screen right click to get the component name in "Help" option .

Once you get the component name you can find out the form name.

Former Member
0 Kudos

If the above methods are not helpful you can check in NAVIGATE method of component controller.

component:FITV_POWL_TRIPS