cancel
Showing results for 
Search instead for 
Did you mean: 

Need steps to perfrom the Standard Webdynpro UI elements fileds to be make Non-Editable

channu_s
Participant
0 Kudos

Hello All,

I need steps to use the "Meta Data Concept" in new SRM Webdynpro component in SRM7. As regular I dont want to do any ABAP coding as SAP has provided the "Meta Data Concept" to do this and we need to do this for  "Standard Fields "only .

  So any one of you guys can provide me the step by step process to achieve it

Thanks and Regards

CB.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Step 1: Cooshe the IMG -- Extension field control -- configure control for fields  on item level / Header level

Also, you can access the tables directly via SM30 and setup
the field control

SRM standard tables contain the field settings:

/SAPSRM/V_MDF_HD – For Header fields

/SAPSRM/V_MDF_IT – For Item details

Custom tables to control the standard filed settings:

/SAPSRM/V_MDF_HC – For Custom Header fields

/SAPSRM/V_MDF_IC – For Custom Item details

Case: Take a field currency at Item level for BUS2121

Check the standard settings in /SAPSRM/V_MDF_IT – For Item details

Maintain the custom table /SAPSRM/V_MDF_IC with changed field properties:

Check the Shopping cart item screen for the currency field and observe the changes:

Similarly, you can modify the required field properties of various business objects.

Thanks,

Govardhan

laurent_burtaire
Active Contributor
0 Kudos

Hello,

see below documents:

Wiki: Dynamic handling of metadata in SRM 7.0

Blog: Web UI modifications in SRM7 (category 3 is relevant for you)

Regards.

Laurent.