cancel
Showing results for 
Search instead for 
Did you mean: 

Project type field -Non Editable Mode,

ramesh_k15
Explorer
0 Kudos

Dear All,

I have a requirement in CJ20N tcode, where we have to grey out the project type(PRPS-PRART) when the level 1 WBS is released (REL).
Kindly suggest how to proceed further.

Regards

Ramesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member469721
Participant
0 Kudos

Hi Ramesh,

Please check the response for FAQ-5 in OSS Note 440186 - FAQ 2: Validation and substitution in the project

Hope this helps you.

Regards,

Pradeep

former_member1716
Active Contributor
0 Kudos

Hello ramesh k,

You have to find the relevant user exits for your functionality and implement the logic there.

Paulo_Vitoriano
Active Contributor
0 Kudos

Hi Ramesh,

You cannot manipulate the field edit status based on the system status of even maybe a different object. It will be a validation with a user exit where you can check if the field was changed or not AND validate the system status of level 1 WBS.

Regards,

Paulo

ramesh_k15
Explorer
0 Kudos

Hello ,

with Technical person we had checked few user exit , but it not working,

Can you please suggest some user exit .

Thanks

Regards

Ramesh

Paulo_Vitoriano
Active Contributor
0 Kudos

Hi Ramesh, I wrote above that it is a validation user exit. The validation routine is called every time on master data changes.