Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PR05 Receipt Screen Fields enable/disable

Former Member
0 Likes
546

Hi,

For Travel & Expense (PR05) additional information of a receipt screen, we need the ability to enable/disable Number of Employees , Number of Business Partners and Number of Additional Guests fields. We would like to check this with comparison to the company code of employee.. for example if company code is 2500, these fields are enabled else it should be disable or invisible. Please provide useful guidance

Thanks,

Sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi Sandeep,

You can do it using the Implicit enhancement,

Open the screen where the required fields are situated, in the PBO of that screen find an implicit enhancement

and using the LOOP AT SCREEN logic make the field disabled ( Based on your company code logic ).

Hope this helps.

Regards

Bikas

1 REPLY 1
Read only

Former Member
0 Likes
487

Hi Sandeep,

You can do it using the Implicit enhancement,

Open the screen where the required fields are situated, in the PBO of that screen find an implicit enhancement

and using the LOOP AT SCREEN logic make the field disabled ( Based on your company code logic ).

Hope this helps.

Regards

Bikas