cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating a new TAB at Item level of SC

Former Member
0 Likes
395

Hi Team,

I have requirement to create a New TAB at item level of SC. I am not sure how we can create this new tab. Request you to help me on this one.

Thanks and Regards,

Shakeer

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208675
Active Contributor
0 Likes
Former Member
0 Likes

Hi Shakeer,

Please follow steps to creata a table extension

1. Need to append the fields to the structure INCL_EEW_PD_ITEM_CST_SC (If header then header_cst).

2. You need to append the new table extension field to the INCL_EEW_PD_SC_CST.This can be doen thru IMG

path sap srm->srm server-> cross application->extension and field control->create table extension and supply data->define custom table table extension on item level.

you have create a new structure with the field and include it in above structure.

3.set visiblity

sap srm->srm server-> cross application->extension and field control->create table extension and supply data->

control table table extension and their field control action->set visiblity of table extension

configure visiblity of item enchancement

Object set type :TICUS

Object type : BUS2121

tran type : SHC

PDO set exit : X

4. In configure control of fields of table extension

Object set type :TICUS

Structure field name : custom field

Object type : BUS2121

set level : item

Field visible : X

field enable : X

5.In configure control of action

For configure control of action 'Add row' on item

PDO action type :ADD_TICUS

process mode : edit

Object type : BUS2121

tran type : SHC

PDO action enable: X

For configure control of action 'Delete row' on item

PDO action type :Delete_TICUS

process mode : edit

Object type : BUS2121

tran type : SHC

set level : item

PDO action enable: X

6. sm30 maintain /sapsrm/v_mdfsbc_default

Object set type :TICUS

Structure field name : custom field

Object type : BUS2121

set level : item

Field visible : X

field enable : X

Kindly use below link for refernce

http://wiki.scn.sap.com/wiki/display/SRM/Table+extensions+in+SAP+SRM+7.0

Thanks,

Neelima