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

How to add custom tab with custom fields (unlike tab strip added from SPRO) in Shopping Cart details screen

Former Member
0 Kudos
1,177

Dear Experts,

I want to add a custom tab in shopping cart details screen (just as we account assignment or source of supply tab). I cannot go for tab strip enhancement option provided from SPRO because of the below reasons:

1. I want to place my custom fields as per business requirement which is not in the form of table lines.

2. Config allows only on tab strip to be added to Shopping Cart details screen and i want to add multiple tabs.

I was trying to modify the following Webdynpro component, but i am lost

Webdynpro Component: /SAPSRM/WDC_UI_SC_DOFC_D1

View: V_SC_DOFC_D1

Can somebody please guide me to the correct approach, how should i proceed with this requirement.

Regards

Punit

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi All,

i have added custom tab to sc its working fine but my problem is i am not able to save my input values can you please guide me how to achive this. I am new to SRM. It's very urgent.

Thanks in advance

papireddy

Former Member
0 Kudos

Hi Papi reddy,

I have tried a lot to achieve that requirement but i was not sucessful.Finally, we changed the requirement instead of creating a new tab ,in excisting in ITEM tab only we added the new input fields.

If you try to resolve this,Please let me know.

Thanks and Regards,

Shakeer Hussain

Former Member
0 Kudos

Hi Hussain,

I have solved this issue using custom table. In custom table we can save the data based on header guid and item guid as a primary key fields.

Thanks & Regards

Papireddy.

Former Member
0 Kudos

Hi Putin,

I am also facing the same issue, Can you please explain me how to achive this its an urgent i am new to SRM.

Thanks & Regards

Papireddy.

Former Member
0 Kudos

Hi Putin,

I am also facing the same issue, Can i know what you have done for this 3 points i am not able to undertstand what i need to do here.Please help me..

  1. Create a Context ‘USAGE_DEFINITION’ in CONFIG_CONTROLLER and map it to your View Controller because the standard code of FPM application  checks this context node of embedded components .Thus create a component configuration for the custom component.
  2. In the component controller method WDDOINIT create a task container instance and get the data  from the mapper object using the instance method 'get_current_bo_mapper' into  attribute mo_bom_rfq.
  3. Using the mo_bom_rfq in the component controller get all the data to the current view controller.

Thanks and Regards,

Shakeer

Former Member
0 Kudos

Thanks a lot Ravi and Vinay, you both have pointed me to my exact requirement. I am working on this as per the steps to achieve my requirement.

I will get back to you if i face any issues.

Thanks again!!

Punit

former_member208675
Active Contributor
0 Kudos
Former Member
0 Kudos

Dear Vinay & Ravi,

Can you please guide me for step no. 14. which is below

In the component controller method WDDOINIT create a task container instance and get the data  from the mapper object using the instance method 'get_current_bo_mapper' into  attribute mo_bom_rfq


I am not able to find the data populated in the SC mapper object. Can you please guide me in detail regarding this step. We are in urgent need of this.

Thanks & Regrads

Punit Jain

former_member216093
Contributor
0 Kudos

Hi Punit,

Did you check the following link on the same issue:

http://scn.sap.com/thread/3455061

Regards,

Ravi