cancel
Showing results for 
Search instead for 
Did you mean: 

table extension in SC in SRM7.0

Former Member
0 Kudos

Hello All,

I need step-by-step process for the table extension in SC in SRM7.0

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

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

Thanks,

Neelima

Former Member
0 Kudos

Hello Neelima,

Thanks for your information.

I have to also add a button within the table extension, so that whenever I click that button, I have to fill the row value(custom fields) based on the first field value of the row .

So how to add the button and add logic for this.

Thanks

Former Member
0 Kudos

Hello ,

I have added the fields in Table extensions tab of SC.

Can you also say me what the steps you have specified above does?

also, I want to add the button next to ADD and DELETE buttons available so that whenever custom button is clicked, I have to read the first column field and display the fill with values in other fields.

I seen that ADD and DELETE comes dynamically. So where should I give the information about my custom button and add the necessary logic.

Please give useful suggestions.

Thanks.

Edited by: santosh.p on Nov 21, 2011 2:29 AM

jason_boggans
Active Contributor
0 Kudos

Dear Santosh,

I have sent to your email address a link to download a document which will help you realize your goals!

Regards,

Jason

Former Member
0 Kudos

Hi Jason,

Can you please share the link in the forum.

Thanks,

Prabhakaran

Former Member
0 Kudos

Can we also have the link, please?

(This is a forum not a personal conversation)

Former Member
0 Kudos

how to solve this issue...as I am facing the same problem....my problem is data entered is not getting saved ...please suggest...

hobin
Explorer
0 Kudos

Hi Jason,

Can you also forward me the link to the documents for table extension in SC in SRM7.0.

Regards,

Hobin Thomas

hobinthomas@gmail.com

Former Member
0 Kudos

Hi Hobin,

Pls find the link below :

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

Also find below for Filed configuartion as well :

http://wiki.sdn.sap.com/wiki/display/SRM/Field+configuration+in+SRM+7.0

Thanks,

Shashi

Answers (1)

Answers (1)

former_member303542
Participant
0 Kudos

HI Santosh

Can you please share me the links on how to add custom buttons in standard table extensions created thru configurations.

I have an exact similar requirement.

THanks

M. Naveen Kumar