cancel
Showing results for 
Search instead for 
Did you mean: 

PTRV_EXPENSE_FORM Reimbursement Amount Label Change

Former Member
0 Kudos

Hi All,

We have a requirement to copy the standard PTRV_EXPENSE_FORM into a z Form.

We have completed the same.

However, we have a requirement to change some label textfield which appears only during runtime.

Is it possible to change the lable of a runtime text field?


Field name:Reimbursement Amount under Receipts Subject to Tax Table in Layout

The Reimbursement Amount is coming twice in output.

We need to change one of them

When we try to change the caption of one the other one is also changed.

Any help would be highly appreciated!!!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have resolved this issue...

A decimal field is binded to an intenal table so the same label is repeated for all the rows.

I have taken the first Reimbursement Amount in one table and mapped it in the layout.

then the value is removed from the present internal table and the next decimal field is created with required caption and mapped to the internal table.

Answers (0)