SAP Reports / Programs

RVEXSLDE SAP ABAP Report - Legal Control: Sanctioned Party List: Existing Entries







RVEXSLDE 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 RVEXSLDE 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

VXLD - Legal Control: SLS - List Display


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 RVEXSLDE. "Basic submit
SUBMIT RVEXSLDE AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXSLDE 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: S_STREET = D Street name
Selection Text: S_SLNUM = D Sanct. list number
Selection Text: S_SLDST = D Validity start date
Selection Text: S_SLDEN = D End of validity period
Selection Text: S_SLDAE = D Last change date
Selection Text: S_SLCM1 = D Comments
Selection Text: S_SLCAT = D Type of list
Selection Text: S_SLBHO = D Authorities responsible
Selection Text: S_SLAEN = D Changed by
Selection Text: S_REGION = D Region
Selection Text: S_POST_C = D Postal code
Selection Text: S_NAME1 = D Name
Selection Text: S_LAND1 = D Country key
Selection Text: S_GGLND = D Origin ctry - Leg. reg.
Selection Text: S_GEGRU = D Legal regulations
Selection Text: S_FSLRE = D Type of reference
Selection Text: S_CITY1 = D Location
Selection Text: P_VARI = D Layout
Selection Text: P_SLDKZ = D Deletion indicator
Selection Text: P_RE_TXT = Type of reference
Selection Text: P_GETXT = Legal regulations
Selection Text: P_CAT1 = Type of list
Selection Text: P_BHOTXT = Authorities responsible
Title: Legal Control: Sanctioned Party List: Existing Entries
Text Symbol: S08 = List Format
Text Symbol: S07 = Administration data
Text Symbol: S06 = Deadlines
Text Symbol: S05 = Read additional texts for ...
Text Symbol: S04 = Addresses
Text Symbol: S03 = Names
Text Symbol: S02 = Additional selection criteria
Text Symbol: S01 = General selection criteria


INCLUDES used within this REPORT RVEXSLDE

INCLUDE VSLDETOP.
INCLUDE SLDEFORM.
INCLUDE SLDEMODU.
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_ALV_INIT_DATA_DISPLAY CALL FUNCTION 'FT_SLS_ALV_INIT_DATA_DISPLAY' EXPORTING I_MANDT = G_MANDT I_REPID = G_REPID I_UNAME = G_UNAME I_VARI = P_VARI I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO IMPORTING ES_DISVARIANT = GS_DISVARIANT ES_LAYOUT = GS_LAYOUT E_SAVE = GP_SAVE TABLES T_FIELDCAT = GT_FIELDCAT[].

FT_SLS_DATA_SELECT CALL FUNCTION 'FT_SLS_DATA_SELECT' EXPORTING I_SEL_DELETED_ENTRIES = P_SLDKZ "Löschkennzeichen IMPORTING E_SELECT_ALL_ENTRIES = SELECTION_FLAG TABLES I_T_RANGE_LEG_REGUL = S_GEGRU "Gesetzl.Grundlage

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RVEXSLDE' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'SPECIAL_USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT I_SAVE = GP_SAVE IS_VARIANT = GS_DISVARIANT I_TABNAME_HEADER = 'G_ITAB_FSLS' I_TABNAME_ITEM = 'G_ITAB_FSLSN' IS_KEYINFO = GS_KEYINFO TABLES T_OUTTAB_HEADER = G_ITAB_FSLS T_OUTTAB_ITEM = G_ITAB_FSLSN EXCEPTIONS PROGRAM_ERROR = 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 RVEXSLDE or its description.