FIAPPTD_TRANS SAP (Table to store the transaction details of the CBR PT) Table details

Dictionary Type: Table
Description: Table to store the transaction details of the CBR PT




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




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

FIAPPTD_TRANS is a standard SAP Table which is used to store Table to store the transaction details of the CBR PT data and is available within R/3 SAP systems depending on the version and release level.

The FIAPPTD_TRANS table consists of various fields, each holding specific information or linking keys about Table to store the transaction details of the CBR PT data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), DOC_YEAR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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 FIAPPTD_TRANS 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
PERIODMonth MONTH12NUMC2MONTH12
RUN_IDRun ID FIAPPT_RUN_IDCHAR20FIAPPTD_RUNIDFIAPPT_RUN_ID
PAY_DOCAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
PAY_DOC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ACCOUNTAccount Number FIAPPT_ACCOUNT_NOCHAR10ALPHAMAXKK
KOARTAccount Type KOARTCHAR1KOART
ORIGIN_RUN_IDRun ID FIAPPT_RUN_IDCHAR20FIAPPT_RUN_ID
REPORTING_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFERENCE_DATEDocument Date in Document BLDATDATS8DATUM
REGISTER_IDID of the Register FIAPPT_REG_IDCHAR1FIAPPT_REG_ID
NPC2Entity ID FIAPPT_NPC2NUMC9FIAPPT_NPC2
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SCB_INDSCB Indicator FIAPPT_SCB_INDCHAR5FIAPPT_SCB_IND
VALUE_TYPECBR Value Type FIAPPT_VALUE_TYPECHAR1FIAPPT_VALUE_TYPE
BANK_ACC_TYPEBank Account Type FIAPPT_BANK_ACC_TYPECHAR1FIAPPT_BANK_ACC_TYPE
BANK_IDBank ID FIAPPT_BANKIDCHAR4CHAR4
PAIS_CONTAForeign Account Country FIAPPT_PAIS_CONTACHAR3INTCA3
PAIS_CONTRAPARTECustomer/Vendor Country FIAPPT_PAIS_CONTRAPARTECHAR3INTCA3
PAIS_ATIVOFinancial Active Entity FIAPPT_PAIS_ATIVOCHAR3INTCA3
DUE_DATEDue Date FIAPPT_DUEDATEDATS8DATS
STCEGCounterpart ID or VAT Registration Number FIAPPT_VAT_REG_NOCHAR20STCEG
OBSERVATIONSObservations FIAPPT_TEXTCHAR120CHAR120
ISOCDISO currency code ISOCDCHAR3ISOCD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIAPPTD_TRANS
INTO CORRESPONDING FIELDS OF WA_FIAPPTD_TRANS
WHERE...

How to access SAP table FIAPPTD_TRANS

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