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

search help exit

Former Member
0 Likes
513

In my search help exit, While calling the FM

'F4UT_RESULTS_MAP'

the source_tab parameter lt_values has been populated with some values in descending order. But the 'F4' output i am getting is in ascending order.

I had sorted the internal table prior to the call of FM. I have verified my results in debugger.

Let me know what i need to do in order to get the F4 result in the desired order.

Regards

Alok Pathak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
334

hi

while passing the changing parameter <b>CALLCONTROL</b>

chk while populating the table make sure that

callcontroltable-sortoff(<b>DDSHF4CTRL-SORTOFF</b>)

is not 'X'.

In my search help exit, While calling the FM

'F4UT_RESULTS_MAP'

the source_tab parameter lt_values has been populated with some values in descending order. But the 'F4' output i am getting is in ascending order.

I had sorted the internal table prior to the call of FM. I have verified my results in debugger.

Let me know what i need to do in order to get the F4 result in the desired order.

Regards

Alok Pathak

1 REPLY 1
Read only

Former Member
0 Likes
335

hi

while passing the changing parameter <b>CALLCONTROL</b>

chk while populating the table make sure that

callcontroltable-sortoff(<b>DDSHF4CTRL-SORTOFF</b>)

is not 'X'.