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

RVEXAERP SAP ABAP INCLUDE - SED: Form Routine for Selection of Billing Documents







RVEXAERP is a standard ABAP INCLUDE 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 RVEXAERP into the relevant SAP transactions such as SE38 or SE80


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 RVEXAERP. "Basic submit
SUBMIT RVEXAERP AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXAERP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SED: Form Routine for Selection of Billing Documents


INCLUDES used within this REPORT RVEXAERP

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:

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING MODE = 'E' PROGRAM = CON_REPID_SAPLV50G TABLES SELECTION_LOG_OPEN = SELECTION_LOG_OPEN EXCEPTIONS ILLEGAL_MODE = 1 EXPORT_FAILED = 2 IMPORT_FAILED = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING MODE = 'E' PROGRAM = CON_REPID_SAPLV50G TABLES SELECTION_LOG = SELECTION_LOG EXCEPTIONS ILLEGAL_MODE = 1 EXPORT_FAILED = 2 IMPORT_FAILED = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING MODE = 'E' PROGRAM = CON_REPID_SAPLV50G TABLES INCOMPLETION_DATA_HEADER = INCOMPLETION_DATA_HEADER EXCEPTIONS ILLEGAL_MODE = 1 EXPORT_FAILED = 2 IMPORT_FAILED = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING MODE = 'E' PROGRAM = CON_REPID_SAPLV50G TABLES INCOMPLETION_DATA_ITEM = INCOMPLETION_DATA_ITEM EXCEPTIONS ILLEGAL_MODE = 1 EXPORT_FAILED = 2 IMPORT_FAILED = 3 OTHERS = 4.

UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINS = VBRP-GEWEI MGLME = VBRP-BRGEW MEINH = CON_UNIT_GROSS IMPORTING O_MGAME = VBRP-BRGEW EXCEPTIONS CONVERSION_NOT_FOUND = 01 OVERFLOW = 02 OTHERS = 03.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING SADR = SADR "SADR40A EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5. "SADR40A

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = DD07V-DOMNAME DOMVALUE = DD07V-DOMVALUE_L SINGLE = 'X' IMPORTING DDTEXT = DD07V-DDTEXT.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = DD07V-DOMNAME DOMVALUE = DD07V-DOMVALUE_L SINGLE = 'X' IMPORTING DDTEXT = DD07V-DDTEXT.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING SADR = SADR "SADR40A EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5. "SADR40A

RV_FTT_GOV_TABLE_REORGANIZE CALL FUNCTION 'RV_FTT_GOV_TABLE_REORGANIZE' EXPORTING DATUMMONA = P_MONAT DATUMJAHR = P_GJAHR APPLICATION = EIGENE ARRIVDEPA = FLG_DATENSATZ_NUM DELETE_MODE = P_SAVOIE TABLE_NAME = CON_VESED IMPORTING NEXT_FREE_LINE = ZAEHLER TABLES WERKE = DD_WERKS BUCHUNGSKREISE = DD_BUKRS UNDELETED_ITEMS = UNDELETED_ITEMS EXCEPTIONS DATABASE_ERROR = 1 INTERNAL_TABLE_ERROR = 2 ILEGAL_MONTH = 3 ILEGAL_YEAR = 4 ILEGAL_APPLICATION = 5 ILEGAL_ARRIVDEPA = 6 ILEGAL_DELETE_MODE = 7 OTHERS = 8.

RV_FTT_GOV_ID_CODES_READ CALL FUNCTION 'RV_FTT_GOV_ID_CODES_READ' EXPORTING I_COMPANY_CODE = VBRK-BUKRS I_COUNTRY = P_MILND I_REPORTING_TYPE = 'S' IMPORTING E_AERP_SHIPPERS_AUTH_ID = FIRMAUTHO E_AERP_SHIPPERS_EIN_NO = EIGUINR EXCEPTIONS COMPANY_CODE_INITIAL = 1 COUNTRY_INITIAL = 2 WRONG_REPORTING_TYPE = 3 OTHERS = 4.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = CON_VESED WITHTEXT = SPACE TABLES FIELDTAB = TABLE_STRUCTURE_TAB EXCEPTIONS INTERNAL_ERROR = 1 NO_TEXTS_FOUND = 2 TABLE_HAS_NO_FIELDS = 3 TABLE_NOT_ACTIV = 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 RVEXAERP or its description.