SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVEXSLKW SAP ABAP Report - Legal Control: Sanctioned Party List: Set Search Terms







RVEXSLKW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RVEXSLKW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VXL7 - Legal Control: SLS: Search Terms


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RVEXSLKW. "Basic submit
SUBMIT RVEXSLKW AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXSLKW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_DEL = Delete existing data
Selection Text: P_DISPL = D List display of keywords
Selection Text: P_SLDKZ = D Deletion indicator
Selection Text: S_GEGRU = D Legal regulations
Selection Text: S_GGLND = D Origin ctry - Leg. reg.
Selection Text: S_SLAEN = D Changed by
Selection Text: S_SLBHO = D Authorities responsible
Selection Text: S_SLCAT = D Type of list
Selection Text: S_SLDAE = D Last change date
Selection Text: S_SLDEN = D End of validity period
Selection Text: S_SLDST = D Validity start date
Selection Text: S_SLNUM = D Sanct. list number
Title: Legal Control: Sanctioned Party List: Set Search Terms
Text Symbol: S01 = General selection criteria
Text Symbol: S02 = Deadlines
Text Symbol: S03 = Additional selection criteria
Text Symbol: S04 = Administration data
Text Symbol: S05 = Processing


INCLUDES used within this REPORT RVEXSLKW

INCLUDE SLKW_TOP.
INCLUDE LVFSCGLD.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FT_SLS_DATA_SELECT CALL FUNCTION 'FT_SLS_DATA_SELECT' EXPORTING I_SEL_DELETED_ENTRIES = P_SLDKZ IMPORTING E_SELECT_ALL_ENTRIES = SELECTION_FLAG TABLES I_T_RANGE_LEG_REGUL = S_GEGRU I_T_RANGE_SLS_TYPE = S_SLCAT I_T_RANGE_SLNUM = S_SLNUM I_T_RANGE_VALID_START = S_SLDST I_T_RANGE_VALID_END = S_SLDEN I_T_RANGE_LEG_REG_COO = S_GGLND I_T_RANGE_AUTHORITY = S_SLBHO I_T_RANGE_DOLCH = S_SLDAE I_T_RANGE_NOLCH = S_SLAEN E_T_SLNUM = INT_TAB_SLNUM EXCEPTIONS NO_DATA_SELECTED = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RVEXSLKW or its description.