/BEV1/RSQUSE SAP (Quick Settlement) Table details

Dictionary Type: Table
Description: Quick Settlement




ABAP Code to SELECT data from /BEV1/RSQUSE
Related tables to /BEV1/RSQUSE
Access table /BEV1/RSQUSE




Table field list including key, data, relationships and ABAP select examples

/BEV1/RSQUSE is a standard SAP Table which is used to store Quick Settlement data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/RSQUSE table consists of various fields, each holding specific information or linking keys about Quick Settlement data available in SAP. These include TKNUM (Shipment Number), FAHRER1 (Driver Number), NAME1 (Name), FAHRER2 (Driver Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV1/RSQUSE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
TKNUMShipment Number TKNUMCHAR10VTTKALPHATKNUMTNRSD_F4_SHP_ID
FAHRER1Driver Number /BEV1/RPFARNRCHAR10Assigned to domainALPHAKUNNR
NAME1Name NAME1CHAR30TEXT30
FAHRER2Driver Number /BEV1/RPFARNRCHAR10Assigned to domainALPHAKUNNR
NAME2Name 2 NAME2CHAR30TEXT30
FZGNRVehicle Number /BEV1/RPFZGNRCHAR10Assigned to domain/BEV1/RPFZGNR
BEZEIText (30 Characters) TEXT30CHAR30TEXT30
NETWLADTotal Load Value /BEV1/RSNETWRCURR15(2) WERTV8
MWSTWERTTotal Value Value-Added Tax /BEV1/RSGESMWSTCURR15(2) WERTV8
RABATTSUMDiscount Amount /BEV1/RSRASUMCURR15(2) WERTV8
FBARLSRECash-Paid Delivery Notes in Invoice /BEV1/RSBARLSINCURR15(2) WERTV8
FBARLSValue of Delivery Calculated by Driver /BEV1/RSWERTLSCURR15(2) WERTV8
FBARLSRE1Total Delivery Notes in Invoice /BEV1/RSSUMLSINCURR15(2) WERTV8
FSOLLBAR1Driver: Debit Cash Amount /BEV1/RSFBARSOLCURR15(2) WERTV8
FBARRESUMDriver: Calculated Value of Invoices Paid /BEV1/RSFBARRESCURR15(2) WERTV8
FSOLLBAR2Cash Amount Driver /BEV1/RSFCASH1CURR15(2) WERTV8
FCASHCash Amount Returned by Driver /BEV1/RSFCASHCURR15(2) WERTV8
BILANZDriver's Statement per Tour /BEV1/RSBILANZCURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of Change AEZEITTIMS6UHRZT
AENAMELast changed by AENAMECHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table /BEV1/RSQUSE using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BEV1/RSQUSE to SELECT all data from the table
DATA: WA_/BEV1/RSQUSE TYPE /BEV1/RSQUSE.

SELECT SINGLE *
FROM /BEV1/RSQUSE
INTO CORRESPONDING FIELDS OF WA_/BEV1/RSQUSE
WHERE...

How to access SAP table /BEV1/RSQUSE

Within an ECC or HANA version of SAP you can also view further information about /BEV1/RSQUSE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!