on 2015 Dec 03 9:18 PM
Hi
Does anybody know where in SRM, (program code or function), I need to change & consider in order to decrease or increase the number of lines that copy & paste function is able to on a SC ?
Example,
Change the "Description" text in the Shopping Cart item details to a new text value without pressing the "Enter" key or "Save" button. Copy this selected Shopping Cart item with the new text and click on the "Paste" button. A new line will be pasted in the Shopping Cart, with the new text of the copied Shopping Cart item. The standard system allows this action for a limit of 100 lines, I have the requirement to increase the number of lines.
We have debugged the action to identify where this limitation “100” is coded from with no success.
Therefore we want to ask the SRM community for inputs.
Thank You
William
Request clarification before answering.
Hello William,
one check is done when saving table row settings:
WDC > /SAPSRM/WDC_UI_SC_DOTC_BD
View > V_PERSONALIZATION
Method > ONACTIONSAVE
Then, new check is done in /SAPSRM/IF_CLL_DO_MAPPER~SET_CFG_VISIBLE_ROW_COUNT method (class /SAPSRM/CL_CH_WD_DO_MAPPER).
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.