Application Development 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: 

How to change field status for standard field on adjustment screen at RE-FX contract using BDT

lfernrod
Member
0 Kudos

Hi gurus,

I'm about to modify the standard behavior of the field status for one standard field on

dynpro 1000 at REAJ_GUI_SPECIFIC_INDX function group, from modifiable to only display. And I would like to manage this change with a "standard" enhancement as per BDT. Or even a BADI would be on the scope. Instead of using implicit enhancements.

Does somebody know how should I proceed?

Thanks in advance

1 REPLY 1

Patrick_vN
Active Contributor
0 Kudos

The form DO_SHOW_MODE_1000 seems do deal with this. In that form, there is a reference to 'field modifications' > CL_REAJC_RULE_INDX=>GET_FIELD_MODIFICATION.

That leads to table TIVAJSPECINDX, and when opening the corresponding view V_TIVAJSPECINDX in SM30, there are some options to change the display of different fields (per rule).

The form DO_SHOW_MODE_1000 doesn't seem to have/call an user-exit or BADI, so if the field modification option isn't a solution, I'd place a few break-points and start looking for old/new BADI or possibly an user-exit.