2015 Apr 29 10:49 AM
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?
2015 Apr 29 3:50 PM
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.
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?
2015 Apr 29 3:50 PM
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.