cancel
Showing results for 
Search instead for 
Did you mean: 

Sourcing cockpit Screen Variant - Columns repeating

Former Member
0 Kudos

Hi,

I copied the standard screen variant for Sourcing cockpit worklist and modified it to add few columns like to display the pr number etc,and made few other fields invisible using SHD0.

I applied the screen variant using BADI BBP_SCREENVARIANT.

But when I see the screen through web in the sourcing cockpit the columns(ex Description,Bid invitation) are repeating and the values in the worklist are not displayed.

Is there any other settings needs to be done?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Ramki
Active Contributor
0 Kudos

Hi

I do not think it will work that way.

Pl use BADI BBP_WF_LIST and method BBP_WF_LIST_SOCO

Best regards

Ramki

Former Member
0 Kudos

Hi,

Ramakrishna i tried the BADI BBP_WF_LIST and method BBP_WF_LIST_SOCO but it can be used to restrict the list of values to be displayed but not the selected coloumns. The list of columns cannot be restricted using the method you mentioned.

Disha , I am trying screen variant instead of modifying the standard template.

If it is not possible with screen variant then I will surely try modifying the standard template.

Is there no way that column repeating problem in screen variant be solved?

Thanks.

Former Member
0 Kudos

Disha

I also wanted to know how complicated is it to change the standard template ?

Thnaks.

Former Member
0 Kudos

Hi,

I have not tried the SCREEN VARIANT for this so cant give much inputs on that.But if you need to modify the template,its quite simple.

You need to modify the template SAPLBBP_SOCO_UI_ITS_300 of the service BBPSOCO01.

At our place,instead of the INFO RECORD column(You could display the PR no in place of any other column which you intend to hide),the PR no was displayed.

The code for INFO RECORD was changed as follows:

`if(ci_mfr_no_ext_WL != "" && TC_ITEMLIST-column[ci_mfr_no_ext_WL].title != "")`

`TD(active="")`

`GS_ITEMLIST-EXT_DEMID[j].value`  

`end`

Also ,all the places where the INFO RECORD field code is present,it needs to replaced with "EXT_DEMID".(EXT_DEMID stores the PR no).

HTH.

BR,

Disha.

Pls reward full points for useful answers.

Former Member
0 Kudos

Hi Disha,

Thanks Disha.

The screen variant did not work out so atlast we ended up with standard template modification itself .

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

We had a similar reqt...But instead of using the BADI/Screen variant ,we opted for template changes in BBPSOCO01 to hide some unwanted fields and display the PR no.

BR,

Disha.

Pls reward points for useful answers.