‎2010 Oct 13 5:53 AM
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
‎2010 Oct 13 6:03 AM
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
‎2010 Oct 13 6:03 AM
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