cancel
Showing results for 
Search instead for 
Did you mean: 

HIDE columns in sourcing cockpit

Former Member
0 Kudos

Hi,

We are on SRM 7.1.

I need to hide some of the columns for the SOURCING POWL like CONTRACT,INFOR RECORD...I know the buyer cna always change the columns to be dispalyed using the SETTINGS link.But if I have to do it for all users at a time,how do I do thorugh config?

Pls advise.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello,

Go to Enchance the webdynpro component /SAPSRM/WDC_DO_SOCO_GAF_1

In modify view post exit please use below code.

DATA lr_table_column TYPE REF TO cl_wd_table_column.

lr_table_column ?= view->get_element( 'TABLE_BE_INFO_REC').

CALL METHOD lr_table_column->set_visible

EXPORTING

value = '01'.

Thanks,

Neelima

Edited by: S Neelima on Jan 5, 2012 12:51 PM

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all!

Former Member
0 Kudos

Hi Neelima

How did u do it please let me know .

I have few doubts in POWL.

Thanks

Rocky

Former Member
0 Kudos

Hello ,

you can hide the column from component configuration no need to write code in webdynpro component.

Thanks & Regards

Pradeep Kumar Dondeti

Former Member
0 Kudos

nmsrm (&neelima)

you can do that without writing a piece of code..

rightclick on the webdynpro (that you see on the portal, and goto technical info), then get the webdynpro component name and configuration name.

now in SE80 open the component, then in that select the component configuration. click on start configurator. it opens a web based configurator, click change. you will get three tab, goto the last one (webdynpro built in).

here you can see all the elements you see on the screen(open the nodes). so what ever fields/columns you want to hide from the table click on that and on the right side you will find a radio button called Visibility. select invisible. check the final checkbox. save..

you are done...