on 2011 Nov 02 9:07 PM
Hi Experts,
I was looking to add a new tab with custom fields at the RFx and contract ITem level. I cannot add it using table extensions in the SPRO as it only lets me add a tab of table type and I dont need that.
Can someone please suggest the best way to do it? As I have more than 50 fields to be added.
1.Wd Comp:/SAPSRM/WDC_DOFC_RFQ_I_D1 . Here there is a possibility of adding a tab. But how will I handle the Save/Check that happens on the document?
2.Is there an FPM configurations for the tabs? where in I can directly go and add a new tab with custom web-dynpro component? and if so can the action on the header be handled at the custom webdynpro component level and also how will the the custom fields be saved to the database?
Someone who has done this could kindly help me in achieving this.
Regards,
Cruiser
Request clarification before answering.
Any inputs would really help.
Regards,
Cruiser
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Solved , by enhancing the component /SAPSRM/WDC_DOFC_RFQ_I_D1 , such that our Z component gets called.
In the 'ONACTIONSELECT_TAB' method write an overwrite exit, for actions to be performed when the additional data tab is selected.
It works absolutely fine in Ctr, Rfx and Response .
Regards,
Naveen
For everyone's benefit.. here is my blog on the steps carried out to achieve this
http://scn.sap.com/community/srm/blog/2012/07/24/create-additional-data-tab-in-rfxresponsecontract
Regards,
Naveen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.