SAP Reports / Programs

RVEXSLSA SAP ABAP Report - Legal Control: Sanctioned Party List - SLS Check - Simulation







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

VXLB - Legal Control: SLS: Sim.: Address


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 RVEXSLSA. "Basic submit
SUBMIT RVEXSLSA AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXSLSA 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_KUNNR = D Customer
Selection Text: P_SLDKZ = D Deletion indicator
Selection Text: S_GEGRU = D Legal regulations
Selection Text: S_SLAEN = D Changed by
Selection Text: S_SLCAT = D Type of list
Selection Text: S_SLDAE = D Last change date
Selection Text: S_SLNUM = D Sanct. list number
Title: Legal Control: Sanctioned Party List - SLS Check - Simulation
Text Symbol: D02 = Organizational data
Text Symbol: E01 = Partner
Text Symbol: E02 = Error when reading partner address:
Text Symbol: EA1 = Incorrect parameter transferred
Text Symbol: EA2 = Address does not exist
Text Symbol: EA3 = Version does not exist
Text Symbol: EA4 = An internal error has occurred
Text Symbol: EA5 = A general error has occurred
Text Symbol: GEN = Address proposal from partner master
Text Symbol: SLS = Sanctioned Party List
Text Symbol: T01 = Legal Control: Sanctioned Party List - SLS Check - Simulation
Text Symbol: VWA = Administration information


INCLUDES used within this REPORT RVEXSLSA

No INCLUDES are used within this REPORT code!


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:

ADDR_DIALOG_PREPARE CALL FUNCTION 'ADDR_DIALOG_PREPARE' EXPORTING TITLEBAR = H_TITLEBAR TABLES EXCLUDED_FUNCTIONS = H_TAB_EXCLUDED_FUNCTIONS EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.

ADDR_DIALOG CALL FUNCTION 'ADDR_DIALOG' EXPORTING CHECK_ADDRESS = 'X' IMPORTING OK_CODE = H_FCODE TABLES NUMBER_HANDLE_TAB = H_ADDRESS_DIALOG VALUES = H_ADRESS_DATA_NEW EXCEPTIONS ADDRESS_NOT_EXIST = 1 GROUP_NOT_VALID = 2 PARAMETER_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = H_ADDRESS_SELECTION ADDRESS_GROUP = 'BP ' IMPORTING ADDRESS_VALUE = H_ADDRESS_DATA_VALUE EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.



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