FAGL_RAND_RLDNR SAP (Activate Totals Record Randomization) Table details

Dictionary Type: Table
Description: Activate Totals Record Randomization




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




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

FAGL_RAND_RLDNR is a standard SAP Table which is used to store Activate Totals Record Randomization data and is available within R/3 SAP systems depending on the version and release level.

The FAGL_RAND_RLDNR table consists of various fields, each holding specific information or linking keys about Activate Totals Record Randomization data available in SAP. These include RLDNR (Ledger), RANDOM_FIELD (FI-GL: Field Name for Randomization), RANDOM_VALUE (FI-GL/FI-SL/EC-PCA: Randomize Totals Records - Factor).. 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_RAND_RLDNR 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
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RANDOM_FIELDFI-GL: Field Name for Randomization FAGL_RAND_FIELDCHAR30Assigned to domainFDNAME
RANDOM_VALUEFI-GL/FI-SL/EC-PCA: Randomize Totals Records - Factor FAGL_RAND_FACTORNUMC2NUM2

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGL_RAND_RLDNR
INTO CORRESPONDING FIELDS OF WA_FAGL_RAND_RLDNR
WHERE...

How to access SAP table FAGL_RAND_RLDNR

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