FIBKRUD_ACCOUNTS SAP (Account profiles) Table details

Dictionary Type: Table
Description: Account profiles




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




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

FIBKRUD_ACCOUNTS is a standard SAP Table which is used to store Account profiles data and is available within R/3 SAP systems depending on the version and release level.

The FIBKRUD_ACCOUNTS table consists of various fields, each holding specific information or linking keys about Account profiles data available in SAP. These include BUKRS (Company Code), ACCID (Generated account number – internal value), ACCVAL (Multi-digit account number), HKONT (General ledger account).. 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 FIBKRUD_ACCOUNTS 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ACCIDGenerated account number – internal value FIBKRU_ACCIDNUMC10FIBKRUD_ACCLISTNUM10
ACCVALMulti-digit account number FIBKRU_ACCVALCHAR60CHAR60FIBKRUH_ACCOUNT
HKONTGeneral ledger account FIBKRU_HKONTCHAR10SKB1ALPHASAKNRGL_ACCT_CC_TEXT
EXTCNUMExternal Contract Number J_3RF_EXTCNTNUMCHAR40Assigned to domainJ_3RF_EXTCNTNUMJ_3RF_CNT_SH
CONTRACT_DATEContract Date J_3RF_CNTDATDATS8DATUM
CLIENT_NUMBERAccount Number of Vendor (Creditor) or Customer FIBKRU_CLIENTCHAR10Assigned to domainALPHALIFNR
ACC_TYPEAccount is reconciliation account MITKZCHAR1MITKZ
EXTRACTIONProcedure and frequency for extracts from the account FIBKRU_EXTRACTIONCHAR255CHAR255
OPENING_DATEAccount opening date FIBKRU_ACNT_CREATION_DATEDATS8
OPENING_DATE_AUTHAccount opening date reported to tax authorities FIBKRU_ACNT_CREATION_DATE_AUTHDATS8
CLOSING_DATEAccount closing date FIBKRU_ACNT_CLOSING_DATEDATS8
CLOSING_DATE_AUTHAccount closing date reported to tax authorities FIBKRU_ACNT_CLOSING_DATE_AUTHDATS8
BUSABAccounting Clerk FIBKRU_BUSABCHAR2T001SBUSABFIBKRUH_T001S
CURRENCYCurrency Key FIBKRU_WAERSCUKY5TCURCWAERSFIBKRUH_WAERS
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
LAST_OPER_DATELast operation date FIBKRU_LAST_OPER_DATEDATS8DATS
SPERRCentral posting block SPERB_XCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIBKRUD_ACCOUNTS
INTO CORRESPONDING FIELDS OF WA_FIBKRUD_ACCOUNTS
WHERE...

How to access SAP table FIBKRUD_ACCOUNTS

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