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: 

how to delete blank value from Elementary Search help

Former Member
0 Kudos

Hi ,

I have created a Elementary search help ,but it is returning blank value ( as table have  blank rows ).

How to delete this blank value from search help.

Thanks in advance

1 REPLY 1

former_member200338
Active Contributor
0 Kudos

Implement search help exit and delete the blank records when callcontrol-step = 'DISP'.

Standard function modules F4UT_PARAMETER_VALUE_GET and

F4UT_PARAMETER_RESULTS_PUT may be very helpful in this step.