cancel
Showing results for 
Search instead for 
Did you mean: 

Copy And Paste Function In Shopping Cart

0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

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.