on 2013 Nov 16 5:54 AM
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
Request clarification before answering.
Hi,
Refer blog: http://scn.sap.com/community/srm/blog/2012/07/24/create-additional-data-tab-in-rfxresponsecontract
I hope it helps.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.