SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDVE20 SAP ABAP Report - Sales Ledger (Venezuela)







RFIDVE20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of invoice documents...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 RFIDVE20 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 RFIDVE20. "Basic submit
SUBMIT RFIDVE20 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDVE20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Sales Documents of Type &1 for Company Code &2 from &3 to &4
Selection Text: S_XBLNR = External document no.
Selection Text: S_VBTYP = SD Document Category
Selection Text: S_TCODE = Do not total transaction
Selection Text: S_KUNNR = Customer
Selection Text: S_GSBER = Business Area
Selection Text: S_BUDAT = Posting Date
Selection Text: S_BLART = Do not total document type
Selection Text: P_KURST = Exchange Rate Type
Selection Text: P_EKPO = Display sales information
Title: Sales Ledger (Venezuela)
Text Symbol: 030 = Page
Text Symbol: 023 = Invoice #/Control #
Text Symbol: 022 = Sales tax-exempt customers
Text Symbol: 021 = Customers sub. to sales tax
Text Symbol: 020 = For Company Code
Text Symbol: 019 = Fr.
Text Symbol: 018 = Tax-Exempt
Text Symbol: 017 = Sales from
Text Symbol: 016 = Total:
Text Symbol: 015 = Tax Code Rate Tax Amount Invoice Amt Crcy
Text Symbol: 014 = Company code totals
Text Symbol: 013 = Qty SU Sales price Crcy Price/SU
Text Symbol: 012 = Order Item Material Description
Text Symbol: 011 = TAX-RELEVANT DOMESTIC DELIVERIES
Text Symbol: 010 = E X P O R T
Text Symbol: 009 = DOMESTIC
Text Symbol: 008 = Tax Code Tax Base Rate Tax Amount
Text Symbol: 007 = Tax code Invoice value Currency
Text Symbol: 006 = Date Document Customer Name
Text Symbol: 005 = Customer Name
Text Symbol: 004 = Customers with no tax number
Text Symbol: 003 = Total for fiscal year
Text Symbol: 002 = Total for company code
Text Symbol: 001 = Total for doc.type
003 Order no. Item Material Text Quantity PU Price Curr. PrUnit
002 VAT code Rate Net value Tax Gross value
001 Date Invoice Vendor Name Country Tax code Invoice amount Local currcy





INCLUDES used within this REPORT RFIDVE20

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:

VIEW_VBADR CALL FUNCTION 'VIEW_VBADR' EXPORTING INPUT = VBPA NRART = 'KU' IMPORTING ADRESSE = VBADR EXCEPTIONS ERROR = 02.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = BKPF-WWERT "#EC DOM_EQUAL FOREIGN_AMOUNT = VBAP-NETPR FOREIGN_CURRENCY = VBAP-WAERK LOCAL_CURRENCY = BKPF-HWAER TYPE_OF_RATE = P_KURST IMPORTING LOCAL_AMOUNT = VBAP-NETPR EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 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 RFIDVE20 or its description.