cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase the No of rows on confirmation for Line items for all the users on SRM

Former Member
0 Kudos

Hi All,

I have a requirement to change the no. of rows for the line item appear in the confirmation view for all the users.I checked but couldn't get the setting to change it for all the users.Please find the below screen shot to get more details about my requirement.

Thanks,

Ankur Goyal

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Ankur,

please make folowing steps.

Step1.

Right click on the table.

And get the configuration name

Step 2.

Go to transaction SE80 and find this configuration

Step 3.

Start configuration and find settings for your table

If you change/enhance configutation and change this number - number of table rows should also be changed.

Best Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

Many thanks for your help.

But the change in configuration is not reflected on Confirmation view in the SRM portal,

It is still showing the defualt no.of rows as 10 only.

Do we need to restart the portal server to reflect the change Or there is any other step needs to be included in the above mentioned steps.

Please provide your help.

Thanks,

Ankur Goyal

laurent_burtaire
Active Contributor
0 Kudos

Hello Ankur,

blank lines and visible rows are managed in WDDOMODIFYVIEW method from V_CONF_DOTC_BASIC view (WDC /SAPSRM/WDC_DOTC_CONF_OID).

You could enhance spot WD_BADI in order to create implementation for BAdI definition WD_BADI_DOMODIFYVIEW.

Then in method WDDOMODIFY, use method SET_ATTRIBUTE from context element interface for BLANK_LINES_COUNT and VISIBLE_ROW_COUNT elements in order to change values according to your needs.

Regards.

Laurent.

konstantin_anikeev
Active Contributor
0 Kudos

Hi Ankur,

sorry for late answer...

Configurations are usually buffered in shared memory area.

Please check transaction SHMA->Monitor.

Simply delete it, area will be automatically recreated.

Best Regards

Konstantin

P.S.

another possible reason: you already changed the value with your user, and predifined value is already overwritten.

Former Member
0 Kudos

HI Konstantin,

Can you pease let me know that the deletion of Areas shown in above screen shot will not affect any other configurations?

Thanks,

Ankur Goyal

konstantin_anikeev
Active Contributor
0 Kudos

Hi Ankur,

it will not affect any configurations. It is shared buffer - common for the server. If you delete entries - you refreshes buffer.

Next time configuration need to be read it will be taken not from the buffer, but from database and put to the buffer again (small delay for first time).

You will not delete buffer itself - just refresh it.

If you are not shure - just restart the server - all buffers will be automatically refreshed - same effect.

Best Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

Thanks a lot for your quick help, the solution provided by has worked in our system.

Thanks,

Ankur Goyal

konstantin_anikeev
Active Contributor
0 Kudos

Hi Ankur, URWelcome...

Answers (0)