FMADB_TC_INT_DOC SAP (ADB: Interest Documents) Table details

Dictionary Type: Table
Description: ADB: Interest Documents




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




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

FMADB_TC_INT_DOC is a standard SAP Table which is used to store ADB: Interest Documents data and is available within R/3 SAP systems depending on the version and release level.

The FMADB_TC_INT_DOC table consists of various fields, each holding specific information or linking keys about ADB: Interest Documents data available in SAP. These include ADB_ID_KEY (ADB_ID: Identifies the ADB Rule), ADB_POOL_KEY (ADB: Poolname), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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 FMADB_TC_INT_DOC 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
ADB_ID_KEYADB_ID: Identifies the ADB Rule FMADB_IDCHAR20CHAR20
ADB_POOL_KEYADB: Poolname FMADB_POOL_NAMECHAR20CHAR20
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMADB_TC_INT_DOC
INTO CORRESPONDING FIELDS OF WA_FMADB_TC_INT_DOC
WHERE...

How to access SAP table FMADB_TC_INT_DOC

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