on 2016 Apr 05 4:20 PM
Hi,
I need to add a custom field in shopping cart item data tab. I need to add a tax code field with dropdown. I have added the custom field in IMG: SRMSERVER - Cross app basic set- Extensions and field control - configure customer fields - define customer fields. I am not able to view the fields in WD component.
How to proceed further?
Do I need to do anything in the webdynpro component - /SAPSRM/WDC_DODC_SC_I_BD
I need to get the dropdown values from custom table based on the plant. and where to write the logic for passing the values to dropdown field.
Thanks
Vasanth
Request clarification before answering.
Hello vasanth,
have a look at below documents:
Custom Field for SRM SC WebDynpro Application
Add custom field to SC and POWL
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am able to see the custom field visible in the shopping cart item data.
now i need to pass the values to drop-down.
Those values are available in ZTable. I need to pass the values to drop-down based on plant.
Where do i need to write the code . Any class or method available for this drop-down in item data?
Thanks,
Vasanth
Hello Vasanth,
if you want to use a dropdown, you will have to manage your CUF position directly inside the Web Dynpro Component and to follow same procress as for Purchasing Group.
If you do not want to enhance the WDC, you can link a search-help to the data element you used for your CUF and filter out values through the search-help exit, based on your business rule.
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.