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

DD_SHLP_SINGLE_STEP

Former Member
0 Likes
989

How does this work.


CALL FUNCTION 'DD_SHLP_SINGLE_STEP'

       TABLES

         shlp_tab     = shlp_tab

         record_tab   = record_tab

       CHANGING

         shlp_top     = shlp_top

         shlp_curr    = shlp_curr

         callcontrol  = callcontrol

         ocxinterface = ocxinterface.


i am working on XK02 transaction and when i reach here this function is called multiple times inside LSDSDF05 with in a 'DO' loop.

some times RECORD_TAB  gets populated some times not.

how exactly does it work and what exactly creates 'shlp_tab' table data?


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
803

Hi!

I think you should read a bit about the work of a search help. You can find plenty of information on this topic, e.g. this post. It has a brief description of a search help's steps and says what table holds the results and what table stores information about elementary search helps.

1 REPLY 1
Read only

Former Member
0 Likes
804

Hi!

I think you should read a bit about the work of a search help. You can find plenty of information on this topic, e.g. this post. It has a brief description of a search help's steps and says what table holds the results and what table stores information about elementary search helps.