/BEV1/RSABSTA SAP (Route Settlement - Settlement Types) Table details

Dictionary Type: Table
Description: Route Settlement - Settlement Types




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




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

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

The /BEV1/RSABSTA table consists of various fields, each holding specific information or linking keys about Route Settlement - Settlement Types data available in SAP. These include ABSTA (Settlement Type), DIFBELF (Create Difference Documents Driver), BELAUART (Order Type Debit Note Document), BELPOSTYP (Order Item Category Debit Driver).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /BEV1/RSABSTAT


SAP /BEV1/RSABSTA 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
ABSTASettlement Type /BEV1/RSABSTARTCHAR2/BEV1/RSABSTART
DIFBELFCreate Difference Documents Driver /BEV1/RSDIFBELFCHAR1YESNO
BELAUARTOrder Type Debit Note Document /BEV1/RSBELAUARTCHAR4TVAKAUARTAUART
BELPOSTYPOrder Item Category Debit Driver /BEV1/RSBELPOSTYPCHAR4TVPTPSTYV
ENTAUARTOrder Type Credit Note Document /BEV1/RSENTAUARTCHAR4TVAKAUARTAUART
ENTPOSTYPOrder Item Category Credit Driver /BEV1/RSENTPOSTYPCHAR4TVPTPSTYV
DIFBELICreate Difference Documents Collection /BEV1/RSDIFBELICHAR1YESNO
INKBAUARTOrder Type for Debit Document from Collection Difference /BEV1/RSINKBAUARTCHAR4TVAKAUARTAUART
INKEAUARTOrder Type for Credit Document from Collection Difference /BEV1/RSINKEAUARTCHAR4TVAKAUARTAUART
INKMATNRCollection Material /BEV1/RSINKMATNRCHAR18MARAMATN1MATNRMAT
DIFFABSAbsolute Difference in Currency for Diff. Doc. Collection /BEV1/RSDIFFABSCURR15(2) WERTV8
DIFFWHGCurrency for Difference Limit for Difference Doc. Collection /BEV1/RSDIFFWHGCUKY5TCURCWAERS
DIFFPROZDifference Percent Re. Order Value (Diff. Doc. Collection) /BEV1/RSDIFFPROZDEC4(1) AM_PPERC
INKFICollection Posting FI /BEV1/RSINKFICHAR1YESNO
DFTBUDATPre-Allocation Posting Date for Collection Posting /BEV1/RSDFTBUDATCHAR1/BEV1/RSDFTBUDAT
INKTXTText ID Collection Descr. (Route Settlement Collec. Posting) /BEV1/RSINKTXTCHAR4TTXIDTDID
INKZUText ID Collection Assignment (Route Settlement Cllctn Post) /BEV1/RSINKZUCHAR4TTXIDTDID
LFERSTCreate Delivery /BEV1/RSLFERSTCHAR1YESNO
WAUSGPost Goods Issue /BEV1/RSWAUSGCHAR1YESNO
FSPERRECancel Billing Block /BEV1/RSFSPERRECHAR1YESNO
PRSHDOCPrint Shipping Papers /BEV1/RSPRSHDOCCHAR1YESNO
QUICKEXQuick Exchange Allowed /BEV1/RSQUICKEXCHAR1YESNO
INKZUOCollection Assignment Allowed /BEV1/RSINKZUOCHAR1YESNO
COPYRLSCopying of Returns Loading Note Allowed /BEV1/RSCOPYRLSCHAR1YESNO
ERFRETEntry Returns Document Allowed /BEV1/RSERFRETCHAR1YESNO
ABSLGGRPSettlement for Empties Groups /BEV1/RSABSLGGRPCHAR1YESNO
ABSPOPDialog Box for Tour Completion /BEV1/RSABSPOPCHAR1/BEV1/CAMARK

Key field Non-key field



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

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

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

How to access SAP table /BEV1/RSABSTA

Within an ECC or HANA version of SAP you can also view further information about /BEV1/RSABSTA 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!