cancel
Showing results for 
Search instead for 
Did you mean: 

adding new tab contarct srm

ravi_kumar221
Participant
0 Kudos

hi all i need to add new tab in contract pls help how to do

Accepted Solutions (0)

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi,

If you want to add table extension in item level, below is an example. Similarly you may create this for header level too.

1, append the field to correct structure in spro:

SRM Server
Cross-Application Basic Settings
  Extensions and Field Control (Personalization)
   Create Table Extensions and Supply with Data
     Define Customer Table Extensions on Item Level

Choose 'Define Append for Fields of Customer Table on Contract Item'

2, additionally append the table extension field to the cross-component structure in spro too:

SRM Server
Cross-Application Basic Settings
  Extensions and Field Control (Personalization)
   Create Table Extensions and Supply with Data
     Define Customer Table Extensions on Item Level


Choose 'Define Append for Fields of Customer Table on Item on Database'

After this, you will find two structure names in structure INCL_EEW_PD_ITEM_CST:
ZAINCL_EEW_PD_ITEM_CST_CTR
ZAINCL_EEW_PD_ITEM_CST

3,  Set visibility in spro below:

SRM Server
Cross-Application Basic Settings
  Extensions and Field Control (Personalization)
   Create Table Extensions and Supply with Data
    Control Table Extensions and Their Fields and Actions
      Set Visibility of Table Extensions

create an entry with Set Type TICUS(item) or THCUS(header)

4, Configure control of fields in spro below:

SRM Server
Cross-Application Basic Settings
  Extensions and Field Control (Personalization)
   Create Table Extensions and Supply with Data
    Control Table Extensions and Their Fields and Actions
      Configure Control of Fields of Table Extensions

Choose 'Default customer metadata for set fields in initial entries'

Set Level must be set as Item or Header

5, Configure control of actions in spro below:

SRM Server
Cross-Application Basic Settings
  Extensions and Field Control (Personalization)
   Create Table Extensions and Supply with Data
    Control Table Extensions and Their Fields and Actions

6, sm30:maintain view /SAPSRM/V_MDFSBC_DEFAULT

BR,
Ivy