cancel
Showing results for 
Search instead for 
Did you mean: 

Field 'Goods Receipt / Performance of Service' in 'Related Documents' Tab of PO Item in SRM

Former Member
0 Kudos

Hi Gurus,

I have a requirement where I need to make 'Goods Receipt / Performance of Service' in 'Related Documents' Tab as non-editable based on certain fields on the PO Item.

On searching SDN, I found that this can be done via SPRO in the below path SPRO->SRM Server->Cross application basic settings->Extension and field Control -> Configure field control -> configure control for fields at item level.

But here in this I am finding difficulty on using the Dyn. Customer Class and method.

Please help us on how to find the relevant standard CLass and Method.

I am new to SRM Programming.

Appreciate your inputs on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

have a look at SPRO:

SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Extensions and Field Control (Personalization) > Configure Field Control > Display Standard Metadata Tables for Item Fields > Display Delivered Metadata Table for Item Fields.

Here, for object type BUS2201, you can see standard dynamic control class name is /SAPSRM/CL_PDO_DYN_MDF_IT_PO.

You need to do your own field control configuration using specific class and method based on the standard one seen above.

Then, assign this class/method:

SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Extensions and Field Control (Personalization) > Configure Field Control > Configure Control for Fields on Item Level > Metadata for Fields on Item Level.

Regards.

Laurent.