Application Development and Automation 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: 
Read only

Dump GETWA_NOT_ASSIGNED

rohit_trivedi
Product and Topic Expert
Product and Topic Expert
0 Likes
595

Hi,

It happens only sometime that below line produce a getwa_not_assigned short dump.

Any idea how come this harmless looking statement produces dump?

-


if not ( lt_adrcon_del[] is initial ).

-


Thanks in advance,

Rohit.

Hi,

It happens only sometime that below line produce a getwa_not_assigned short dump.

Any idea how come this harmless looking statement produces dump?

-


if not ( lt_adrcon_del[] is initial ).

-


Thanks in advance,

Rohit.

4 REPLIES 4
Read only

Former Member
0 Likes
568

Hello Rohit,

Make the If statement like this.

<b>if not lt_adrcon_del[] is initial.</b>

If useful reward.

Vasanth

Read only

rohit_trivedi
Product and Topic Expert
Product and Topic Expert
0 Likes
568

Hello Vasanth,

Whats the difference?

Any reference to the source where you got this will be very helpful.

Thanks,

Rohit.

Read only

0 Likes
568

use one among these..

if not lt_adrcon_del[] is initial.

or

if lt_adrcon_del[] is not initial.

Regards

Vijay

Read only

rohit_trivedi
Product and Topic Expert
Product and Topic Expert
0 Likes
568

Hi Vijay,

Thanks, i surely will.

Also,if could you tell me how come you came to this conclusion, it would be a great help.

Any reference for the same?

Or you have learned this by experimenting?

Thanks once again,

Rohit.