cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide field Prefered Supplier in Shopping cart item level ?

Former Member
0 Kudos

Hi Experts ,

This is in continution of my last thread.

We are configuring SRM7.0 with ECC6 ( Ehp4) having Classic Scenario

I done all suggested in the above thread, but without sucess, Actually I am not getting exact field of Prefered Supplier

Can anyone please suggest me exactly waht need to do to how to hide field Prefered Supplier in Shopping cart item level.

Thanks

NAP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Narendra,

you can hide the preferred supplier by changing the configuration for the following webdynpro component.

/SAPSRM/WDC_DODC_SC_I_SOS

Open this webdynpro component and then change the exisiting component configuration under view v_dodc_sc_i_sos

Select PROP_VENDOR_CONTAINER and go to the right side to set invisible. Mark invisible indicator and set the final indicator.

This will hide the preferred supplier completely.

Regards

Ajay

Former Member
0 Kudos

Thanks Ajay. 6 Points !

I checked the same , but there is NO any invisible indicator & the final indicatorat at rigt side in Layout tab page, when I select PROP_VENDOR_CONTAINER for view v_dodc_sc_i_sos of webdynpro component /SAPSRM/WDC_DODC_SC_I_SOS.in SE80

I able to see one field Visible who have 2 option in drilldown 1. None & other is visible ...do you mean this field ? I tried but it is non-editale , even after I have deveolper access and created Enhancement for same.

It will be very appricated if you can suggest me EXACT and STEP-BY-STEP procedure for acheiving this ..since here si lot of fields and options....?

We have SRM7.0 SP08.

Thanks

NAP

Former Member
0 Kudos

Resolved. Thnaks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Any news on this please ?

Thanks

Narendra

bhargavab4
Explorer
0 Kudos

Hi,

Did you solved the hiding prefered Supplier... issue.

for the same we did enhancement in corresponding webdynpro component..

--Bhargava

Former Member
0 Kudos

Thanks Bhargava. 6 points !

I will be very thankful to you, if you can share the details of the enhancement you done to hide prefered supplier field.

Wiating for your positive reply.

Thansk in advance

NAP

bhargavab4
Explorer
0 Kudos

Hi NAP ,

Sorry for the late responce,

create enhancement for the component /SAPSRM/WDC_DODC_SC_I_SOS

in post-exit of the WDDOMODIFY method of the view V_DODC_SC_I_SOS

write the code to hide the prefered vendor container.

lo_container ?= view->get_element(PROP_VENDOR_CONTAINER).

lo_container->set_visible( 01 ).

Regards,

bhargav

Former Member
0 Kudos

Thanks bhargav!

I checked the same , but there is NO method named *WDDOMODIFY for /SAPSRM/WDC_DODC_SC_I_SOS in SE80

I able to see methof WDDOMODIFYVIEW for same webdynapro component. Do you mean this method ?

It will be very appricated if you can suggest me the corrcet one..please..

We have SRM7.0 SP08.

Thanks

NAP

bhargavab4
Explorer
0 Kudos

Hi,

yes the same method WDDOMODIFYVIEW .write the code to hide the Preferred vendor container in the post-exit of that method.

Regards,

bhargava

Edited by: bhargava.abap on Aug 2, 2011 12:35 PM