cancel
Showing results for 
Search instead for 
Did you mean: 

Field Status control .

Former Member
0 Kudos

Hi all ,

I wanted to know about what field status group is .

I went through the Forums and could understand that :

There is some setting in SPRO from where you can enable / disable the display or edit permissions of a field on shopping cart , we can also create classes and methods for fields/buttons etc to be displayed or not .

Can somebdy guide me on this OR

give a link where i can find the appropriate details .

Regards,

Ambar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ambar

In SRM 7.0 Webdynpro gives a very flexible platform to control the fields in your SRM Screens. Each SRM page in portal is a webdynpro application. The Webdynpro fields , Table controls, Action Buttons(edit, save etc) can be controlled through configuraiton and if required by coding in respective class and methods in SRM 7.0.

These configruations are done in IMG> SRM Server> Cross Application Basic Settings--> Extensions and Field Control

In this IMG, you will be able to see standard Meta Data for all fields on SRM screens with Business Object types. Most of these fields are having classes and methods assigned to them, code inside these methods controls the behavior of these fields.

In ordre for you to control these fields, add the standard/custom feilds to the Customer control configurations under the above path in IMG along with object types, assign a class/method to the field with your coding logic in it. This will override the standard configuration(with standard class/methods) in the system and those fields will be controlled as you wish.....

I hope that clears your doubts. More details can be found in the SolMan and respective IMG Path

Regards

Virender Singh

Answers (1)

Answers (1)

Former Member
0 Kudos

for more details on handling SRM UI

http://www.sdn.sap.com/irj/scn/advancedsearch?query=%22abapUIFlexibility%22