FAGL_RRI_CUST SAP (Customiz. for Report Interface (NewGL: FI-CO Reconciliation)) Table details

Dictionary Type: Table
Description: Customiz. for Report Interface (NewGL: FI-CO Reconciliation)




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




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

FAGL_RRI_CUST is a standard SAP Table which is used to store Customiz. for Report Interface (NewGL: FI-CO Reconciliation) data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_RRI_CUST table consists of various fields, each holding specific information or linking keys about Customiz. for Report Interface (NewGL: FI-CO Reconciliation) data available in SAP. These include SONAM (BRST sender object), HOART (Type of origin object (EC-PCA)), SERNR (BRST Sequence Number), RTOOL (BRST receiver tool).. 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


SAP FAGL_RRI_CUST 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
SONAMBRST sender object RSTI_SONAMCHAR54CHAR54
HOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
SERNRBRST Sequence Number RSTI_SERNRNUMC4Assigned to domainRSTI_SERNR
RTOOLBRST receiver tool RSTI_RTOOLCHAR2Assigned to domainRSTTOOLRRI_TOOL
RAPPLBRST receiver application RSTI_RAPPLCHAR4Assigned to domainCFAPPLCLASRRI_APPL
RSUBCBRST Receiver Subapplication RSTI_RSUBCCHAR2
ROTYPBRST receiver object type RSTI_ROTYPCHAR1RSTI_OTYP
RONAMBRST receiver object RSTI_RONAMCHAR54CHAR54
RDESTLogical Destination for Cross-System Call-Up RSTI_DESTCHAR32Assigned to domainRFCDESTRFC
RVARIVariant RSTI_VARICHAR14RALDB_VARI
ACTIVEIndicator: Is navigation to receiver report active? FAGL_ACTIVE_TARGET_REPCHAR1BOOLE
BADIBAdI Call FAGL_CALLBADICHAR1FAGL_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_RRI_CUST
INTO CORRESPONDING FIELDS OF WA_FAGL_RRI_CUST
WHERE...

How to access SAP table FAGL_RRI_CUST

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