2008 Feb 05 7:35 AM
Hi gurus,
I have this following code in my exit.
IF callcontrol-step = 'SELECT'.
callcontrol-step = 'DISP'.
SELECT kas_code FROM zsdt_multiplekas
INTO TABLE gt_kas.
endif.
IF callcontrol-step = 'DISP'.
PERFORM AUTHORITY_CHECK TABLES RECORD_TAB SHLP_TAB
CHANGING SHLP CALLCONTROL.
EXIT.
ENDIF.
CALL FUNCTION 'F4UT_PARAMETER_RESULTSx`_PUT'
EXPORTING
parameter = 'XREF1'
fieldname = 'KAS_CODE'
TABLES
shlp_tab = shlp_tab
record_tab = record_tab
source_tab = gt_kas
CHANGING
shlp = shlp
callcontrol = callcontrol.
endif.
I have this problem that when I test my search help although It says that the are 3 entries found, the values are not displayed.
What may be wrong...
Thanks
Andre
2008 Feb 07 4:44 PM
Hy Andre,
have a look to the function module F4IF_SHLP_EXIT_EXAMPLE
Perhaps the order of your calls are not right.
regards
Torsten
Hi gurus,
I have this following code in my exit.
IF callcontrol-step = 'SELECT'.
callcontrol-step = 'DISP'.
SELECT kas_code FROM zsdt_multiplekas
INTO TABLE gt_kas.
endif.
IF callcontrol-step = 'DISP'.
PERFORM AUTHORITY_CHECK TABLES RECORD_TAB SHLP_TAB
CHANGING SHLP CALLCONTROL.
EXIT.
ENDIF.
CALL FUNCTION 'F4UT_PARAMETER_RESULTSx`_PUT'
EXPORTING
parameter = 'XREF1'
fieldname = 'KAS_CODE'
TABLES
shlp_tab = shlp_tab
record_tab = record_tab
source_tab = gt_kas
CHANGING
shlp = shlp
callcontrol = callcontrol.
endif.
I have this problem that when I test my search help although It says that the are 3 entries found, the values are not displayed.
What may be wrong...
Thanks
Andre
2008 Feb 07 4:44 PM
Hy Andre,
have a look to the function module F4IF_SHLP_EXIT_EXAMPLE
Perhaps the order of your calls are not right.
regards
Torsten
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |