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

RVEXAU03 SAP ABAP Report - License: Blocked Sales Documents







RVEXAU03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report selects all sales document items which did not pass the system's export control check...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 RVEXAU03 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

VE31 - Blocked SD Documents


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 RVEXAU03. "Basic submit
SUBMIT RVEXAU03 AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXAU03 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_ABGRU = Select rejected items
Selection Text: P_BOYCO = Boycott list
Selection Text: P_DELIV = Outbound deliveries
Selection Text: P_EMBAR = Embargo
Selection Text: P_LICEN = Missing license
Selection Text: P_MSG = D Display processing steps
Selection Text: P_ORDER = Sales documents
Selection Text: P_VARI = D Layout
Selection Text: S_ERDAT = Document Date
Selection Text: S_ERNAM = D Created by
Selection Text: S_SPART = D Division
Selection Text: S_VBELN = D Sales document
Selection Text: S_VKBUR = D Sales office
Selection Text: S_VKGRP = D Sales group
Selection Text: S_VKORG = D Sales organization
Selection Text: S_VTWEG = D Distribution channel
Title: License: Blocked Sales Documents
Text Symbol: T03 = IssueTo
Text Symbol: T02 = Range of doc.
Text Symbol: T01 = Blckg reas.
Text Symbol: S11 = Processing
Text Symbol: S10 = List Format
Text Symbol: S09 = Range of documents
Text Symbol: 001 = Issue all object statuses
Text Symbol: K20 = Sort ascending :
Text Symbol: K21 = Sort descending :
Text Symbol: L01 = Error when reading partner address:
Text Symbol: L02 = Incorr. parameter transf.
Text Symbol: L03 = Address does not exist
Text Symbol: L04 = Version does not exist
Text Symbol: L05 = Internal error has occurred
Text Symbol: L06 = A general error has occurred
Text Symbol: L07 = Cust. address
Text Symbol: L21 = Embargo ;
Text Symbol: L22 = Miss. license;
Text Symbol: P02 = Document header
Text Symbol: P03 = User status
Text Symbol: P04 = Document item





Text Symbol: P05 = Confirmation Prompt
Text Symbol: S02 = Organizational data
Text Symbol: S03 = Sales document data
Text Symbol: S04 = List display
Text Symbol: S05 = Processing level
Text Symbol: S06 = Control
Text Symbol: S07 = Blocking reasons
Text Symbol: S08 = Reason for rejection


INCLUDES used within this REPORT RVEXAU03

INCLUDE RVEXSTAT.


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_CONTROL_BLOCKED_DOCS_SELECT CALL FUNCTION 'FT_CONTROL_BLOCKED_DOCS_SELECT' EXPORTING I_BOYCO = P_BOYCO I_EMBAR = P_EMBAR I_LICEN = P_LICEN I_ABGRU = P_ABGRU I_ORDER = P_ORDER I_DELIV = P_DELIV I_MSG = P_MSG TABLES T_RANGE_VKORG = S_VKORG T_RANGE_VTWEG = S_VTWEG T_RANGE_SPART = S_SPART T_RANGE_VKBUR = S_VKBUR T_RANGE_VKGRP = S_VKGRP T_RANGE_VBELN = S_VBELN T_RANGE_ERDAT = S_ERDAT T_RANGE_ERNAM = S_ERNAM T_JEST = INT_TAB_JEST T_VBAK = INT_TAB_VBAK T_VBAP = INT_TAB_VBAP T_VBPA = INT_TAB_VBPA T_TJ02T = INT_TAB_TJ02T T_DD07V = INT_TAB_DD07V T_TVAKT = INT_TAB_TVAKT T_LIKP = INT_TAB_LIKP T_LIPS = INT_TAB_LIPS T_TVLKT = INT_TAB_TVLKT EXCEPTIONS SALES_DOCS_AND_DELIVERIES = 1 NO_DATA_SELECTED = 2 NO_BLOCKING_REASON = 3 NO_PROT_FOR_DELIVERIES = 4 NO_DATA_AUTHORITY_CHECK = 5.

FT_LIST_LEGAL_CONTROL_BLO_DOCS CALL FUNCTION 'FT_LIST_LEGAL_CONTROL_BLO_DOCS' EXPORTING I_VARIANT = P_VARI I_BOYKO = P_BOYCO I_EMBAR = P_EMBAR I_LICEN = P_LICEN I_ORDER = P_ORDER I_DELIV = P_DELIV I_REPORT = CON_AU03 I_MSG = P_MSG TABLES T_VBAK = INT_TAB_VBAK T_VBAP = INT_TAB_VBAP T_VBPA = INT_TAB_VBPA T_JEST = INT_TAB_JEST T_TVAKT = INT_TAB_TVAKT T_TJ02T = INT_TAB_TJ02T T_DD07V = INT_TAB_DD07V T_LIKP = INT_TAB_LIKP T_LIPS = INT_TAB_LIPS T_TVLKT = INT_TAB_TVLKT T_ALV_KO = INT_TAB_ALV_KO T_ALV_PO = INT_TAB_ALV_PO EXCEPTIONS ALV_ERROR = 1 OTHERS = 2.

MATERIAL_EXPORTCONTROLL CALL FUNCTION 'MATERIAL_EXPORTCONTROLL' EXPORTING KZANZ = CON_X MATNR = LT_ALV_PO-MATNR ALAND = T001W-LAND1 I_BUFFER_INIT = CON_X "<<< insert HP_323334 TABLES TMAEX = INT_TAB_MAEX.

RV_CALL_CHANGE_TRANSACTION CALL FUNCTION 'RV_CALL_CHANGE_TRANSACTION' EXPORTING VBELN = LV_VBELN VBTYP = LV_VBTYP.



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