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: 

Help

Former Member
0 Kudos

Dear all,

I have a written a statement on change of inside a perform

I am calling the perform twice with the same data

But when it executes fist time On change works perfectly

, but when it executes second time on change is not executing perfectly..

What could be the reason ?

Whether i need to clear anything specific for on change statement?

Regards

senthil

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Senthil,

You only saying that you are calling the perform statement twice.

Then in 2nd time the data is old. then ON CHANGE OF wont work here.

If you want that functionality clear the field which you are giving after ON CHAANGE OF.

Reward If Helpful

Regards

--

Sasidhar Reddy Matli.

3 REPLIES 3

Former Member
0 Kudos

Hi ,

Did u sort the internal table before second time on change of is executed .

U should sort it by the field u r using in on change of .

Regards

Former Member
0 Kudos

Hello Senthil,

You only saying that you are calling the perform statement twice.

Then in 2nd time the data is old. then ON CHANGE OF wont work here.

If you want that functionality clear the field which you are giving after ON CHAANGE OF.

Reward If Helpful

Regards

--

Sasidhar Reddy Matli.

0 Kudos

Hi,

Thanks for the reply

As you said i am clearing internal table and getting the data from the table only

but the data will be same when it comes for second time also.

So you are saying same data means it will not work?

Any sugestions for that?

How to handle these type of situation..

Regards

senthil