cancel
Showing results for 
Search instead for 
Did you mean: 

Amendment checkbox needs to be made editable

Former Member
0 Kudos

Hi

We have a requirement where Masteragreement -> Contract documents tab -> pencil icon -> Amendment checkbox needs to be made editable .

I am trying by page customization with

UI : doccommon.contractdocument.transitional.ui.buyside.default

Field Name : IS_AMENDMENT

Hidden : Yes

But it seems to be not working . Please let me know if you have any suggestion

Regards

Sudipta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudipta,

You have to create the Page customization with the following values:-

UI ID:doccommon.contractdocument.transitional.ui.buyside.default

Name:Contract Document Transitional XX

Parent Class: None (Don't Select Parent Class as the Contract Document)

Field Id and all are fine as you have used.

I used this in my application and working fine.Hope this will work for you.

In Case of any help, Please reply to this.

Thanks,

Ankur Goyal

Edited by: ankur_goyal03 on Oct 11, 2011 12:25 PM

Edited by: ankur_goyal03 on Oct 11, 2011 12:26 PM

Former Member
0 Kudos

Thanks for your reply

In my system it's not working . I have set up the configuration like this -

Page Customization -> Create

UI ID : doccommon.contractdocument.transitional.ui.buyside.default

Name : Contract Document Transitional Bo

Parent class : None

Overriddes :

Field ID : IS_AMENDMENT

Property : Editable

Value : Yes

Now when I am checking from Contract Management -> My Master Agreements -> Contract Documents Tab -> Open any contract document , Amendment checkbox is still grayed out and not editable

Regards

Sudipta

Edited by: Sudipta62 on Oct 11, 2011 1:35 PM

Former Member
0 Kudos

Hi Sudipta,

The above page customization is for the view where we upload the new contract document and not for the contract document page. I think you want to implement it on the contract document page.

Please let me know whats the actual requirement.

Thanks,

Ankur Goyal

Former Member
0 Kudos

Hi Ankur

You are correct ,

I want to make the customization for "contract documents" page and not on the "contract documents" tab page .

once new contract doc is made in this "contract documents" tab , go inside the contract and the checkbox is visible .

Here the checkbox need to be made editable

Regards

Sudipta

Edited by: Sudipta62 on Oct 11, 2011 2:14 PM

Former Member
0 Kudos

Hi Sudipta,

Since SAP has not given a field ID for the Amendment checkbox in the Contract Documents collection view, I dont think it can be customized.

The only way is to go as correctly suggested above by Ankur.

Thanks

Devesh

Former Member
0 Kudos

Hi Sudipta,

You can hide the amendment check box in the contract document page as well by using the following:-

UI ID:doccommon.contractdocument.ui.buyside.default

Name:Contract Document

Parent Class: None

Field ID :IS_AMENDMENT

Property : Hidden

Value : Yes

I have already implemented this in my system, this should work for you also.

Let me know for any difficulty.

Thanks,

Ankur Goyal

Answers (0)