cancel
Showing results for 
Search instead for 
Did you mean: 

travel Management

Madhu2004
Active Contributor
0 Kudos

Hi,

Presently i am working on Travel management.

I came across some tables like FTPT_REQ_HEAD,FTPT_REQUEST. WHat is the difference between these 2 tables.

There are also tables like PTRV_HEAD, what is the difference between FTPT_REQ_HEAD anf PTRV_HEAD?

What are the tables to be used the retrieve the travel data for employees, because i am developing some Webdynpro applications to show the travel data?

Can someone also suggest some function modules or methods which get retrieve me the travel data baed on only the employee number?

Regards,

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi madhu,

FTPT_REQ_HEAD is a table contains the header data of the travel request.

FTPT_REQUEST is a table contains all the items, means additional destiantions details also.

FTPT_REQ_HEAD is a table which contains all trips data.

PTRV_HEAD is a table which contains expense report created trip data, means for that particular trip expense report is created.

Regards,

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

Resolved