cancel
Showing results for 
Search instead for 
Did you mean: 

Modifiy Expense form in HTML ?

Former Member
0 Kudos

In our Travel and expenses implementation of ESS. The display trip shows up in HTML. I was wondering how I could modifiy the HTML code?

Thanks,

Regards,

Jerome.

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusKlein
Active Contributor
0 Kudos

Hello Jerome,

you are on ERP 6.0? And you are talking about the trip request form?

The HTML code is hardcoded. As entry point use FM "PTRM_WEB_FORM_HTML_GET".

From there go this way:

- FM "FITP_WEB_ITINERARY_DISP_HTML"

- FM "FITP_PORTAL_ITINERARY_HTML"

- Subform: setup_output_table

- ....

The Trip Expense form is most likely still the old ABAP List formular (check the customizing)

regards,

Markus

Former Member
0 Kudos

Yes we are on ERP 6.0. I am talking about the travel expense statement.

Do you think it is the FM you are speaking about ?

Thanks a lot.

MarkusKlein
Active Contributor
0 Kudos

Hello Jerome,

the travel expense from can be modifyed using the customizing steps you will find at your IMG.

Just if you want to modify the travel request from, you have to directly modify the html code (FM).

regards,

Markus

MarkusKlein
Active Contributor
0 Kudos

Anyway, you should really consider using the new pdf forms for your travel forms. As they are print forms only you wont have any licence issues at all.

regards,

Markus

Former Member
0 Kudos

Thanks again Markus.

I just looked at the IMG... I did not found anything about customizing the HTML report.

What I would like to do is just to change some element positions in the report.

MarkusKlein
Active Contributor
0 Kudos

There we go...

Financial Accounting -> Travel Management -> Travel Expenses -> Dialog and Travel Expenses Control -> Forms -> Form Structure for ABAP Lists (old)

regards,

Markus

Former Member
0 Kudos

Yes ! With IMG customizing I can modify header information, display or hide table columns. Thanks a lot Markus!

No we are going to try to make some bigger modifications on the form as format change (lanscape) or adding a picture.

MarkusKlein
Active Contributor
0 Kudos

Again, why are you not using the new pdf forms?

Former Member
0 Kudos

My client has not the correct basic installation for PDF use and they do not want to complete this installation (I think it is ADS). So they chose to use HTML report....

In fact the problem is that PDF report requires Acrobat Reader 7.0 where as all PCs her are in 6.0.