SAP Reports / Programs

RVEXAU01 SAP ABAP Report - License: Assigned documents







RVEXAU01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report selects all sales documents which have already been assigned one or more licenses...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 RVEXAU01 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

VE29 - Assigned Documents for Each License


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 RVEXAU01. "Basic submit
SUBMIT RVEXAU01 AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXAU01 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_WERKS = D Plant
Selection Text: S_KUNNR = D Sold-to party
Selection Text: S_GENNR = D License number
Selection Text: S_GEART = D License type
Selection Text: S_EXGEN = D External license no.
Selection Text: S_ERDAT = Document Date
Selection Text: S_BUKRS = D Company code
Selection Text: S_ALNUM = D Export control class
Selection Text: P_VARI = D Layout
Selection Text: P_MSG = D Display processing steps
Selection Text: P_GEGRU = D Legal regulations
Title: License: Assigned documents
Text Symbol: P06 = Processing
Text Symbol: P05 = List Format
Text Symbol: P04 = Export data
Text Symbol: P03 = Order data
Text Symbol: P02 = Org. data
Text Symbol: P01 = General selection criteria
Text Symbol: L07 = Customer address
Text Symbol: L06 = A general error has occurred
Text Symbol: L05 = An internal error has occurred
Text Symbol: L04 = Version does not exist
Text Symbol: L03 = Address does not exist
Text Symbol: L02 = Incorr. parameter transf.
Text Symbol: L01 = Error reading customer address:
Text Symbol: E01 = Legal Regulation


INCLUDES used within this REPORT RVEXAU01

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_ASS_DOCS_SELECT CALL FUNCTION 'FT_CONTROL_ASS_DOCS_SELECT' EXPORTING I_GEGRU = P_GEGRU I_MSG = P_MSG TABLES T_RANGE_GEART = S_GEART T_RANGE_GENNR = S_GENNR T_RANGE_EXGEN = S_EXGEN T_RANGE_WERKS = S_WERKS T_RANGE_BUKRS = S_BUKRS T_RANGE_ERDAT = S_ERDAT T_RANGE_KUNNR = S_KUNNR T_RANGE_ALNUM = S_ALNUM T_VBAK = INT_TAB_VBAK T_VBAP = INT_TAB_VBAP T_VBPA = INT_TAB_VBPA T_VBKD = INT_TAB_VBKD T_VBEX = INT_TAB_VBEX T_EMBK = INT_TAB_EMBK T_DD07V = INT_TAB_DD07V EXCEPTIONS NO_DATA_SELECTED = 1 OTHERS = 2.

FT_LIST_LEGAL_CONTROL_ASS_DOCS CALL FUNCTION 'FT_LIST_LEGAL_CONTROL_ASS_DOCS' EXPORTING I_VARIANT = P_VARI I_REPORT = CON_AU01 I_MSG = P_MSG TABLES T_VBAK = INT_TAB_VBAK T_VBAP = INT_TAB_VBAP T_VBPA = INT_TAB_VBPA T_VBKD = INT_TAB_VBKD T_VBEX = INT_TAB_VBEX T_EMBK = INT_TAB_EMBK T_DD07V = INT_TAB_DD07V T_ALV_KO = INT_TAB_ALV_KO T_ALV_PO = INT_TAB_ALV_PO EXCEPTIONS ALV_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 RVEXAU01 or its description.