on 2013 Apr 18 7:59 AM
Dear Experts,
Please let me know the best way to modify the SC UI in SRM 7.0 EHp2.
Also, I guess BBP_SC_UI_CONTROL_BADI is obselete now and cannot be used for the same.
Please advise.
BR,
Jay
Request clarification before answering.
With Webdynpro component configuration, we can modify
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jay,
Please let us know about what changes you need in UI?
Regards,
Govardhan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can use BBP_SC_MODIFY_UI to just modify the item type that you want to add such as catalog, product id , limit etc. You can enable/disable it.
As far as enabling/disabling/visible/mandatory or any dynamic condition on any field can be done via SPRO
SAP Supplier Relationship Management->SRM Server->Cross-Application Basic Settings->Extensions and Field Control (Personalization)->Configure Field Control
Regards,
Naveen
SAP is technically downward compatible. So when we say "Obsolete" it does not mean deletion. You can refer to the BADI properties to find out if it is obsolete. However you can always try luck with the version you work.
There is always numerous way to achieve what we need depends on time, cost and quality and available skill set.
Optimal is to play with
Transaction:SM30
View name: /SAPSRM/V_MDF_IT
Structure Field Name:PRODUCT_TYPE
Bus. Object Type:BUS2121;
Identify the field & change the field values or play with the dynamic classes here.
In my implementation, I did not have any time and ABAP availability, so I played with a SAP standard method - overwrite exit & small tweak of code to call a function module to decide whether to display or hide. However I don't have access to that system to tell you where is the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.