FAGL_S_RFDEPL00_LIST1 SAP (Output Structure for RDFEPL00) Structure details

Dictionary Type: Structure
Description: Output Structure for RDFEPL00




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




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

FAGL_S_RFDEPL00_LIST1 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Output Structure for RDFEPL00" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FAGL_S_RFDEPL00_LIST1 TYPE FAGL_S_RFDEPL00_LIST1.

The FAGL_S_RFDEPL00_LIST1 table consists of various fields, each holding specific information or linking keys about Output Structure for RDFEPL00 data available in SAP. These include LAND1 (Country Key), NAME1 (Name 1), NAME2 (Name 2), NAME3 (Name 3).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FAGL_S_RFDEPL00_LIST1 structure 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LAND1Country Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
ORT01City ORT01_GPCHAR35TEXT35
PSTLZPostal Code PSTLZCHAR10PSTLZ
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
STRASHouse number and street STRAS_GPCHAR35TEXT35
XCPDKIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
SNAMEName of Accounting Clerk SNAME_001SCHAR30TEXT30
PFORTPO Box city PFORT_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3Assigned to domainZUAWA
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
AUGDTClearing Date AUGDTDATS8DATUM
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
BSTATDocument Status BSTAT_DCHAR1BSTAT
BUDATPosting Date in the Document BUDATDATS8DATUM
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CESSION_KZAccounts Receivable Pledging Indicator CESSION_KZCHAR2Assigned to domainCESSION_KZ
CESSION_TEXTAccts Recble Pledging: Text Field Used for Correspondence CESSION_TEXTCHAR60TEXT60
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
MANSTDunning level MAHNS_DNUMC1MAHNS
RSTGRReason Code for Payments RSTGRCHAR3Assigned to domainRSTGR
SGTXTItem Text SGTXTCHAR50TEXT50
SKFBTAmount Eligible for Cash Discount in Document Currency SKFBTCURR13(2) WERT7
SKNTOCash discount amount in local currency SKNTOCURR13(2) WERT7
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
LTEXTLong Text for Special G/L Indicators LTEXT_074TCHAR30TEXT30
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
XCPDDIndicator: Address and bank data set individually XCPDDCHAR1XFELD
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD1TCash discount days 1 DZBD1TDEC3ZBDXT
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
ZUONRAssignment Number DZUONRCHAR18ZUONR
GKARTOffsetting Account Type GKARTCHAR1GKART
GKONTOffsetting Account Number GKONTCHAR10ALPHAGKONTGKONT
NETDTDue Date for Net Payment NETDTDATS8DATUM
WRSHBAmount in Document Currency (Foreign Currency) WRSHB_X8CURR15(2) WRTV8
DMSHBAmount in Local Currency with +/- Signs DMSHB_X8CURR15(2) WRTV8
HWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ADDR_SHORTOne-line short form of formatted address AD_LINE_SCHAR80CHAR80
ALLGTXTVText Available ALLGTXTVCHAR1XFELD
DSHSSTAGKey date DSHSSTAGDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



How do I retrieve data from SAP structure FAGL_S_RFDEPL00_LIST1 using ABAP code?

As FAGL_S_RFDEPL00_LIST1 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FAGL_S_RFDEPL00_LIST1 as there is no data to select.

How to access SAP table FAGL_S_RFDEPL00_LIST1

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