SAP Reports / Programs

RVEXAU02 SAP ABAP Report - Existing licenses







RVEXAU02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report determines all licenses which should be assigned to one legal regulation according to specified selection parameters...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 RVEXAU02 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

VE30 - Existing licenses


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 RVEXAU02. "Basic submit
SUBMIT RVEXAU02 AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXAU02 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_ZTERM = D Terms of payment
Selection Text: S_VBELN = D SD document
Selection Text: S_KUNNR = D Customer
Selection Text: S_GENST = License status
Selection Text: S_GENNR = D License number
Selection Text: S_GENLA = D Country of destination
Selection Text: S_GENDA = License end
Selection Text: S_GEART = D License type
Selection Text: S_EXGEN = D External license no.
Selection Text: S_EXART = D Business transaction type
Selection Text: S_ERNAM = D Created by
Selection Text: S_BUKRS = D Company code
Selection Text: S_ALNUM = D Export control class
Selection Text: P_VARI = D Layout
Selection Text: P_PRZAB = D Op.val.perc.low./eq.
Selection Text: P_MSG = D Display processing steps
Selection Text: P_GEGRU = D Legal regulations
Selection Text: P_ANZTG = D Days until val.end
Title: Existing licenses
Text Symbol: PRZ = %
Text Symbol: P10 = Additional information for partner function
Text Symbol: P09 = Processing
Text Symbol: P08 = List Format
Text Symbol: P07 = specific. for assigned objects
Text Symbol: P06 = Specific. for license
Text Symbol: P05 = Additional selection criteria
Text Symbol: P04 = Additional entries for license type
Text Symbol: P03 = Add. specs for license
Text Symbol: P02 = Validity of license
Text Symbol: P01 = General selection criteria
Text Symbol: L07 = Customer address
Text Symbol: L06 = A general error has occurred
Text Symbol: L05 = 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 when reading partner address:
Text Symbol: E01 = Legal Regulation





Text Symbol: 005 = IssueTo
Text Symbol: 002 = Assigned objects
Text Symbol: 001 = Master data


INCLUDES used within this REPORT RVEXAU02

INCLUDE RVEXF0ST.
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_LICENSES_SELECT CALL FUNCTION 'FT_CONTROL_LICENSES_SELECT' EXPORTING I_GEGRU = P_GEGRU I_KNDSP = P_KNDSP I_VBDSP = P_VBDSP I_ADITI = P_ADITI I_MATSP = P_MATSP I_LNDCO = P_LNDCO I_EXACO = P_EXACO I_BELSP = P_BELSP I_TRMCO = P_TRMCO I_HWTSP = P_HWTSP I_ANZCO = P_ANZCO I_AMILI = P_AMILI I_EXTRA = P_EXTRA I_KOBRA = P_KOBRA I_SEDSP = P_SEDSP I_PRZAB = P_PRZAB I_ANZTG = P_ANZTG I_PARAG = P_PARAG I_PARWF = P_PARWF I_PARRS = P_PARRS I_PARRE = P_PARRE I_PAREN = P_PAREN I_SEL_ALL = CON_X I_LANGU = SY-LANGU I_MSG = P_MSG TABLES T_RANGE_GEART = S_GEART T_RANGE_GENNR = S_GENNR T_RANGE_EXGEN = S_EXGEN T_RANGE_GENDA = S_GENDA T_RANGE_GENST = S_GENST T_RANGE_INDEI = S_INDEI T_RANGE_BUKRS = S_BUKRS T_RANGE_KUNNR = S_KUNNR T_RANGE_ALNUM = S_ALNUM T_RANGE_ERNAM = S_ERNAM T_RANGE_EXART = S_EXART T_RANGE_GENLA = S_GENLA T_RANGE_VBELN = S_VBELN T_RANGE_ZTERM = S_ZTERM T_EMBK = INT_TAB_EMBK T_T606X = INT_TAB_T606X T_T606Y = INT_TAB_T606Y T_T606Z = INT_TAB_T606Z T_T606V = INT_TAB_T606V T_KNA1 = INT_TAB_KNA1 T_T005T = INT_TAB_T005T T_DD07V = INT_TAB_DD07V EXCEPTIONS NO_DATA_SELECTED = 1 NO_DATA_AUTHORITY_CHECK = 2.

FT_LIST_LEGAL_CONTROL_LICENSES CALL FUNCTION 'FT_LIST_LEGAL_CONTROL_LICENSES' EXPORTING I_VARIANT = P_VARI I_REPORT = CON_AU02 I_MSG = P_MSG TABLES T_EMBK = INT_TAB_EMBK T_T606X = INT_TAB_T606X T_T606Y = INT_TAB_T606Y T_T606Z = INT_TAB_T606Z T_T606V = INT_TAB_T606V T_KNA1 = INT_TAB_KNA1 T_T005T = INT_TAB_T005T 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.

CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING URL = LV_KNURL EXCEPTIONS FRONTEND_NOT_SUPPORTED = 1.



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