SAP Reports / Programs

RVEXSIBO SAP ABAP Report - Legal Control: Simulation: Check Boycott List







RVEXSIBO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report simulates the automatic check carried out at header level in the sales order for a partner against one of the three boycott lists: Table of Denial Orders (TDO) Specially Designated Nationals (SDN) and Diversion High Risk Profile (DHRP)...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 RVEXSIBO 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

VX08 - Simulation: Boycott List Check


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 RVEXSIBO. "Basic submit
SUBMIT RVEXSIBO AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXSIBO 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 = Partner
Selection Text: P_LNDEX = Country
Title: Legal Control: Simulation: Check Boycott List
Text Symbol: E01 = Partners
Text Symbol: E02 = Country codes
Text Symbol: S01 = Partner ID
Text Symbol: S02 = Country key
Text Symbol: T01 = The partner
Text Symbol: T02 = does not appear on a boycott list!
Text Symbol: T03 = appears for country
Text Symbol: T04 = on a boycott list
Text Symbol: T05 = no entry was found!
Text Symbol: T06 = on no boycott list
Text Symbol: T07 = For the partner
Text Symbol: T08 = and the country
Text Symbol: T09 = does not exist in the customer master!


INCLUDES used within this REPORT RVEXSIBO

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = CURR_REPORT TABLES SELECTION_TABLE = SELECTION_TABLE EXCEPTIONS NOT_FOUND = 01 NO_REPORT = 02.

RV_EXPORT_BOYCOTTLIST_CHECK CALL FUNCTION 'RV_EXPORT_BOYCOTTLIST_CHECK' EXPORTING I_KUNNR = P_KUNNR I_LNDEX = P_LNDEX IMPORTING I_SPERRE = SPERRE I_BOYLD = BOYLD EXCEPTIONS NOT_FOUND = 4.



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