FIAPPL_S_INV_TRANS SAP (Details of Overdue Invoices) Structure details

Dictionary Type: Structure
Description: Details of Overdue Invoices




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




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

FIAPPL_S_INV_TRANS 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 "Details of Overdue Invoices" 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_FIAPPL_S_INV_TRANS TYPE FIAPPL_S_INV_TRANS.

The FIAPPL_S_INV_TRANS table consists of various fields, each holding specific information or linking keys about Details of Overdue Invoices data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), AUGBL (Document Number of the Clearing Document), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FIAPPL_S_INV_TRANS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
KOARTAccount Type KOARTCHAR1KOART
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DUE_DATEDue Date FIAPPL_DUE_DATEDATS8DATUM
AUGDTClearing Date AUGDTDATS8DATUM
ARREARArrear Days FIAPPL_ARREARNUMC3FIAPPL_ARREAR
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1TCash discount days 1 DZBD1TDEC3ZBDXT
ZBD2TCash discount days 2 DZBD2TDEC3ZBDXT
ZBD3TNet Payment Terms Period DZBD3TDEC3ZBDXT
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
MONATFiscal Period MONATNUMC2MONAT
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
SGTXTItem Text SGTXTCHAR50TEXT50
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
XBLNRReference Document Number XBLNRCHAR16XBLNR
EXEC_DATEExecution Date FIAPPL_EXEC_DATEDATS8DATUM
VATDATETax Reporting Date VATDATEDATS8DATUM
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
STKZNNatural Person STKZNCHAR1STKZN
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
XREF1_HDReference Key 1 Internal for Document Header XREF1_HDCHAR20CHAR20
XREF2_HDReference Key 2 Internal for Document Header XREF2_HDCHAR20CHAR20
ZUONRAssignment Number DZUONRCHAR18ZUONR
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
BKTXTDocument Header Text BKTXTCHAR25TEXT25

Key field Non-key field



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

As FIAPPL_S_INV_TRANS 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 FIAPPL_S_INV_TRANS as there is no data to select.

How to access SAP table FIAPPL_S_INV_TRANS

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