cancel
Showing results for 
Search instead for 
Did you mean: 

Standard web dynpro enhancement

Former Member
0 Kudos

I am trying to enhance the contract template in web dynpro component: /SAPSRM/WDC_CTR_DOTC_IT , view: V_CTR_DODC_ITEMS

I added new customer options(lets say 'ABC' & 'XYZ') in drop down of 'ITEM CATEGORY' of the table control CTR_ITEMS by enhancing the domain of the data type of this field(which is binded to ITM_TYPE_DESC in context tab).

Problem is, when I go to the portal and try to select my added dropdown option(ex: ABC) , then the entire row becomes disabled including my drop down option and nothing is diplayed there.

Also the toolbar buttons get disabled.

Initially I thought that just enhancing the domain of the binded attribute in component will be sufficietn and standard coding will take care of added options. but it is not so. What more changes do I need to do?

How are the data being processed over here and being integrated with the other components?

Has any one worked on enhancing the standard sap web dynpro?

WHile trying to debug the functionality, I am getting confused in the 'FACADE' and many such classes standarad classes being used.

Please help me in resolving this issue.

Thank you for your inputs.

Edited by: Poonam Pal on Aug 18, 2010 9:51 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Closing thread..

Changed the solution design..

Former Member
0 Kudos

Hi Poonam,

I have a similar requirement to enhance the Standard table control in Distribution tab of Contract. Can you please tell em how you have solved your problem.

Thank you.

Prasuna

Former Member
0 Kudos

Hello Prasuna,

I changed the solution design of the requirement and realized in different way and not with the drop down method.

May be u can reply me with little more detail, so I can help u.

Best Regards,

Poonam Pal

Former Member
0 Kudos

Any one who has done standard WEb dynpro enhancement, please share some instructions.

There are facade classes, mapper classes, methos UI_ITEM_SELECTED etc... not clear what they do?