on 2013 Feb 13 4:51 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.