UAINVTSTLRULER SAP (Settlement Rule Receiver) Table details

Dictionary Type: Table
Description: Settlement Rule Receiver




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




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

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

The UAINVTSTLRULER table consists of various fields, each holding specific information or linking keys about Settlement Rule Receiver data available in SAP. These include CLIENT (Client), FIN_STLAPP (Application for Settlement), FIN_STLPROCID (ID of a Settlement Rule), FIN_FROMDAT (Valid-From Date).. 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 UAINVTSTLRULER 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FIN_STLAPPApplication for Settlement FIN_STLAPPCHAR30Assigned to domainFIN_STLAPP
FIN_STLPROCIDID of a Settlement Rule FIN_STLPROCIDRAW16SYSUUID
FIN_FROMDATValid-From Date FIN_FROMDATDATS8
.INCLU-_S 0
FOBJ_TYPE_NAME_SName of an Object Type FOBJ_TYPE_NAMECHAR10FINB_TYPE_NAME
FOBJ_OBJECT_ID_SObject ID FOBJ_OBJECT_IDRAW16SYSUUID
.INCLU-_R 0
FOBJ_TYPE_NAME_RName of Partner Object Type FOBJ_TYPE_NAME_PCHAR10ACC_TYPE_NAME
FOBJ_OBJECT_ID_RPartner Object ID FOBJ_OBJECT_ID_PRAW16SYSUUID
FIN_STLEQUIVNOEquivalence Number for Settlement FIN_STLEQUIVNODEC10FIN_STLEQUIVNO
FIN_STLRULERSettlement Rule - Receiver FIN_STLRULERCHAR4Assigned to domainFIN_STLRULER

Key field Non-key field



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

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

SELECT SINGLE *
FROM UAINVTSTLRULER
INTO CORRESPONDING FIELDS OF WA_UAINVTSTLRULER
WHERE...

How to access SAP table UAINVTSTLRULER

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