Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

IDCP Dump (Getwa_Not_Assigned_Range)

Former Member
0 Kudos

Hi Developers;

When we run the IDCP tcode than comes to alv list.

If we filtering the Amount field on the alv list ( Zero amounts don't show on the list)

We are getting a dump error "GETWA_NOT_ASSIGNED_RANGE" in SAPLSSEL program line 1390.

How can i fixed this ?

Thanks for help..

1 ACCEPTED SOLUTION

former_member209119
Active Participant
0 Kudos

Hi,

Please share the dump details like 'error analysis' and 'how to correct the error'. This will explain the issue in a better way.

Also for such type of issue, there are couple of SAP Notes available. Just search for the suitable one on SAP Service Market place.

Thanks!

6 REPLIES 6

former_member209119
Active Participant
0 Kudos

Hi,

Please share the dump details like 'error analysis' and 'how to correct the error'. This will explain the issue in a better way.

Also for such type of issue, there are couple of SAP Notes available. Just search for the suitable one on SAP Service Market place.

Thanks!

0 Kudos

Hi Jain;

Thanks for helping.

Of course i searched notes like this "926966" but this note can't be implement.

Dump details is here..

Thanks..

Best Regards..

0 Kudos

Hi,

As per the dump the root cause is that program is trying to access a field symbol which is not assigned.

Please check if you are getting dump in some z-program or enhancement, in that case you can easily correct the code.

In case it is giving dump in some standard program, then try to search appropriate SAP note using the keywords mentioned under 'How to correct the error' section of the ST22 dump.

Like: GETWA_NOT_ASSIGNED_RANGE, SAPLSSEL, LSSELFDI, FILL_FIELD_SEL_FROM_DYN.

Thanks!

prajeshdesai
Contributor
0 Kudos

This message was moderated.

thanga_prakash
Active Contributor
0 Kudos

Hi Burak,

What is the transaction or program which you are using? You can find the information in the ST22 dump log.

Does it have dynamic selection screen? It can be possible that there is some dynamic value which is not passed, in turn field symbol is not holding any value and caused the error.

Clemenss
Active Contributor
0 Kudos

Hi burak,

as it is a standard program the maintenance is covered by what your company pays to SAP.

Please open a case with SAP.

SSEL is code for dynamic selections - I don't see any connection to filtering in ALV in program IDPRCNINVOICE.

SAP provides 66 () notes for this program, looks like they have to add (at least) one more 🙂

Regards Clemens