cancel
Showing results for 
Search instead for 
Did you mean: 

SRM dump when selecting on "Maintain personal value list"

Former Member
0 Kudos

HI All,

I have a problem in shopping cart for  "Unit" filed we have STD F4 help, when user selects "Maintain Personal value list" its throwing dump.

Navigation:

Shop-->   Describe what you need

I debugged the code which dynamically creates table and its fields under WD component: WDR_F4_ORGANIZE_FAVORITS (Maintain personal value list).

Here under view-->V_ORGANIZE_FAVORITES A-->WDDOMODIFYVIEW 

For UNIT field   

l_sort_field is "UNIT"            and          wd_this->c_id_vl is    "G"

1)l_column ?= view->get_element( |{ l_sort_field }_{ wd_this->c_id_vl }| ).

2) l_column->set_sort_state( l_sort_direction).

In line 1) l_column is {O:INITIAL} (no instance is created) and when 2nd line try’s to use Null instance hence dump accessing null reff... 

Why the instance is not getting created in line one.

The same WD component: WDR_F4_ORGANIZE_FAVORITS is used for F4 help in same screen for Currency

For CURRENCY field

l_sort_field is "CURRENCY"    and        wd_this->c_id_vl is G

1)l_column ?= view->get_element( |{ l_sort_field }_{ wd_this->c_id_vl }| ). 

2)l_column->set_sort_state( l_sort_direction ).

In line 1) l_column is {O:3601*\CLASS=CL_WD_TABLE_COLUMN}   so I don't get any dump

Why instances is getting created for Currency and not for Unit, is the field is missed in any config  “or”  any reason. If any of you come across such  situation please help me with your suggestion.

Thanks

Gopal

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Which Netweaver version you are on? Please implement the below SAP Notes.

1863562 - for Netweaver 731 SP 09

1755088 - for Netweaver 731 SP 06

1715305 - for Netweaver 7.02

Hope this helps u,

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

Currently we are on SAPKB70211 when i see the note it tells support package SAPKB70212 .

can you please giud me how to proceed and which note suits for me.

Thnaks

Gopal.

former_member184578
Active Contributor
0 Kudos

Hi,

The Note available for the fix of your issue is 1873876, which has the solution to implement SAP Note 1715305 which is valid till NW 702 SP11.

Try to implement this note, if you are on NW 702 SP12, it means the corrections already available in your system.

So, you have to raise an OSS message to SAP for the fix.

Regards,

Kiran

Answers (0)