cancel
Showing results for 
Search instead for 
Did you mean: 

Personal Profile - Address appearing as read-only after change HRESS_CC_PER_CONFIG

Former Member
0 Kudos

Hi,

I'm configuring ESS WD ABAP (EHP6) personal profile screen

I'm trying to display different fields for address dependent on sub type

I have created a new component configuration for FPM_FORM_UIBB (ZHRESS_CC_PER_DTL_ADDRESS_ST5) and have also  created a component configuration for  HRESS_CC_PER_CONFIG which points to the address version.

It all works well and the fields are displayed correctly however everything is read-only.

I've checked V_T588MFPROPC and there are no settings here (I have tried added fields and marking them as output but this doesn't work)

The employee record is not locked

The parameter READ_ONLY_PERSONAL_PROFILE = X is not set


I have also made sure the specifiy use case and active subtypes doesn't set the infotype as read-only

As soon as I remove the config the screen stops being read-only

Any help appreciated!

Andrew

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Did you make any changes to the detail screen i.e.created & using new config for detail?

The data is not showing up in your detail screen as the config is not correct o rsome thing is missing. May be have a VERY close look and compare all the parameters,config ,wires etc used. Something is not correct there.

Former Member
0 Kudos

try this also once V_T7XSSPERSUBTY

Former Member
0 Kudos

I have tried this already sorry

"I have also made sure the speciiy use case and active subtypes doesn't set the infotype as read-only"

KK07
Contributor
0 Kudos

Have you checked the Feeder class parameters in your custom configuration? It should be pointing to IT0006_13 as it is country version.

Former Member
0 Kudos

r u using any badi for this

Former Member
0 Kudos

No BADIs are used for this