cancel
Showing results for 
Search instead for 
Did you mean: 

How to Hide text in SRM SAP ?

Former Member
0 Kudos

Hi Techies,

I am new to SRM.

I want to Disable this two fields .


SRM Path : SRM Administration>>Application Monitors>>Errors Only>>

I have tried  Disable ITM_TYPE field at shopping cart item level

                

But i didnt get the solution.

Can anybody tell me how to hide text in SRM ?

Accepted Solutions (0)

Answers (2)

Answers (2)

bharathi_ponnusamy
Active Participant
0 Kudos

Hi Lokesh,

Can you please have a look into the below thread also.

Best Regards,

Bharathi

Former Member
0 Kudos

Hi Bharathi,

How to use this code

As i am Enhancing the  webdynpro component ( /SAPSRM/WDC_L_FPC_AMF_MP ).

Do you want to enhance /SAPSRM/CL_CH_WD_MON_CONTAINER.

Please suggest ASAP.

Regards

K Lokesh

vinita_kasliwal
Active Contributor
0 Kudos

Hi Lokesh

Yes to use that method you should go to the class and method as below ..

Class : /SAPSRM/CL_CH_WD_MON_CONTAINER

Method : /SAPSRM/IF_CLL_MON_CONTAINER~INIT_MAPPERS

Create an implicit enhancement and copy the entire code and comment the part as in my screenshot :

Hope that helps ?

Regards

Vinita

Former Member
0 Kudos

Hi Vinita,

Thanks for the quick turnaround.

I have checked the class and method , and checked out for implicit enhancement. But i dont find any implicit enhancement points in the area which you highlited in the screen shot to comment the logic.

Quick reply is appreciable.

Thanks,

Lokesh.

vinita_kasliwal
Active Contributor
0 Kudos

Hi Lokesh

Copy the entire thing .. and put the changed version below/Above  the SAP std code ..

and it should work .. try both post and pre exit and it should work ..

Regards

Vinita

vinita_kasliwal
Active Contributor
0 Kudos

Hi Lokesh
try this webdynpro /SAPSRM/WDC_L_FPC_AMF_MP

In this go to view V_FPC_AMF_MP Monitoring panel view

Create a Enhacement implmentation .. and then right click on those fields and click on "Remove NOde type "

I think it should work .. let me know

Regards

Vinita