SAP Reports / Programs

RVEXSLUL SAP ABAP Report - Legal Control: Sanctioned Party List - Data Service







RVEXSLUL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report loads sanctioned party list (SLS) data from a local file on the PC or workstation into the relevant database tables of the SAP system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RVEXSLUL 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

VXLU - Legal Control: SLS - Data Service


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 RVEXSLUL. "Basic submit
SUBMIT RVEXSLUL AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXSLUL 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_GEGRU = D Legal regulations
Selection Text: P_SLSER = D Service provider
Selection Text: P_SBDIR = D Subdirectory
Selection Text: P_KEYWO = D Det. search terms
Selection Text: P_FNAME = D File name
Selection Text: P_DRIVE = D Disk drive
Title: Legal Control: Sanctioned Party List - Data Service
Text Symbol: VWA = Administration information
Text Symbol: PRO = Processing
Text Symbol: PI1 = :
Text Symbol: PH5 = Type of list
Text Symbol: PH4 = Legal regulation
Text Symbol: DAT = Technical file specifications
Text Symbol: DPR = Data source
Text Symbol: ORI = Further entries
Text Symbol: P01 = sear.terms
Text Symbol: P02 = are created
Text Symbol: P03 = Data
Text Symbol: P04 = are posted
Text Symbol: P05 = are checked and formatted.
Text Symbol: P06 = ASCII file is changed to SAP structure
Text Symbol: PH1 = For the following relations legal regulations <-> type of list
Text Symbol: PH2 = you are not authorized to create SLS records:
Text Symbol: PH3 = User :


INCLUDES used within this REPORT RVEXSLUL

INCLUDE SLUL_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_UPLOAD_PREPARE_MASSDATA CALL FUNCTION 'FT_SLS_UPLOAD_PREPARE_MASSDATA' EXPORTING I_PROGRAMMNAME = 'RVEXSLUL' I_LAND_GEGRU = LAND_GEGRU IMPORTING ES_EXIT_CAUSED_BY_USER = EXIT_BY_USER TABLES TI_FSLS = INT_TAB_FSLSVB TI_FSLSN = INT_TAB_FSLSNVB TI_FSLSA = INT_TAB_FSLSAVB T_XFSLS = XFSLS T_XFSLSN = XFSLSN T_XFSLSA = XFSLSA T_YFSLS = YFSLS T_YFSLSN = YFSLSN T_YFSLSA = YFSLSA EXCEPTIONS NO_DATA_SELECTED = 1 NO_NUMBER_GET_NEXT = 2 NO_DATA_SAVED = 3 OTHERS = 4.

FT_SLS_MASS_MASTER_UPD_PREP CALL FUNCTION 'FT_SLS_MASS_MASTER_UPD_PREP' EXPORTING I_FLAG_CDOC = 'X' TABLES I_T_XFSLS = XFSLS I_T_YFSLS = YFSLS I_T_XFSLSN = XFSLSN I_T_YFSLSN = YFSLSN I_T_XFSLSA = XFSLSA I_T_YFSLSA = YFSLSA I_T_XFSLSW = XFSLSW I_T_YFSLSW = YFSLSW.



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 RVEXSLUL or its description.