Hi,
When I am in change mode in infotype 0008 I want to pre-populate the field P0008-BSGRD i.e. capacity utilization level. For example if P0008-TRFAR = 40 set P0008-BSGRD = 80%.
I have tried using BADI HRPAD00INFTY method BEFORE_OUTPUT and the logic is called and i can make P0008-BSGRD = 80%, however this value is overwritten by code in the MP000800 modules. I have tried ZXPADU01 but this also gets overwritten.
Hope someone can help me.