cancel
Showing results for 
Search instead for 
Did you mean: 

Searching the table for meal deductions

0 Kudos

Hello,

I search the table to a trip (Travel Expenses) where the deductions of the "Per Diem Reimbursement of Meals" flatrate are saved.

What I already know:

  • there is a structure PTK04 or a similar BAPITRVDED which is used in the BAPI's for the deductions
  • in the table "PTRV_PERIO" is a flag "VERPA" if the Per-Diem Accounting for Meals is activated.

I tried to find the table with ST05 and the where used function, but while debugging I always end anywhere in a dynpro and cannot find the table for the deductions.

Has anyone an idea where to find this table ?

kind regards,

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

can you check the table t706a. The deduction rates are maintained over there.

0 Kudos

Hello Urvin Shah,

thank you for your help.

It seems that the table t706a is for the customizing of the deductions, right?

I search the entries for a specific trip.

As Example:

I have a trip to London from 1st of July to 6th of July and I want the "Per Diem Reimbursement of Meals" for this time. But I have a deduction of breakfast for the 2nd of July to 6th of July

What I want to know is where this breakfast deduction from the 2nd of July to 6th of July will be saved.

Best regards,

Andreas

Former Member
0 Kudos

Hello Andreas,

It is not stored in a table but in a PCLE cluster. The cluster can be read by standard program RPCLSTTE

In your custom development use BAPIs or macros (see source code of RPCLSTTE)

Hope this helps.

Mathieu

0 Kudos

Thanks Mathieu,

that's exactly what I searched !

Answers (0)