cancel
Showing results for 
Search instead for 
Did you mean: 

PR05 trip details, additional info button, fields.

shadab_sk
Participant
0 Kudos

hi experts,

In sap pr05 we have a provision to enter an employee number. press enter, all the trip details are shown. now select any trip and click display , the line items of trip are shown depicting the various type of costs incurred during trip such as breakfast lunch dinner airfare etc.

here in this screen we have the button called 'Infos', on clicking it a new pop up is displayed where you can enter business partners, document number ,reason etc. so i wanted to know where these values are found in the database. i clicked F1 and it shows me the structure name. I am not able to find the table for these fields. i have searched for these fields in most of PTRV_* tables but could find these fields. Can some one please advice where the fields can be found, Also if any bapi exists which can get me those fields.

Thanks.

Br,

shadab

Accepted Solutions (0)

Answers (2)

Answers (2)

shadab_sk
Participant
0 Kudos

The table is pcl1. The cluster is TE.

Former Member
0 Kudos

Hi SS,

      You can't understand the data in PCL1 table directly hence you have to use either macro or function module mentioned in my previous post.

      And it will be good to confirm whether the answer was helpful or not...etc.,  Please follow this at least for your next queries.

Former Member
0 Kudos

HI SS,

   The 'infos' represents the additional information to the trip, which will be stored in trip related cluster 'TE'.  you can retrieve the cluster data using macro ' rp-imp-c1-te'.

BAPI - 'BAPI_TRIP_GET_DETAILS' will gives the same data as 'ADDINFO' table.

Hope it answer your query.

Former Member
0 Kudos

Hi SS,

     Could you please react whether your query is solved or not.  If solved, set status as solved.  Otherwise let us know if still problem exists so that people can help you.