VISRSETTL SAP (Settlement Identification with Log Reference) Table details

Dictionary Type: Table
Description: Settlement Identification with Log Reference




ABAP Code to SELECT data from VISRSETTL
Related tables to VISRSETTL
Access table VISRSETTL




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

VISRSETTL is a standard SAP Table which is used to store Settlement Identification with Log Reference data and is available within R/3 SAP systems depending on the version and release level.

The VISRSETTL table consists of various fields, each holding specific information or linking keys about Settlement Identification with Log Reference data available in SAP. These include PROCESSGUID (Generic Key of Process), FLG_REVERSAL (Reversal indicator), PARAMKEY (Settlement Schema), DOCCOUNTER (Document Counter).. 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: Can be enhanced (character-type or numeric)


SAP VISRSETTL 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 MANDTCLNT3Assigned to domainMANDT
PROCESSGUIDGeneric Key of Process RECAPROCESSGUIDRAW16VICAPROCESSIDRECAGUID
FLG_REVERSALReversal indicator VSSTORNOCHAR1VSSTORNO
PARAMKEYSettlement Schema RESRPARAMKEYCHAR4TIVSRSETTLPARAMRESRPARAMKEYRESRPARAMKEY
DOCCOUNTERDocument Counter RERADOCCOUNTERINT410INT4
IS_FINALShould Final Settlement Be Performed RESRFINALSETTLEMENTCHAR1RECABOOL
IS_CORRECTIONSettlement Correction RESRISCORRECTIONCHAR1RECABOOL
INTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
TERMNOTerm Number of Reporting Rule RESRTMRPTERMNOCHAR4ALPHARETMTERMNO
RHYTHMTYPEType of Frequency RESRRHYTHMTYPECHAR4TIVSRRHTALPHARESRRHYTHMTYPE
VALIDFROMReporting Interval Start for Sales-Based Lease-Out RESRRPFROMDATS8RECADATE
VERSIONVersion of a Sales Report RESRRPVERSIONCHAR3VISRREPORTRESRVERSION
PSTNGDATEPosting Date RERAPSTNGDATEDATS8RECADATE

Key field Non-key field



How do I retrieve data from SAP table VISRSETTL using ABAP code

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

SELECT SINGLE *
FROM VISRSETTL
INTO CORRESPONDING FIELDS OF WA_VISRSETTL
WHERE...

How to access SAP table VISRSETTL

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