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

Custom code in HR Ad Hoc query

Former Member
0 Likes
847

Hi Friends ,

I am facing one issue where the custom ad hoc query is giving incorrect results so I have to overwrite the values in available internal tables with my own logic , But I am unable to write the code at right point through Extras>create>code path in SQ02 the values are populate after the point where i can right code . Request you to kindly help me .

Thanks & Regards

Gaurav Deep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Hi,

Write the coding in End-of-selection(before list) event. Your internal table would not be changed after this point.

Regards,

Srini.

Hi Friends ,

I am facing one issue where the custom ad hoc query is giving incorrect results so I have to overwrite the values in available internal tables with my own logic , But I am unable to write the code at right point through Extras>create>code path in SQ02 the values are populate after the point where i can right code . Request you to kindly help me .

Thanks & Regards

Gaurav Deep

2 REPLIES 2
Read only

Former Member
0 Likes
605

Hi,

Write the coding in End-of-selection(before list) event. Your internal table would not be changed after this point.

Regards,

Srini.

Read only

Former Member
0 Likes
604

I basically went to 'get code' window for the field for which I had to manipulate and wrote it .