cancel
Showing results for 
Search instead for 
Did you mean: 

Add a new tab with customer fields to shopping cart item

Former Member
0 Kudos

Hello Experts,

I wanted some help in adding a new tab to shopping cart items. I went through some posts and found ways of doing it using some spro settings, but there is no way i can handle the field type in this.

I want a customer field which is a checkbox, how would i add this?

Moreover if i use spro the tab will by default be called as "Table Extensions" , i want to give it a specific name.

In case i am adding a new webdynpro component , how would i go ahead with this? what is the name of the fpm config where i need to add my customer webdynpro component?

So could someone please help me with this requirement.

Regards,

cruiser

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you planning to add a customer field to existing SC table ? If so a good start would be the OSS note: 458591.

Hope this helps you get started with.

Regards,

Sanjay

Former Member
0 Kudos

Hi Sanjay,

Thank you for your prompt reply.

Its for SRM 7.01,

As far as I understand there are 2 ways of doing this

1.Adding a table extension through SPRO

The problem in this approach is that the tab appears in a table format and we want it as a FORM

2.Adding an enhancement to the tabstrip of the item

The problem with this approach is that I am not clear of how to do it.

Would really appreciate it if anyone could help me with this.

Regards,

Cruizer

Former Member
0 Kudos

Hello,

Please follow below steps,

1. Appending the fields to the structure in Se11 i.e INCL_EEW_PD_ITEM_CST_SC

x = header, item

y = PO,SC

2. SAP SRM->SRM server-> Cross-Application Basic setting ->extension and field controls->create a table extension and supply with data->define customer table extension .( ZAINCL_EEW_PD_ITEM_CST_SC)

3. Set the visibility of table extension thru control table extension and their fields and actions

use configure visibility of table like item enchancements

Bus. Object Set Type : TICUS

Bus. Object Type :BUS2121

Transaction Type :SHC

PDO set exist :X

4. Configure Control of Fields of Table Extensions

Bus. Object Set Type : TICUS

Structure Field Name : Field name

Bus. Object Type :BUS2121

Set Level : ITEM

Field visible: X

Field Enable: X

5. Configure control action

6. Maintain view /SAPSRM/V_MDFSBC_DEFAULT

Bus. Object Set Type : TICUS

Structure Field Name : Field name

Bus. Object Type :BUS2121

Set Level : ITEM

Field visible: X

Field Enable: X

Regards,

Neelima

Former Member
0 Kudos

Hi Neelima,

The steps that you have mentioned will get me a table format . I want a form and not a table.

Is there a way to get a customer tab with a form and not a table.

Regards,

cruiser