SAP Reports / Programs | Basis Components | Security | System Audit Information System(BC-SEC-AIS) SAP BC

RSAUDITT SAP ABAP Report - Audit Information System: Table Entries in TVARVC







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


Text pool values


Title: Audit Information System: Table Entries in TVARVC
Text Symbol: 096 = Upper Interval Limit
Text Symbol: 097 = Condition
Text Symbol: 098 = Selection Condition
Text Symbol: 099 = Selection Type
Text Symbol: 100 = Parameter
Text Symbol: 101 = Selection Option
Text Symbol: 200 = Include Values Equal To
Text Symbol: 201 = Include Values Unequal To
Text Symbol: 202 = Include Values Greater Than or Equal To
Text Symbol: 203 = Include Values Greater Than
Text Symbol: 204 = Include Values Smaller Than
Text Symbol: 205 = Include Values Smaller Than or Equal To
Text Symbol: 206 = Include Values in Interval
Text Symbol: 207 = Include Values Outside of Interval
Text Symbol: 208 = Include Values in Search String
Text Symbol: 209 = Include Values Unequal to Search String
Text Symbol: 220 = Exclude Values Equal To
Text Symbol: 221 = Exclude Values Unequal To
Text Symbol: 222 = Exclude Values Greater Than
Text Symbol: 223 = Exclude Values Greater Than or Equal To
Text Symbol: 224 = Exclude Values Smaller Than
Text Symbol: 225 = Exclude Values Smaller Than or Equal To
Text Symbol: 226 = Exclude Values in Interval
Text Symbol: 227 = Exclude Values Outside of Interval
Text Symbol: 228 = Exclude Values in Search String
Text Symbol: 229 = Exclude Values Unequal to Search String
Text Symbol: 001 = Document type: Customer invoice
Text Symbol: 002 = Reporting year
Text Symbol: 003 = Balance Sheet Structure
Text Symbol: 004 = Document number interval: Invoices sent
Text Symbol: 005 = Document number interval: Outgoing pymnt
Text Symbol: 006 = Document number interval: Invoices recvd
Text Symbol: 007 = Document number interval: Incoming pymnt
Text Symbol: 008 = Document number interval: Cash journal
Text Symbol: 009 = Company code
Text Symbol: 010 = Cut-off period
Text Symbol: 011 = Receivables greater than





Text Symbol: 012 = Foreign currency
Text Symbol: 013 = Local currency
Text Symbol: 014 = Chart of accounts
Text Symbol: 015 = Credit control area
Text Symbol: 016 = International
Text Symbol: 017 = Domestic
Text Symbol: 018 = Exam date
Text Symbol: 019 = Balance sheet key date
Text Symbol: 020 = Key date from/to
Text Symbol: 021 = Key date to
Text Symbol: 022 = Additional heading
Text Symbol: 023 = Payable greater than
Text Symbol: 024 = Comparison year
Text Symbol: 025 = Language f. Analysis Programs (RFBILA00)
Text Symbol: 045 = Name
Text Symbol: 095 = Value/Lower Interval Limit


INCLUDES used within this REPORT RSAUDITT

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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = lc_tcd_stvarv EXCEPTIONS OK = 0 OTHERS = 1.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = lc_tcd_stvarv "View SM30_TVARV' EXCEPTIONS OK = 0 OTHERS = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'S' view_name = lc_tvarvc no_warning_for_clientindep = 'X' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.



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